﻿body 
{
	background-color: #003333; 
	margin-left: 0px; 
	margin-top: 0px;
}

div, p, span, a, li
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 15px; 
	letter-spacing: .2pt; 	
}

li
{
	line-height: 15pt;
}

div
{
	margin: 0px;
	padding: 0px;
}

p 
{
}


h2
{
	padding: 0px;
	margin: 0px;
}

img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}


a {
	color: #FFFFCC; 
	text-decoration: none; 
}

a:hover 
{
	text-decoration: underline; 
}


/*
FREQUENT ASKED QUESTIONS
*/

.faq_container
{
	margin-top:25px;
	/*float:left;*/
}

.faq_question
{
	font-weight:bold;
	font-style:italic;
}
.faq_answer
{
	margin-top:5px;
	/*float:left;*/
}


p.heading
{
	font-size: 13px; 
	line-height: 14px; 
	font-weight: bold;
}

.form_section
{
    width: 400px;
    padding-right: 15px;
    text-align: left;
    padding-left: 13px;
    margin-top:20px;
}

.form_row
{
    width:100%;
    margin-bottom:5px;
}

.form_label
{
    width:110px;
    font:verdana 12px;
    font-weight:bold;
    text-align:right;
    margin-top:2px;
    margin-right:10px;
    float:left;
}

.form_field
{
     font:verdana 12px;
     margin-top:2px;
     margin-right:5px;
     margin-bottom:2px;
}




.contact_section
{
	margin-top:20px;
}

.contact_numbers
{
    width: 300px;
    float:left;
    margin-top:5px;
    /*
     border-width:1px;
     border-color:Black;
     border-style:solid;
*/
}

.contact_phoneName
{
	color: #000000;
	font-size: 12px; 
	line-height: 14px; 
	letter-spacing: .2pt; 
	font-family: Verdana, Helvetica, sans-serif;
	width:65px;
	float:left;
	margin-top:3px;
}

.contact_phoneNumber
{
	color: #000000;
	font-size: 12px; 
	line-height: 14px; 
	letter-spacing: .2pt; 
	font-family: Verdana, Helvetica, sans-serif;
	width:200px;
	float:left;
	vertical-align:top;
	margin-top:3px;
	margin-bottom:5px;
	margin-left: 5px;
}


ul.masterPage_footer_ul
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	
	list-style-type: none;
	/*border: solid 1px #FFFFFF;*/
}

li.masterPage_footer_li
{
	display: inline;
	line-height: 15pt;
}

span.masterPage_footer_divider
{
	border-right: solid 1px #FFFFFF;
	margin-top: 3px;
	height: 11px;
}

a.masterPage_footer_link
{
	padding: 0.2em 0.3em;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

a.masterPage_footer_link:hover
{
	text-decoration: underline;
}


.nav_item_design a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_superior-design.gif') no-repeat;
	text-decoration:none;
}

.nav_item_design a:hover
{
	background-position: -197px 0px;
}

.nav_item_gallery a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_photo-gallery.gif') no-repeat;
	text-decoration:none;
}

.nav_item_gallery a:hover
{
	background-position: -197px 0px;
}

.nav_item_faq a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_faq.gif') no-repeat;
	text-decoration:none;
}

.nav_item_faq a:hover
{
	background-position: -197px 0px;
}

.nav_item_becomeDealer a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_become-dealer.gif') no-repeat;
	text-decoration:none;
}

.nav_item_becomeDealer a:hover
{
	background-position: -197px 0px;
}

.nav_item_locateDealer a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_locate-dealer.gif') no-repeat;
	text-decoration:none;
}

.nav_item_locateDealer a:hover
{
	background-position: -197px 0px;
}

.nav_item_stoneCoat a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_stone-coat.gif') no-repeat;
	text-decoration:none;
}

.nav_item_stoneCoat a:hover
{
	background-position: -197px 0px;
}

.nav_item_articles a
{
	display: block;
	width: 197px;
	height: 27px;
	background: url('../images/nav/nav_articles.gif') no-repeat;
	text-decoration:none;
}

.nav_item_articles a:hover
{
	background-position: -197px 0px;
}






/* ARTICLES */

.article_pubDate
{
	font-size: 8pt;
}

.article_titleTop 
{
	vertical-align:top;
	background: url(../images/articles/title_top.jpg) left top no-repeat #E7E7E7;
}

.article_titleBottom 
{
	vertical-align: top;
	height: 100%;
	background: url(../images/articles/title_bottom.jpg) left bottom no-repeat;
}

.head 
{
	padding: 10px 19px 10px 19px;
	text-align: left;
	line-height: 1.21em;
	color: #616161;
}

.head a 
{
	color: #008430;
	text-decoration: none;
}

.head a:hover 
{
	color: #008430;
	text-decoration: underline;
}

.h2 
{ 
	color: #008430;
	font-size: 1.01em; 
	padding: 0px;
	margin: 0px;
}





.masterPage_contactUs a
{
	display: block;
	width: 119px;
	height: 28px;
	background: url('../images/master-page/contact-us.gif') no-repeat;
	text-decoration:none;
}

.masterPage_contactUs a:hover
{
	background-position: -119px 0px;
}



.masterPage_visitHeaterCap a
{
	display: block;
	width: 197px;
	height: 25px;
	background: url('../images/master-page/visit-heater-cap.gif') no-repeat;
	text-decoration:none;
	margin: 0 auto;
}

.masterPage_visitHeaterCap a:hover
{
	background-position: -197px 0px;
}