/* --------------------------------------------
AUTHOR              : Erwin Aligam
WEBSITE             : http://www.styleshout.com/
TEMPLATE NAME       : Outdoor
TEMPLATE CODE       : S-0020
VERSION             : 1.1
LAST DATE MODIFIED  : January 18, 2010
 ---------------------------------------------- */
 
/* --------------------------------------------
   HTML ELEMENTS
---------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: url(../images/bg.jpg) repeat;
	font: 11px/1.7em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: left;
	margin: 10px 0 5px 0;
}

/* links */
a, a:visited {	
	color: #c41b23;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #c41b23;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 3.1em;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 3em;
	color: #88ac0b;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em Verdana, 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
/*table {
	border-collapse: collapse;
	margin: 10px 10px;	
	border:1px solid #e1e1e1;
}
th strong {
	color: #fff;
}
th {
	
	padding-left: 12px;
	padding-right: 12px;
	
	border-left: 1px solid #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}*/
/* end - table */

/* form elements */
form {
	margin:10px; padding: 5px 10px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
/*input {
	padding:2px;
	border:1px solid #e8e8e8;
	font: normal 1.2em Verdana, sans-serif;
	color:#777;
}*/
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 13px Arial, Sans-serif; 
	height: 25px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border: 1px solid #e8e8e8;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 5px 0 15px 0;
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff url(../images/wrap-bg.jpg) repeat-y;
	width: 900px;	
	margin: 0px auto 0 auto;
	padding-top:15px;
	text-align: left;
}
#wrap-popup {
	background: #fff url(../images/wrap-bg.jpg) repeat-y;
	width: 900px;	
	margin: 0px auto;
	text-align:left;
}

#content-wrap {
	position: relative;
	background: #fff url(../images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}

#content-wrap-inner {
	position: relative;
	/*background: #fff url(../images/content-bg.jpg) repeat-x;*/
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height:650px;

}

#product-sidebar{
	float:left;
	width:266px;
	padding:5px;
	font-weight:bold;
	border:1px solid #d2d2d2;
	height:300px;
}

#product-sidebar #current-pro{
	color: #88ac0b;
	text-decoration:underline;
}

#export-sidebar{
	float:left;
	width:166px;
	padding:5px;
	font-weight:bold;
	border:1px solid #d2d2d2;
}

#export-sidebar #current-pro{
	color: #88ac0b;
	text-decoration:underline;
}

#content-wrap-product {
	position: relative;
	background: #fff url(../images/content-bg.jpg) repeat-x;
	
	float: left;	
	width: 670px;	
	padding: 0; 
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height:430px;
}

#header {
	position: relative;
	background: #231f20 url(../images/top-header.jpg2); background-repeat:no-repeat;
	width: 870px;	
	height: 220px;	
	padding: 0;	
	margin: 0px auto;
}

#header p#logo{
	position: absolute;
	
}

.blue{
	position:relative;
	top:1px; left:390px;
	margin: 0; padding: 0;
	font: normal 15px "Times New Roman", Times, serif;
	font-style:italic;

	text-transform: none;
	text-decoration: none;

}

a.link{	color: #cdcdcd;}
	
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 43px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

.list{
    list-style-type:disc
}

/* header links */
#header #header-links {
	position: absolute;
	top: 15px; right: 10px;	
	color: #e9b500;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #e9b500;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #fff;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
}
 
.head-text{
	font-size:16px;
	font-weight:bold;
	background:#cacac8;
	padding:5px 0px;
	color:#000000;
	text-align:center;
	margin-bottom:10px;
}

.sub-sub-head{
	color:#205590;
	font-family:verdana,arial,helvetica;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	text-align:left;
}

.sub-head{
	font-weight:bold;
	font-size:14px;
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;	
	margin-top:3px;
}
#nav ul {
	float: left;
	list-style: none;
	background: #cdcdcd;	
	width: 870px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;

}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	padding-left:14px;
	padding-right:14px;
	border-right: 1px solid #fff;
	/*border-left: 1px solid #f8e400;*/
	font: normal 13px/34px Arial, "Century Gothic", "Trebuchet MS", Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #323232;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;
	color:#fff;
}
#nav ul li#current a {	
	background: url(../images/nav-hover.jpg) repeat-x;
	color:#fff;
}



/* middle text */
#middle{
	clear:both;
	width: 870px;
	font-size:13px;
}


#main-left {
	float: left;
	width: 630px;
	padding: 0; margin: 5px 0 0 0px;
	
	
}



#main-right{
	float:right;
	width:240px; height:400px;
	
}

#main-right-box1{
	width:240px; height:203px;
	padding-top:40px;
	background-image:url(../images/service-repairs.jpg); background-repeat:no-repeat;
}
	

#main-right-box1 ul{
	line-height:160%;
	list-style-image:url(../images/mark_image.jpg);
}


#main-right-box2{
	width:240px; height:203px;
	padding-top:40px;
	background-image:url(../images/areas-cover.jpg); background-repeat:no-repeat;
	position:relative;
	top:-35px;
}

#main-right-box2-about{
	width:240px; height:157px;
	padding-top:60px;
	background-image:url(../images/areas-cover.jpg); background-repeat:no-repeat;
	position:relative;
	top:0px;
	margin-left:5px;
}

#main-right-box2 ul{
	line-height:160%;
	list-style-image:url(../images/mark_image.jpg);
}

#main-right-box2-about ul{
	line-height:160%;
	list-style-image:url(../images/mark_image.jpg);
	margin-top:-20px;
}

#main-right-form{
	margin-top:-120px; margin-left:-8px;
	
}

#main-right-form-about{
	background-image:url(../images/get-quote.jpg); background-repeat:no-repeat;
	margin:40px 10px 10px 0px;
}

#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: bold 2.9em/1em Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30;
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	

}



/*#main ul li {
	list-style-image: url(../images/bullet.gif);
}*


ul.mid{
	list-style-image:url(../images/tick.gif);
	padding-left:10px;
	margin-left:20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 0; margin: 5px 12px 0 0;
    display: inline;
}
#sidebar h3 {
	margin-top: 10px;
    margin-left: 5px;
	padding: 5px 5px; 
	font: normal 1.9em Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #899B0D;
}
#sidebar h3 {
	margin-top: 10px;
    margin-left: 5px;
	padding: 5px 5px; 
	font: normal 1.9em Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #899B0D;
}

/* sidemenus */
#sidebar ul.sidemenu {
	text-align: left;
	margin: 10px 10px 8px 8px; padding: 0;
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 8px 5px;
	margin: 0;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a:link,
#sidebar ul.sidemenu li a:visited {
	color: #895F30;
    padding-left: 0;
	font-weight: bold;
    text-decoration: none;
}
#sidebar ul.sidemenu li a span {
	color: #9F9F9F;
	font-family: Verdana, Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;
}
#sidebar ul.sidemenu li a:hover { color: #000; text-decoration: none; }
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;
	margin: 10px 0 20px 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: normal;
    font-size: 1.6em;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 7px 0 7px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 10px 0 0 0;
	text-align: center;
    font-size: 1em;
	margin: 0 5px;
}
#footer-bottom  a {
	color: #c41b23;
    text-decoration: none;
	margin: 0 5px;
}

/* postmeta */
.postmeta {	
	padding: 8px 5px; margin: 20px 10px 15px 10px;
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: " ";
}

.fm-req { margin-bottom:0px;}
.fm-req label{ width:82px; margin-top:0px; font-size:10px; font-weight:bold; color:#000000; }
.fm-req input { float:left; height:16px; width:174px; padding-left:3px; border-top:1px solid #7c7c7c; border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3; border-bottom:1px solid #ddd;margin-bottom:0px;}
.fm-req select{ float:left; padding:1px; width:184px; }

.small_box input{ width:43px; margin-right:6px; }
.small_box2 input{ width:63px; margin-right:6px; }
.small_select select{ padding:1px; margin-right:6px; }
#bdate_month { width:60px; }
#bdate_day { width:60px; }
#bdate_year { width:42px; }
#YYYY_text { float:left; font-size:12px; font-weight:bold; color:#000000; position:relative; top:2px; left:2px; }
.leftform{margin:0px;padding:0px; background-image: url(../images/form-bg.jpg) no-repeat; width: 208px}

.news-box{
	border:1px solid #e3e3e3;
	margin-top:8px;	
	margin-bottom:18px;
}

.news-head{
	border-bottom:1px solid #e1e1e1;
	background:#eaeaea;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.news-content{
	padding:5px 20px;
}

.news-title{
	color: #5A93C9; 
	font: 12px Arial, 'Sans Serif'; 
	font-weight: bold;
	line-height:22px;
}

.news-seperator{
	border-top:1px solid #dcd7d7;
	width:210px;
	margin:15px 0px;
}

.page-heading{
	background: url(../images/title-bg.jpg) no-repeat;
	font-size:16px;
	width:100%;
	font-weight:bold;
	margin:0px;
	padding:0px 15px;
	line-height:30px;
}

.product-head{
	font-size:13px;
	font-weight:bold;
}

.content-text{
	padding:0px 20px;
	font-size:13px;
}

.content-text-exp{
	padding:0px 20px;
	font-size:13px;
}

.pl20{
	padding-left:20px;
}

.pt10{
	padding-top:10px;
}

.compulsory{
	color:#e7252e;
	font-size:12px;
	font-weight:bold;
}

.img-setting{
	margin-left:66px;
	margin-bottom:0px;
	border:1px solid #fff;
	padding:1px;
}

.psummary{
	font-size:13px; 
	font-weight: normal;
	color:#154a87;
	cursor:pointer;
	line-height:25px;
	font-weight:bold;
	padding-left:20px;
}

.psummary a {
	text-decoration:none;
	color:#1e73d2;
}

.pdesc{
	display:none;
	border:1px solid #dedede;
	padding:5px 0px;
	margin:8px 0px 8px 20px;
}

.sep{
	border-bottom:1px solid #dcdcdc;
	margin-bottom:10px;
	margin-top:8px;
}

#current-sub-pro{
	font-weight:bold;
	color:#000;
}

.box{
	/*background:url('../images/box-bg.jpg') top repeat-x;
	border:1px solid #ccd9d6;*/
	width:540px;
	padding:7px 9px 10px 40px;
	height:310px;
}

.form-title{
	width:150px;
	font-size:14px;
	padding-top:8px;
	padding-bottom:3px;
}

.forgot-pwd{
	width:130px;float:left;font-size:19px;padding-top:8px;color:#f3f3f3;
}

.forgot-pwd a{
	font-size:12px;
}

.mr30{
	margin-right:40px;
}

.left-box{
	margin:0px;
	padding:5px 0px 0px 0px; 
	background-color:#e9e9e9;
}

.input-box{
	font-size:14px;
	padding:3px;
	width:210px;
	border:1px solid #a6a6a6;
	color:#6a6a6a;
}

.messageTxt{
	border:1px solid #bcbcbc;
	padding:2px 5px;
	width:305px;
	margin-top:10px;
	margin-bottom:10px;
	background:#cbcbcb;
	color:#000;
}

.table-style {
	border: 1px solid #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 21px;
	margin-left:40px;
}

.cell-head {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #662828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.cell-total {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

.cell-divider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
}

.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c70a0;
}

.desig{
	font-weight:bold;
	font-size:12px;
}

.box-content{
	margin:0px 10px 0px 30px;
	padding:7px 10px;
}

.bottom-line{
	border-top: 3px solid #1177c9;
	margin:0px 10px 0px 30px;
}

/*Form*/
.plumbingTblTxt {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#414549;

	text-decoration:none;

}

.GetAQuoteTxt {

	font-family:"Trajan Pro";

	font-size:18px;

	color:#333333;

	text-decoration:none;

}

.freeSameTxt {

	font-family:"Trajan Pro";

	font-size:12px;

	color:#333333;

	text-decoration:none;

}

.bdrTxtbox {

	border:#bcbcbc solid 1px;

}

.img-gallery-border{
	border:1px solid #e3e3e3;
	padding:1px;
}
.pglink a{
	text-decoration:none;
	color:#504715;
	line-height:23px;
	font-size:14px;
	font-weight:bold;
}
.pglink a:hover{
	color:#706423;
}

#quote img{
	padding:0px;
}
#quote textarea{
width:122px;
height:40px;
}

#quote-box {
	margin-left:3px;
}

#quote-box textarea{
	width:120px;
	height:20px;
}

#quote-box input{
	width:122px;
}

.quote-form{
	background-color:#fff;border:0px;
	
}

