/*  
Theme Name: Stellar
Theme URI: http://www.triumphantmedia.com/
Description:
Version: 0.1.0
Author: Nathan Fast
Author URI: http://www.triumphantmedia.com/
*/

/* CORE ELEMENTS */

body {
	color: #333;
	font: 11px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	behavior:url("./_css/csshover.htc");
	background: #E80000 url(./_img/top-gradient.png) repeat-x top center;
}

#container {
	width: 780px;
	margin: 0 auto;

}

#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url(./_img/background.png) repeat-y top center;
}

p {
	margin: 1em 0;
}


h2, h3 {
	margin: 0;
	padding: 0;
	color: #ee0000;
}

a {
	color: #ee0000;
	font-weight: bold;
}

table tr th {
	font-size: 16px;
}

.centered {
  text-align: center;
}

/* HEADER */

#head {
	width: 780px;
	height: 215px;
	margin: 0;
	padding: 0;
	background: url(./_img/header.png) no-repeat top center;
}

div#head h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
	
div#head h1 a:link, div#head h1 a:visited {
	display: block;	
	width: 225px;
	height: 165px;
	border: 0;
	text-decoration: none;
	position: relative;
	top: 20px;
	left: 35px;
}




div#container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 24px;
}

div#container ul#nav {
	margin: 20px 0 0 20px;
}

* html div#container ul#nav {
	margin: 20px 0 0 10px;
}

div#container ul#nav li.top {
	float: left;
	position: relative;
	cursor: default;
	text-align: center;
	height: 24px;
	padding: 0;
	font: 11px tahoma;
}

div#container ul#nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0 0;
	height: 19px;
}

ul#nav li:hover, ul#nav li a:hover, ul#nav li a.current {
	background: url(./_img/menu_hover.png) repeat-x top left;
}

ul#nav li.home, ul#nav li.home a { width: 59px; border-right: 1px solid #e00;}
ul#nav li.about, ul#nav li.about a { width: 59px; border-right: 1px solid #e00; }
ul#nav li.fire-trucks, ul#nav li.fire-trucks a { width: 149px; border-right: 1px solid #e00; }
ul#nav li.merv, ul#nav li.merv a { width: 79px; border-right: 1px solid #e00; }
ul#nav li.slide-in, ul#nav li.slide-in a { width: 99px; border-right: 1px solid #e00; }
ul#nav li.show-vehicles, ul#nav li.show-vehicles a { width: 99px; border-right: 1px solid #e00; }
ul#nav li.sales, ul#nav li.sales a { width: 99px; border-right: 1px solid #e00; }
ul#nav li.contact, ul#nav li.contact a { width: 90px; }

* html ul#nav li.home { width: 59px; border-right: 0;}
* html ul#nav li.about { width: 59px; border-right: 0; }
* html ul#nav li.fire-trucks { width: 149px; border-right: 0; }
* html ul#nav li.merv { width: 79px; border-right: 0; }
* html ul#nav li.slide-in { width: 99px; border-right: 0; }
* html ul#nav li.show-vehicles { width: 99px; border-right: 0; }
* html ul#nav li.sales { width: 99px; border-right: 0; }
* html ul#nav li.contact { width: 90px; }


ul#nav li a.current {
	border-right: 1px solid #888;
}

ul#nav li.top ul li.current a {
	font-weight: bold;

}

ul#nav li ul.left {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 0;
	z-index: 100;
}

ul#nav li ul.right {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding-top: 0;
	z-index: 100;
}

ul#nav li>ul {
	top: 24px;
	left: auto;
}

*:first-child+html ul#nav li ul {
	top: 24px;
	left: 0px;
}

ul#nav li li.sub a {
	display: block;
	font-weight: normal;
	width: 220px;
	padding: 5px 0 0;
	height: 19px;
	border: 0;
}

ul#nav li ul li.current, ul#nav li ul li.current a {
	background: url(./_img/menu_hover.png) repeat-x top left;
	color: #fff;
}

div#container li ul li {
	display: block;
	float: none;
	text-align: left;
	width: 230px;
	background: url(./_img/sub_menu_off.png) repeat-x top left;
	padding: 0;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

div#container li ul li, div#container li ul li a {
	display: block;
	width: 230px;
}

div#container ul#nav li ul li a {
	color: #000;
	padding-left: 10px;
}

div#container ul#nav li ul li a:hover, div#container ul#nav li ul li.current a {
	color: #fff;
}

div#container li ul li:hover a, * html div#container li ul li a:hover {
	font-weight: bold;
	color: #fff;
}

div#container li li.last {
	border-bottom: 1px solid #333;
}

div#container li:hover ul, div#container li.over ul {
	display: block;
}

/* content area */

#content {
	float: left;
	width: 444px;
	margin: 15px 0 0 35px;
	padding: 0 15px;
	text-align: left;
	line-height: 1.5em;
	border-right: 1px solid #ddd;
	font: 16px trebuchet ms, verdana, arial, sans-serif;
}

* html #content {
	margin: 15px 0 0 17px;
	padding: 0 15px 0 15px;
}

#content h2 {
	clear: both;
	display: block;
	margin: 0;
	height: 28px;
	text-align: left;
	padding: 0;
}

div.listing a img {
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
}

div.listing a:hover img, div.links a:hover img {
	border: 1px solid #999;
}

div.listing ul {
	margin:  0 0 0 20px;
	padding: 0;
}

div.links a img {
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 0 10px;
	float: left;
	clear: both;
}

/* SIDEBAR */

div.default {
	float: right;
	clear: none;
	width: 218px;
	text-align: left;
	padding: 0;
	margin: 15px 35px 0 15px;
	background: #fff url(./_img/sidebar.png) repeat-x top center;
	line-height: 1.5em;
	border: 1px solid #ddd;
}

* html div.default, * html div.home {
	margin: 15px 18px 0 0;
}

div.home {
	float: right;
	clear: none;
	width: 188px;
	text-align: left;
	padding: 0px 15px 0;
	margin: 15px 35px 0 15px;
	background: #fff url(./_img/sidebar.png) repeat-x bottom center;
	line-height: 1.5em;
	border: 1px solid #ddd;
}

div.family {
	background: #fff url(./_img/chris-laura.png) no-repeat top center;
	float: right;
	clear: none;
	width: 188px;
	text-align: left;
	padding: 185px 15px 0;
	margin: 15px 35px 0 15px;
	line-height: 1.5em;
	border: 1px solid #ddd;
}

#sidebar h3 {
	padding: 0;
	margin: 15px 0 5px 15px;
	font: 22px arial, sans-serif;
}

#sidebar p {
	margin: 0 0 1em;
}

#sidebar p.modify {
	text-align: center;
}

#sidebar div#pdf {
	background: url(./_img/pdf_icon.gif) no-repeat top right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul li a {
	text-decoration: none;
	width: 188px;
	display: block;
	height: 18px;
	padding: 3px 15px;
	border-top: 1px solid #ddd;
}

#sidebar ul li a.current, #sidebar ul li a:hover {
	background: url(./_img/menu_hover.png) repeat-x top left;
	color: #fff;
}

/* FOOTER */

#footer {
	clear: both;
	width: 770px;
	padding: 0 0 20px 10px;
	margin: 0 auto;
	height: 70px;
	background: url(./_img/footer.png) no-repeat top center;
}

#footer p {
	width: 400px;
	padding: 40px 0 0;
	margin: 0 0 0 380px;
	font: 13px tahoma;
	text-align: center;
	color: #000;
}

#footer p.modify {
	padding: 0 0 20px;
	margin: 0 0 0 370px;
}

#footer p a {
	color: #fff;
}

div#footer div#financing {
	float: left;
	padding: 30px 0 0 60px;
	font: bold 16px trebuchet ms, verdana, arial, sans-serif;
}

/* Start of CSS for Dagon Design Form Mailer */

h2 {
	margin: 0;
	padding: 0;
}

label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
	font-weight: bold;
}

.sidelbl {
	/* used for left side labels */
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
	display: block; 
	float: left; 
	clear: left;
	font-size: 14px;
}

input {
	margin-bottom: 10px;
}

textarea {
	margin-bottom: 10px;
}

.ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align: bottom;  
	border: 1px solid #003285; 
}

fieldset {
	padding: 15px 5px 5px 5px;
	margin-bottom: 10px;
}

.legendspacing {
	height: 10px;
}

.fmsubmit {
	text-align: right;
}

.fmspacer {
	height: 10px;
}

input[type="text"] /* THIS PREVENTS FIREFOX AND THE GOOGLE TOOLBAR FROM TURNING INPUT YELLOW... */ {
	background:transparent !important;
}

input#fm_name, input#fm_email, textarea#fm_message {
	width: 280px;
	border: 1px solid #aaa;
	background: #fff;
	font: 13px trebuchet ms, arial, sans-serif;
}

* html input#fm_name, * html input#fm_email, * html textarea#fm_message {
	width: 275px;
	border: 1px solid #aaa;
	background: #fff;
}

input#fm_verify {
	width: 50px;
	border: 1px solid #aaa;
	background: #fff;
}

div.error-box {
	text-align: center;
	border: 1px solid #f00;
	background: #FFCDBD;
	padding: 10px;
	margin: 0 0 20px;
}

div.success-box {
	text-align: center;
	border: 1px solid #008596;
	background: #DBECFF;
	padding: 10px;
	margin: 0 0 20px;
}





.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
		
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
