@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;	
}

div#question_TEXT1{
	display:none !important;}
	.question{display:none !important;}
	.fieldType fieldType_includeText{display:none !important;}
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 {
	overflow:hidden
}

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

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

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

.fright {
	float:right;	
}

/*============ 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:802px;
	height:214px;
	margin:40px auto 35px auto;
	padding:16px 0 0 20px;
	overflow:hidden;
	background-image:url(../images/headBg.gif);
	background-repeat:no-repeat;
	
}

#container #content .head img {
	margin-bottom:10px;	
}

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

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

#container #content .head #register .textfield,
#container #content .head #register .dropdown {
    width: 140px;
	height:18px;
	font-size:12px;
	color:#999999;
}

#container #content .head #register .fieldType_firstName {
	width:160px;
	margin-top:22px;
	margin-bottom:22px;
	float:left;
}

#container #content .head #register .fieldType_lastName {
	width:160px;
	margin-top:22px;
	margin-bottom:22px;
	float:left;
}

#container #content .head #register .fieldType_email {
	width:160px;
	margin-top:4px;
	float:left;
}

#container #content .head #register .fieldType_country {
	width:160px;
	margin-top:4px;
	float:left;
}

#container #content .head #register .fieldType_country  select {
    width:146px;
	height:24px;
}

#container #content .head #register .opt-In_checkboxlist {
    width:450px;	
    margin-top:28px;
    float:left;
}

#container #content .head #register .opt-In_checkboxlist label {
	font-size:13px;	
}

#container #content .head #register .fieldType_btn {
	width:160px;
	float:left;
}

#container #content .head #register .fieldType_includeText {
	float:left;
	color:#00add8;
	font-size:12px;
	line-height:42px;
}

#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;
}

.jquery-selectbox {
	width: 265px!important;
	height: 25px;
	margin: 10px 0 15px 0;
	padding: 0;
	float: left;
	clear:both;
	display: inline;
	position: relative;
	z-index: 0;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	background-image: url(../images/bg-TextField.gif);
}

.jquery-selectbox .jquery-selectbox-currentItem {	
	padding: 3px 0px 0px 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	width: 237px!important;
	height: auto!important;
	padding: 2px;
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background-color: #1a1a1a;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/lay-selectMoreButton.gif);
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	background-color:#1a1a1a;
	color: #ffffff;
	padding:0 0 0 10px;	
	cursor:pointer;
}


/*============ FOOTER ============== */

#container #footer  p {
    margin:7px 120px 15px 124px;
	font-size:13px;
	text-align: justify;
	font-weight:bold;
	clear:both;
    color: #404040;	
}

#container #footer .navigation {
	width:791px;
	height:37px;
	margin:40px 0 10px 100px;
	padding:0 20px 0 10px;
	float:left;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;	
}

#container #footer .navigation ul li a {
	padding:0 0 0 15px;
	line-height:37px;	
	font-size:12px;
}

#container #footer ul li {
	float:left	
}
.head2
{
    background: url(../images/formBg2.jpg) no-repeat scroll 0 0 transparent;
    height: 278px   ;
    margin: 31px 0 0 auto   ;
   /* width: 980px   ;*/
	padding:0 0 0 5px;
}

.lowerButtonForm{
	padding-top:56px;
	}
	
	.lowerButtonForm a span {
    background-image: url("../images/btnRight.gif");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 27px;
    padding: 0 36px 0 19px;
    white-space: nowrap;
}
.lowerButtonForm a {
    background-image: url("../images/btnLeft.gif");
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 30px;
    margin: 18px 0 0;
    padding: 0 0 0 9px;
}