/* CSS Document */

body
{
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}
#main
{
	position:relative;
	width:961px;
}
#header
{
	position:relative;
	float:left;
	width:961px;
	height:176px;
	background-image:url(../images/header4.png);
	background-repeat:no-repeat;
}
#utilbar
{
	position:relative;
	float:left;
	width:961px;
	height:37px;
	background-image:url(../images/utilbar.png);
	background-repeat:no-repeat;
	text-align:right;
	
}
#menubar
{
	position:relative;
	float:left;
	width:961px;
	height:53px;
	background-image:url(../images/menubar.png);
	background-repeat:no-repeat;
}

#Content
{
	position:relative;
	float:left;
	width:959px;
	min-height:300px;
	border-left:1px #9e9e9e solid;
	border-right:1px #9e9e9e solid;
	height:auto;
	background-color:#fff;
	padding-bottom:10px;
	padding-top:10px;
}

#ContentLeft
{
	position:relative;
	float:left;
	width:200px;
	padding:15px 15px 15px 14px;
	min-height:300px;
	height:auto;
	text-align:left;
}
#ContentLeft h2
{
	background-color:#0058c5;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0px;
	margin:0px;
	width:202px;
	padding:3px 0 3px 0;
	text-indent:20px;
}
#ContentRight
{
	position:relative;
	float:left;
	width:715px;
	padding-right:15px;
	min-height:285px;
	padding-top:15px;
	height:auto;
	text-align:justify;
	font-size:12px;
	line-height:25px;
	
}
#footer
{
	position:relative;
	float:left;
	width:961px;
	height:30px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
#copyright
{
	position:relative;
	float:left;
	width:961px;
	height:30px;
	color:#666666;
	font-size:10px;
	padding-top:15px;
}
.ViewCartButton
{
	border:0px solid;
	background-image:url(../images/cart.png);
	background-repeat:no-repeat;
	width:152px;
	height:21px;
	padding-left:12px;
	padding-top:7px;
	display:block;
	margin-right:15px;
	cursor:pointer;
	position:relative;
	float:right;
	margin-top:2px;
	text-align:left;
	color:white;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	text-decoration:none;
}
.ViewCartButton:hover
{
	background-image:url(../images/cart2.png);
	background-repeat:no-repeat;
}
.RadioGroup
{	
	position:absolute;
	left:20px;
	top:50px;
	width:600px;
	height:100px;
	text-align:left;
}