/**--------------------------
----- LAYOUT PROPERTIES -----
---------------------------**/

body {
	background: #898945 url('images/bg.png') top left;
	background-position: 0px 0px;
	background-repeat : repeat-x;
	padding: 0;
	margin: 0; /* to avoid margins */
   text-align: center; /* to correct the centering IE bug*/
}

#shadow {
	background: url('images/shadow.png') repeat-y;
	width: 800px;
	height: 759px;
	padding: 0;
	margin-left: auto;
   margin-right: auto;
	text-align: center; /* to correct the centering IE bug */
}

*html #shadow {
	height: auto;
}

#container {
	background-color: #FFFFFF;
	width: 750px;
	height: 100%;
	margin-left: auto;
   margin-right: auto;
	text-align: left; /* to realign your text */
}



/**--------------------------
----- STYLE PROPERTIES ------
---------------------------**/

h1 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 19pt;
	font-weight: normal;
	color: #B9671E;
	margin: 25px 0 -10px 35px;
}

h1 em {
	font-size: 9pt;
	color: #000;
	font-family: Arial, sans-serif;
}

h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14pt;
	font-weight: normal;
	color: #717139;
	margin: 25px 0 0 15px;
}

h2 em {
	font-size: 11pt;
	font-style: normal;
}

h2 b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #F3B644;
	font-weight: normal;
}

p.content {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000;
	margin: 5px 15px 15px 15px;
}

a {
	color: #B9671E;
	text-decoration: none;
}

a:hover {
	color: #5A5A29;
	text-decoration: none;
}


/**--------------------------
---------- HEADER -----------
---------------------------**/

#header {
	background: #717139 url('images/stripe.gif');
	background-position: 0px 56px;
	background-repeat: no-repeat;
	width: 750px;
	height: 131px;
	float: left;
	margin-bottom: -15px;
}

#header .logo {
	margin: 17px 0 0 40px;
	padding: 0;
}


/**------- TABS -------**/
#tabs {
	float: left;
	position: absolute;
	width: 450px;
	line-height: normal;
	margin-top: 5px;
	margin-left: 444px;
}

#tabs .current {
  background-position:0% 0px;
}

#tabs .current span {
  background-position:100% 0px; 
  color: #94521D;
}

 #tabs .current:hover  {
  background-position: 0% 0px; 
}

 #tabs .current:hover span  {
  background-position: 100% 0px; 
  color: #94521D;
  padding:6px 10px 2px 2px;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
   display:inline;
   margin:0;
   padding:0;
}

#tabs a {
   float:left;
   background:url('images/tableft.bmp') no-repeat left top;
   margin-left: 4px;
   padding: 0 0 0 8px;
   text-decoration:none;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13pt;
}

#tabs a span {
   float:left;
   display:block;
   background:url('images/tabright.bmp') no-repeat right top;
   padding:6px 10px 2px 2px;
   color:#DB8F44;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
  background-position:0% -48px;
}

#tabs a:hover span {
  background-position:100% -48px;
  color:#DB8F44;
  padding: 3px 10px 4px 2px;
}



/**--------------------------
----------- BODY ------------
---------------------------**/

#body {
	float: left;
	clear: both;
	position: relative;
}

#col1 {
	width: 460px;
	margin: 0px 0 0 6px;
	padding: 0;
	float: left;
	clear: both;
}

#col1 img.top {
	margin: 0 0 0 5px;
}

#col1 img.bottom {
	margin: 30px 0 12px 4px;
}	

#col1 img.photo {
	margin: 30px 0 15px 30px;
}

#col2 .thumbnail {
	width: 90px;
	height: 90px;
	padding: 4px;
	margin: 1px;
	float: left;
	clear: right;
}

*html #col2 .thumbnail {
	float: none;
	clear: none;
}

#col2 .thumbnail:hover {
	border: 1px solid #AAA;
	padding: 3px;
	background-color: #CDCDCD;
}

#col2 {
	float: left;
	clear: right;
	width: 280px;
	margin: 0;
	padding: 0;
}

#col2 #orangejuice {
	width: 250px;
	height: 226px;
	background: url('images/box_top.png') no-repeat top left;
	float: left;
	clear: both;
	margin: 7px 0 0 15px; 
}

*html #col2 #orangejuice {
	height: 224px;
}

#col2 .orangejuice2 {
	background: url('images/box_bottom.png') no-repeat 0 0;
	width: 250px;
	float: left;
	clear: both;
	margin: 0 0 0px 15px;
}

#col2 #orangejuice #ojtop {
	width: 240px;
	height: 95px;
	margin: 5px 0 0 5px;
	background-color: #B9671E;
	border-bottom: 3px solid #D37621;
	float: left;
	clear: both;
	position: relative;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 22pt;
	text-align: center;
	color: #F0DD6D;
}

#col2 #orangejuice #ojtop em {
	font-style: normal;
	font-family: Impact, sans-serif;
	font-size: 36pt;
}

#col2 #orangejuice #ojmid {
	width: 240px;
	height: 39px;
	margin-left: 5px;
	background-color: #DB8F44;
	border-bottom: 1px solid #FFF;
	float: left;
	clear: both;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 11pt;
	color: #F0DD6D;
}

#col2 #orangejuice #ojmid b {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#col2 #orangejuice #ojbot {
	width: 240px;
	height: 82px;
	margin: 0 0 5px 5px;
	background-color: #F7D04F;
	border-bottom: 6px solid #F0DD6D;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #515128;
}

#col2 #orangejuice #ojbot h2 {
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14pt;
	padding: 5px 0 0 5px;
	margin: 0;
}

#col2 #orangejuice #ojbot p {
	margin: 0;
	padding: 3px 0 0 5px;
}



/**--------------------------
---------- FOOTER -----------
---------------------------**/

#footer {
	background-color: #717139;
	height: 115px;
	width: 750px;
	float: left;
	clear: both;
	position: relative;
	padding-top: 30px;
}

#footer p {
	color: #30301B;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#footer #fcol1 {
	width: 190px;
	float: left;
	clear: both;
	padding-left: 15px;
}

#footer #fcol2 {
	width: 190px;
	float: left;
	clear: right;
	border-left: 1px dashed #30301B;
	padding-left: 15px;
}

#footer #fcol3 {
	width: 290px;
	float: right;
	clear: right;
	margin: 10px -10px 0 0;
}

#footer #fcol3 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footer #fcol3 li {
   display:inline;
   margin:0;
	padding: 0 7px 0 3px;
	border-right: 1px solid #5A5A29;
}

*html #footer #fcol3 li {
   padding:0 4px 0 7px;
}

#footer #fcol3 li.end {
	border: none;
}

#footer #fcol3 a {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13pt;
	color: #30301B;
	text-decoration: none;
}

#footer #fcol3 a:hover {
	color: #898945;
}


