/* @override http://modernash.local/css/master.css */

* {
    margin: 0;
}
html, body {
    height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background: url(../img/layout/site_background.jpg) #E8E8E8 repeat-x;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img{
	border:none;
}

h1{
	font-size:24px;
	line-height: 27px;
	margin: 0 0 .5em 0;
	color: #456782;
}

h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 .5em 0;
	color: #656565;
}

h3{
	font-size: 18px;
	line-height:21px;
	margin: 0 0 .5em 0;
	color: #456782;
}

p{
	margin: 0 0 2em 0;
}

ul{
	margin: 0 0 2em 0;
	padding: 0 0 0 20px;
}

ul.no_bullets,
ul.no_bullets li{
	list-style:none;
	list-style-image:none;
}

ul li{
	margin: 0 0 .5em 0;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#6b9fc9;
}

a:hover, a:active{
	text-decoration:underline;
}

a.button{
	background: white url(/img/button_sprite.png);
	color: white;
	text-decoration: none;
	padding: 2px 0 6px 10px;
	font-size: 18px;
}

a.button span.button{
	background: white url(/img/button_sprite.png) right top;
	padding: 2px 10px 6px 0;
}

span.icon.small{
	padding: 0px 10px 0px;
	margin: 4px 0 0 5px;
	background: url(/img/button_icons_sprite.png) no-repeat left 1px;
}

span.icon.small.arrow.down{
	background: url(/img/button_icons_sprite.png) no-repeat left 01px;
}

span.icon.small.arrow.up{
	background: url(/img/button_icons_sprite.png) no-repeat -60px 0px;
}

span.icon.small.arrow.left{
	background: url(/img/button_icons_sprite.png) no-repeat -40px 1px;
}

span.icon.small.arrow.right{
	background: url(/img/button_icons_sprite.png) no-repeat -18px 1px;
}
	
blockquote{
	margin: 20px 0 10px 0;
	padding:0px 20px;
}

blockquote p{
	margin-bottom:0px;
}

cite{
	margin: 0 0 40px 0;
	font-size:12px;
	text-align:right;
	display:block;
	padding-right:20px;
}

/* FORM STUFF*/

label{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-bottom:3px;
}

input,
select,
textarea{
	margin-bottom:10px;
}

input.small,
textarea.small{
	width:180px;
}

input.medium,
textarea.medium{
	width:240px;
}

input.large,
textarea.large{
	width:320px;
}

textarea.small{
	height:100px;
}

textarea.medium{
	height:110px;
}

textarea.large{
	height:160px;
}

form.formContainer{
	padding:30px 40px;
	width:500px;
	background:#F3F5F8;
	border:solid 1px #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin: 0 0 40px 0;
}

.input{
	position:relative;
	zoom:1;
	padding-bottom:8px;
}

.input .error-message{
	position:absolute;
	bottom:4px;
	color:red;
	font-size:10px;
}

/* END FORM STUFF */

.clear{
	clear:both;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.hidden{
	display:none;
}

.topbar{
	background:url(../img/layout/wood_panel2.jpg) #000000 bottom left;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:15;
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.8);
	box-shadow:0 2px 3px rgba(0,0,0,0.8);
}

.header_push,
.topbar{
	height:30px;
}

.sf_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -170px;
	width:960px;
	background:white;
	position:relative;
	border-left: solid 5px #ccc;
	border-right: solid 5px #ccc;
}

.lights{
	position: absolute;
	height: 85px;
	width: 100%;
	z-index: 10;
	top: 10px;
	left: 0px;
	background: url(../img/layout/white_lights.png) no-repeat 0 -40px;
}

.logo_header{
	padding:50px 0 10px 20px;
	background: url(../img/layout/site_background.jpg) #E8E8E8 repeat-x;
	position:relative;
	z-index:5;
	width:950px;
	margin-left:-5px;
	border-bottom: solid 5px #ccc;
}

.logo_header .subtitle{
	font-size:12px;
	font-style:italic;
}

.logo_header img,
.logo_header .title{
	float:left;
}

.logo_header .logo{
	margin-right:84px;
}

.logo_header .title{
	border-left: solid 1px #666;
	padding:20px 0 0 60px;
	height:80px;
	font-size:18px;
}

.logo_header .truck{
	padding:20px 0 0 14px;
}

#sddm{
	background:url(../img/layout/wood_panel2.jpg) #000000 bottom left;
	margin: 0;
	width:930px;
	padding: 10px 15px;
	float: left;
	position: relative;
	z-index: 50;
	font-size:13px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

#sddm li a:hover{	
	background: #456782;
}
#sddm #place_order{
	position: absolute;
	background: url(/img/place_order_back.png) no-repeat;
	height: 70px;
	width: 140px;
	right:1px;
	top: -5px;
	text-align: center;
	padding: 6px 13px 0 0;
}

#sddm #place_order a:hover{
	background:none;
	color:#000000;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(/img/trans_white_box_85.png) repeat;
/* transparent .png fix for IE5+ */
	* html background-image: none;
	* html filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/modernash/_images/trans_white_box_85.png", sizingMethod="image");	
	border: 1px solid #6A9CBF}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 6px 12px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #406986;
		font: 13px arial}

	#sddm div a:hover
	{	background: #6A9CBF;
		color: #FFF}

#header_menu{
	position:relative;
	overflow:visible;
}

#countdown{
	position:absolute;
	right:-15px;
	top:-20px;
	width:28%;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eaeaea 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #eaeaea 0%,#cccccc 100%); /* W3C */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	padding:22px 5px 5px;
	color:#656565;
	text-shadow:0 1px 1px white;
	z-index:100;
	height:51px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius: 5px;
}

#countdown .wraparound{
	display:block;
	height:0px;
	width:0px;
	background:transparent;
	position:absolute;
	bottom:-10px;
	right:0px;
	line-height:0;
	border-width:0px 0px 10px 10px;
	border-style:solid;
	border-color:transparent transparent transparent #383838;
}

#countdown label{
	color:#999;
	text-shadow:0 1px 1px white;
	padding:3px;
	line-height:0;
	position:absolute;
	top:23px;
	left:10px;
	font-size:11px;
}

#countdown label.days_to_trip{
	color:#656565;
	top:10px;
	left:10px;
	font-size:12px;
}

.countdown_row{
	padding:20px 0 0 0;
}

.countdown_section{
	float:left;
	width:25%;
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	padding: 10px 0 0 0;
}

.countdown_amount{
	font-size:16px;
}

.contentPrimary.container_12{
	float:none;
	padding: 20px 0 20px;
	display:block;
}

#order_now_button{
	position:absolute;
	right:0px;
	top:48px;
	z-index:90;
	margin:0;
}

.footer, .push {
    height: 110px;
	padding: 20px 0 40px;
		clear:both;
}

.footer{
	font:12px/21px sans-serif;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	z-index:5;
	width:920px;
	background:lightblue;
	margin:0 auto;
	background:url(../img/layout/wood_panel2.jpg) #000000 bottom left;
	color: #456782;
	border:solid 5px #ccc;
}

.footer a{
	padding: 0 5px;
}

.footer .footer_menu_links{
	margin: 0 0 0 -5px;
}

.footer #copyright{
	color:white;
	position:absolute;
	bottom:10px;
	left:20px;
	margin:0;
}
.social_links{
	width:960px;
	margin:0 auto;
	display:block;
}

.social_links ul{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	height:20px;
	padding:5px 10px;
	background:#383838;
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.8);
	box-shadow:inset 0px 0px 3px rgba(0,0,0,0.8);
}

.social_links li{
	display:block;
	float:left;
	margin:0;
}

.social_links a{
	margin:0;
	padding:0;
	display:block;
}

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

.social_links a img{
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius: 5px;
}

.footer a,
.footer a:hover,
.footer a:active{
	text-transform:uppercase;
	color: #456782;
	text-decoration:none;
}

.footer a:hover,
.footer a:active{
	text-decoration:underline;
}

.mn_primary_gradient{
	background:#6B9FC9;
	background: -moz-linear-gradient(top, #6B9FC9 0%, #5b89ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B9FC9), color-stop(100%,#5b89ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6B9FC9 0%,#5b89ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6B9FC9 0%,#5b89ac 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6B9FC9 0%,#5b89ac 100%); /* IE10+ */
	background: linear-gradient(top, #6B9FC9 0%,#5b89ac 100%); /* W3C */
	border:solid 1px #5b89ac;
	text-shadow: 0 -1px 1px #466A84;
}

a.mn_button,
a.mn_button:hover,
a.mnbutton:visited,
a.mnbutton:active{
	text-decoration:none;
	color:white;
}

.mn_button,
.mn_button:visited,
.mn_button:active{
	font-weight:bold;
	color:white;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	padding:10px 18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0 auto 10px;
	cursor:pointer;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.9);
	box-shadow: 0 1px 1px rgba(0,0,0,0.9);
}

.mn_button.minor{
	width:auto;
	font-size:14px;
	padding:4px 0;
}

.mn_global_shadow{
	-moz-box-shadow:0px 3px 2px rgba(38, 38, 38, 0.8);
	-webkit-box-shadow: 0px 3px 2px rgba(38, 38, 38, 0.8);
	box-shadow: 0px 3px 2px rgba(38, 38, 0.8);
}

.header_sale{
	text-align:center;
	background:#B7220E;
	color:white;
	padding:10px 0;
	border:solid 3px white;
}

.header_sale h3,
.header_sale h3 a,
.header_sale h3 a:hover{
	color:white;
	text-decoration:none;
	margin:0;
	line-height:1.3em;
}

.header_sale h3 a span{
  display:block;
  font-size:1em;
}

.image_with_caption{
	margin: 0 0 20px 0;
}

.image_with_caption span{
	font-style:italic;
	font-size:11px;
	color:#656565;
}
