body 
* {margin:0px;padding:0px;}
.clear{clear:both;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 979px;
}
#header {
	background-image:url(images/header.jpg);
	width:979px;
	height:232px;
	display:block;
	
	
	
}
#border {
	background-image:url(images/border.gif);
	background-repeat: repeat-y;
	width:979px;
}
#main {
	background-image:url(images/contentbg.gif);
	background-color:#FFFFFF;
	margin: 0px 12px 0px 10px;
	background-repeat: repeat-x;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url(images/contentbg.gif);
	background-color:#FFFFFF;
	
}
#right {
	float:right;
	width:580px;
}
/***************** Content ***********************/
.content {
	width:530px;
}
.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 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #333333;
	padding: 10px 0px 0px 6px;
	font-weight:900;
}
.content a {
	color:#FFFFFF;
}
.content a:hover {
	color:#333333;
}
.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 ***********************/
#menu {
	background-image:url(images/menu.gif);
	width:261px;
	height:449px;
	margin-left:93px;
}
#menu ul {
	padding: 25px 0px 0px 0px;
	width:220px;
	margin-left:35px;
}
#menu li {
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 0px dotted #000000;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
	font-size: 20px;
	float: inherit;
}
#menu a:hover {
	color:#CCCC00;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(images/menubottom.jpg);
	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: #CCCCCC;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#333333;
}
/***************** Footer ***********************/
#footer {
	background-color: #FFFFFF;
	background-image:url(images/borderfooter.gif);
	height:74px;
	width:979px;
	background-color: #FFFFFF;
}
#footerend {
	background-image:url(images/borderfooterend.gif);
	background-repeat: no-repeat;
	width:979px;
	height:9px;
	display:block;
}
#copyright {
	background-image:url();
	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: #000000;
	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;
}


 ul {
list-style: none; /* Remove the bullets */
margin: 0;
padding: 0;
width:150px; /* Menu width */
}
ul li {
display: inherit; /* Make a menu item a block (height 100%, width 100%) */
height:100%;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there is no margin between the menu items */
}
ul li a{
float: right; width: 200px;
text-align: right; font: 15pt Arial;
padding: 0px 0px 0px 0px;
text-decoration: none;
color: #FFD3D9; background: #000000;
border: 0px solid #FFFFFF;
margin: 0px;
}
ul li a:hover {
padding:0;
}
ul ul {
	position: absolute;
	top: auto;
	display:none; /* Display nothing when not 'hovered' */
	background-color: #000000;
}
ul li ul li{
	color: #3300FF;
	background: #000000;
	border: 1px solid #ccc;
	background-color: #000000;
}
ul li ul li a:hover{;}
ul li:hover ul {background: #000000; border: 0px solid #000000;
display: block; /* Make sure the submenu is displayed as blocks as well. */
left:220px; /* Your menu width. The submenu appears there, when you hover a menu item. */ }

