/* --------------The Sign Shop - All Rights Reserved------------------------------------- */
/* ------------------------------------------------------------------------------------ */
/* ------------DESIGNED/CSS/HTML - Brian Kerr Design, www.BrianKerrDesign.com --------- */


/* ---------------- PAGE -------------------------------------------------------------- */

html, body, #container {height: 100%;}

html {
	overflow-y: scroll;
}

body{
background:#f6eee4 url('../images/top_bg.jpg') repeat-x scroll 0 0;
text-align: center; /* css center */
font: 12px Arial,Georgia,serif;
color:#492D23;
}

#container {
width:950px;
margin: 0 auto; /* css center */
min-height: 100%;
height: auto !important;
height: 100%;
position:relative;
}

#main_container{
width:950px;
min-height:500px;
background:url('../images/body_shadow.jpg') no-repeat 0 367px;
padding-bottom: 100px;  /* must be same height as the footer */
}

.main{
background: url('../images/body_rounded.gif') no-repeat top center;
width:876px;
min-height:550px;
margin:0 25px 0 25px;
padding:11px 12px 15px 12px;
text-align:left;
}



.smcol{
	width:320px;
	padding:10px 0 20px 0;
	float:right;
}

.bgcol{
	width:480px;
	padding:10px 0 20px 20px;
	float:left;
}

.content{
	padding:0 15px 20px 15px;
}
.leftfloat{ float:left;}



/* ---------------- LOGO / MENU / HEADER -------------------------------------------------------------- */
.logo{
	width:220px;
	height:160px;
	position:absolute;
	top:10px;
	left:0px;
	z-index:500;
	background:url(../images/logo.png) no-repeat scroll 0 0 transparent;
	display:block;
}
.logo h1{display: none;}
.logo a{
	display: block;
	width: 220px;
	height: 160px;
}

.header{
	position:relative !important;
	height:129px;
	padding:0 40px 0 0;
	text-align:right;
}

.headertext{
	padding:15px 0 0 0;
	text-decoration:none;
	display:block;
	float:right;
	height:60px;
}

.headertext a{
	text-decoration:none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color:#777;
}
.headertext a:hover{
	text-decoration:none;
	color:#888;
}

.headertext span{
	display:block;
	float:right;
	padding:5px 0 5px 0;
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
	text-shadow:0 1px 0 #000;
	color:#999;
	text-decoration:none;
}

#menu{
/*menu alignment */
position:absolute;
bottom:0;
right:40px;
}

#menu ul{
float:right;
font: bold 	14px Georgia, "Times New Roman", Times, serif;
margin:0;
list-style: none;
}

#menu li{
display: inline;
}

#menu a{
float: left;
display: block;
color: #6e655a;
margin:5px 0 0 20px;
padding:3px 0;
width:125px;
text-decoration: none;
text-shadow:0 1px 0 #eee;
text-align:center;
background:url(../images/tabs.gif) 0 0 no-repeat;
}

#menu a:hover{
color:#3b3836; /*Menu hover color*/
background:url(../images/tabs.gif) 0 -30px no-repeat;
}

#menu #current a{ /*currently selected tab*/
margin-top:0px;
padding-top:8px;
color:#3b3836;
background:url(../images/tabs.gif) 0 -60px no-repeat;
}

.slideshow{
width:870px;
height:350px;
border:3px solid #373533;
margin-bottom:10px;
position:relative;
}

.map{
border:1px solid #373533;
margin-bottom:25px;
width:540px;
height:220px;
}


.slideshow_foot{
position:absolute;
font: bold 11px Georgia, "Times New Roman", Times, serif;
text-align:right;
color:#835333;
height:20px;
width:150px;
right:0;
bottom:-30px;
}

.slideshow_foot a{
	text-decoration:none;
}




/* ---------------- TEXT, HEADERS, ICONS ----------------------------------------------- */
a{
	text-decoration:underline;
	color:#492D23;
}

p{
padding:0;
margin:0 0 10px 0;
text-indent:25px;
line-height:20px;
}
.noindent{
	text-indent:0;
}

.contruction{
	width:840px;
	text-align:center;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color:#933;
}

.pagetitle{
	margin:20px 0 25px 0;
}

h1{
display:block;
color:#835333;
font: bold 22px Georgia, "Times New Roman", Times, serif;
clear:both;
margin:0 0 8px 0;
}

h1 span{
display:block;
clear:both;
font: bold 12px Arial,Georgia,serif;
color:#696a6c;
}

h1 img{
	display:block;
	position:absolute;
	left:-20px;
	top:0px;	
}

.with_icon{
	height:45px;
	position:relative;
	padding:5px 0 0 35px;
}
	


h2{
display:block;
height:40px;
margin:3px 0;
color:#835333;
font: bold 18px Georgia, "Times New Roman", Times, serif;
clear:both;
}

h2 span{
display:block;
clear:both;
font: bold 11px Arial,Georgia,serif;
color:#696a6c;
text-decoration:none !important;
}


.sm_icon{
position:relative;
padding:2px 0 0 20px;
text-decoration:none;
}

.button_link{
	text-decoration:none !important;
}
.button_link:hover{
	text-decoration:underline !important;
}

h2 img{
	display:block;
	position:absolute;
	left:-20px;
	top:0px;
	height:35px;
}

.big_button{
/*	background:url(../images/btn_slide.jpg) top right no-repeat;*/
}

.big_button a{
	display:block;
	height:60px;
	padding:2px 5px 6px 40px;
	text-decoration:none;
/*	background:url(../images/btn_left.jpg) top left no-repeat;*/
}



/* ---------------- MISC -------------------------------------------------------------- */

.spacer, .clear{
clear:both;
height:0px;
}

.center{
text-align:center;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



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

.footer{
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background:url(../images/footer.jpg) top center repeat-x;
}

.foot{
color:#999;
text-align:center;
padding-top:20px;
font: 11px Georgia, "Times New Roman", Times, serif;
line-height:18px;
}

.foot a{
	color:#999;
}
.foot a:hover{
	color:#CCC;
}

.foot span{
display:block;
margin-bottom:10px;
clear:both;
}


/* ---------------- LISTS -------------------------------------------------------------- */

.bullets ul{
margin: 0;
padding: 0;
}

.bullets li{
display:block;
float:left;
width:130px;
margin:0 8px 10px 0;
padding: 0 0 0 18px;
background: url(../images/bullet.jpg) no-repeat center left;
font-weight:bold;
}

/* ---------------- PORTFOLIO -------------------------------------------------------- */
#portfolio_images img{
	display:block;
	float:left;
	width:125px;
	height:59px;
	padding:1px;
	border:1px solid #492D23;
	margin:0 6px 15px 6px;
}


/* ---------------- CONTACT ---------------------------------------------------------- */
.contact_info{
width:540px;
height:100px;
float:left;
}

.contact_info div{
float:left;
width:170px;
font:11px Arial,Georgia,serif;
text-align:left;
line-height:15px;
}
.contactform{
	float:left;
	width:300px;
}
#contact_form select, input, textarea, button{
font:11px Arial,Georgia,serif;
margin:0 4px 0 5px;
}
#contact_form label {
display: block;
margin:0 0 5px 0;
}

#contact_form textarea{
width:250px;
height:100px;
}


#contact_form .formarea{
margin:0 0 10px 0;
font:11px Arial,Georgia,serif;
line-height:11px;
clear:both;
}

/* ----------- estimate_form ----------- */

#estimate_form .formarea{
margin:0 0 10px 0;
font:11px Arial,Georgia,serif;
line-height:11px;
}
#estimate_form .formbox{
float:left;
margin:5px 5px 2px 25px;
}
#estimate_form select{
width:150px;
}

#estimate_form .sm_box {
width:55px;
}

#estimate_form select, input, textarea, button{
font:11px Arial,Georgia,serif;
margin:0 4px 0 5px;
}
#estimate_form label {
display: block;
margin:0 0 5px 0;
}

#estimate_form textarea{
width:520px;
height:50px;
}

#estimate_form imput{
width:150px;
}

#estimate_form{
	margin:10px 0 0 10px;
}

#estimate_form .submit_img{
clear:both;
margin-left:50px;
width:100px;
height:30px;
text-align:center;
background: transparent url(../images/submit.gif) top center no-repeat;
display: block;
color:#ffffff;
font-size:11px;
font-weight:bold;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}


#recaptcha_image img {
    width: 250px;
}

#recaptcha_image{
    margin: 0 0 5px 0;
}
