@charset "utf-8";

/*============ RESET ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Calibri, Arial, sans-serif;
	font-size:16px;	
	color:#ffffff;
	text-decoration:none;
}

ul li {
	list-style-type:none;	
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    color:#ffffff;
    font-family:Calibri, Arial, Verdana, sans-serif;
    font-size:16px;
    outline:none;
}

/*============ GENERAL ============== */

body   {
	background-color:#000000;
}

#container {
}

#container #header,
#container #content,
#container #footer {
	width:100%;
	clear:both;
	position:relative;
}

/*============ GLOBAL ============== */
.main {
	width:1020px;	
	margin:0 auto;
}

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	line-height:1px;
	font-size:1px;
}

/*============ HEADER ============== */
#container #header .logo,
#container #header .menu {
	margin:15px 0 0 0;
	float:left;	
}

#container #header .menu li {
	float:left;	
}

#container #header .compare {
	width:72px;
	height:20px;
	padding:0 0 0 10px;
	background-image:url(../images/compare.gif);
	background-repeat:no-repeat;
	float:right;
	color:#a69fa3;
	font-size:11px;
	line-height:20px;		
}

#container #header .compare span {
	color:#008d9a;
	font-size:11px;
}

#container #header .search {
	width:144px;
	height:22px;
	margin:0 30px 0 40px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;	
	float:right;
}

#container #header .search input {
	border:0 none;
	background:none;
	color:#a69fa3;
	font-size:11px;
	padding:0 0 0 5px;
}

/*============ CONTENT ============== */
#container #content .head {
	width:100%;
	height:177px;
	margin-left: 100px;
	overflow:hidden;
	margin-top: 60px;
	background-image:url(../images/headBg.gif);
	background-repeat:no-repeat;
}

#container #content .head h1 {
	float:left;
	font-size:36px;
	color:#00aadd;
}

#container #content .head p {
	float:left;
	color:#ffffff;	
}

#container #content .head .form {
	width:752px;
	height:130px;
	padding:0 1px;	
	float:left;
}

#container #content .ltri,
#container #content .lirt {
	width:1020px;
	float:left;
	background-image:url(../images/hr.gif);
	background-repeat:no-repeat;	
	background-position:left top;
}

#container #content .first {
	background-image:none;	
}


#container #content .ltri h2,
#container #content .lirt h2 {
	margin-bottom:8px;
	float:left;
	clear:both;
	font-size:30px;	
}

#container #content .ltri p,
#container #content .lirt p {
	margin-bottom:25px;
	clear:both;
}

#container #content .ltri img,
#container #content .lirt img {
	float:left;	
	padding: 1px 0 0 0;	
}

#container #content .ltri label,
#container #content .lirt label {
	font-size:18px;
	font-weight:bold;
	color:#00add8;	
}

#container #content .ltri ul,
#container #content .lirt ul {
	clear:both;
	float:left;
}

#container #content .ltri ul li,
#container #content .lirt ul li {
	margin-bottom:20px;
	padding:0 0 0 16px;
	background-image: url(../images/boll.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
}

#container #content .ltri .textChoice ul,
#container #content .lirt .textChoice ul {
	display:none;
}

#container #content .ltri .textChoice ul li,
#container #content .lirt .textChoice ul li {
	margin-bottom:0;
}
	
#container #content .ltri ul.selectChoice img,
#container #content .lirt ul.selectChoice img {
	float:none;	
}

#container #content .ltri .infoText {
	width:460px;
	padding:0 0 30px 120px;
	float:left;
}

#container #content .ltri h2 {
	margin-top:40px;	
}

#container #content .lirt h2 {
	margin-top:50px;	
}

#container #content .lirt .infoText {
	width:400px;
	float:left;
}


/*============ FOOTER ============== */
#content #footer {
	width: 785px;
	margin-left: 100px;
	margin-top: 10px;
}
#footer {overflow:hidden; padding:5px 20px 12px; text-transform:capitalize; font-size:10px; border-bottom:1px solid #333333; border-top:1px solid #333333;}
#footer ul {margin:0px; padding:0px; list-style:none; }
#footer ul#fnav, #footer ul#fnav li {float:left; height:11px; padding:0px; margin:0px;}
#footer ul#fnav li a {padding: 0 10px 0 10px; text-transform: capitalize;}
#footer ul#fnav li.first a {border-left:0px; padding-left:0px;}
#footer ul#fnav2 {float:right; list-style:none;}
#footer ul#fnav2 li {float:left; height:15px; margin:0px;}
#footer ul#fnav2 li.first a {padding: 0 10px 0 0; margin-right:8px;}
#footer a {text-decoration:none;  font-size: 12px; color: #636363;}
#legal {width:815px; padding:0 15px 0 20px; font-size:10px; line-height:14px; margin-left: 100px; margin-top: 10px; margin-bottom: 10px; color:#9e9e9e;}

#legal  p {
	font-family:Arial, Helvetica, sans-serif;	
}

/*============ HEADER IMAGE ============== */

#headerImage {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	padding-top: 178px;
	width: 100%;
	height: 100%;
	background: url('../images/header.jpg') center top no-repeat;
}

#headerImage #inner {
	width: 830px;
	margin-left: 120px;
}

#headerImage #inner .heading {
	height: 50px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#headerImage #inner .heading h2 {
	float: left;
	color: #00b0e4;
	font-size: 21px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
}

#headerImage #inner .heading img {
	float: left;
	height: 50px;
	width: 52px;
}

#headerImage .short {
	width: 560px;
	margin-bottom: 25px;
}

#headerImage #inner .item {
}

#headerImage #inner .item ul {
	margin-top: 15px;
	margin-bottom: 10px;
}

#headerImage #inner .item ul li {
	margin-bottom: 3px;
}

#headerImage #inner .item ul li img,
#headerImage #inner .item .inlineFix {
	vertical-align: top;
	display: inline;
}

#headerImage #inner .item a {
	text-decoration: none;
	color: #00b0e4;
}

#headerImage #inner .item .botSpace {
	margin-bottom: 15px;
}

#headerImage #inner .item p ul {
	margin-left: 30px;
}

ul.normal,
.normal li {
	margin-left: 25px;
	list-style: disc;
}

#headerImage #inner .tableFormat h3 {
	margin-bottom: 10px;
}

#headerImage #inner .tableFormat table {
	width: 780px;
	margin-top: 5px;
}

#headerImage #inner .tableFormat table .firstRow td {
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	height: 30px;
}

.theList {
	width: auto;
}
.theList h3 {
	margin-left: ;
	padding-top: 10px;
	font-size: 32px;
	color: #00aadd;
	font-weight: normal;
}
.theList p {
	font-size: 13px;
	color: #fff;
	width: 200px;
}
.theList a {
	clear: both;
	display: block;
	margin-top: 10px;
	width: 142px;
	height: 30px;
}
.fix {
	float: right;
	padding-top: 122px;
}
.small {
	margin-right: 0px;
	padding-left: 15px;
	height: 131px;
	width: 230px;
	background: url('../images/list_background.jpg') center no-repeat;
}
.large {
	padding-left: 20px;
}
.large p {
	font-size: 16px;
	margin-bottom: 15px;
	width: auto;
}
.large h3 {
	font-size: 36px;
	margin-bottom: 5px;
}

.float {
	float: left;
	width: 560px;
}

.miniHeader {
	font-size: 18px;
}