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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a{
	outline: none;
	text-decoration: none;
}


.clear{
	clear: both;
}


body {
	background: url("images/interface/main_bg.gif");
	line-height: 1;
	font-family: Helvetica, Arial, san-serif;
	color: #374147;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub{
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 0px;
	display: block;
}

/*** Privacy Policy styles ***/

.privacy-policy-content{
line-height: 25px;
}

.privacy-policy-content h2{
font-size: 1.5em;
font-weight: bold;
color: #374147;
margin: 25px 0 30px 0px;
}

.privacy-policy-content h3{
font-size: 1em;
font-weight: bold;
color: #374147;
margin: 10px 0 15px 0px;
}

.bullet-list{
margin-left: 15px;
list-style-type: disc !important;
margin-top: 15px;
}

.bullet-list li{
margin-bottom: 10px;
line-height: 21px;
}


/*  FONT STYLES  */

#header h2{
	margin: 30px 60px 0 0;
	text-align: right;
	float: right;
	width: 400px;
	clear: right;
	font-size: 1.1em;
	line-height: 1.3em;
	text-shadow: 0px 1px #ffffff;
}

h1{
	font-size: 1.3em;
	line-height: 1em;
}


h1.caption{
	text-align: center;
	width: 650px;
	padding: 20px 0 20px 0;
	margin: 20px auto;
	line-height: 1.4em;
	background: url("images/interface/caption_bg.png") bottom no-repeat;
}

h1.page_title{
	background: url("images/interface/h2_bg.gif") left no-repeat;	
	margin: 0 0 20px 0;
}

.page_title b{
	background: url("images/interface/main_bg.gif");
	font-weight: bold;
	padding: 0 10px 0 0;
}


h3, h4, h5, h6{
	font-size: 1em;
	font-weight: bold;
	color: #374147;
	margin: 5px 0 10px 10px;
}

h5, h6{
margin-right: 10px;
text-align: right;
}


h3 span{
	color: #ff0000;
}



h4 span{
	font-size: 0.6em;
	margin: 0 0 3px 0;
}



sup{
	font-size: 0.3em;
}

p{
	text-shadow: 0px 1px #ffffff;
	line-height: 1.5em;
	clear:left;
}

em{
	font-weight: bold;
	font-size: 120%;
}

.superscript{
	font-size: 0.5em;
	vertical-align: top;
}


strong{
	font-weight: bold;
}

a {
	color: #374147;	
}


/*  TABLE STYLES  */

.default{
	margin: 20px 0 20px 0;
	font-size: 0.8em;
}

.default tr{
	border-bottom: 1px dotted  #999;	
}

.default tr:last-child{
	border-bottom: none;
}

.default td:first-child{
	width: 150px;
	border-right: 1px dotted  #999;
	font-weight: bold;
	color: #4a5a62;
}

.default td{
	width: 100px;
	padding: 3px;
}


/*  STRUCTURE STYLES  */


.clear{
	clear:both;
}

iframe{
padding: 0;
margin: 0;
text-align: center;
}

#overall_container{
	width: 100%;
	background: url("images/interface/top_bg.png") top left repeat-x;
	text-align: center;
}

#center_container{
	width: 1060px;
	margin: 0 auto;
	background: url("images/interface/content_bg.png") top left no-repeat;
	padding: 0;
	text-align: left;
}

#header{
	width: 960px;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	text-align: justify;
}

#middle_container{
	width: 870px;
	padding: 0;
	margin: 30px 0 0 0;
	margin-left: 90px;
	text-align: left;
}

#middle_container.home_page{
	margin: 0;
	margin-left: 50px;
	padding: 0;
	width: 960px;
}


#left_column{
	width: 550px;
	float: left;
}

#left_column img{
	margin: 20px 0 20px 0;
}

#left_column ol{
	margin: 10px 0 10px 20px;
	list-style-type: decimal;	
}

#left_column ul{
	margin: 10px 0 10px 10px;	
	list-style-type: square;
}

#left_column li{
	line-height: 1.5em;
}


#right_column{
	width: 270px;
	float: right;
}


.full_width_column{
	width: 870px;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#login-box{
	height: 500px;
	width: 870px;
	clear: both;
	padding: 0;
	margin: 0 auto;	
}

#footer{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #000066;
	background: url("images/interface/footer_bg.gif") ;
}

#footer_container{
	width: 1060px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url("images/interface/footer_inner_bg.png") no-repeat top;
	font-size: 0.9em;
}


#footer_middle_container{
	width: 875px;
	margin: 0 auto;
	position: relative;
	height: 200px;
}

#footer2{
	width: 100%;
	border-top: 1px solid #000;
	background: url("images/interface/final_footer_bg.gif");
}

#footer2_container{
	width: 1060px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	font-size: 0.9em;
}


#footer2_middle_container{
	width: 875px;
	margin: 0 auto;
	position: relative;
}


/*  NAVIGATION STYLES  */


#navigation{
	width: 960px;
	height: 51px;
	margin: 30px 0 0 0;
	background: url("images/interface/nav_bg.gif") top left;
	position: relative;
	z-index: 99;
}

#navigation a{
	color: #eeeeee;
	font-size: 0.87em;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 18px 13px 13px 13px;
	text-shadow: 0px 1px #000;
}

#navigation a:hover{
	background: #003366;
	border-bottom: 4px solid #FF0000;
}

#navigation ul{
	float: left;
	margin: 0 0 0 40px;
}

#navigation li{
	float: left;
	position: relative;
}

#navigation li:first-child a{
	padding: 14px 7px 9px 7px;
}

#navigation li:last-child a{
	padding: 18px 13px 13px 13px;
	background-color:#003366;
	border-bottom: 4px solid #FF0000;
}

#dropdown ul{
	position: absolute;
	left: -9999px;
	padding: 0;
	margin: 0;
}


#dropdown li:hover ul{
	top: 49px;
	left: 0;
	padding: 0;
	margin: 0;
}

#dropdown ul li{
	background: #0096D5 url("images/interface/dropdown_bg.gif");
	color: #eee;
	padding: 0;
	margin: 0;
	text-align: left;
}

#dropdown ul li:first-child{
	border-bottom: 1px solid #77B9DC ;
}

#dropdown ul li:last-child {
	background: url("images/interface/dropdown_shaddow.png") ;
	height: 4px;
	padding: 0;
	margin: 0;
}


#dropdown ul li:last-child a:hover{
	background: none ;
	height: 4px;
	padding: 0;
	margin: 0;
}

#dropdown ul li a, #dropdown ul li:first-child a{
	padding: 7px 0px 7px 5px;
	width: 160px;
	margin: 0;
	font-weight: normal;
	font-size: 0.8em;
}

#dropdown ul li a:hover{
	border: 0;
}

/* SLIDER STYLES */

#overall_slides_container{
	margin: 20px 0 0 0 ;
	position: relative;
	z-index: 1;
}

#example {
	width:960px;
	height:350px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:960px;
	height:347px;
	top: 0;
	left: 0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top: 9px;
	left: 9px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:940px;
	height:287px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*


/*
	Pagination
*/

.pagination {
	margin:15px auto 0;
	width:128px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:22px;
	height:0;
	padding-top:24px;
	background-image:url("images/interface/pagination.png");
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -26px;
}


/* VARIOUS ELEMENTS STYLES*/

#header_newsletter_signup{
	background: url("images/interface/newsletter_bg1.gif") top left no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	width: 183px;
	height: 26px;
	float: right;
}

#header_newsletter_signup a{
	font-size: 0.9em;
	color: #4A5A62;
	margin: 0;
	text-decoration: none;
	background: url("images/interface/newsletter_bg2.gif") top right no-repeat;
	padding: 6px 10px 6px 5px;
	text-shadow: 0px 1px #ffffff;
	float: right;
}


#logo{
	margin: 20px 0 0 40px ;
}


/* Homepage product hightligh styles*/

#hompage_boxes_container{
	width: 875px;
	margin: 20px auto;
}


#homepage_boxes_left{
	float: left;
}

#homepage_boxes_right{
	float: right;
}

.homepage_boxes{
	width: 415px;
	height: 170px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: url("images/interface/homepage_boxes_bottom.png") bottom left no-repeat;
	position: relative;
	z-index: 0;
}


.homepage_boxes dt{
	background: url("images/interface/homepage_boxes_top.png") top left no-repeat;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-width: 40%;
	position: relative;
}

#homepage_boxes_right .homepage_boxes dt{
	text-align: right;
}


.homepage_boxes dd{
	padding: 0 10px 0 10px;
	width: 260px;
	position: relative;
	z-index: 2;
}

.homepage_boxes p{
	font-size: 0.85em;
	line-height: 1.3em;
}

.homepage_boxes img{
	position: absolute;
	z-index: 1;
}


#reduce_costs img{
top: 10px;
right: 10px;
}

#bba img{
	top: 50px;
	left: 20px;
}

#time_saving img{
	top: 20px;
	right: 10px;
}

#roll_size img{
	top: -10px;
	left: 0px;

}


#homepage_boxes_right .homepage_boxes img{
	left: 4px;
}

.homepage_boxes a{
	display: block;
	padding: 9px 10px 9px 10px;
	font-weight: bold;
	color: #eee;
	font-size: 0.80em;
	text-shadow: 0px 0px #000;
	background-image: url("images/interface/more_sprite.png");
	background-position: -1px -32px ;
	width: 90px;
	margin: 0;
}

.homepage_boxes a:hover{
	text-shadow: 0px 1px #000;
	background-position: 0 0 ;
}

#homepage_boxes_right .homepage_boxes dd{
	float: right;
	text-align: right;
}

#homepage_boxes_right .homepage_boxes a{
	float: right;
}



/*  FOOTER STYLES  */


#footer strong{
	color: #eee;
	font-weight: bold;
	text-shadow: 0px 1px #000;
}

#footer a{
	color: #eee;
	text-shadow: 0px 1px #000;
	font-size: 0.9em;
}


#footer ul{
	margin: 0;
	padding: 0;
}

#footer li{
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	background: url("images/interface/bullet.gif") left no-repeat;
}

#footer li:first-child{
	padding: 0;
	background: none;
}

#footer img{
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer_items_container{
	float: left;
	margin: 0 30px 0 0;
}


#address {
	float: right;
	margin: 0;
	text-align: right;
}

#address p{
	color: #eee;
	text-shadow: 0px 1px #000;
	font-size: 0.9em;
	line-height: 1.3em;
}

#address a{
	font-size: 1em;
}


#footer2 p{
	color: #eee;
	text-shadow: 0px 1px #000;
	font-size: 0.8em;
	line-height: 1.6em;
}


/*  FOOTER FORM STYLES  */


form{
	margin: 10px 0 0 0;
	width: 100%;
	text-align: right;
}

input{
	border: 1px solid #0991E8;
	background: #097ECE;
	color: #eee;
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
}

#first_name{
	width: 70px;
}

#last_name{
	width: 140px;
}

#email{
	width: 98%;
}


.submit{
	background: none ;
	border: 0;
	clear: left;
}

.submit:hover{
}


/*  NEWSLETTER FORM PAGE STYLES  */

#newsletter_page input{
	border: 1px solid #999;
	background: #ddd;
	color: #666;
}

#newsletter_page .submit{
	background: none ;
	border: 0;
	clear: left;
}


/*  SIDE PANEL STYLES  */

.side_panel_buttons div{
	width: 243px;
	height: 47px;
	padding: 10px;
	margin: 0 0 10px	 0;
	background: url("images/interface/side_panel_buttons.png") 0 0  no-repeat;
}

.side_panel_buttons div:hover{
	background: url("images/interface/side_panel_buttons.png") 0 -67px no-repeat;
}

.side_panel_buttons h3{
	color: #eee;
	padding: 0 5px 0 0;
	margin: 0;
	background: url("images/interface/side_buttons_arrow.png") right no-repeat;
	text-shadow: 0px 1px 0px #00548a;
	margin-right: 100px;
	border-bottom: none;
	font-size: 1em;
}

.side_panel_buttons p{
	color: #eee;
	margin-top: 8px;
	line-height: 1em;
	font-size: 0.8em;
	text-shadow: 0px 1px 0px #00548a;	
}

/*  DOWNLOAD LINKS STYLES  */

.downloads_page{
	font-size: 0.8em;
	margin-top: 0;
}

.downloads_page li{
	margin: 10px 0 10px 0;
	background: url("images/interface/pdf_icon.png") left no-repeat;
	padding: 10px 0 10px 20px;
		list-style-type: none;	
}


.downloads_page a{
	color: #374147;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 20px;
}

/*  DOWNLOADS PAGE LINKS STYLES  */

.downloads{
	font-size: 0.8em;
	margin-top: 0;
	list-style-type: none;
}

.downloads li{
	margin: 10px 0 10px 0;
	background: url("images/interface/pdf_icon.png") left no-repeat;
	padding: 10px 0 10px 20px;	
}


.downloads a{
	color: #eee;
	padding: 5px 10px 5px 10px;
	background: #00529B;
	margin: 0 0 0 20px;
	background: url("images/interface/downloads_bg2.png");
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;	
}


/* MERCHANT SUPPORT STYLES */

.merchant_pos{
	float: left;
	width: 260px;
}

.merchant_scroll{
	float: left;
	width: 260px;
        display: block;
}


#mechant_container{
	float: right;
	width: 600px;
}


.merchant_boxes{
	float: left;
	font-size: 80%;
	width: 300px;
	margin: 10px 0 10px 0;
	padding: 0;
}

.merchant_boxes dd{
	position: relative;
}

.merchant_boxes dd img{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	right: 5px;
}

.merchant_boxes h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.merchant_boxes p{
	width: 170px;
	line-height: 1.7em;
}

.merchant_boxes a{
	padding: 0 15px 0 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #006699;
	background: url("images/interface/blue_arrow.png") right no-repeat;		
}

.merchant_boxes a:hover{
	color: #002c3c;
}

dd.background{
	padding: 10px;
	height: 158px;
	background: url("images/interface/merchant_boxes_bg.png") top left no-repeat;	
}

.branch_training{
	width: 861px;
	background: url("images/interface/benefits_focus_bg_bottom.gif") bottom left no-repeat;	
	padding: 0 0 20px 0;
	float: left;	
}


.branch_training dt{
	background: url("images/interface/benefits_focus_bg_top.gif") top left no-repeat;
	height: 20px;
}

.branch_training dd{
	background: url("images/interface/benefits_focus_bg_middle.gif") top left repeat-y;	
	float: left;
	width: 861px;
	padding: 0 0 0 15px;
}

.branch_training img{
	float: left;
}

.branch_training ul{
	margin-top: 10px;
}

.branch_training li{
	float: left;
	width: 250px;
	margin: 0 7px 0 15px;
	padding: 5px 0 0 5px;
	font-size: 0.9em;
	text-shadow: 0px 1px #ffffff;
	list-style-type: square;
}

.branch_training h3{
	border: none;
	color: #374147;
	margin: 0 0 5px 0;
	padding: 0;
}

.branch_training p{
	font-size: 0.9em;
}


/* PRODUCT DETAIL STYLES */


#product_detail{
		margin: 10px 0;
		
}

#product_detail p{
	margin: 10px 0 0 0;
	font-size: 0.8em;
}


/* U-VALUE PAGE FORM STYLES */

#u-values{
	width: 100%;
	text-align: left;	
}

.form_block{
	clear: left;
}

.form_block{
	margin: 0;
	padding: 0;
}

.form_block input {
	margin: 5px 5px 0 5px;
	background: none;
	border: 0;
}

.form_block{
	clear: both;
	display: block;
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 5px;
	border-top: 1px solid #d9dfe4;
	float: left;
	width: 50%;
}

.form_block ul{
	margin: 0;
}

.form_block li{	
	float: left;
	list-style-type: none;
	margin: 0 0 0 5px;
}

.form_block p, .form_block input{
	float: left;
	color:#616A6F;
	clear: none;
}


.form_block b{
	display: block;
	clear: both;
	text-shadow: 0px 1px #ffffff;
}

#u-value_form ul{
}

#u-value_form li{
	list-style-type: none;
}

#u-value_form input{
	float: none;
}

#u-value_form label{
	width: 100px;
}

input.text_field{
	float: none;
	background: #ddd;
	border: 1px solid #999;
	color: #666;
	margin: 0 0 0 10px;
}

/* U-VALUE TABLE STYLES*/

.u-value_data{
	font-family: Arial, san-serif;
	font-size: 70%;
	line-height: 1.1em;
	border-collapse: collapse;
	background: #E1E6EB;
	float: left;
}

.u-value_data td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}

.u-value_data thead{
	color: #eee;
	background: #909BA1;
	vertical-align: top;
}

.u-value_data tbody {
	color: #4A5A62;
}

.u-value_data thead span{
	font-weight: bold;
	display: block;
} 

.pir{
	background: #C4D4E1;
	color: #eee;	
}

caption{
	font-size: 120%;
	color: #4A5A62;
	margin: 10px 0 10px 0;
	text-align: left;
	font-weight: bold;
}

.u-value_data img{
	padding: 0;
	margin: 0;
	width: 17px;
	height: 17px;
}

.u-value_data a{
	padding: 0;
	margin:0;
}


.u-value_results img{
	float: right;
	width: 250px;
	margin: 10px 0 0 0;
}


/* FIXING DEMO PAGE STYLES */

.fixing_demos_container{
	width: 100%;
	float: left;
	margin: 20px 0 20px 0;
}

.fixing_demos_items{ 
	padding: 0 4px 4px 4px;
	margin: 0 3px 0 3px ;
	float: left;
	background: url("images/interface/fixing_bg.gif")  ;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	-o-border-radius:  10px;
	border-radius:  10px;
}

.fixing_demos_items img{
	padding: 0;
	margin: 3px 0 0 0;
	float: left;
}

.fixing_demos_items h4{
	margin: 5px 0 5px 3px;
	padding: 0;
	font-weight: bold ;
	color: #374147;
}

.fixing_demos_items p{
	margin: 0 0 0 5px;
	padding: 0;
	width: 100px;
	float: left;
	clear: none;
}

.video_container{
	float: left;
}

.video_container table{
	background: url("images/interface/fixing_bg.gif");
	padding: 0;
	margin: 0;
}

.video_container tr{
	height: 73px;
}

.video_container td{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px;
	margin: 0;
}

.video_container p{
	font-size: 90%;
	margin: 0 0 0 5px;
}


.video_container img{
	padding: 0;
	margin: 0;
	display: block;
}

/* CONTACT FORMS STYLES*/

.contact_forms{
	padding: 5px;	
	background: url("images/interface/fixing_bg.gif");
	border-radius:  10px ;
	float: left;
	width: 250px;
}


.contact_forms ol{
	padding: 0;
	margin: 0;
	width: 250px;
}

.contact_forms li{
	width: 250px;
	margin: 4px 0 4px 0;
	padding: 0;
	float: left;
	clear: left;
}

.contact_forms input, .contact_forms textarea, .contact_forms select{
	float: left;
	margin-left: 5px;
}

.contact_forms textarea{
	width: 140px;
	height: 60px;
	font-family: inherit;
	font-size: 0.8em;
	color: #666;
	padding: 2px;
}

.contact_forms label{
	font-size: 0.8em;
	width: 70px;
	text-align: right;
	margin: 0;
	margin-right: 3px;
	padding: 0;
	float: left;
}

.contact_forms input{
	width: 140px;
	background: #fff;
	border: 1px solid #999;
	margin: 0;
	padding: 5px;
	color: #666;
}

#contact{
	width: 260px;
	height: 100px;
	font-family: arial, helvetica, sans-serif;
}


input.standard_submit{
	background: #506470;
	color: #eee;
	border: 0;
	width: 80px;
	margin: 0 0 0 86px;
}



/* SUPPORT FORMS STYLES*/

.support_forms {
    text-align: center;
    float: left;
    width: 100%;
}

.support_forms form p {
    float: left;
    width: 100%;
    margin: 0px 10px 3px 0px;
    text-align: left;
}

.support_forms form p span{
	font-size: 11px;
}

.support_forms form input {
    width: 98%;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #999;
    color: #666;
}

#support-message {
    width: 870px;
    height: 100px;
    font-family: arial,helvetica,sans-serif;
}

.support_forms input.submit {
    background: none repeat scroll 0% 0% #506470;
    color: #EEE;
    border: 0px none;
    width: 80px;
    margin: 20px 0px 0px 0px;
}



/*  BBA PAGE STYLES  */

.qanda{
	margin: 20px 0 20px;
}

img.qanda{
	float: right;
	margin: 10px;
}

.qanda dt{
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 0 30px;
	border-bottom: 1px dotted #999;
	background: url("images/interface/question.png") 0px 3px no-repeat;
}

.qanda dd{
	padding: 0 0 0 30px;	
	background: url("images/interface/answer.png") 1px 3px  no-repeat;
}

.qanda table{
	font-size: 0.8em;
}

.qanda table th{
	padding: 5px;
	font-weight: bold;
	border-top: 4px solid #d0e0ed;
}

.qanda table td:first-child{
	color: #0096d5;
	font-weight: bold;
}

.qanda table td{
	background: #d0e0ed;
	padding: 5px;
	width: 100px;
	border-right: 1px solid #fff;
}

.qanda table tr{
	border-bottom: 1px dotted #0096d5;
}

.qanda table tr:last-child{
	border-bottom: none;
}

/*  DRAWINGS PAGE STYLES  */

#walls_link, #floors_link, #pitched_roofs_link, #flat_roofs_link, #loft_conversion_link{
	border-bottom: 1px solid #77b9dc;
	clear: left;
}


#walls_link a, #floors_link a, #pitched_roofs_link a, #flat_roofs_link a, #loft_conversion_link a{
	padding: 5px 0 5px 14px;
	margin: 5px 0 5px 0;
	display: block;
	color: #097ece;
	background: url("images/interface/blue_arrow.png") left no-repeat;		
}



.cad-drawings a em{
	font-weight: normal;
	font-size: 0.7em;
}

.cad-drawings-content{
	margin: 10px 0 0 0;
	width: 550px;
	background: #fff;
	float: left;
}


.cad-drawings-content ul li{
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 10px;
	float: left;
	height: 440px;
}

.cad-drawings-content img{
width: 100%;
}

/* STOCKIST FORMS */

.stockist_forms{
	width: 450px;
	text-align: center;
	float: left;
}

.stockist_forms h2{
	text-align: center;
}

.stockist_forms form{
	width: 450px;
	margin: 0;
	text-align: left;
}

.stockist_forms form input{
	background: #fff;
	border: 1px solid #999;
	width: 250px;
	color: #666;
}

.stockist_forms form select{
	width: 70px;
}

.stockist_forms form li{
	list-style-type: none;
	margin: 5px 0 5px 0;
	float: left;
}

.stockist_forms form li span{
	float: left;
	font-size: 0.9em;
	margin: 5px 10px 0 0;
}

.stockist_forms form p{
	float: left;
	width: 155px;
	margin: 0 10px 0 0;
	text-align: right;
}

.stockist_forms input.submit {
	background: #506470;
	color: #eee;
	border: 0;
	width: 80px;
	margin: 20px 0 0 195px;
}


.stockist_forms form input.checkboxes {
	width: 20px;
float: none;
margin: 0;
padding: 0;
}

#hrs_graphic{
	float: left;
}


/* THANK YOU PAGE STYLES */

#contact_container{
	width: 700px;
	margin: 50px auto;
	text-align: center;
}

/* NEWS PAGE STYLES */

.news_list{
	margin: 0;
	padding: 0;
}

.news_list li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 450px;
}

.news_list h3{
	border-bottom: 1px dotted #999;
}

.news_list p{
	display: block;
}

.news_list a{
	padding: 0 15px 0 0;
	font-weight: bold;
	color: #006699;
	background: url("images/interface/blue_arrow.png") right no-repeat;		
}

.paginate{
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	border-top: 1px dotted #999;
}

.paginate a{
	background: none;
	padding: 0;
}