html
{
	background : #000;
	color : #fff;
	font-family : Verdana;
	font-size : 12px;
	padding : 15px 0 100px;
}
a
{
	color : #34b3a2;
	text-decoration : none;
}
#logo, #nav, #content, #footer
{
	width : 926px;
	margin : 0 auto;
}
#footer
{
	width : 878px;
	padding : 9px 24px 12px;
}
#nav, #content, #footer
{
	margin-top : 22px;
}
#nav, .product, #footer
{
	background : #3f3f3f;
}
#logo
{
	height : 131px;
	background : url(../i/logo.jpg) no-repeat;
	
}
#logo h1
{
	text-indent : -2000px;
}

#logo h1 a
{
	display:block;
	overflow:hidden;
	width : 926px;
	height : 131px;
}

#nav
{
	font-weight : bold;
	font-size : 11px;
	height : 33px;
}
#nav li
{
	float : left;
	line-height : 33px;
	padding-left : 10px;
}
#nav a
{
	padding-left : 3px;
}
.product
{
	margin-top : 20px;
	padding : 10px 20px 18px 15px;
	overflow : auto;
	position : relative;
}
.product_image
{
	float : left;
	width : 440px;
}

.product_description
{
	float : left;
	margin-left : 20px;
	width : 426px;
}

.product_description h2 strong
{
	font-weight : bold;
	line-height : 1.8em;
}

.product_description h2 a
{
	font-family : Arial Narrow, Arial;
	font-size : 25px;
	display : block;
}

.product_description p
{
	margin : 0.8em 0;
	line-height : 1.3em;
}
.product_description strong
{
	font-weight: bold;
}

.feature_list li
{
	background : url(../i/star.jpg) no-repeat 0 4px;
	padding-left : 20px;
	line-height : 1.3em;	
}

.buy
{
	height : 25px;
	margin-top : 14px;
}

.buy a
{
	float : left;
	width : 145px;
	height : 23px;
	background : url(../i/buy-now.jpg) no-repeat;
	text-indent : -2000px;
	overflow : hidden;
}

.buy span
{
	color : #34b3a2;
	font-family : Arial Narrow, Arial;	
	font-size : 25px;
	line-height : 1em;
	float : left;
	padding-left : 12px;
}

#footer strong
{
	color : #34b3a2;
	font-size : 16px;
	font-weight : bold;
}

#register_form
{
	background : #3f3f3f;
	padding : 20px;
	margin-top : 22px;
}

#register_form h2
{
	font-size : 18px;
	margin-bottom : 12px;
}

#register_form label
{
	display : block;
	line-height : 2em;
}

#register_form .textbox
{
	width : 200px;
}

#register_form .btn
{
	margin-top : 12px;
	padding : 2px 4px;
}

#service_unavailable
{
	background : #3f3f3f;
	padding : 20px;
	margin-top : 22px;
}