@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@charset "utf-8";
/* CSS Document */
/* Site Dudes Mobile Site CSS */

/* - Reset - */

a { outline:0; border:0; text-decoration:none; }
img { border:0 }
.clear { clear:both }

a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4A0000;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4A0000;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4A0000;
	text-decoration: none;
}


/* - Setup - */

body { background:url(images/site_bg.jpg) top center repeat-x; margin:0; padding:0; font-family: tahoma; }

.logo { float:left; width:35%; }
.logo img{margin:0 auto; width:95%}

.slogan { 
	color:#111;
	font-family: tahoma;
	text-transform:uppercase;
	border-bottom:3px solid #EB0E00; 
	border-top:3px solid #EB0E00; 
	padding:10px 2px;
	-webkit-border-radius: 0;
	background: #fff;
}

.homeLeft  {
	float:left;
	margin-left:10px;
}

.homeRight  {
	float:right;
	margin-right:10px;
}

a.icon{
	color:#EB0E00;
	font-size:1.75em;
	margin:0px 10px;
	text-decoration:none;
}

a.phone_link:link, a.phone_link:active, a.phone_link:visited { font-size:12px; font-weight:normal; color:#111; }
a.phone_link:hover { color:#ccc;}

.imgBorder { width:100%; margin:0;}

/* - Main Content/Container - */

#mainContent { 
	margin: 10px;
	background:#fff;
}

.body_text{	
	padding:10px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.contentAdjust { padding: 0 15px; }

.page_heading {
	font-family: tahoma;
	font-size: 22px;
	font-weight:bold;
	color: #cc0000;
}

/* - Nav Settings - */

#navContainer { 
	margin:5px;
	padding:5px 10px;
}

/* - View Full Site - */

.view { background:#fff; border:1px solid #ddd; border-left:none; border-right:none; width:100%; height:35px; margin:5px auto 5px; }

.viewText, .viewText a { color:#000; padding: 7px 0; font-size:15px; font-family: tahoma; }

/* - Footer - */

#footer { font-family: tahoma; 	font-size: 11px; color: #FFFFFF; background:#EB0E00; padding:15px 0; text-align:center; }

a.footer_link:link, a.footer_link:active, a.footer_link:visited { font-weight:normal; color:#000; }
a.footer_link:hover { color:#333; }

/* - Contact Form Setup - */

#contactForm { text-align:center; }

.contact_text {
	font-weight: 400;
	font-family:Arial, Helvetica, sans-serif;
	
}

.submit_button {
	color: #FFFFCC; font-weight: bold; border: 1px solid #FFFFCC; background-color: #666666
}

input, textarea { padding:5px; margin-bottom:15px; width:90%; }

/* - Custom CSS Fades - */

.gradientFade {
background:#fff;
background: -moz-linear-gradient(top, rgba(169,3,41,0.86) 0%, rgba(109,0,25,0.84) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,0.86)), color-stop(100%,rgba(109,0,25,0.84))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba90329', endColorstr='#d66d0019',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(169,3,41,0.86) 0%,rgba(109,0,25,0.84) 100%); /* W3C */
}

.top-phone {
	
	box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	
	width: 90%;
	position:relative;
	margin-bottom:-15px;
	z-index:999;
	background:#fff;
	padding:10px;
}


.phone {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}