@CHARSET "UTF-8";

html
{ 
	font-size: 100%;
	height: 100%;
}

body
{
	background: #FFF;
	margin: 0px;
	padding: 0px;	
	vertical-align: top;
}

img
{
	border: none;
}

.SiteBackground
{
	background: #889cc3;
	border-bottom: 53px #f1f1f1 solid;
	border-top: 70px #364485 solid;
	height: 8px;
	width: 100%;
}

.ContainSite
{
	display: block;	
	margin: 0px auto;
	position: relative;
	text-align: left;
	top: -131px;
	valign: top;
	width: 1025px;
}

.Header
{
	display: block;
	float: left;
	position: relative;
	width: 1025px;
}

.Logo
{
	background: #364485;
	border-bottom: 8px #889cc3 solid;
	display: block;
	float: left;
	height: 60px;
	padding: 10px 0px 0px 25px;
	text-align: left;
	width: 1000px;
}

.SeenOn
{
	background: #f1f1f1;
	display: block;
	float: left;
	height: 48px;
	padding: 5px 0px 0px 60px;
	text-align: left;
	width: 965px;
}

.ContainBody
{
	background: #FFF url(../images/bg-content.jpg) repeat-x;
	display: block;
	float: left;
	min-height: 400px;
	width: 1025px;
}

.leftColumn
{
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
	text-align: right;
	width: 710px;
}

.rightColunn
{
	display: block;
	float: left;
	position: relative;
	text-align: left;
	width: 315px;
}

.LTD
{
	color: #777;
	display: inline-block;
	font: bold 12px Arial;
	margin: 10px 0px 0px 0px;
}

.LTDcount
{
	color: #333;
	display: inline-block;
	font: bold 16px Arial;
	margin: 10px 0px 0px 0px;
}

.ContainBullets
{
	display: block;
	float: left;
	margin: 15px 0px 15px 0px;
	width: 710px;
}

.BulletPic
{
	background: #fdf9ce;
	border: 1px #e9de79 solid;
	display: block;
	float: left;
	height: 225px;
	margin: 0px 10px 0px 0px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	width: 120px;
}

.Bullets
{
	display: block;
	float: left;
	width: 530px;
}

.Bullet
{
	background: #fdf9ce;
	border: 1px #e9de79 solid;
	display: block;
	float: left;
	font: normal 24px Arial;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 535px;
}

.YellowBorder
{
	border: 1px #e9de79 solid;
}

.formTop
{
	background: url(../images/form-Top.jpg);
	display: block;
	float: left;
	height: 58px;
	margin: 30px 0px 0px 0px;
	width: 256px;
}

.formMid
{
	background: #e4e8f0 url(../images/form-Mid2.jpg) repeat-x top;
	border-left: 9px #858585 solid;
	border-right: 5px #858585 solid;
	display: block;
	float: left;
	height: auto;
	overflow: auto;
	padding: 20px 10px 10px 10px;
	valign: top;
	width: 222px;
}

#form_container label 
{
	color: #777;
	float: left;
	font: bold 12px Arial;
	margin: 13px 0 0 0;
	width: 80px;
}

#form_container input 
{
	background: #fff;
	border: 1px #777 solid;
	float: left;
	margin: 8px 0 0 0;
	width: 120px;
}

#form_container select 
{
	background: #fff;
	border: 1px #777 solid;
	color: #777;
	float: left;
	font-size: 11px;
	margin: 10px 0px 1px 0px;
	width: 120px;
}

.FormCheckBox
{
	color: #777;
	display: block;
	float: left;
	font: bold 10px Arial;
	height: 40px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

.FormCheckBox input
{
	display: inline;
	margin: none;
	padding: none;
}

.formBot
{
	background: url(../images/form-Bot.jpg);
	display: block;
	float: left;
	height: 134px;
	position: relative;
	width: 256px;
}

.Guarantee
{
	position: absolute;
	right: -55px;
	top: -25px;
	z-index: 1000;
}

.TopRanked
{
	position: absolute;
	right: 60px;
	top: 0px;
	z-index: 1000;
}

#btnOrder
{
	background: transparent;
	border: none;
	cursor: pointer;
	height: 48px;
	left: 46px;
	position: absolute;
	top: 0px;
	width: 171px;
}

.Footer
{
	background: #FFF;
	color: #7782bf;
	display: block;
	float: left;
	font: normal 11px Arial;
	padding: 30px 0px 0px 0px;
	text-align: center;
	width: 1025px;
}

.Footer a:link, .Footer a:visited, .Footer a:active
{
	color: #7782bf;
	text-decoration: underline;
}

.Footer a:hover
{
	color: #7782bf;
	text-decoration: none;
}