/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:11px;
    line-height:18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#fff;
	
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
	
}



/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#fff;
	
}

fieldset {
	border: none;
}

fieldset legend{
	font-size:100%;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#fff;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}

/*------------------------------------------------------------------
END INITIAL RULES 
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------
START MAIN POSITIONAL BLOCKS
/*------------------------------------------------------------------*/

body{
	background:#000 url(../images/bgBody.jpg) center top no-repeat;
}

#wrapper{
	position: relative;
	width:1000px;
	text-align:left; 
	margin:0 auto;
	background:url(../images/bgFooterDeco.png) center bottom no-repeat;
}


#contentWrapper{
	position: relative;
	width:955px;
	margin:30px auto 0 auto;
	background:url(../images/bgContentColums.png) 0px 0px no-repeat;
}

#homeWrapper{
	position: relative;
	width:955px;
	margin:24px auto 0 auto;
	background:url(../images/bgFireman.png) 40px 257px no-repeat;
}

/*------------------------------------------------------------------
Header - corporate link back
/*------------------------------------------------------------------*/

#corporate{
	position:relative;
	width:1000px;
	height:47px;
}


#corporate h1 a{
	text-indent:-9999px;
	background:url(../images/buttonCorporate.jpg) 0 0 no-repeat;
	width:212px;
	height:22px;
	top:15px;
	left:728px;
	position:absolute;
	
}

/*------------------------------------------------------------------
Header - Global nav
/*------------------------------------------------------------------*/

#globalNav{
	position: relative;
	width:954px;
	margin:17px auto 0 auto;
	z-index: 1;
}


#globalNav ul{ 
	position: relative;
	list-style:none; 
	display:block; 
	padding:0; 
	height:67px; 
	width:955px;
}

#globalNav ul li{ 
	position: relative;
	float:left;
	display:block;
	height:67px; 
}

#globalNav ul li a{ 
	display:block; 
	height:67px;
	padding:0px;
}

#globalNav ul li a span{
	display:none;
}

#globalNav ul li#home { /* on state */
	width: 287px; 
	background: transparent url('../images/navigationGlobal.jpg') 0px -67px no-repeat;
}

#globalNav ul li#home a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') 0px 0px no-repeat; 
}

#globalNav ul li#home a:hover,
#globalNav ul li#home a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#about { /* on state */
	width: 173px; 
	background: transparent url('../images/navigationGlobal.jpg') -287px -67px no-repeat;
}

#globalNav ul li#about a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -287px 0px no-repeat; 
}

#globalNav ul li#about a:hover,
#globalNav ul li#about a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#media { /* on state */
	width: 166px; 
	background: transparent url('../images/navigationGlobal.jpg') -460px -67px no-repeat;
}

#globalNav ul li#media a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -460px 0px no-repeat; 
}

#globalNav ul li#media a:hover,
#globalNav ul li#media a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#news { /* on state */
	width: 166px; 
	background: transparent url('../images/navigationGlobal.jpg') -626px -67px no-repeat;
}

#globalNav ul li#news a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -626px 0px no-repeat; 
}

#globalNav ul li#news a:hover,
#globalNav ul li#news a.current { /* remove on state */ 
	background: none;
}

#globalNav ul li#contact { /* on state */
	width: 162px; 
	background: transparent url('../images/navigationGlobal.jpg') -792px -67px no-repeat;
}

#globalNav ul li#contact a { /* off state */ 
	background: transparent url('../images/navigationGlobal.jpg') -792px 0px no-repeat; 
}

#globalNav ul li#contact a:hover,
#globalNav ul li#contact a.current { /* remove on state */ 
	background: none;
}



#globalNav ul li#home ul li a,
#globalNav ul li#about ul li a,
#globalNav ul li#media ul li a,
#globalNav ul li#news ul li a,
#globalNav ul li#contact ul li a {
	background: none;
}

#globalNav ul li ul {
	position: absolute;
	width: 150px;
	border: 1px solid #000;
	background: url('../images/bgDropDown.gif');
	height: auto;	
	margin-top: -2px;
	left: -999em;
}
#globalNav ul li:hover ul,
#globalNav ul li.sfhover ul {
	left: 8px;	
}
#globalNav ul li ul li {
	display: block;
	float: none;
	padding: 0 10px;
	height: auto;	
	background: url('../images/bgDropDownSep.gif') bottom center no-repeat;
	
}
#globalNav ul li ul li.last {
	background-image: none;	
}
#globalNav ul li ul li a {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0 ;
	height: auto;
	width: 130px;
	display: block;
}	


/*------------------------------------------------------------------
HOME Blocks
/*------------------------------------------------------------------*/

#homeLeft, #homeRight{
	float:left
	
}

#homeLeft{
	width:278px;
	height:682px;
	background:url(../images/bgHomeLeft.jpg) 0 0 no-repeat;
	padding:0 25px 0 24px;
	
}

#homeLeft h1{
	text-indent:-9999px;
	background:url(../images/titleWorthRisk.jpg) 0 22px no-repeat;
	width:231px;
	height:50px;
}

#homeLeft p{
	padding-right:20px;
}


#homeRight{
	width:563px;
	margin-left:25px;
	padding:0 0 0 36px;
	background:url(../images/bgContentColums.png) 0 0 repeat-y;
}


#homeRight h1.homeClaim{
	text-indent:-9999px;
	background:url(../images/titleFieldTest.jpg) 0 33px no-repeat;
	width:509px;
	height:102px;
	
}

#homeRight #leadBody{
	float:left;
	width:278px;
	padding-bottom:25px;
}

#homeRight #leadBody p{
	padding: 3px 5px 3px 0px;
	
}

#figCaption{
	width:235px;
	float:left;
	background:url(../images/bgFigureCaption.jpg) 0 0 no-repeat;
	padding:262px 0 15px 0;
	margin-right:30px;
	margin-bottom:20px;
}

#figCaption p {
	padding:0;
	font-size:10px;
}

#homeRight #leadBody .homeSignUp{
	text-indent:-9999px;
	display:block;
	background: url(../images/titleHomeSignUp.gif) 0 20px no-repeat;
	width:259px;
	height:64px;
}

a.videoButton{
	text-indent:-9999px;
	background:url(../images/buttonWatchVideo.jpg) 0 0 no-repeat;
	width:228px;
	height:55px;
	display:block;
	margin-top:10px;
}

a.butLearnMore{
	text-indent:-9999px;
	width:96px;
	height:24px;
	background:url(../images/buttonLearnMore.jpg) 0 0 no-repeat;
	display:block;
	margin:8px 0 4px 0;
	
}

a:hover.butLearnMore{
	background:url(../images/buttonLearnMore.jpg) 0 -24px no-repeat;
}

/*------------------------------------------------------------------
SUB PAGE COMMON BLOCKS
/*------------------------------------------------------------------*/

#contentLeft, #contentRight{
	float:left;
}

#contentLeft{
	width:596px;
	padding-bottom:80px
}

#contentRight{
	width:355px;
	margin-left:3px;
}



/*------------------------------------------------------------------
RIGHT SIDE TILES
/*------------------------------------------------------------------*/

#conditionTile{
	position: relative;
	background:url(../images/bgConditionTile.gif) 5px 0 no-repeat;
	width:355px;
	height:259px;
}

#conditionTile.lower{
	position: relative;
	background:url(../images/bgConditionTileLower.gif) 5px 100% no-repeat;
	height:269px;
}

#conditionTile h1.condition {
	position: relative;
	text-indent:-9999px;
	background:url(../images/titleCondition.gif) 31px 15px no-repeat;
	height:75px;
}

/*||||||||||||||| SOLUTION SLIDER STYLES|||||||||||||||*/

#conditionTile #previous{
	position: absolute;
	top: 127px;
	left: 19px;
	width:36px;
	height:36px;
	z-index: 10;
}

#conditionTile.lower #previous{
	top:134px;
}

#conditionTile #previous a{
	width:36px;
	height:36px;
	text-indent:-9999px;
	display:block;
	background:url(../images/buttonPrev.gif) 0 0 no-repeat;
}


#conditionTile #next{
	position: absolute;
	top:127px;
	right:15px;
	width:36px;
	height:36px;
	z-index: 10;
}

#conditionTile.lower #next{
	top:134px;
}

#conditionTile #next a{
	width:36px;
	height:36px;
	text-indent:-9999px;
	display:block;
	background:url(../images/buttonNext.gif) 0 0 no-repeat;
}

#conditionTile #slide-wrapper {
	position: relative;
	overflow: hidden;
	width: 344px;
	margin: 0 2px 0 9px;	
}

#conditionTile #slider{
	width: 4000px;
	
}
#conditionTile #slider div {
	width:245px;
	padding: 0px 55px 0 44px;
	display:block;
	float: left;
	
}
#conditionTile .prodThumb{
	float:left;
	padding-top:10px;
}

#conditionTile #slider p{
	padding:5px 0px 0 110px;
}
#conditionTile #slider p em{
	display:block;
	color:#fdbc30;
	padding-bottom:10px;
	padding-right:10px;
	
}

/*||||||||||||||| COMPARE SOLUTIONS TILE STYLES|||||||||||||||*/

#compareTile{
	background:url(../images/bgCorrugated.jpg) 9px 0 no-repeat;
	width:355px;
	height:182px;
}

#compareTile h1.compare{
	text-indent:-9999px;
	background:url(../images/titleSolutions.gif) 31px 21px no-repeat;
	width:355px;
	height:60px;
}

#compareTile p{
	padding:0px 30px 0 175px;
	
}

#compareTile p em{
	font-style:normal;
	color:#fdbc30;
}

/*||||||||||||||| FAQ LINK TILE STYLES|||||||||||||||*/

#faqTile{
	width:355px;
	height:111px;
	background:url(../images/bgRightSideRule.gif) center bottom no-repeat;
}

#faqTile h1.faq{
	text-indent:-9999px;
	background:url(../images/titleFaq.gif) 31px 40px no-repeat;
	width:355px;
	height:80px;
}

#faqTile h1.faq a{
	width:355px;
	height:80px;
	display:block;
}

/*||||||||||||||| EMAIL SIGNUP TILE STYLES|||||||||||||||*/

#emailTile{
	width:355px;
	height:111px;
	
}

#emailTile.lower{
	background:url(../images/bgFaqRadialGrad.jpg) 7px 0% no-repeat;
	padding-bottom:40px
}

#emailTile h1.email{
	text-indent:-9999px;
	background:url(../images/titleSignUpEmail.gif) 31px 20px no-repeat;
	width:355px;
	height:65px;
}
#emailTile p.response,
#emailTile form{
	padding-left:30px;
}

/*||||||||||||||| NEWS TILE STYLES|||||||||||||||*/

#newsTile{
	background:url(../images/bgRightTileMisc.jpg) 9px 100% no-repeat;
	width:355px;
	
}

#newsTile h1.news {
	text-indent:-9999px;
	background:url(../images/titleNewsTile.gif) 20px 20px no-repeat;
	width:355px;
	height:45px;
}

#newsTile p a{
	padding:5px 40px 10px 30px;
	background:url(../images/bgRightTileMiscRule.jpg) center bottom no-repeat;
	line-height:14px;
	display:block;
	text-decoration:none;
}

#newsTile p em{
	background:none;
}

#newsTile p em a{
	background-image:none;
	color:#fdbc30;
	font-style:italic;
	padding-top:20px; 
	padding-bottom:20px; 
}


/*||||||||||||||| FAQ QUESTIONS TILE STYLES|||||||||||||||*/

#faqList{
	background:url(../images/bgRightTileMisc.jpg) 9px 100% no-repeat;
	width:355px;
	padding-bottom:15px;
	
}

#faqList h1.faq {
	text-indent:-9999px;
	background:url(../images/titleFaqContent.gif) 20px 20px no-repeat;
	width:355px;
	height:45px;
}

#faqList ul{
	list-style:none;
	padding-left:15px;
}

#faqList ul li{
	display:block;
	height:22px;
}

#faqList ul li a{
	padding:3px 0px 3px 35px;
	line-height:14px;
	display:block;
	text-decoration:none;
	background:url(../images/bgFaqHover.gif) 0 0 no-repeat;
}

#faqList ul li a:hover{
	background:url(../images/bgFaqHover.gif) 0 -22px no-repeat;
}



/*||||||||||||||| DISCOVER TILE STYLES|||||||||||||||*/


#discoverTile{
	background:url(../images/bgDiscoverTile.jpg) 9px 0 no-repeat;
	width:355px;
	height:182px;
}

#discoverTile h1.discover{
	text-indent:-9999px;
	background:url(../images/titleDiscover.gif) 31px 21px no-repeat;
	width:355px;
	height:60px;
}

#discoverTile p{
	padding:0px 15px 0 175px;
	font-size:13px;
}

#discoverTile p em{
	font-style:normal;
	color:#fdbc30;
}

/*------------------------------------------------------------------
ABOUT EXPLOVENT
/*------------------------------------------------------------------*/

#contentLeft h1.contentClaim{
	text-indent:-9999px;
	background:url(../images/titleFieldTest.gif) 31px 25px no-repeat;
	width:547px;
	height:92px;
	
}

#captionContent{
	float:left;
	width:303px;
	padding:0;
}

#captionContent h1 a{
	text-indent:-9999px;
	background:url(../images/bgNFPACodes.jpg) 0px 0px no-repeat;
	width:227px;
	height:267px;
	margin-left:37px;
	display:block;
}

#captionContent p em{
	padding:10px 20px 20px 45px;
	width:203px;
	display:block;
	color:#c2932d;
	background:url(../images/bgFireLists.png) 25px 0 no-repeat;
}

#contentLeft p.wrappedBlock{
	padding:3px 35px 3px 0;
}

#fireLists{
	clear:both;
	background:url(../images/bgFireLists.png) 25px 0 no-repeat;
	width:571px;
	padding:0 0 0px 25px
}

#fireLists ul{
	list-style:none;
	float:left;
	width:265px;
	padding:20px 0 0 0;
	
}

#fireLists ul li{
	background:url(../images/bgBullet.gif) 0px 10px no-repeat;
	padding:2px 0 2px 10px; 
}

#fireLists #ignition{
	padding-left:25px;
}

#fireLists #fuels{
	width:250px;
}

#ignition .listTitle{
	text-indent:-9999px;
	background:url(../images/titleFireList.gif) 0 0 no-repeat;
	padding:10px 0;
}

#fuels .listTitle{
	text-indent:-9999px;
	background:url(../images/titleFireList-02.gif) 0 0 no-repeat;
	padding:10px 0;
}

/*------------------------------------------------------------------
THE CODES
/*------------------------------------------------------------------*/

#contentLeft h1.titleCodes{
	background:url(../images/titleCodes.gif) 31px 25px no-repeat;
	width:375px;
	height:50px;
	text-indent:-9999px;
}

#contentLeft .regulators{
	background:url(../images/bgLeftSideRule.jpg) center bottom no-repeat;
	width:566px;
	padding:25px 0 25px 30px; 
}

#contentLeft .regulators p{
	padding-right:60px
}

#contentLeft .logoReg{
	float:left;
	margin:0 15px 10px 0; 
}

/*------------------------------------------------------------------
MEDIA GALLERY
/*------------------------------------------------------------------*/


#contentLeft h1.titleMedia{
	background:url(../images/titleMedia.gif) 31px 25px no-repeat;
	width:375px;
	height:51px;
	text-indent:-9999px;
}	



.mediaType{
	background:url(../images/bgLeftSideRule.jpg) center bottom no-repeat;
	width:566px;
	padding:0 0 25px 30px; 
}

.mediaType p{
	padding:15px 40px 0 0;
}

#brochure.mediaType{
	background:none;
	padding-top:10px;
}

/*|||||||||Video slider||||||||||*/


#contentLeft #mediaTypeVideo{
	background:url(../images/bgLeftSideRule.jpg) center bottom no-repeat;
	width:596px;
	
}

#contentLeft #mediaTypeVideo h2#subTitleVideo{
	background:url(../images/titleMedia-03.gif) 30px 12px no-repeat;
	text-indent:-9999px;
	height:36px;
	width:350px;
}


#contentLeft #mediaTypeVideo #videoSlider{
	background:url(../images/videoNav.jpg) 3px 22px no-repeat;
	height:124px;
	padding-top:8px
}


#videoSlider #vidPrev{
	float:left;
	width:36px;
	height:36px;
	padding:30px 12px 0 20px
}

#videoSlider #vidPrev a{
	width:36px;
	height:36px;
	text-indent:-9999px;
	display:block;
	background:url(../images/buttonPrev.gif) 0 0 no-repeat;
}

#vidSliderWrapper {
	float: left;
	width: 462px;
	overflow: hidden;
	margin-right: 12px;
	
}
#vidSliderWrapper #vidSlider {
	width: 4000px;
}

#videoSlider .videoThumbs{
	float:left;
	margin-right:12px;
	border:1px solid #5e5e60;
	width: 142px;
}

#videoSlider #vidNext{
	padding-top:30px;
	height:36px;
	width:36px;
	float:left;
}

#videoSlider #vidNext a{
	width:36px;
	height:36px;
	text-indent:-9999px;
	display:block;
	background:url(../images/buttonNext.gif) 0 0 no-repeat;
}




/*|||||||||Photo Gallery||||||||||*/

.mediaType h2#subTitlePhoto{
	text-indent:-9999px;
	background:url(../images/titleMedia-02.gif) 0 8px no-repeat;
	height:42px;
	width:350px;
}

.mediaType img.albumThumbs{
	float:left;
	margin:3px 15px 3px 3px;
	padding:2px;
	border:1px solid #5e5e60;
}

/*||||||||||Brochure||||||||||||||*/

.mediaType h2#subTitleBrochure{
	text-indent:-9999px;
	background:url(../images/titleMedia-04.gif) 0 8px no-repeat;
	height:42px;
	width:350px;
}

.mediaType img.brochureThumb{
	width:98px;
	height:128px;
	float:left;
}

.mediaType p.borchureLead{
	padding:20px 20px 20px 110px;
}

.mediaType p.borchureLead img{
	padding-top:8px;
}


/*------------------------------------------------------------------
TOOL TIPS FOR MEDIA GALLERY
/*------------------------------------------------------------------*/


.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	background-color: #000;
	opacity:.85;
	margin-left:-5px;
}


 
.tip-title {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #fdbc30;
	padding: 8px;
}
 
.tip-text {
	font-size: 13px;
	padding:8px;
}



/*------------------------------------------------------------------
NEWS CONTENT
/*------------------------------------------------------------------*/

#newsEditor {
	margin: 10px;
	width: auto;
	padding: 0;
	background-image: none;	
	background-color: #000;	
}

#contentLeft.newsContent h1.titleNews{
	background:url(../images/titleNewsContent.gif) 31px 24px no-repeat;
	width:375px;
	height:51px;
	text-indent:-9999px;
}

#contentLeft.newsContent h2.titleItem{
	display:block;
	padding:10px 0 5px 30px;
	font-size:16px
	
}

#contentLeft.newsContent h3.titleItem{
	display:block;
	padding:0px 0 10px 30px;
	font-size:12px
	
}


#contentLeft.newsContent h3.titleItem em{
	color:#fdbc30;
}


#contentLeft.newsContent img,
#newsEditor img {
	float:left;
	margin:3px 10px 3px 0;
	padding:2px;
	border:1px solid #5e5e60;
	
}	

#newsEditor p,
#contentLeft.newsContent p{
	padding:5px 30px;
}

/*------------------------------------------------------------------
FAQ CONTENT
/*------------------------------------------------------------------*/	

#faqEditor {
	margin: 10px;
	width: auto;
	padding: 0;
	background-image: none;	
	background-color: #000;	
}



#contentLeft.faqContent{
	padding:15px 20px 80px 30px;
	width:546px; /* content left ID is usually 596px */
}

#contentLeft.faqContent h1.titleFaq{
	font-size:16px;
	display:block;
	padding:0 0 5px 0;
}

#contentLeft.faqContent h1.titleFaq span{
	color:#fdbc30;
	padding-right:5px;
}

#faqEditor p,
#contentLeft.faqContent p{
	padding:8px 0;
}

#faqEditor p span,
#contentLeft.faqContent p span{
	font-size:16px;
	color:#fdbc30;
	padding-right:5px;
}

#faqEditor h2, 
#contentLeft.faqContent h2{
	color:#fdbc30;
	padding:10px 0;
}

#faqEditor ul,
#contentLeft.faqContent ul{
	list-style-position:outside;
	list-style:none;
	width:500px;
}

#faqEditor ul.sideBySideList,
#contentLeft.faqContent ul.sideBySideList{
	width:260px;
	float:left
}

#faqEditor ul li,
#contentLeft.faqContent ul li{
	background:url(../images/bgBullet.gif) 0 9px no-repeat;
	padding-left:10px;
}

#faqEditor ol,
#contentLeft.faqContent ol{
	list-style-position:outside;
	width:480px;
	padding-left:40px;
}

#faqEditor ol.sideBySideList,
#contentLeft.faqContent ol.sideBySide{
	width:260px;
	float:left;
	padding-left:40px;
}

#faqEditor table{
	width:500px;
	font-size:11px;
}

/*------------------------------------------------------------------
WHO USES EXPLOVENT?
/*------------------------------------------------------------------*/

#contentLeft.companiesUse{
	margin-bottom:170px
}

#contentLeft.companiesUse h1.titleCompaniesUse{
	background:url(../images/titleCompaniesUse.gif) 31px 25px no-repeat;
	width:463px;
	height:51px;
	text-indent:-9999px;
}


#contentLeft.companiesUse p{
	padding-right:20px;
	padding-left:30px;
}


#contentLeft.companiesUse ul{
	list-style:none;
	float:left;
	width:200px;
	display:block;
	padding-top:15px;

}

#contentLeft.companiesUse ul#compListLeft{
	padding-left:80px;
	width:200px;
}

#contentLeft.companiesUse ul li{
	font-size:13px;
	background:url(../images/bgBullet.gif) 0 9px no-repeat;
	padding:3px 0 3px 10px;
}


/*------------------------------------------------------------------
COMPARING SOLUTIONS
/*------------------------------------------------------------------*/

#contentLeft.compare{
	background:url(../images/bgComparePanels.jpg) 50% 99px no-repeat;
}

#contentLeft.compare h1.titleCompare{
	background:url(../images/titleCompareContent.gif) 31px 25px no-repeat;
	width:527px;
	height:290px;
	text-indent:-9999px;
}

#contentLeft.compare p{
	padding:5px 30px 3px 30px;
	font-weight:normal;
}

#contentLeft.compare p span{
	color:#fdbc30;
	
}

table#chart{
	padding:0px;
	width:527px;
	margin: 0 auto;
}

table#chart th{
	text-align:center;
	font-size:14px;
	padding:5px 0;
	border-bottom:1px solid #000;
	
}

table#chart td{
	padding-left:8px;
	padding-bottom:6px;
	padding-top:4px;
	vertical-align:top;
}

table#chart td.chk{
	background:url(../images/checkList.png) 0 5px no-repeat;
	padding-left:35px;
	padding-right:10px;
	width:230px;
}

table#chart td.x{
	background:url(../images/checkList-02.png) 5px 5px no-repeat;
	padding-left:35px;
	
}




/*------------------------------------------------------------------
GET IN TOUCH
/*------------------------------------------------------------------*/

#contentLeft.contact{
	padding-left:30px;
	padding-right:20px;
	width:546px;
}

#contentLeft.contact h1.titleContact{
	background:url(../images/titleContactUs.gif) 1px 25px no-repeat;
	width:354px;
	height:78px;
	text-indent:-9999px;
}

form#contact{
	padding-top:15px;
}

form#contact fieldset {
  clear: both;
  font-size: 100%;
  border-color: #7f8081;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 10px 0 0 0;
  width:500px;
}

form#contact fieldset legend {
  font-size: 150%;
  font-weight: bold;
  color: #efefef;
  margin: 0 0 0 0;
  padding: 10px 5px;
}

form#contact  label {
  font-size: 100%;
  display: block;
  float: left;
  width: 120px;
  padding: 2px;
  margin: 0 0 5px 0;
  text-align: left;
}

form#contact label.optional {
  font-weight: normal;
}

form#contact label.required {
  font-weight: bold;
  font-size:110%;
}

form#contact input, 
form#contact select,
form#contact textarea {
  font-size: 100%;
  color: #efefef;
  border:solid 1px #4c4c4c;
  width:350px;
  background: transparent;
}

form#contact option {
  background-color: #000;
}

form#contact  select, form#contact textarea {
	padding: 3px 2px;
	width:355px;
	
}

form#contact textarea {
  overflow: auto;
}

form#contact  input.inputText{
	padding:3px 2px;
}

form#contact  .submit {
  width: 214px;
  padding: 0 0 0 110px;
  display:block;
}

form#contact  input.inputSubmit, form#contact  input.inputButton, form#contact input.inputSubmit, form#contact input.inputButton {
  background-color: #f9b42b;
  color: #000000;
  width: auto;
  padding:6px;
  margin: 0;
}

form#contact div.submit input.inputSubmit, form#contact .submit input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form#contact div.small {
  display: block;
  margin: 0 0 5px 123px;
  padding: 1px 3px;
  font-size: 88%;
}

form#contact p.error {

  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form#contact div.error {

  color: #666666;
  border: 1px solid #ff0000;
}

form#contact div.error p.error {

  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

/*------------------------------------------------------------------
FOOTER
/*------------------------------------------------------------------*/

#footer{
	width:1000px;
	margin:0 auto;
	padding:0 0 10px 0;
	background:url(../images/bgFooter.jpg) 0 0 no-repeat;
	text-align:center;
}

#footerButtons{
	width:924px;
	height:124px;
	margin:0 auto;
	list-style:none;
	display:block;
}

#footerButtons li{
	width:276px;
	height:124px;
	float:left;
}

#footerButtons li a{
	display:block;
	text-indent:-9999px;
	float:left;
	width:276px;
	height:124px;	
}

#footerButtons li#codes{
	margin-right:47px;
	background:url(../images/buttonFooter.jpg) 0 0 no-repeat;
}

#footerButtons li#tech{
	background:url(../images/buttonFooter-02.jpg) 0 0 no-repeat;
	margin-right:47px;
}

#footerButtons li#inUse{
	background:url(../images/buttonFooter-03.jpg) 0 0 no-repeat;
}





/*------------------------------------------------------------------
Pager
/*------------------------------------------------------------------*/


.pager {
	height: 1em;
	margin: 1.5em 2em;	
}

ul.pagination {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ul.pagination li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	color:#6586a0;
}


ul.pagination li.pagerPrev {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}

ul.pagination li.pagerNext {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}

ul.pagination li.pagerPage, 
ul.pagination li.pagerPageFirst, 
ul.pagination li.pagerPageLast {
	height:21px;
	width:21px;
	text-align: center;
	border:1px solid #dadada;
	margin:3px;
	color:#6586a0;
	padding:3px 0 0 0;
}
ul.pagination li.pagerPageLast {
	color:#6586a0;
}

ul.pagination li a{
color:#FDA528;
}


