/*
Theme Name: Haute Details
Theme URI: http://ndstyles.com/
Description: Design by Andy Nguyen (ndstyles.com)
Version: 2.0
Author: Andy Nguyen
Author URI: http://ndstyles.com/

*/
/* @group Reset */

/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*fonts.css*/body {font:13px/1.231 "helvetica neue",helvetica,arial,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}.clear:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

/* @end */

/* @group Basic */

a:link 		{color: #db9028;}
a:active	{color: #ff0000;}
a:visited	{color: #db9028;}
a:hover		{color: #000; text-decoration: none;}

body {
	background: #f89b1b url(images/body-bg.jpg) repeat-x 0 0;
	color: #666;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	}
	
h1,h2,h3,h4,h5,h6 {
	color: #ca7500;
	margin: 0 0 5px 0;
	}
	
h1 {
	font-size: 159%;
	font-weight: bold;
	}
	
h2 {
	font-size: 144%;
	}
	
h3 {
	font-size: 129%;
	}
	
h4 {
	font-size: 114%;
	}
	
h5, h5 {
	font-size: 107%;
	}
	
#main p, #main ul, #main ol {
	margin: 5px 0 15px;
	}
	
#main ul li ul {
	margin: 5px 0;
	}
	
#main p {
	line-height: 1.6;
	}
	
#main ul li {
	background: transparent url(images/bullet_star.png) no-repeat 2px 2px;
	padding: 2px 2px 2px 25px;
	}
	
#main ol li {
	list-style-type: decimal;
	margin: 2px 2px 2px 25px;
	}

/* @end */

/* @group Layout */

#doc {
	background: #fff url(images/layout-bg.jpg) repeat-y 0 0;
	border: 10px solid #f89b1b;
	border-width: 0 10px 10px;
	margin: 0 auto;
	width:  750px;
	}

/* @group Header */

#hd {
	background: transparent url(images/header-bg.jpg) no-repeat 0 0;
	}

#logo, #logo a {
	height: 110px;
	width: 310px;
	}

#logo {
	float: left;
	margin: 10px 0 10px 20px;
	}

#logo a {
	display: block;
	text-indent: -9999px;
	}
	
#info {
	float: right;
	margin-top: 80px;
	text-align: right;
	width: 350px;
	}
	
#info p {
	font-size: 129%;
	font-style: oblique;
	margin: 5px 15px 5px 0;
	}
	
#info ul li {
	display: inline;
	}
	
#info ul li a {
	color: #999;
	font-size: 107%;
	text-decoration: none;
	}
	
#info ul li a#phone {
	background: transparent url(images/phone.gif) no-repeat 0 50%;
	padding: 0 15px 0 15px;
	}
	
#info ul li a#email {
	background: transparent url(images/email.gif) no-repeat 0 50%;
	padding: 0 15px 0 23px;
	}

/* @end Header */

/* @group Navigation */

#navigation {
	background: #e6e6e6 url(images/nav-bg.jpg) repeat-x 0 0;
	padding-left: 15px;
	}
	
#navigation ul, #navigation ul li, #navigation ul li a {
	float: left;
	}
	
#navigation ul li a, #navigation ul li a:hover {
	background: transparent url(images/nav-button.jpg) no-repeat 0 -9999px;
	}
	
#navigation ul li.current_page_item a {
	background: #fff url(images/nav-button.jpg) repeat-x 0 1px;
	color: #666;
	}
	
#navigation ul li a {
	color: #666;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0 5px;
	padding: 14px 16px 12px;
	text-decoration: none;
	text-transform: capitalize;
	}
	
#navigation ul li a:hover {
	background-color: #fff;
	background-position: 0 1px;
	background-repeat: repeat-x;
	color: #000;
	}

/* @end Navigation */
	
/* @group Content */

#content {
	padding: 15px;
	}
	
#top-image {
	background: transparent url(images/home_image01.jpg) no-repeat 0 0;
	height: 104px;
	margin: 0 auto;
	width: 707px;
	}
	
#main {
	margin: 15px;
	}
	
#twoCol #main {
	float: left;
	margin: 15px 0 15px 15px;
	width: 465px;
	}
	
#twoCol #side {
	float: right;
	margin: 15px 15px 15px 0;
	width: 200px;
	}

/* @end Content */

/* @group Packages */

#packages h3 {
	background-color: #333;
	padding: 5px;
	}
	
#silver h3 {
	color: #999;
	}

#gold h3 {
	color: #cdb03b;
	}

#platinum h3 {
	color: #fff;
	}

#paint-sealant h3 {
	color: #91d7ff;
	}

#packages {
	margin: 0 0 15px;
	width: 100%;
	}

#packages td {
	border: 1px dashed #666;
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 310px;
	}

#packages p {
	border: 1px solid #ccc;
	border-width: 1px 0;
	color: #ca7500;
	float: left;
	font-weight: bold;
	margin: 10px 5px;
	text-align: center;
	width: 150px;
	}

#packages ol {
	clear: both;
	}
	
#packages ol, #packages ul {
	padding-top: 5px;
	}

/* @end Packages */

/* @group Footer */

#ft {
	background: #e6e6e6 url(images/footer-bg.jpg) repeat-x 0 0;
	padding: 15px 30px;
	}

/* @end Footer */

/* @end Layout */
