body {
	background-repeat: repeat;
	background-image: url(images/page_bg.gif);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 1200px;
}
#header {
	background-image: url(images/header.png);
	width:979px;
	height:232px;
	display:block;
}
#border {
	background-repeat: repeat-y;
	width:979px;
}
#main {
	margin: 0px 12px 0px 10px;
	background-repeat: repeat-x;
}
#left {
	width:261px;
	float:left;
	display:inline;
	
}
#right {
	z-index: -1;
	float:right;
	width: 622px;
}
/***************** Content ***********************/
.hautcontent {
	height: 32px;
	background-image: url(images/Hc.png);
	width: 900px;
}
.bascontent {
	height: 33px;
	background-image: url(images/basc.png);
	width: 900px;
}
.content {
	padding: 15px;
	background-image: url(images/middlec.png);
	background-repeat: repeat-y;
	width: 900px;
}
.content img {
}
.content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: white;
	padding: 10px 0px 0px 6px;
	font-weight:900;
}
.content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ececec;
	padding: 10px 0px 0px 6px;
}
.content p {
	font-weight: bold;
	width: 850px;
	font-family: Arial;
	font-size: 11px;
	color: #232323;
	padding: 10px 0px 0px 6px;
}
.content a {
	text-decoration: none;
	color:#2e260f;
}
.content a:hover {
	text-decoration: none;
	color:#cf0002;
}
.product {
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;
	width: 900px;
}
.product h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: white;
	padding: 10px 0px 0px 6px;
	font-weight:900;
}
.product a {
	text-shadow: 9px 10px 30px;
	background-position: 0px;
	border: 1px solid #6698bd;
	display:inline;	
	float:left;
	margin: 6px 0px 6px 11px;
}
.product a:hover {
	border: 1px solid #c40000;
}
.product img {
	border: 6px solid #ffffff;
}
/***************** Menu ***********************/
#menu {
	z-index: 2;
	background-image: url(images/menu.png);
	width:261px;
	height:449px;
	margin-left:93px;
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #2e260f;
	font-size: 12px;
	
}
#menu a:hover {
	text-decoration: none;
	color:#c40000;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image: url(images/menubottom.png);
	background-repeat:no-repeat;
	width:261px;
	height:76px;
	margin-left:93px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
