/***************/
/* RESET CSS
/***************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} 

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************/
/* GLOBAL 
/************/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 75%; /* 12px */
	padding:0;
	margin:0;	
	background:#B6CFD7 url(/images/jeff-wright-bg.jpg) top left repeat-x;
}

p {
	line-height:1.4em;
	text-indent:2em;
	margin-bottom:10px;	
}

a, a:link, a:visited {
	color:black;
}

a:hover {
	color:#444;
}	

h1, h2, h3, h4, h5, h6 { 
	
}

h1 {
	font-size:1.667em;
	margin-top:13px;
	margin-bottom:10px;	
}

h2 {
	font-size:1.3em;
	margin-bottom:7px;
	margin-top:19px;
	border-bottom:1px solid #000;
}

h3 {
	font-size:1.1em;
	margin-top:16px;
	margin-bottom:12px;	
}

ol, ul {
	list-style:square;	
	margin-left:20px;
	line-height:1.5em;
}

ol li ol, ul li ul {
	list-style:disc;	
}

li {
	margin:7px 0;	
}

/***********/
/* LAYOUT
/***********/

#Container {
	width:880px;
	margin:0 auto 20px auto;
	background:url(/images/jeff-wright-transparent.png) top left repeat;
	padding:10px;
	overflow:hidden;
	
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.3);
	
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
}

#banner {
	overflow:hidden;
	margin-bottom:10px;
}

#bar {
	height:16px;
	background:#2F2F2F;
	padding:10px;
	margin-bottom:10px;
	background:url(/images/jeff-wright-gradient-2.gif) top left repeat-x;
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#bar #quote {
	float:left;	
	font-size:1.333em; /* 18px */
	color:#CCCBCC;
}

#bar #phone {
	float:right;	
	font-size:1.8em; /* 18px */
	color:#fff;
	color:#CCCBCC;
	position:relative;
	top:-5px;

}

#content, #Content {
	overflow:hidden;
	padding-left:10px;
}

#footer {
	
}

/**********/
/* HEADER */
/**********/

#logo {
	float:left;
	margin-right:14px;
}

#logo h1 { margin:0; padding:0; }

#logo h1 a {
	width:306px;
	height:0;
	padding-top:92px;
	overflow:hidden;
	background:url(/images/jeff-wright-logo.png) top left no-repeat;
	display:block;
	
	-webkit-transition-property:opacity;
	-webkit-transition-duration:.5s;
	-moz-transition-property:opacity;
	-moz-transition-duration:.5s;
	
}

#logo h1 a:hover {
	opacity:.8;	
}

#address {
	font-size:.833em; /* 12px */
}

.banner_coupon {
	width:258px;
	padding:5px;
	margin:0 5px;
	height:104px;
	float:left;
	text-align:center;
	border:1px solid #323231;
	cursor:pointer;
	
	-moz-box-shadow:inset 0px 0px 5px #666;
	box-shadow:inset 0px 0px 5px #666;
	-webkit-box-shadow:inset 0px 0px 5px #666;
	
	-webkit-transition-property:-webkit-box-shadow;
	-webkit-transition-duration:1s;
	-moz-transition-property:-webkit-box-shadow;
	-moz-transition-duration:1s;
}

.banner_coupon:hover {
	-moz-box-shadow:inset 0px 0px 10px #555;
	box-shadow:inset 0px 0px 10px #555;
	-webkit-box-shadow:inset 0px 0px 10px #555;
}

.banner_coupon h1 {
	margin:0;
	margin-bottom:5px;
}

.banner_coupon span {
	display:block;
}

.banner_coupon span.medium {
	line-height:16px;	
	margin-bottom:5px;
}

/***********/
/* CONTENT */
/***********/

#content_left {
	width:208px;
	float:left;
}

.sidebar_widget {
	margin-top:10px;
	padding:5px;	
}

.sidebar_widget img {
	display:block;
	margin:5px auto 15px auto;
		
}

#content_right, #contentRight {
	width:602px;
	margin-left:10px;
	float:left;
	font-size:100%;
}

#content_right_col_left {
	width:400px;
	float:left;
}

#content_right_col_right {
	float:left;
	width:190px;
	margin-left:8px;
}

#jeff-wright-image {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
}

#map_holder {
	width:100%;	
	height:250px;
}

#map {
	width:100%;
	height:250px;
}

#calendar-container {
	display:block;
	text-align:center;
	margin-top:10px;
	overflow:hidden;	
}

#customer_calendar {
	
}

.sidebar-block {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
		
}

.sidebar-block h1 {
	font-size:1em;
}

/**************/
/* NAVIGATION */
/**************/

#nav {
	
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	list-style:none;
	margin:4px 0;
}

#nav ul li a {
	display:block;
	padding:10px 0 10px 10px;
	border-left:10px solid #4C4949;
	border-top:1px solid #E3E2E1;
	border-bottom:1px solid #E3E2E1;
	border-right:1px solid #E3E2E1;
	background:url(/images/jeff-wright-nav-gradient.gif) center center repeat-x;
	text-decoration:none;
	color:#000;
	font-size:1.167em; /* 14px */
	
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	-webkit-top-right-radius:2px;
	-webkit-bottom-right-radius:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomright:2px;
	
	-webkit-transition-property: border-left, color;
	-webkit-transition-duration: .5s,.5s;
	-moz-transition-property:border-left, color;
	-moz-transition-duration:.5s, .5s;
}

#nav ul li a:hover {
	border-left:10px solid #1272B3;
	background:url(/images/jeff-wright-nav-gradient-on.gif) center center repeat-x;
	color:#1272B3;
}

/**********/
/* FOOTER */
/**********/

#footer {
	margin:18px auto 0 auto;
	border-top:1px solid #bbb;
	padding-top:18px;
	width:90%;	
}

#footer ul {
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	display:inline-block;
	padding:5px 15px;
	font-size:.8em;
}

#footer span {
	display:block;
	text-align:center;
	margin-top:20px;	
}

#mypoint img {
	vertical-align:middle;
}

/**********/
/* HELPER */
/**********/

.small {
	font-size:.833em;	
}

.medium {
	font-size:1.167em;	
}

.important {
	color:#CB3734;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em; /* 16px */
}

.aligncenter {
	display:block;
	margin:0 auto;	
}
.alignright {
	float:right;	
}
.alignleft {
	float:left;	
}

.inset {
	margin:5px;	
}

.clear {
	clear:both;	
}

.manufacturer
{
	font-family: sans-serif;
	width: 600px;
	padding: 5px;
	color: white;
	background-color: #406B98;
	border-color: #cbcbcb;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	height: 125px;
		line-height: normal;

}

.manufacturer h2{
color:white;
border:0px;
}
.manufacturer ul { margin: 0px; }

.manufacturer ul li
{
	list-style-position: outside;
	list-style-type: none;
}

.manu_logo
{
	margin-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 0px;
	width: 230px;
	float: left;
	height: 125px;
	border-color: #cbcbcb;
}

.unit
{

	float: left;
	font-size: 12px;
	font-family: sans-serif;
	width: 300px;
	padding: 5px;
	color: white;
	background-color: #406B98;
	border-color: #cbcbcb;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	height: 125px;
	line-height: normal;
}

.unit ul
{
		margin-left: 250px;

	padding: 5px;
	margin: 5px;
}

.unit ul li
{
	list-style-position: outside;
	list-style-type: none;
}

.thumb
{
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	width: 100px;
	float: left;
	height: 125px;
	border-color: #cbcbcb;
}
.unit h3{
color:white;}

