@charset "utf-8";
/* CSS Document */

body{
	background-color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

a:link, a:visited{
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
}

.products{
	width: 980;
}

.box-basic, .box-standard, .box-premium{
	float: left;
	width: 276px;
	height: 214px;
	padding: 50px 12px 0 22px;
	margin: 10px 7px 10px 7px;
}

.box-basic{
	background: #434343 url(../images/box-basic.gif) no-repeat 0 0;
}

.box-standard{
	background: #434343 url(../images/box-standard.gif) no-repeat 0 0;
}

.box-premium{
	background: #434343 url(../images/box-premium.gif) no-repeat 0 0;
}

.footer{
	clear: both;
	border-top: 1px solid #999999;
	text-align: center;
	color: #999999;
}

.footer a:link, .footer a:visited{
	color: #999999;
	text-decoration: none;
}

.footer a:hover, .footer a:active{
	color: #999999;
	text-decoration: underline;
}

.widebox{
	width: 972px;
	margin: 0 auto;
}

.widebox-header{
	background: #434343 url(../images/widebox-header.jpg) no-repeat 0 0;
	height: 65px;
	width: 972px;
}

.widebox-footer{
	background: #434343 url(../images/widebox-footer.jpg) no-repeat center bottom;
	width: 972px;
	padding: 0;
	margin-top: 0px;
}

*html .widebox-footer{
	margin-top: 0;
}


.widebox-content{
	color: #FFFFFF;
	text-align:left;
	padding: 0 300px 10px 28px;
}

.formfield{
	border:1px solid #CCCCCC;
	background: #FFFFFF url(../images/formfiled-bg.gif) repeat-x center bottom;
	color:#333333;
}

