/* CSS Document */

body {background-color: #333; margin:20px auto;  background-image:url(images/pattern.jpg); background-repeat:repeat;}

#container {
 width:860px;
  padding: 0px 0px; margin:0px auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;
}

#logo-nav { width:780px; height:170px; margin:0px auto; background-image:url(images/logo-nav.jpg); background-repeat:no-repeat;

	border-left:#333 solid 5px;
	border-right:#333 solid 5px;	
	border-top:#333 solid 5px;}

#menu {
	width: 780px;
	height:30px;
	padding:135px 0px 0px 100px;
	margin:0px auto;
	font-size:18px;
	color:#FFFFFF;
	font-size:16px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: block;
	list-style:none;
	width: auto;
	float:left;
	padding:0px 20px;

}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #f7d381;
	text-decoration: underline;
}

#banner {
	width: 780px;
	height: 200px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-left:#333 solid 5px;
	border-right:#333 solid 5px;
}

#content {
	margin:0px auto;
	padding:20px;
	width: 740px;
	background-color:#FBE6B7;
	border-left:#333 solid 5px;
	border-right:#333 solid 5px;
}

#content h1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}


#content h2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0px;
	padding: 20px 0px 10px 20px;
	text-align:center;
}


#left { width: 500px; margin:10px auto;}

.left_banner { padding:10px 0px }
.border  {border: #000 solid 2px; margin:10px auto }

#left_products { width: 740px; margin:10px auto; }
#left_products table { margin:10px auto; text-align:center; padding:10px 0px; line-height: 1em; font-size:14px;}
#left_products table h2 {	
font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF0000;
	margin:0px;
	padding:5px 0px;
	text-align: left;}



#right { width: 235px; padding-leftt:5px; float: left; background-image:url(images/side_bg.jpg);
background-repeat:repeat-x; background-color:#f5e4c9}


#footer {
	height: auto;
	width: 780px;
	margin:0px auto;
	text-align: center;
	color: #f7f6f1;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 15px 0px;
	border-left:#333 solid 5px;
	border-right:#333 solid 5px;	
	border-bottom:#333 solid 5px;
	background-color:#000000;
	background-repeat: no-repeat;
}

#footer a {
	font-weight: bold;
	color: #83572c;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }


.clear { clear: both; }
