@charset "utf-8";

*{margin:0;padding:0;}

body
{
	text-align:center;
}

#wrapper
{
	margin:0 auto;
	height:100%;
	width:960px;
	text-align:left;
}
img 
{
	border: 0;
}

#header
{
	width: 960px;
	text-align:center; 
	font-family:verdana, arial;
    font-weight:bold;
	font-size:10px;
}

#logo
{
    float:left;
	background-image: url(images/logo.jpg);
	width:382px;
	height:75px;
}

#content
{
	margin-bottom:5px;
	margin-top:5px;
	width:100%;
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:1px;
}

#contentleft
{
	float:left;
	width:735px;
}

#navbar
{
	float:right;
	width:220px;
}

#footer 
{ 	
	margin:0 auto; 
	padding:0;
	width: 100%; 
	background-color:#039;
	text-align:center; 
	font-family:verdana, arial;
    font-weight:bold;
	font-size:10px;
	height: 24px;
	line-height:24px; 
}

#footer a
{ 
	color:#ffffff;
	text-decoration:none;
}
.clear
{
	margin:0;
	padding:0;
	clear:both;
}

.productitem
{
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:100%;
	overflow:hidden;
}

.productitem img
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
	width:32px;
	float:left;
}

.productitem img.c1
{
	margin-top:5px;
	margin-bottom:5px;

	height:18px;
	float:right;
}


.productitem h1
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	color:#000;
	font-size:18px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	float:left;
	line-height:32px;
}

.productitem p
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	font-family:verdana,arial; 
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}

.productitem hr
{
	height:1px;
}



.productitemleft
{
	width:590px;
	float:left ;
}

.productitemright
{
	text-align:right;
	padding-top:5px;
	float:right ;
	width:136px;
}

.productitemright a
{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:2px;
	font-family:verdana,arial; 
	font-size:12px;
	font-weight:normal;
	color:#3f3fbf;
	line-height:18px;
	text-decoration:underline;
	float:right;
}

.productitemright img
{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:2px;
	height:18px;
	width:18px;
	float:right;
}


#productinfo
{
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:100%;
	overflow:hidden;
}

#productinfo h1
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
	color:#000;
	font-size:18px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
}

#productinfo p
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	font-family:verdana,arial; 
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}




