/*
-----------------------------------------------
Copyright (c) 2007 August Ash Inc. (http://www.augustash.com)

Screen Style Sheet
Version: $Id: screen.css 38 2009-03-27 21:58:08Z eanderson $
-----------------------------------------------
*/
body {
	background-color:#337FB9;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
     margin:0;  
     padding:0;  
     -webkit-text-size-adjust:none;  
}  

a:link, a:visited {
color:#FA7E26;
font-weight:bold;
text-decoration:none;
}

ul { list-style:none;}

div#main div#content h1 {
color:#C70A2A;
font-size:22px;
font-weight:bold;
margin:0 0 10px;
}

div#main div#content h2 {
color:#337FB9;
font-size:20px;
font-weight:normal;
margin:7px 0 3px;
}

.clear {
	clear:both;
}


/*----------------------Header-----------------------------*/

div#header {
background-color:#337FB9;
padding-top:5px;
}

div#header h2 a:link, div#header h2 a:visited {background:url("../img/tpl/img_logo.png") no-repeat scroll left top transparent;border:medium none;color:#337FB9;display:block;float:left;font-size:1%;height:0;width:100%;overflow:hidden;position:relative;text-decoration:none;padding-top:70px;
}

div#header p.slogan-right {
	display:none;
}

div#header p#slogan {
display:none;
}

ul.socialMedia2 {
	display:none;
}

/*----------------------Menu------------------------*/
div.nav-contain {
background-color:#C70A2A;
text-align:center;
margin-left:4.5%;
}

div.nav-contain ul#nav { 
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	background-repeat:repeat-x;
	background-color:#c40223;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
}

div.nav-contain ul#nav li {
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	display:block;
	width:47%;
	float:left;
	background-color:none;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:5px;
	
	margin-bottom:5px;
}

div.nav-contain ul#nav a {
	color:#fff;
	padding:7px 13px;
	font-size:16px; 
	font-weight:bold; 
	line-height:1.2em;
	text-decoration:none;
}

div.nav-contain ul#nav li ul {
	display:none;
}

.access, hr {
	display:none;
}


div.mobile_nav ul { 
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	background-repeat:repeat-x;
	background-color:#c40223;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
	clear:both;
}

div.mobile_nav ul li {
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	background-repeat:repeat-x;
	background-color:#c40223;
	min-height:38px;
	display:block;
	width:32%;
	float:left;
	background-color:none;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:5px;
	text-align:center;
	margin-bottom:5px;
}

div.mobile_nav a {
	display: block;
	color:#fff;
	padding:2px 9px;
	font-size:14.5px; 
	font-weight:bold; 
	line-height:1.2em;
	text-decoration:none;
	min-height:38px;
}



/*----------------------Body-----------------------*/


div#main div#content {
clear:both;
padding:5px 3px 2px 5px;
background-color:#fff;
}

div#main div#btn-holder div.auto-glass, div.home-glass, div.business-glass {
	display:none;
}

div#main p.num-link { display:none;}

div#main div.info {
margin:0;
margin-top:5px;
margin-left:-40px;
background-color:#337FB9;
}

div#main div.info ul {
margin-top:-5px;
text-align:center;
background:url("../img/tpl/bg_bar-gradient.jpg") repeat-x scroll center top transparent;
background-color:#337FB9;
}

div#main div.info ul li {
color:#FFFFFF;
display:block;
width:50%;
float:left;
padding-top:5px;
padding-bottom:3px;
font-size:18px;
margin-right:0px;
margin-left:0px;
background-color:#337FB9;
}

div#main div.info ul li a {
	color:#fff;
	font-style:bold;
	white-space: no-wrap;
	background-color:#216da6;
	padding-left:5px;
	padding-right:5px;
}

.mobile.auto {
	float:left;
}

.mobile.home {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

.mobile.business {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

div.clear {
	clear:both;
}

div#side {
	
	color:#fff;
}

div#side div.free-quote  {
	visibility:hidden;
	display:none;
}

div#side div.appt {
	visibility:hidden;
	display:none;
}

div#side div.form_side {
	margin:0;
	padding:5px;
	top:0;
}

div#side div.steaks  {
	visibility:hidden;
	display:none;
}

div#side div.industry  {
	visibility:hidden;
	display:none;
}

div#side div.form_side div.front_form {
	text-align:center;
}

div#side div.form_side div.front_form input[type="text"] {
	width:96.5%;
	padding:5px;
}

div#side div.form_side div.front_form div.radio_btn div {
	display:inline;
margin-left:15px;
margin-top:10px;
}

div#side div.form_side div.front_form input[type="submit"] {
	width:50%;
	margin-top:10px;
}

/*----------------------Contact Form-----------------------*/

fieldset, img {
	border:0 none;
}

div#main form fieldset div {
clear:both;
float:left;
padding:5px 0;
width:90%;
}

div#main form fieldset div label {
display:block;
}

div#main form fieldset div input {
border:1px solid #ADADAD;
float:left;
font-weight:normal;
}

div#main form fieldset div textarea {
border:1px solid #ADADAD;
float:left;
font-weight:normal;
height:80px;
width:107%;
}

form input[type="submit"] {
width:99%;
padding:5px;
height:25px;
margin-bottom:10px;
}

div#main fieldset.right {
	float:left;
}

/*----------------------blog-----------------------*/

li#text-4  {
	display:none;
	visibility:visible;
}

div.nav-contain {
background-color:#C70A2A;
text-align:center;
margin-left:4.5%;
}

div#page ul#tabs { 
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	background-repeat:repeat-x;
	background-color:#c40223;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
}

div#page ul#tabs li {
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	display:block;
	width:47%;
	float:left;
	background-color:none;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:5px;
	
	margin-bottom:5px;
}

div#page ul#tabs a {
	color:#fff;
	padding:7px 13px;
	font-size:16px; 
	font-weight:bold; 
	line-height:1.2em;
	text-decoration:none;
}

div#page ul#tabs li ul {
	display:none;
}

.access, hr {
	display:none;
}


/*----------------------Footer-----------------------*/

div#footer {
	background:url("../img/tpl/footer/bg_footer.jpg") no-repeat scroll center top transparent;
	background-color:#337FB9;
	padding:10px 5px 5px;
	clear:both;
	color:fff;
	}

div#footer div.footer-left {
float:left;
width:36%;
margin-right:0px;
color:fff;
padding-right:4px;
}

div#footer div.footer-left p, h4 {
	color:#fff;	
}

div#footer div.footer-left ul.credit-cards {
margin:0px;
margin-left:-45px;
margin-top:5px;
float:left;
}

div#footer div.footer-left ul li.visa {
background:url("../img/tpl/footer/logo-visa2.png") no-repeat scroll center top transparent;
float:left;
font-size:1%;
height:0;
overflow:hidden;
padding:38px 0 0;
width:57px;
}
div#footer div.footer-left ul li.mastercard {
background:url("../img/tpl/footer/logo-mastercard2.png") no-repeat scroll center top transparent;
float:left;
font-size:1%;
height:0;
overflow:hidden;
padding:38px 0 0;
width:54px;
}
div#footer div.footer-left ul.credit-cards li.amex {
background:url("../img/tpl/footer/logo-amex2.png") no-repeat scroll center top transparent;
float:left;
font-size:1%;
height:0;
overflow:hidden;
padding:38px 0 0;
width:56px;
}
div#footer div.footer-left ul.credit-cards li.discover {
background:url("../img/tpl/footer/logo-discover2.png") no-repeat scroll center top transparent;
float:left;
font-size:1%;
height:0;
overflow:hidden;
padding:38px 0 0;
width:57px;
}

div#footer div.footer-left ul.phone {
	display:none;
}

div#footer div.footer-right {
float:right;
text-align:left;
width:60%;
padding-left:7px;
border-left:1px solid #96C2E3;
margin-bottom:7px;
}

div#footer div.footer-right p {
border-bottom:1px solid #96C2E3;
color:#FFFFFF;
padding-bottom: 10px;
}

div#footer div.footer-right ul li a {
color:#FFC924;
text-decoration:none;
margin-left:-41px;
font-style:normal;
padding:3px;
}

ul#footerNav {
	display:block;
	clear:both;
}

ul#footerNav li {
	display:inline;
	float:left;
}

/*----------------------Footer Menu------------------------*/

div.footnav_wrap {
	text-align:center;
	margin-left:3%;
	padding-bottom:5px;
	margin-bottom:5px;
}

div.footnav_wrap ul#footerNav { 
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	background-repeat:repeat-x;
	background-color:#c40223;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
}
div.footnav_wrap ul#footerNav a {
	color:#fff;
	padding:7px 13px;
	font-size:16px; 
	font-weight:bold; 
	line-height:1.2em;
	text-decoration:none;
}
div.footnav_wrap ul#footerNav li {
	background-image:url("../img/tpl/topnav/bg_nav-repeat.jpg");
	display:block;
	width:48%;
	float:left;
	background-color:none;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:5px;
	margin-bottom:5px;
}

div.footnav_wrap ul#footerNav li ul {
	display:none;
}

