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

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #0071bd;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#container
{
	width: 964px;
	margin: auto;
	background-image: url(images/container_background.png);
	background-repeat: repeat-y;
}

#title
{
	width: 964px;
	height: 90px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
}

h1
{
	margin: 0px;
	padding: 22px 0px 0px 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#sub_container
{
	width: 860px;
	margin: auto;
}

#menu
{
	width: 860px;
	background: #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer
{
	width: 964px;
	height: 30px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear:both;
}

#content_top
{
	clear: both;
	width: 860px;
	height: 15px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}


#left
{
	width: 195px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

#middle
{
	width: 430px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#right
{
	width: 195px;
	float: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.side_buttom
{
	margin: 0px 0px 10px 0px;
	padding: 0xp;
}

.clear
{
	clear: both;
}




#benefits
{
	width: 175px;
	color: #fff;
	background: #343133;
	background-image: url(images/benefits.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 40px 10px 0px 10px;
}

#benefits p
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#benefits_bottom
{
	width: 195px;
	height: 42px;
	background-image: url(images/benefit_bottom.png);
	background-repeat: no-repeat;
}

#benefits ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
}

#contact_box
{
	width: 195px;
	height: 144px;
	padding: 50px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	background-image: url(images/contact_box.png);
	background-repeat: no-repeat;
	text-align: center;
}

#contact_box p
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#contact_box a
{
	color: #fff;
	text-decoration: none;
}

#contact_box a:hover
{
	text-decoration: underline;
}

.green
{
	color: #8cc63f;
}

.blue
{
	color: #29abe2;
}

.orange
{
	color: #f7931f;
}

#advert1
{
	width: 405px;
	height: 205px;
	padding: 15px 10px 0px 15px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/mobile_ad.png);
	background-repeat: no-repeat;
	float:left;
}

#advert1 p
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#advert2
{
	width: 405px;
	padding: 15px 10px 15px 15px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/advert2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
}

h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}

h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}

.big_number
{
	font-size: 18px;
	font-weight: bold;
	color: #F7931F;
}


.ems
{
	text-align: center;
	margin-top: 10px;
}

#bullet
{
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: 290px 50px;
}

ul.bullet
{
	margin: 0;
	padding: 0;
}

ul.bullet li
{
	margin: 0px 0px 10px 0px;
	padding: 2px 0 3px 25px;
	list-style: none;
	background: url('images/bullet.png') no-repeat top left;
	background-position: 0 50%;
	font-size: 17px;
	font-weight: bold;
	color: #4d4d4d;
}





ul.green {
	padding: 0px;
	width: 860px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: #808080;
	float: left;
	clear: left;
}

ul.green li {
	float: left;
}

ul.green li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px 0 0;
	margin: 0px 0px 0px 0px;
	border-right: 5px solid #808080;
	font: 900 14px "Arial", Helvetica, sans-serif;
	background: url(images/normal.png) no-repeat top right;
}

ul.green li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin: -10px 0px 0px 0px;
	height: 36px;
	background: url(images/normal.png) no-repeat top left;
}

ul.green li a:hover {
 	color: #000;
	background: url(images/hover.png) no-repeat top right;
}

ul.green li a:hover span {
	background: url(images/hover.png) no-repeat top left;
}



label { width: 150px; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 150px; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin: 0px 0px 10px 0px; width: 410px; text-align: left; float: left; border: 1px dashed #ccc; padding: 8px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
legend
{
	color: #000;
	font-weight: bold;
	font-size: 13px;
}




#menu2
{
width: 195px;
border-bottom: 10px solid #fff;
}

#menu2 ul
{
padding: 0px;
margin: 0px;
background: #036;
color: #fff;
width: 195px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#menu2 ul li { display: inline; }

#menu2 ul li a
{
padding: 5px 0px 0px 10px;
height: 25px;
width: 185px;
background: #036;
color: #fff;
text-decoration: none;
float: left;
border-bottom: 5px solid #fff;
}

#menu2 ul li a:hover
{
background: #ffa801;
}
#flash-banner { float: left; width: 430px; height: 219px; margin-bottom: 15px; }