*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#pageleft
{
	margin: 0px auto;
	width: 900px;
	background: url('../images/design_01.gif') top left repeat-y;
}

#pageright
{
	margin: 0px auto;
	width: 900px;
	background: url('../images/design_03.gif') top right repeat-y;
}

#header
{
	margin: 0px auto;
	width: 880px;
	height: 129px;
	background: url('../images/design_05.gif') top left no-repeat;
}

#header a
{
	display: block;
	width: 880px;
	height: 129px;
}

#banner
{
	margin: 0px auto;
	width: 880px;
	height: 119px;
	background: url('../images/design_07.gif') top left no-repeat;
}

#body
{
	margin: 0 auto;
	width: 860px;
	padding: 10px;
	color: #ffffff;
	background: #181818;
}

#body a
{
	color: #c0c0c0;
}

#body a:hover
{
	color: #8a122e;
}

h1
{
	text-indent: 70px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 60px;
	font-size: 16px;
	color: #8a122e;
	background: url('../images/header-icon.jpg') top left no-repeat;
}

#body p
{
	line-height: 24px;
	margin-bottom: 12px;
}

.imgleft
{
	float: left;
	border: solid 1px #666666;
	background: #262626;
	padding: 3px;
	margin: 8px 10px 8px 0px;
}

.imgright
{
	float: right;
	border: solid 1px #666666;
	background: #262626;
	padding: 3px;
	margin: 8px 0px 8px 8px;
}

.productimage
{
	float: left;
	border: solid 1px #666666;
	background: #262626;
	padding: 3px;
	margin: 8px 20px 8px 0px;
}

.products
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 98%;
	padding-bottom: 6px;
	line-height: 36px;
	border-bottom: 1px solid #c0c0c0;
}

.products a
{
	color: #8a122e;
}

.products a:hover
{
	color: #ffffff;
}

.getit
{
	float: right;
}

input
{
	padding: 5px;
	font-family: verdana;
	border: solid 1px #c0c0c0;
	background: #8a122e;
	font-size: 11px;
	color: #ffffff;
	cursor: hand;
	margin-left: 10px;
}

input:hover
{
	background: #000000;
	border: solid 1px #8a122e;
	color: #ffffff;
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 880px;
	height: 40px;
	background: #181818;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}


/*  menu  */

#menucontainer
{
	margin: 0px auto;
	width: 880px;
	height: 40px;
	overflow: hidden;
	background: url('../images/design_02.gif') top left no-repeat;
}

ul#topnav
{
	margin: 0px auto;
	list-style: none;	
	font-size: 10px;
	clear: both;
	float: right;
}

ul#topnav li
{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height: 40px;
}

ul#topnav a, ul#topnav span
{
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #ffffff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #181818; 
}

ul#topnav span
{
	display: none;
	cursor: hand;
}
 
ul#topnav.v2 span
{
	background: #181818;
}
ul#topnav.v2 a
{
	color: #FFF;
	background: #8a122e;
}
