/******************************************************************************
 Author: Roy Lindauer
 Project: Sierra Window Tinting
 Date: November 2009
 Version: 1.0
******************************************************************************/

/******************************************************************************
 T H E M E 
******************************************************************************/
body{
	background:url(../img/body_background.jpg) repeat-x #b9d029;
}

#header_wrap{
	width:960px;
	padding: 10px;
	height:130px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	background: url(../img/header.jpg) no-repeat;
}
#header{
	height:130px;
	z-index: 2;
	position: relative;
}
#page{
	background: #ffffff;
	min-height: 200px;
	height:auto !important;
	padding: 10px 0 50px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;

}
body.internal #page{
	background: url(../img/page.gif) repeat-y #ffffff;
}
#content{
	padding-top: 30px;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	
}
td{
	padding: 10px;
}
#footer{
	background: url(../img/footer.png) no-repeat;
	height: 70px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	font-size: .9em;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
#messaging, 
#sup_messaging{
	background: #000000;
	height: 230px;
	margin-bottom: 20px;
	overflow: hidden;
}

.read_more{
	clear: both;
	padding: 20px 0;
	margin-top: 10px;
}
.read_more a{
	display: block;
	width: 10em;
	text-align: center;
	padding: 1px;
	text-decoration: none;
	font-size: .9em;
	float: right;
}
.read_more a:link,
.read_more a:visited{
	text-decoration: none;
	color: #ffffff;
	background: #87952d;
}
.read_more a:hover,
.read_more a:active{
	text-decoration: none;
	color: #ffffff;
	background: #222222;
}

#footer p{
	margin:0;
	text-shadow: 1px 1px 2px #111;
}
#footer .small{
	color:#52727e;
	text-shadow: 1px 1px 1px #000;
}
#footer a:link,
#footer a:visited{
	color:#b8d0d4;
	text-decoration: none;
}
#footer a:hover,
#footer a:active{
	color:#ffffff;
	text-decoration: none;
}
#footer .small a:link,
#footer .small a:visited{
	color:#666;
	text-decoration: none;
}
#footer .small a:hover,
#footer .small a:active{
	color:#52727e;
	text-decoration: underline;
}

.block{
	padding: 0;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: medium double #e2edef;
}

/******************************************************************************
 M E N U S
******************************************************************************/
#mainmenu{
	position: absolute;
	left: 10px;
	z-index: 2;
	bottom: 0;
	width: 940px;
	height: 50px;
	text-align: center;
}
#nav li a:link,
#nav li a:visited{
	color: #e5e5e5;
	text-decoration: none;
	text-shadow: 1px 1px 2px #111;
}
#nav li a:hover,
#nav li a:active,
#nav li a.currentpage{
	color: #ffffff;
	text-decoration: none;
}
li.potato-menu-item {
	font-size:1em;
	background: url(../img/divider.gif) no-repeat right;
}
li.potato-menu-item.last, li.potato-menu-item li{
	background: none;
}
ul.potato-menu-group {
	background: #7a612e;
	opacity:.95;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border: 1px solid #ffffff;
	border-top: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;

}
ul.potato-menu-group a {
	width: 200px;
	padding: 6px 10px;
	text-align: left;
}
.potato-menu a {
	padding:12px 14px 16px 16px;
	background: none;
	color: #ffffff;
}
.potato-menu a:hover {
	background: none;
	color: #ffffff
}
.potato-menu-has-vertical > a {
	background: url(../img/arrow_down.gif) right 20px no-repeat;
	
}
.potato-menu-has-holizontal > a {
	background: url(../img/arrow_right.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
	background: url(../img/arrow_down_hover.gif) right 20px no-repeat;
	
}
.potato-menu-has-holizontal > a:hover {
	background: url(../img/arrow_right_hover.gif) right no-repeat;
}

#submenu{
	list-style: none;
	margin: 0 0 20px 0;
	background: #e2edef;
	padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#submenu ul{
	margin-left:1em;
	font-size: .9em;
}
#submenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li a:link,
#submenu li a:visited{
	padding:4px;
	text-decoration: none;
	color: #445f68;
	display: block;
}
#submenu li a:hover,
#submenu li a:active{
	padding:4px;
	text-decoration: none;
	color: #445f68;
	display: block;
	background: #cddfe1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#submenu li a.activeparent{
	background: #cddfe1;
}
#submenu li a.currentpage{
	background: #b8d0d4;
	color: #222222;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


/* Logo */
.logo{
	background: url(../img/logo.gif) no-repeat;
	width: 270px;
	height: 60px;
	text-indent: -999999px;
	margin: 10px 0 0 0;
}
.logo:link,
.logo:visited{
	width: 270px;
	height: 60px;
	display: block;
}
.logo:hover,
.logo:active{
	width: 270px;
	height: 60px;
	display: block;
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=50);
}

/* Quick Search */
#search{
	width: 270px;
	height: 30px;
	background: url(../img/search.gif) no-repeat;
	margin-top: 30px;
	padding: 0;
}
#search form{
	padding:0;
	margin: 0;
}
#search form input#search_input{
	width: 230px;
	height: 20px;
	padding: 5px;
	margin: 0;
	border: none;
	background: none;
	font-size: 1.2em;
	float: left;
}
#search form input#search_button{
	float:left;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
	font-size: .1%;
}

.meta{
	background:#f3f3f3;
	padding: 5px;
	margin: 10px 0;
}

/****************************************************************************** 
 Alerts
******************************************************************************/
.info,
.error,
.warning,
.success,
.validation,
.message,
.help {
	padding: 5px 5px 5px 30px;
	margin: 10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Info.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Cancel.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/Attention.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/icons/Valid.png');
}
.validation {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Validation.png');
}
.message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Message.png');
}
.help {
	color: #643373;
	background-color: #d6c1df;
	background-image: url('../img/icons/Help.png');
}

.case_study_img{}
.case_study_testimonial{
	margin: 20px 0 20px 0;
}
