/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
*, html { margin: 0px; padding: 0px; border: 0px; outline:none; }

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size:70%;
	color: #000;
	background:#C0A062;
}

/* links */
a, a:visited {
	color: #5D2829;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	margin: 0;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 10px;
}

/* images */
.noborder {
	border:none;
}
img.float-right {
	margin: -10px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	margin: 10px 0;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 0px;
	padding-right: 2px;
	vertical-align: top;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 798px;
	margin: 4% auto 0;
	text-align: left;
}
#content-wrap {
	clear: both;
	background: #EBDEBA url(../images/contentwrap_bg.gif) repeat-y;
	float: left;
	width: 798px;
	padding: 0;
	position: relative;
}
#header {
	width: 798px;
	position: relative;
	height: 30px;
	padding: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #838181;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header logo */
#header #logo {
	position: absolute;
	top: 15px;
	left: 5px;
	color: #CCCCCC;
	font-size: 10px;
}
/* header links */
#header #address {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #004355;
	text-align: right;
	font-size: 11px;
}
#header #header-links {
	position: absolute;
	top: 55px;
	right: 5px;
	color: #004355;
	text-align: right;
}
#header #header-links a {
	color: #A24F01;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #552A00;
	text-decoration:underline;
	background:inherit;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 280px;
	width: 798px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}
.product_a {
	width: 266px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px solid #CC6600;
}
.product_b {
	width: 266px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid #CC6600;
}
.product_c {
	width: 266px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid #CC6600;
}
.col1 {
	width: 200px;
	float: left;
	margin: 5px -10px;
	padding: 0px;
	border: 0px solid #CC6600;
}
.col2 {
	width: 266px;
	float: left;
	margin: 5px 5px;
	padding: 0;
	border: 0px solid #CC6600;
}

/* Main Column */
#main {
	float: left;
	width: 515px;
	padding: 0;
	margin: 0 0 20px 25px;
	display: inline;
}
#main h1 {
	font: normal 2em;
	color: #F60;
	margin: 0.6em 0em;
}
#main p {
	margin: 5px 0;
	line-height: 1.6em;
	text-align: justify;
}

.divhome {
	position:absolute;
	top:-28px;
	right:0px;
	height:20px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 235px;
	padding: 0px;
	margin: 0px;
}
#sidebar p{
	color:#000000;
	margin: 5px 10px;
}
#sidebar img {
	border: none;
}
#sidebar h1 {
	margin-top: 15px;
	padding: 0px 10px;
	font: normal 1.6em;
	color: #000;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

/* footer */
#footer-wrap {
	clear: both;
	width: 798px;
	font-size: 90%;
	text-align: left;
	padding:0px;
	height: 28px;
}
#footer-wrap a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FF6600;
}
#footer-wrap p {
	padding:5px 15px;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 720px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;
}	
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
	border-bottom: 1px solid #fff;
}
#footer-columns li a:hover {
	display: block;
	background:#7DB1FF;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
	width: 30% !important /*Firefox*/;
	padding-bottom:10px;
	padding-top:10px;
	
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	background: #5D2829;
	color: #CCCCCC;
	height:30px;
	margin: 0 auto;
	width: 798px;
	padding: 0;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
