﻿
/***********************************************************************
	Reset Styles
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h2
{
	font-size: 1.4em;
	margin: 15px 0 15px 0;
}
td { vertical-align: top; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***********************************************************************
	Global Styles
************************************************************************/

html
{
	font-size: 62.5%;
	font-family: Arial, Tahoma, Trebuchet MS, Sans-Serif;
	text-align: center;
}
a:link
{
	color: #999999;
}
a:visited
{
	color: #999999;
}
a:hover
{
	color: #336699;
}
a:active
{
	color: #999999;
}

/***********************************************************************
	Page Styles
************************************************************************/
.layoutGrid
{
	width: 900px;
	margin: 0 0 10px 25px;
}
.layoutGrid-narrow
{
	width: 745px;
	margin: 0 0 10px 25px;
}

.frame
{
	text-align: center;
}
.content
{
	text-align:left;
	/*width: 790px;*/
	width: 960px;
	margin: 0 auto 0 auto;
}
.content-narrow
{
	text-align:left;
	width: 790px;
	margin: 0 auto 0 auto;
}

#header-content
{
	position: relative;
	/*background-image: url('/App_Themes/general_revised/images/bg_logo.png');
	background-repeat: no-repeat;
	background-position: 20px 1px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/general_revised/images/bg_logo.png', sizingMethod='');*/
}
.mainContainer
{
	background-image: url('/App_Themes/general_revised/images/bg.gif');
}
#main-content
{
	background: url('/App_Themes/general_revised/images/bg_main_wide.png');	
}
#main-content-narrow
{
	background: url('/App_Themes/general_revised/images/bg_main.png');	
}

#footer
{
	background-color: #b2b2b2;
	background-image: url('/App_Themes/general_revised/images/bottom-bar.gif');
	background-repeat: repeat-x;
}

#footer-content
{
	position: relative;
	height: 111px;
}

#footer-links
{
	position: absolute;
	top: 3px;
	left: 25px;
	right: 25px;
	height: 111px;
	z-index: 1;
}
#footer-content p
{
	color: #666666;
	padding: 10px 0 0 0;
	font-size: 1.1em;
}
#footer-content p strong
{
	font-weight: bold;
}
#footer-content a
{
	text-decoration: underline;	
}
#footerStrap, .footerStrap
{
	margin: 30px;
}

/***********************************************************************
	Content Styles
************************************************************************/
#logoBg
{
	height: 100px;
	width: 256px;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 1;
	background-image: url('/App_Themes/general_revised/images/bg_logo.png');
	background-repeat: no-repeat;
}
#tlsLogo
{
	position: absolute;
	right: 15px;
	left: auto;
	top: 3px;
	width: 206px;
	height: 69px;
	background-image: url('/App_Themes/general_revised/images/logo-tls.png');
	background-repeat: no-repeat;
}
#duraflexLogo
{
	position: absolute;
	right: 37px;
	left: auto;
	top: 20px;
	width: 206px;
	height: 79px;
	background-image: url('/App_Themes/general_revised/images/logo-duraflex.gif');
	background-repeat: no-repeat;
}
.imgLogo
{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 0;
	height: 85px;
	width: 253px;
	overflow: hidden;	
}
.imgLogo img
{
	position: absolute;
	left: 13px;
	top: 3px;
	display: block;
}
.lblStrap
{
	font-family: Verdana;
	font-weight: lighter;
	font-size: 2.4em;
	text-align: right;
	padding: 20px 20px 30px 275px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.3em;
	
	position: absolute;
	right: 10px;
	top: 0;
}	
#sectionTop
{
	position: absolute;
	top: 0;
	left: 0;
}
.textContent
{
	font-family: Tahoma;
	font-size: 1.16em;
	color: #333333;
	/*letter-spacing: 0.08em;*/
	line-height: 1.3em;
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
}
.textContent p
{
	margin-bottom: 10px;	
}
.textContent p strong
{
	font-weight: bold;	
}
.summary
{
	width: 290px;
	font-size: 1.1em;
	background-color: Green;
	background-image: url('/App_Themes/general_revised/images/info-box-top.png');
	background-repeat: no-repeat;
	background-position: top;
	margin: 10px 0 0 10px;
	padding: 0;
}
.summary ul
{
	padding-top: 10px;
}
.summary li
{
	padding: 0px 0 5px 10px;
}
.summary li span
{
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
}
/*#summaryFooter
{
	height: 6px;
	width: 290px;
	background-image: url('/App_Themes/general_revised/images/info-box-bottom.png');
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0;
}*/
.summaryFooter
{
	height: 6px;
	width: 290px;
	background-image: url('/App_Themes/general_revised/images/info-box-bottom.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 10px 10px;
}

#canvas
{
	position: relative;
	height: 935px;
}

#adContainerColumn
{
	margin: 10px 0 0 0;
	width: 160px;
	color: White;
	line-height: 0;
	font-size: 0;
}

#adContainerRow
{
	color: White;
	line-height: 0;
	font-size: 0;
}

#leftColumn
{
	width: 450px;
	position: absolute;
	top: 180px;
	left: 25px;
}
#leftColumn
{
	width: 450px;
	position: absolute;
	top: 180px;
	left: 25px;
}
.leftContent
{
	float: left;
	width: 650px;
}
.bannerColumn
{
	float: right;
	margin: 10px 20px 10px 10px;
}
.contentboxes
{
	margin-top: 10px;
}
.contentboxes img
{
	padding: 0 0 10px 0;
}
#contentboxes
{
	margin-top: 10px;
}
#contentboxes img
{
	padding: 0 0 10px 0;
}
.contactForm
{
	margin: 0 10px 0 10px;
}
#pnlFormContainerFooter
{
	background-image: url('/App_Themes/general_revised/images/get-quotes-bottom.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 290px;
}
#monoslideshow
{
	margin: 0;	
}

.textBlock
{
	margin: 20px;
}

.textBlock p
{
	margin: 10px;
	font-size: 1.1em;
}

.textBlock h1
{
	margin: 10px;
	font-size: 1.5em;
}

.textBlock h3
{
	margin: 10px;
	font-size: 1.3em;
}

.list li
{
	font-size: 1.1em;
	margin: 0 0 5px 30px;
	list-style-type: decimal;
	line-height: 1.25em;
	word-spacing: 0.1em;
}
/***********************************************************************
	Geographic Styles
************************************************************************/
.map
{
	margin: 0 0 0 10px;
	width: 290px;
	overflow: hidden;
}
.map .lblMapStrap
{
	display: block;
	font-size: 2em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
.textContentGeo
{
	font-family: Tahoma;
	font-size: 1.1em;
	color: #666666;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	margin: 10px 0 0 0;
}
.textContentGeo p
{
	margin-bottom: 10px;	
}
.textContentGeo p strong
{
	font-weight: bold;	
}
.summaryGeo
{
	width: 435px;
	font-size: 1.1em;
	background-image: url('/App_Themes/general_revised/images/info-box-top-wide.png');
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
}
.summaryGeo li
{
	padding: 7px 0 7px 10px;
}
.summaryGeo li span
{
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
}

.summaryFooterGeo
{
	height: 6px;
	width: 435px;
	background-image: url('/App_Themes/general_revised/images/info-box-bottom-wide.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 10px 0;
}


/***********************************************************************
	General Styles
************************************************************************/

.clearAll
{
	clear: both;
	line-height: 0;
	font-size: 10px;
	margin: 0 0 0 50px!important;
	padding: 0!important;
	border: 0;
	color: #ffffff;
	width: 600px;
}
.displayNone
{
	display: none;	
}


/***********************************************************************
	Quotes Form Styles
************************************************************************/
.rightColumn
{
	background-repeat: no-repeat;
	/*background-position: top left;
	padding: 155px 0 0 0;
	margin: 10px 10px 0 0;*/
}

.enquiryFormContainer
{
	position: relative;
	height: 571px;
}
.enquiryFormBg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 571px;
	width: 290px;
}
.enquiryFormControl
{
	position: absolute;
	top: 155px;
	left: 20px;
	z-index: 2;
}
.enquiryFormControl .formLine
{
	padding: 0 0 10px 0;	
}
.enquiryFormControl label
{
	float: left;
	width: 100px;	
}
.enquiryFormControl .btn
{
}
.enquiryFormControl .txt, .enquiryFormControl .txtBox
{
	width: 140px;	
}
.enquiryFormControl .txtSmall
{
	width: 70px;	
}
.enquiryFormControl .errorText
{
	border: solid 1px #ff0000;
	background-color: #fffbcf;
	padding: 10px;
	margin: 0 0 10px 0;
}

/***********************************************************************
	Enquiry Thank You Styles
************************************************************************/

.enquiryThankYou
{
	font-size: 1.8em;
	color: #666666;
	font-weight: bold;
	padding: 20px 0 20px 30px;
	font-family: Tahoma;
	letter-spacing: 0.05em;	
}
.enquiryText
{
	padding: 0 30px 20px 30px;
	font-size: 1.3em;
	color: #666666;
	font-family: Tahoma;	
	letter-spacing: 0.05em;
	line-height: 1.2em;
}
.pnlOffers, .pnlDataProtection
{	
	/*padding: 10px 0 0 0;*/
	margin: 0 30px 20px 30px;
	font-family: Tahoma;
	color: #666666;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	width: 730px;
}
.pnlOffers h3
{
	font-size: 1.4em;
	margin: 10px;
	font-weight: bold;
}
.pnlOffers p
{
	margin: 10px;
	font-size: 1.3em;
}
.pnlDataProtection h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}
.pnlDataProtection .chkData
{
	float: left;
	padding: 0 5px 0 5px;
}
.pnlDataProtection p
{
	padding: 0 0 10px 0;
}
.btnGetQuote
{
	margin: 0 0 50px 505px;
}
.pnlEnquiryRounded
{
	background-image: url('/App_Themes/general_revised/images/bg_enquiry.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.pnlEnquiryRoundedFooter
{
	background-image: url('/App_Themes/general_revised/images/bg_enquiry_footer.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 730px;
}
.lnkBanner
{
	float: left;
	margin: 0 0 10px 10px;	
}

/***********************************************************************
	Quote Styles
************************************************************************/
.quoteCenter
{
	width: 790px;
	margin: 0 auto;
}

.pnlQuote
{
	margin: 20px 30px 20px 30px;
}
.pnlQuoteRounded
{
	background-image: url('/App_Themes/general_revised/images/bg_enquiry.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.pnlQuoteRoundedFooter
{
	background-image: url('/App_Themes/general_revised/images/bg_enquiry_footer.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	width: 730px;
}
.quotebuilder
{
	padding: 20px 0 10px 20px;	
}
object { outline:none; }
#quotebuilder
{
    text-align: center;
}
#quoteBuilderContainer 
{
    text-align: center;
}
#quoteBuilderContainer #swfQuoteBuilder
{
    display: inline;
}
#demoWindow {
  top: 10px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  width: 650px;
  height: 400px;
  z-index: 150;
  display: none;
}

.pnlOperator
{
	background-image: url('/App_Themes/general_revised/images/bg_operator.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 254px;
	width: 730px;
	margin: 10px 0 10px 0;
	color: #666666;
}
.pnlQuoteGenerator,.pnlInformation
{
	margin: 0 0 10px 0;
	font-family: Tahoma;
	color: #666666;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.pnlInformation h2, .pnlOperator h2
{
	font-size: 2em;
	padding: 30px 0 10px 0;
	margin: 0 0 0 10px;
}
.pnlOtherInformation
{
	width: 346px;
	height: 135px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('/App_Themes/general_revised/images/buyers_guide.png');
	margin: 0 0 0 10px;
}
.pnlBuyersGuide
{
	width: 346px;
	height: 135px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('/App_Themes/general_revised/images/supplier_charter.png');
	margin: 0 0 0 10px;
}
.pnlOtherInformation h3, .pnlBuyersGuide h3
{
	margin: 25px 0 0 25px;
	font-weight: bold;
	font-size: 1.4em;
}
.pnlOtherInformation p, .pnlBuyersGuide p
{
	margin: 15px 0 0 25px;
	font-size: 1.3em;
	width: 200px;
	line-height: 1.2em;
}
.pnlOperator li
{
	font-size: 1.1em;
	width: 430px;
	margin: 0 0 5px 30px;
	list-style-type: decimal;
	line-height: 1.25em;
	word-spacing: 0.1em;
}
.pnlOperator table
{
	width: 430px;
}
.pnlInformation a
{
	margin: 0 0 0 10px;	
}

.pnlOperator table td
{
	font-size: 1.1em;
	padding-left: 10px;
	list-style-type: decimal;
	line-height: 1.25em;
	word-spacing: 0.1em;
}

/***********************************************************************
	Quote Matrix Styles
************************************************************************/

.pnlQuoteMatrix
{
	padding: 10px 30px 10px 30px;
	font-family: Tahoma;
	color: #333333;
}
.pnlQuoteMatrix p
{
	font-size: 1.3em;
	margin: 0 0 10px 0;
	line-height: 1.25em;
	letter-spacing: 0.05em;
}
.pnlQuoteMatrix h3
{
	font-size: 1.5em;
	margin: 0 0 10px 0;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.pnlQuoteMatrix table
{
	font-size: 1.2em;
	width: 730px;
	margin: 0 0 10px 0;
	border: solid 1px #cccccc;
}
.pnlQuoteMatrix td,.pnlQuoteMatrix th
{
	padding: 5px;
	border: solid 1px #cccccc;
}
.pnlQuoteMatrix th
{
	font-weight: bold;	
}