html, body {
	background-color:#000000;
	height:100%;
	margin:0;
	padding:0;
}
	
body {
		margin:20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
}
	
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1024px;
}
#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:1024px;
	height:272px;
	display:block;
}

#header a {
	width:650px;
	height:272px;
	display:block;
}

#main {
	padding:0;
	width:100%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#left {
	width:261px;
	float:left;
	display:relative;	
	margin-top:-45px;
	margin-bottom:-25px;
}
#right {
	float:right;
	width:695px;
}
/***************** Content ***********************/
#border {
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
}
.content {
	width:695px;
	padding:0 15px 15px 0;
}
.content h3 {
	background-image:url(images/welcome.gif);
	background-repeat:no-repeat;
	width:520px;
	height:33px;
	text-indent:700px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.content p, .content fieldset {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color:#333;
	padding: 10px 10px 0px 6px;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}
.product {
	width:530px;
	margin: 20px 0px;
}
.product h3 {
	background-image:url(images/products.gif);
	background-repeat:no-repeat;
	width:530px;
	height:33px;
	text-indent:700px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.product a {
	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 ***********************/
#menutop {
	background-image:url(images/menutop.png);
	width:259px;
	height:65px;
	margin-left:43px;
}

#menu {
	background-image:url(images/menu.jpg);
	background-repeat:repeat-y;
	width:261px;
	height:449px;
	margin-left:43px;
}

#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;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#c40000;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(images/menubottom.png);
	background-repeat:no-repeat;
	width:259px;
	height:83px;
	margin-left:43px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
	margin-top:-5px;
}

#menubottom li.bottom {
	float:left;
	display:inline;
	width:240px;
	text-align:center;
	margin-top:8px;
}

#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:12px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover, #menubottom a.active, #menu a.active {
	color:#c40000;
}
/***************** Footer ***********************/

#foot {
	text-align:right;
	color:#f7d27c;
	width:1024px;
	margin:20px auto 0 auto;
}

#foot p.address {
	color:#FFF;
}

#footer {
	background-color:#8bcaef;
	background-image:url(images/borderfooter.gif);
	height:74px;
	width:1024px;
}
#footerend {
	background-image:url(images/borderfooterend.gif);
	background-repeat: no-repeat;
	width:1024px;
	height:9px;
	display:block;
}
#copyright {
	background-image:url(images/copyright.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:43px;
	display:inline;
	margin-left:103px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #463d16;
	padding: 30px 20px 0px 20px;
	text-align:center;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #463d16;
}
#payment {
	float:left;
	display:inline;
	margin: 10px 0px 20px 135px;
}
#payment img {
	border: none;
}