/*
-----------------------------------------------
Style Sheet

Site: decomaxusa.com
Author:   aaryn.com
Version:  2007.10
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #000;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0;
	color:#9c9b88;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#e09d0c;
	}
	
a:hover, a:active {
	color:#fff;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.vanities_table {
	font-size:.92em;
	text-align:center;
	}



.vanities_table img {
	border:1px solid #333;
	margin:3px 0;
	}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:1px;
	overflow:hidden;
	margin:25px 0;
	width:100%;
	}

.vanity_title {
	color:#fff;
	}

.chevron {
	background:url(../images/chevron.gif) no-repeat 0px 3px;
	padding-left:14px;
	margin-bottom:15px;
	font-size:.92em;
	}
	
.pdf_list {
	margin-left:225px;
	}

	.pdf_list li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding-left: 23px;
		line-height: 1.6em;
		list-style: none;
		background: transparent url(../images/pdf_icon.gif) 0px 0px no-repeat;
		margin:5px 10px 0px 10px;
		font-size:.92em;
		display:inline;
		float:left;
		}
	
.big {
	font-size:1.3em;
	color:#515047;
	letter-spacing:-1px;
	}

.small {
	font-size:.92em;
	}

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:900px;
	margin:0 auto;
	}

#sidebar {
	background:url(../images/sidebar_repeat.gif) repeat-y;
	width:900px;
	}

#sidebar_bottom {
	background:url(../images/sidebar_bottom.gif) no-repeat bottom left;
	width:900px;
	}

#header {
	background:url(../images/header_bg_texture.jpg) no-repeat;
	width:900px;
	height:115px;
	}
	
#header_home_link {
	width:238px;
	height:59px;
	background:url(../images/logo.gif) no-repeat;
	top:19px;
	display:block;
	position:absolute;
	outline:none;
	}

	#header_home_link span {
		display:none;
		}

#header_text {
	background:url(../images/header_text.gif) no-repeat;
	width:589px;
	height:115px;
	float:right;
	text-indent:-5000px;
	}

#flash_box {
	margin-bottom:20px;
	z-index:0;
	}

#contact_table td {
	padding:10px 10px 0 10px;
	}
	
	#contact_table img {
		border:1px solid #444;
		padding:3px;
	}

/* ---------- Left Column Styles ---------- */
#column_left {
	width:250px;
	float:left;
	margin-right:10px;
	background:none;
	}

#column_left_top {
	background:url(../images/sidebar_top.gif) no-repeat;
	width:250px;
	height:4px;
	overflow:hidden;
	}

#column_left_content {
	padding:14px;
	background:none;
	}


	
#column_left_photo {
	border:2px solid #9c9b88;
	margin-bottom:20px;
	}

#phone_number {
	background:url(../images/call_us.gif) no-repeat;
	width:169px;
	height:41px;
	margin-bottom:20px;
	text-indent:-5000px;
	}

/* ---------- Right Column Styles ---------- */
#column_right {
	width:640px;
	float:left;
	color:#9c9b88;
	line-height:1.6em;
	}
	
	#column_right h3 {
		color:#bbbbbb;
		font-size:1.2em;
		margin-bottom:5px;
		}
		
	#column_right h4 {
		color:#bbbbbb;
		}
	
	#column_right p {
		margin-bottom:10px;
		}


/* ---------- Page Titles ---------- */
#welcome_title {
	background:url(../images/welcome_title.gif) no-repeat;
	width:166px;
	height:12px;
	overflow:hidden;
	margin-bottom:5px;
	text-indent:-5000px;
	}

#become_dealer_title {
	background:url(../images/dealer_title.gif) no-repeat;
	width:131px;
	height:11px;
	overflow:hidden;
	margin:10px 0;
	text-indent:-5000px;
	}

#thankyou_title {
	background:url(../images/thankyou.gif) no-repeat;
	width:131px;
	height:11px;
	overflow:hidden;
	margin:10px 0;
	text-indent:-5000px;
	}

#vanities_title {
	background:url(../images/vanities_title.gif) no-repeat;
	width:163px;
	height:12px;
	overflow:hidden;
	margin:20px 0 10px 0;
	text-indent:-5000px;
	}

#contact_title {
	background:url(../images/contact_title.gif) no-repeat;
	width:136px;
	height:11px;
	overflow:hidden;
	margin:10px 0;
	text-indent:-5000px;
	}

#about_title {
	background:url(../images/about_title.gif) no-repeat;
	width:122px;
	height:13px;
	overflow:hidden;
	margin:10px 0;
	text-indent:-5000px;
	}

#find_a_dealer_title {
	background:url(../images/find_a_dealer_title.gif) no-repeat;
	width:108px;
	height:11px;
	overflow:hidden;
	margin:10px 0;
	text-indent:-5000px;
	}

#address {
	background:url(../images/address.gif) no-repeat;
	width:154px;
	height:21px;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#phone {
	background:url(../images/phone.gif) no-repeat;
	width:154px;
	height:21px;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#email {
	background:url(../images/email.gif) no-repeat;
	width:154px;
	height:21px;
	text-indent:-5000px;
	margin-bottom:5px;
	}

/* ---------- Footer ---------- */
#footer {
	background:url(../images/footer.jpg) no-repeat;
	width:900px;
	height:104px;
	text-align:center;
	color:#9c9b88;
	padding-top:16px;
	margin-top:10px;
	font-size: .92em;
	}
	
	#footer ul {
    	margin: 0 0 5px 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #9c9b88;
    	line-height:1.4em;
    	background: none;
		color:#000;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#e09d0c;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#ffffff;
		text-decoration:none;
		}
	


/* --------------------------- Form --------------------------------- */
form {
	margin: 0 ;
	width:425px;
	font-size:1.0em;
	}


label {
	float:left;
	width:140px;
	text-align:right;
	margin-right:10px;
	margin-top:-2px; /* to align label with the top of input area */
	}
	
input, textarea {
	width:150px;
	border:1px solid #333333;
	float:left;
	margin-bottom:8px;
	background-color:#373630;
	color:#aaa;
	padding-left:3px;
	
	}
	
textarea {
	width:250px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}


	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}

#submit {
	margin-left:150px;
	float:none;
	background:none;
	width:56px;
	height:20px;
	border:none;
	}





/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:900px; 
	height:51px; 
	padding:0; 
	float:left;
	
	}

#nav span { display: none; }

#nav li, #nav a { height:51px; display:block; outline:none; z-index:5;} /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 166px; left: 0px;}
#nav-02 { width: 174px; left: 5px; }
#nav-03 { width: 221px; left: 6px; }
#nav-04 { width: 186px; left: 7px; }
#nav-05 { width: 141px; left: 8px; }

/*-------------- (-79px) X position of button / (-65px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif") -0px -51px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -171px -51px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -346px -51px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -568px -51px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -755px -51px no-repeat; }






/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:28px; 				/* Height of each drop down nav item */
	border:1px solid #000000;
	border-top:none;
	background-color:#45433c; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:28px;				/* Height of each drop down nav item, should match above */
	line-height:28px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#e09d0c;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image:none;
	background-color:#45433c;
	color:#d7d7d5;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:170px; }	





/* vertical navigation
 * ------------------------------------------------------------------------- */

#sidenav { background:url("../images/sidenav.gif") no-repeat; width:142px; height:63px; position:relative; }
#sidenav li { position:absolute; }
#sidenav li, #sidenav a { height:10px; display:block; }
#sidenav span { display: none; }

#sidenav-01, #sidenav-02, #sidenav-03{ width:142px; left:0; }

#sidenav-01 { top: 0; }
#sidenav-02 { top: 26px; }
#sidenav-03 { top: 53px; }


#sidenav-01 a:hover { background: transparent url("../images/sidenav.gif") -142px  -0px  no-repeat;}
#sidenav-02 a:hover, #contact #sidenav-02 { background: transparent url("../images/sidenav.gif") -142px  -26px  no-repeat;}
#sidenav-03 a:hover, #become_dealer #sidenav-03 { background: transparent url("../images/sidenav.gif") -142px  -53px  no-repeat;}



/* Lightbox
 * ------------------------------------------------------------------------- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");   /* Path to overlay.png must be relative to HTML page, not the CSS file */
	}
