body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	border: 0px;
	line-height: 20px;
}
.clear:after {
	content: ""; display: block; clear: both;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/Pages/pagesbg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: 1px 90px;
}

#container {
	width: 980px;
	margin: 0 auto;
}
 
#header {
	height: 80px;
	padding: 10px 0 0 0;
	position: relative
}

#header div.phone{
	position: absolute;
	left: 590px;
	top: 15px;
	width: 210px;
}

#header div.priceguarantee{
	position: absolute;
	left: 140px;
	top: 10px;
	width: auto;
}
#header div.logoprincipal{
	position: absolute;
	left: 7px;
	top: 5px;
	width: 128px;
	height: 101px;
}

h1  {font-family: 'PT Sans Caption', sans-serif; font-size: 28px; text-shadow: 1px 1px 2px #bcbdbf;
	color: #304160;	}
h2  {font-family: 'PT Sans Caption', sans-serif; font-size: 19px; text-shadow: 1px 1px 2px #bcbdbf;
	color: #304160;  }
h3  {font-family: 'PT Sans Caption', sans-serif; font-size: 14px; text-shadow: 1px 1px 2px #bcbdbf;
	color: #304160;  }
h4  {font-family: 'PT Sans Caption', sans-serif; font-size: 18px; text-shadow: 1px 1px 2px #bcbdbf;
	color: #304160;
}
			

#header ul#nav {
	float: right; list-style: none; margin: 70px 0 0 0;
}
	#header ul#nav li {
		float: left; padding: 0 0 0 15px; margin: 0 37px 0 0;
		background: url(../images/nav-separator.png) left no-repeat;
	}
		#header ul#nav li:first-child { background: none; }
		
		#header ul#nav li a { 
			font-size: 13px; color: #f9f9f9; text-decoration: none;
		}
			#header ul#nav li a:hover, #header ul#nav li a.active {
				color: #454545;	
			}
			
			
			/* Social Media
------------------------------------------*/


.socialmedia{
	float: left;
	width: 210px;
	padding-right: 0px;
	position: relative;
	top: 300;
	margin-right: 0px;
	word-spacing: 1em;
	top: 250px;
	left: 55px;
}


/*******************************************
1.2 Top Menu
******************************************/

.topmenu{
	position: relative;
	top: 47px;
	width: 570px;
	left: 410px;
	z-index: 99999;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 40px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #364461;
	background: -moz-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #384663), color-stop(100%, #17253f));
	background: -webkit-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -o-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -ms-linear-gradient(top, #384663 0%, #17253f 100%);
	background: linear-gradient(to bottom, #384663 0%, #17253f 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#384663', EndColorStr='#17253f', GradientType=0);
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	background: #17253f;
	background: -moz-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #384663), color-stop(100%, #17253f));
	background: -webkit-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -o-linear-gradient(top, #384663 0%, #17253f 100%);
	background: -ms-linear-gradient(top, #384663 0%, #17253f 100%);
	background: linear-gradient(to bottom, #384663 0%, #17253f 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#384663', EndColorStr='#17253f', GradientType=0);
	color: #ffffff;
	display: inline-block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #364461;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #0b1731;
  background: -moz-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #0b1731));
  background: -webkit-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -o-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: linear-gradient(to bottom, #26262c 0%, #0b1731 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#0b1731', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #0b1731;
  background: -moz-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #0b1731));
  background: -webkit-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -o-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #0b1731 100%);
  background: linear-gradient(to bottom, #26262c 0%, #0b1731 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#0b1731', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #34425e;
	border-bottom: 1px #6fc7ec;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 11px;
}
#cssmenu .has-sub ul li:hover a {
	background: #151a25;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: -100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}



		
#content {
}

#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: #FFF;
}
	#content a {
		color: #7b7ba0; font-weight: strong; text-decoration: none;
	}	
		#content a:hover { color: #3f3f69; text-decoration: underline; }
	
#content #main {
	width: 980px;
	height: 600px;
	float: left;
	position: relative;
	background-image: url(../images/Pages/mainbg.png);
	padding-bottom: 30px;
}
	#content div.backgroundboxes {
	position: absolute;
	left: 95px;
	top: 66px;
	width: 983px;
	height: 551px;
}
	#content div.backgroundstyles {
	position: relative;
	left: 40px;
	top: 35px;
	width: 870px;
	height: 550px;
}
	#content div.garagedoorslogo {
	position: absolute;
	left: 67px;
	top: -44px;
}
	#content div.rollupdoorslogo {
	position: absolute;
	left: 405px;
	top: -41px;
}
	#content div.commercialdoorslogo {
	position: absolute;
	left: 745px;
	top: -43px;
}
	#content div.text1 {
	position: absolute;
	left: 23px;
	top: 270px;
	width: 262px;
	height: 175px;
}
	#content div.text2 {
	position: absolute;
	left: 358px;
	top: 270px;
	width: 272px;
	height: 175px;
}
	#content div.text3 {
	position: absolute;
	left: 696px;
	top: 270px;
	width: 262px;
	height: 175px;
}
	
	
	
	
	#content div.stylesbg {
	position: relative;
	top: 30px;
	padding-bottom: 80px;
	}
	

	/* Footer
------------------------------------------*/	
	
#footer-container {
	background-color: #f3f3f3;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;	
}

	#footer {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 290px;
	}
			
		#footer a {
			color: #7b7ba0; text-decoration: none;
		}	
			#footer a:hover { color: #3f3f69; }
	
	#footer div.login {
	width: 190px;
	float: left;
	padding-left: 35px;
	}
	
	#footer div.fblogo {
	position: absolute;
	left: 547px;
	top: 9px;
	width: 155px;
	}
		#footer div.twlogo {
	position: absolute;
	left: 772px;
	top: 9px;
	width: 154px;
	}	
		#footer div.login form label {
			color: #969696; /* If Javscript disabled, otherwise hidden by the jQuery script */
		}
		#footer div.login form input {
			width: 136px; height: 23px; margin: 0 0 12px 0; padding: 2px 10px 0 10px; border: 0;
			font-size: 16px; color: #969696;
		}
			
		
			
			
			#footer div.login form small {
				font-size: 12px; float: left;	
			}
			
	#footer div.accessibility {
		width: 440px; float: left; margin: 0 0 0 40px;	
	}
	
	/* Three last footers
------------------------------------------*/

					#footer div.middlelinks {
	width: 182px;
	position: absolute;
	top: 94px;
	font-size: 12px;
	left: 288px;
	color: #f9f9f9;
				}
				
				#footer div.middleheader {
	width: 149px;
	position: absolute;
	left: 323px;
	top: 66px;
	height: 21px;
	font-size: 15px;

					}
					
					#footer div.middlelinks2 {
	width: 182px;
	position: absolute;
	top: 94px;
	font-size: 12px;
	left: 455px;
	color: #f9f9f9;
				}
				
				#footer div.middleheader2 {
	width: 136px;
	position: absolute;
	left: 486px;
	top: 66px;
	height: 21px;
	font-size: 15px;
					}
					
					
					#footer div.middlelinks3 {
	width: 283px;
	position: absolute;
	top: 94px;
	font-size: 12px;
	left: 10px;
	height: 175px;
	color: #5B6985;
				}
				
				#footer div.middleheader3 {
	width: 217px;
	position: absolute;
	left: 10px;
	top: 66px;
	height: 21px;
	font-size: 15px;
					}
					
					#footer div.middlelinks4 {
	width: 170px;
	position: absolute;
	top: 94px;
	font-size: 12px;
	left: 583px;
	color: #FAF9F9;
	height: 160px;
				}
				
				#footer div.middleheader4 {
	width: 140px;
	position: absolute;
	left: 616px;
	top: 66px;
	height: 21px;
	font-size: 15px;
					}
					
					#footer div.businessinfo {
	position: absolute;
	left: 769px;
	top: 66px;
	width: 179px;
	font-size: 12px;
	height: 120px;
	color: #5D6B86;
					}
					
					


/* Three last footers end
------------------------------------------*/
	
	
	
/* Mailing list
------------------------------------------*/
		
		
		html{background:#eee}mailbody{margin:17px 0 15px 0;padding:0;text-align:center;font-size:small;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif}article,aside,figure,figure mailimg,figcaption,hgroup,mailfooter,mailheader,nav,section,video,object,output{display:block}#mailcontainer{
	text-align: left;
}#mailcontainer{
	width: 200px
}form.wufoo{
	position: relative;
	top: 23px;
}#logo{
	margin: 0;
	padding: 0;
	min-height: 0;
	text-indent: -9000px;
	text-decoration: none
}#logo a{min-height:40px;height:40px;display:block;overflow:hidden}* html #logo a{_background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop")}{border:none;-ms-interpolation-mode:bicubic}.hide,.cloak div,.cloak span,.likert.cloak tbody,.likert.cloak thead{display:none !important}.likert.cloak table{border:none}

.wufoo{
	font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
	letter-spacing: 0.01em;
	font-size: 12px;
}.wufoo li{
	width: 259px;
	position: absolute;
	left: 6px;
	top: -21px;
	height: 21px;
}.info{
	display: inline-block;
	clear: both;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ccc
}.info[class]{
	display: block;
	position: absolute;
	left: 19px;
	top: -16px;
	height: 22px;
}.info div{
	font-size: 70%;
	line-height: 135%;
	color: #555;
	position: absolute;
	left: -7px;
	top: 17px;
	width: 160px;
	right: 3px;
	bottom: -1px;
}form ul{margin:0;padding:0;list-style-type:none}* form li{
	margin: 0;
	padding: 6px 1% 9px 1%;
	clear: both;
	position: relative;
	-webkit-transition: background-color 350ms ease-out;
	-moz-transition: background-color 350ms ease-out;
	-o-transition: background-color 350ms ease-out;
	transition: background-color 350ms ease-out
}form ul:after,form li:after,form li div:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html form li{height:1%;margin-bottom:-3px}* + html form li{height:1%;margin-bottom:-3px}* html form li div{display:inline-block}* + html form ul,* + html form li div{display:inline-block}form li div{margin:0;padding:0;color:#444}form li span{margin:0 .3em 0 0;padding:0;float:left;color:#444}form li div span{margin:0;display:block;width:100%;float:left}li.twoColumns div span{width:48%;margin:0 5px 0 0}li.threeColumns div span{width:30%;margin:0 5px 0 0}li.notStacked div span{width:auto;margin:0 7px 0 0}form li.complex{padding-bottom:0}form li.complex div span{width:auto;margin:0 .3em 0 0;padding-bottom:12px}form li.complex div span.full{margin:0}form li.complex div span.left,form li.complex div span.right{margin:0;width:48%}form li.complex div span.full input,form li.complex div span.full select,form li.complex div span.left input,form li.complex div span.right input,form li.complex div span.left select,form li.complex div span.right select{width:100%}.left{float:left}.right{float:right}.clear{clear:both !important}label span,.section span,p span,.likert span{display:inline !important;float:none !important}form li div label,form li span label{margin:0;padding-top:3px;clear:both;font-size:85%;line-height:160%;color:#444;display:block}fieldset{display:block;border:none;margin:0;padding:0}label.desc,legend.desc{
	font-size: 70%;
	font-weight: bold;
	color: #222;
	line-height: 150%;
	margin: 0;
	padding: 0 0 3px 0;
	border: none;
	display: block;
	white-space: normal;
	width: 70%
}label.choice{display:block;cursor:pointer;font-size:100%;line-height:150%;margin:-17px 0 0 23px;padding:0 0 5px 0;color:#222;width:88%}.safari label.choice{margin-top:-16px}form.rightLabel .desc{padding-top:2px}span.symbol{font-size:120%;line-height:135%}form li .datepicker{float:left;margin:.19em 5px 0 0;padding:0;width:16px;height:16px;cursor:pointer !important}form span.req{display:inline;float:none;color:red !important;font-weight:bold;margin:0;padding:0}form li div label var{font-weight:bold;font-style:normal}form li div label .currently{display:none}input.text,input.search,input.file,textarea.textarea,select.select{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	margin: 0;
	padding: 2px 0
}input.text,input.search,textarea.textarea{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	padding-left: 5px;
}input.nospin::-webkit-inner-spin-button,input.nospin::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}select.select{padding:1px 0 0 0}input.search{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding-left:6px}input.checkbox,input.radio{display:block;margin:4px 0 0 0;padding:0;width:13px;height:13px}input.other{margin:0 0 8px 25px}.safari select.select{font-size:120% !important;margin:0 0 1px 0}* html select.select{margin:1px 0}* + html select.select{margin:1px 0}.center,form li span.center input.text,form li span.center label,form li.name span label,form li.date input.text,form li.date span label,form li.phone input.text,form li.phone span label,form li.time input.text,form li.time span label{text-align:center}form li.time select.select{margin-left:5px}form li.price .right{text-align:right}.third{width:32% !important}.half{width:48% !important}.full{width:100% !important}input.small,select.small{width:25%}input.medium,select.medium{width:50%}input.large,select.large{
	width: 40%
}.msie[class] select.ieSelectFix{width:auto}.msie[class] select.ieSelectFix.small{min-width:25%}.msie[class] select.ieSelectFix.medium{min-width:50%}.msie[class] select.ieSelectFix.large{width:100%}textarea.textarea{width:293px;min-width:100%;max-width:100%}textarea.small{height:5.5em}textarea.medium{height:10em}textarea.large{height:20em}li.file a{color:#222;text-decoration:none}li.file span{display:inline;float:none}li.file img{display:block;float:left;margin:0 0 0 -10px;padding:5px 5px 7px 5px}li.file .file-size,li.file .file-type{color:#666;font-size:85%;text-transform:uppercase}li.file .file-name{display:block;padding:14px 0 0 0;color:blue;text-decoration:underline}li.file .file-delete{color:red !important;font-size:85%;text-decoration:underline}li.file a:hover .file-name{color:green !important}li.file a:hover .file-name{color:green !important}form li.likert{margin:0;padding:6px 1% 5px 1%;width:auto !important;clear:both !important;float:none !important}.likert table{margin:0 0 .9em 0;background:#f9f9f9;width:100%;border:1px solid #dedede;border-bottom:none}.likert caption{text-align:left;color:#222;font-size:95%;line-height:135%;padding:5px 0 .5em 0}.likert input{padding:0;margin:2px 0}.likert tbody td label{font-size:85%;display:block;color:#565656}.likert thead td,.likert thead th{background-color:#e6e6e6}.likert td{border-left:1px solid #ccc;text-align:center;padding:4px 6px}.likert thead td{font-size:85%;padding:10px 6px}.likert th,.likert td{border-bottom:1px solid #dedede}.likert tbody th{padding:8px 8px;text-align:left}.likert tbody th label{color:#222;font-size:95%;font-weight:bold}.likert tbody tr.alt td,.likert tbody tr.alt th{background-color:#f5f5f5}.likert tbody tr:hover td,.likert tbody tr:hover th{background-color:#f9f9f9}.col1 td{width:30%}.col2 td{width:25%}.col3 td{width:18%}.col4 td{width:14.5%}.col5 td{width:12%}.col6 td,.col7 td{width:10%}.col8 td,.col9 td,.col10 td{width:6.5%}.col11{width:6%}.hideNumbers tbody td label{display:none}form li.buttons{
	width: 70px !important;
	position: absolute;
	clear: both;
	left: 269px;
	top: -22px;
}form li.buttons input{font-size:100%;margin-right:5px}input.btTxt{padding:0 7px;width:auto;overflow:visible}.safari input.btTxt{font-size:120%}.buttons .marker{position:absolute;top:0;right:0;padding:15px 10px 0 0;color:#000;width:auto}button.link{display:inline-block;border:none;background:none;color:blue;text-decoration:underline;cursor:pointer;padding:0;font-size:100%}button.link:hover{color:green}.leftLabel li,.rightLabel li{width:74% !important;padding-top:9px}.leftLabel .desc,.rightLabel .desc{float:left;width:31%;margin:0 15px 0 0}.rightLabel .desc{text-align:right}.leftLabel li div,.rightLabel li div{float:left;width:65%}* html .leftLabel li fieldset div,* html .rightLabel li fieldset div{float:right}* + html .leftLabel li fieldset div,* + html .rightLabel li fieldset div{float:right}.leftLabel .buttons,.rightLabel .buttons{padding-left:23%}.leftLabel .buttons div,.rightLabel .buttons div{float:none;margin:0 0 0 20px}.leftLabel p.instruct,.rightLabel p.instruct{width:28%;margin-left:5px}.leftLabel .altInstruct .instruct,.rightLabel .altInstruct .instruct{margin-left:31% !important;padding-left:15px;width:65%}.noI form li,.altInstruct form li{width:auto !important}.noI .leftLabel .buttons,.noI .rightLabel .buttons{padding-left:31%}.noI .leftLabel .buttons div,.noI .rightLabel .buttons div{margin:0 0 0 17px}form li.leftHalf,form li.rightHalf{width:47% !important}form li.leftThird,form li.middleThird,form li.rightThird{width:30% !important}form li.leftFourth,form li.middleFourth,form li.rightFourth{width:23% !important;_width:22% !important}form li.leftFifth,form li.middleFifth,form li.rightFifth{width:18% !important;_width:17% !important}form li.middleThird{clear:none !important;float:left;margin-left:2% !important}form li.leftFourth,form li.middleFourth,form li.leftFifth,form li.middleFifth{clear:none !important;float:left}form li.rightHalf,form li.rightThird,form li.rightFourth,form li.rightFifth{clear:none !important;float:right}li.leftHalf .small,li.rightHalf .small,li.leftHalf .medium,li.rightHalf .medium,li.leftThird .small,li.middleThird .small,li.rightThird .small,li.leftThird .medium,li.middleThird .medium,li.rightThird .medium,li.leftFourth .medium,li.middleFourth .medium,li.rightFourth .medium,li.leftFourth .small,li.middleFourth .small,li.rightFourth .small,li.leftFifth .medium,li.middleFifth .medium,li.rightFifth .medium,li.leftFifth .small,li.middleFifth .small,li.rightFifth .small{width:100% !important}form li.leftHalf,form li.leftThird,form li.leftFourth,form li.leftFifth{clear:left !important;float:left}* html form li.middleFourth{margin-left:1% !important}* html form li.middleFifth{margin-left:1% !important}form li.focused{background-color:#f9f9f90}form .instruct{position:absolute;top:0;left:0;z-index:1000;width:45%;margin:0 0 0 8px;padding:8px 10px 10px 10px;border:1px solid #e6e6e6;background:#f5f5f5;visibility:hidden;opacity:0;font-size:105%;-webkit-transition:opacity 350ms ease-out;-moz-transition:opacity 350ms ease-out;-o-transition:opacity 350ms ease-out;transition:opacity 350ms ease-out}form .instruct small{line-height:120%;font-size:80%;color:#444}form li.focused .instruct,form li:hover .instruct{left:100%;visibility:visible;opacity:1}.altInstruct .instruct,li.leftHalf .instruct,li.rightHalf .instruct,li.leftThird .instruct,li.middleThird .instruct,li.rightThird .instruct,li.leftFourth .instruct,li.middleFourth .instruct,li.rightFourth .instruct,li.leftFifth .instruct,li.middleFifth .instruct,li.rightFifth .instruct,.iphone .instruct{visibility:visible;position:static;margin:0;padding:6px 0 0 0;width:100%;clear:left;background:none !important;border:none !important;font-style:italic;opacity:1}.altInstruct p.complex,li.leftHalf p.complex,li.rightHalf p.complex,li.leftThird p.complex,li.middleThird p.complex,li.rightThird p.complex,.iphone p.complex{padding:0 0 9px 0}.hideSeconds .seconds,.hideAMPM .ampm,.hideAddr2 .addr2,.hideSecondary #previousPageButton,.hideCents .radix,.hideCents .cents,.hideState .state{display:none}form li.section{clear:both;margin:0;padding:7px 0 0 0;width:auto !important;position:static}form li.section h3{font-weight:normal;font-size:110%;line-height:135%;margin:0 0 3px 0;width:auto;padding:12px 1% 0 1%;border-top:1px dotted #ccc}form li.first{padding:0}form li.first h3{padding:8px 1% 0 1%;border-top:none !important}form li.section div{display:block;width:auto;float:none;font-size:85%;line-height:160%;margin:0 0 1em 0;padding:0 1% 0 1%}form li.section.scrollText{border:1px solid #dedede;height:150px;overflow:auto;margin-bottom:10px;padding:10px;-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 3px;-moz-box-shadow:rgba(0,0,0,0.15) 0 0 3px;-o-box-shadow:rgba(0,0,0,0.15) 0 0 3px;box-shadow:rgba(0,0,0,0.15) 0 0 3px}form li.section.scrollText h3{border:none;padding-top:8px}form li.captcha{width:auto !important;clear:both;border-top:1px dotted #ccc;margin-top:5px;padding:1.1em 1% 9px 1%;width:auto !important;position:static}form li.captcha label.desc{width:auto !important;margin-bottom:4px;float:none}* + html #recaptcha_area,* + html #recaptcha_table{min-width:450px !important}* html #recaptcha_area,* html #recaptcha_table{width:450px !important}#recaptcha_widget_div table{background:#f9f9f9}form li.captcha .noscript iframe{border:none;overflow:hidden;margin:0;padding:0}form li.captcha .noscript label.desc{display:block !important}form li.captcha .noscript textarea{margin-left:12px}iframe[src="about:blank"]{display:none}form li.paging-context{clear:both;border-bottom:1px dotted #ccc;margin:0 0 7px 0;padding:5px 1% 10px 1%;width:auto !important;position:static}.paging-context table{width:100%}.pgStyle1 td{text-align:left;vertical-align:middle}.pgStyle1 td.c{width:22px}.pgStyle1 td.t{padding:0 1%}.pgStyle1 var{display:block;float:left;background:none;border:1px solid #CCC;color:#000;width:20px;height:20px;line-height:19px;text-align:center;font-size:85%;font-style:normal;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;-o-box-shadow:rgba(0,0,0,0.15) 0 1px 2px;box-shadow:rgba(0,0,0,0.15) 0 1px 2px}.pgStyle1 .done var{background:#ccc}.pgStyle1 .selected var{background:#f9f9f9;color:#000;border:1px solid #e6dead;font-weight:bold}.pgStyle1 b{font-size:85%;font-weight:normal;color:#000}.pgStyle1 .selected b{font-weight:bold}.circle6 td,.circle7 td{vertical-align:top;text-align:center}.nopagelabel td.t{display:none}.nopagelabel .pgStyle1 var,.circle6 var,.circle7 var{width:24px;height:24px;line-height:24px;font-size:90%;margin:0 auto 7px auto;float:none;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.nopagelabel .pgStyle1 var{margin-bottom:0}.circle6 b,.circle7 b{padding:0}.circle2 td{width:50%}.circle3 td{width:33%}.circle4 td{width:25%}.circle5 td{width:20%}.circle6 td{width:16.6%}.circle7 td{width:14.2%}.pgStyle2 td{vertical-align:middle;height:25px;padding:2px;border:1px solid #CCC;position:relative;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;-moz-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;-o-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px;box-shadow:rgba(0,0,0,0.1) 1px 1px 1px}.pgStyle2 var{display:block;height:26px;float:left;background:#FFF7C0;color:#000;font-style:normal;text-align:right;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-shadow:rgba(0,0,0,0.15) 1px 0 0;-moz-box-shadow:rgba(0,0,0,0.15) 1px 0 0;-o-box-shadow:rgba(0,0,0,0.15) 1px 0 0;box-shadow:rgba(0,0,0,0.15) 1px 0 0}.pgStyle2 var b{display:block;float:right;font-size:100%;padding:3px 10px 3px 3px;line-height:19px}.pgStyle2 em{font-size:85%;font-style:normal;display:inline-block;margin:0 0 0 9px;padding:4px 0;line-height:18px}.pgStyle2 var em{padding:4px 5px 3px 0}.page1 .pgStyle2 var{padding-left:7px;text-align:left;background:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.page1 .pgStyle2 b{float:none;padding-right:0}.hideMarkers .marker,.nopagelabel .pgStyle1 b,.nopagelabel .pgStyle2 em{display:none !important}#errorLi{width:99%;margin:15px auto 15px auto;background:#fff !important;border:1px solid red;text-align:center;padding:1em 0 1em 0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}#errorMsgLbl{margin:0 0 5px 0;padding:0;font-size:125%;color:#DF0000 !important}#errorMsg{margin:0 0 2px 0;color:#000 !important;font-size:100%}#errorMsg b{padding:2px 8px;background-color:#FFDFDF !important;color:red !important;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}form li.error{display:block !important;background-color:#FFDFDF !important;margin-bottom:3px !important}form li label.error,form li input.error{color:#DF0000 !important;font-weight:bold !important}form li input.error{background:#fff !important;border:2px solid #DF0000 !important}form li.error label,form li.error span.symbol{color:#000 !important}form li.error .desc{color:#DF0000 !important}form p.error{display:none;margin:0 !important;padding:7px 0 0 0 !important;line-height:10px !important;font-weight:bold;font-size:11px;color:#DF0000 !important;clear:both}form li.error p.error{display:block}form li.complex p.error{padding:0 0 9px 0 !important}.rtl h1,.rtl form *{direction:rtl;text-align:right}.rtl li span{float:right}.rtl .right{float:left}.rtl #logo a{background-position:right top}.rtl label.choice{margin:-17px 23px 0 0}.rtl .leftLabel .desc,.rtl .rightLabel .desc{float:right;margin:0 0 0 15px}.rtl .leftLabel li div,.rtl .rightLabel li div{float:right}.rtl .leftLabel .desc{text-align:left}.rtl li.focused .instruct,.rtl li:hover .instruct{left:auto;right:100%}.rtl .leftLabel p.instruct,.rtl .rightLabel p.instruct{margin-right:5px}.rtl .leftLabel .altInstruct .instruct,.rtl .rightLabel .altInstruct .instruct{margin-right:31% !important;padding-right:15px}.rtl .leftLabel .buttons,.rtl .rightLabel .buttons{padding-right:23%}.rtl .leftLabel .buttons div,.rtl .rightLabel .buttons div{float:none;margin:0 20px 0 0}.noI .rtl .leftLabel .buttons,.noI .rtl .rightLabel .buttons{padding-right:31%}.noI .rtl .leftLabel .buttons div,.noI .rtl .rightLabel .buttons div{margin:0 17px 0 0}.rtl .likert td label{text-align:center}.rtl .likert caption,.rtl .likert tbody th{text-align:right}.rtl .likert td{text-align:center;border-left:none;border-right:1px solid #ccc}.rtl .pgStyle1 var{text-align:center}.rtl .pgStyle1 td{text-align:right}.rtl .pgStyle2 var{float:right}.rtl .pgStyle2 var b{float:left;padding:3px 3px 3px 10px}.rtl .pgStyle2 em{margin:0 9px 0 0}.rtl .pgStyle2 var em{padding:4px 0 3px 5px}.rtl .page1 .pgStyle2 var{padding-right:7px}.rtl .page1 .pgStyle2 b{padding-left:0}.rtl .buttons .marker{
	right: auto;
	left: 0;
	padding: 0px 0 0 10px
}.rtl #errorLi *{text-align:center}




/* Bottom secondary footer
------------------------------------------*/

#botfooter-container {
	background-color: #f3f3f3;
	background-image: url(../images/bottomfooterbg.png);
	background-repeat: repeat-x;
}
		#botfooter {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 45px;
			}
			#botfooter p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: #f9f9f9;
	text-align: left;
			}
			#botfooter div.botfottext {
	position: absolute;
	left: 490px;
	top: 10px;
	width: 469px;
	padding-top: 0px;
	height: 28px;
			}
.featuredimage {
	position: absolute;
	left: 60px;
	top: 44px;
}

#footer-container #footer #mailcontainer #form1 ul #foli0 {
	font-size: 12px;
	color: #FFF;
	font-family: 'PT Sans Caption', sans-serif;
	text-shadow: 1px 1px 2px #bcbdbf;
}
.chat {
	position: absolute;
	top: 57px;
	left: 170px;
}
div.headbanner {
	height: 89px;
	padding-top: 0px;
	width: auto;
	position: relative;
}
}
.linemiddle {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 10px;
	height: 20px;
	position: absolute;
	left: 810px;
	top: 14px;
			}	
.cart {
	position: absolute;
	left: 840px;
	top: 15px;
	width: auto;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #bcbdbf;
	color: #304160;
	font-weight: bold;
	vertical-align: text-bottom;
}	
a:link{
	color: #304160;
	text-decoration: none;
}
a:visited{
	color: #007DCB;
}
a:hover{
	color: #22B9FF;
	text-decoration: none;
}
a:active{}		
	 

