/* CSS Document */

* { font-family:Georgia, "Times New Roman", Times, serif;
}

html {
margin: 0;
padding: 0;
/* font-size: 0.86em; */
font-size: 1em;
}

body {
font-size: 100.01%;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #E1CEA3;
	text-align:center; /* center layout in ie5 and 5.5. */
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
}

#container {
	width: 770px !important;
	width: 765px; /* IE */
	margin: 0px auto 0px auto;
	border: solid 5px #D8C198;
	text-align: left;
	position: relative;
	background-color: #FCF8EC;
	vertical-align:top;
}

#aboutus p{
padding:15px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#aboutus ul{
list-style-position:outside;
padding:25px;
font-family: Georgia, "Times New Roman", Times, serif;
text-indent:0px;
border:0px solid #000033;
}
#aboutus ul li{
margin:0px;
padding:10px;
text-indent:0px;
}




#header {
	width: 100%;
	height: 120px;
	margin:0px;
	border:0px solid #ff0000;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/*         NAVIGATION          */

#nav {
	width: 100%;
	height: 58px;
	margin:0px;
	padding:0px;
	border:0px solid #ff0000;
	background:repeat-x url(images/bg-nav.gif);
	border:0px solid #0000CC;	
}

#nav ul{
  width:100%;
  padding:0;
  margin:0;
  float:left;
}

#nav ul li{
  display:inline;
  border:0px solid #0000CC;
}

#nav ul li a{
	margin:0px;
	padding:0px;
	padding-top:20px;	
	display:block;
	width: 150px;
	height:40px;
	float:left;
	color:#757165;
	font-family:Georgia, "Times New Roman", Times, serif;

	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:0px solid #0000CC;
}

#nav ul li a:hover{
	color:#000000;
}

/*         END NAVIGATION          */



#content{
	width: 100%;
	margin:0px;
	padding:0px;
	border:0px solid #ff0000;
}

ul.products{
float:left;
list-style:none;
padding:0px;
margin:0px;
padding-left:40px;
padding-right:40px;
border:0px solid #003333;
}
ul.products li a{
font-family:Georgia, "Times New Roman", Times, serif;
/* font-size: 1.0em;*/
font-weight:bold;
text-decoration:none;
color:#A57434;
}

ul.products li a:hover{
text-decoration:none;
color:#333333;
}

.productsBox{
width:380px;
float:left;
border:0px solid #003333;
}

h1.productHeader{
margin:15px;
margin-top:25px;
padding:0px;
padding-top:10px;
padding-left:10px;
background-image:url(images/productHeaderBg.gif);
background-repeat:no-repeat;
width:326px;
height:30px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#a57434;

border:0px solid #006600;
}
#footer {
	text-align:center;
	width: 100%;
	height: 30px;
	margin:0px;
	border:0px solid #ff0000;
}

.clear{
border:0px;
margin:0px;
padding:0px;
clear:both;
}