/*
Theme Name: N-hance Microsite
Description: N-hance Microsite template for HomeDepot.
Version: 1.0
Author: Thomas Leverenz - Peak Studios
Author URI: http://peakstudios.com/
*/


/*************************************/
/*  1. Global CSS                    */
/*                                   */
/*  Applies to all pages in site     */
/*************************************/

div#page_wrapper {
	position:relative;
	padding: 12px 0;
	width:100%;
}
.float_l {
	float:left;
}

img.float_l {
	padding:0 12px 12px 0;
}

.float_r {
	float:right;
}

img.float_r {
	padding:0 0 12px 12px;
}


#nhance_content {
	float:right;
	width:690px;
}

body.home #nhance_content {
	padding-bottom:20px;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a img {outline:none;}

/* =Typography
-----------------------------------------------------------------------------*/

#nhance_content h3 {
	color:#666;
	font-size:20px;
	background:none;
	font-weight:normal;
	margin-bottom:10px;
	padding:0;
}

#nhance_content h4 {
	color:#666;
	font-size:16px;
	background:none;
	font-weight:normal;
	margin-bottom:10px;
	padding:0;
}

#nhance_content h5 {
	color:#666;
	font-size:14px;
	background:none;
	font-weight:bold;
	margin-bottom:6px;
	padding:0;
}

#nhance_content h5 em {
	font-weight:normal;
}

#nhance_content ul {
	margin:0 0 10px 20px;
}


#nhance_content ul li {
	padding-bottom:6px;
}

span.dollar_green {
	color:#090;
}

span.dollar_grey {
	color:#CCC;
}

p.testimonial {
	float:right;
	width:610px;
}

p.testimonial2 {
	width:300px;
}

/* =Boxes
-----------------------------------------------------------------------------*/
div.box_2col_right, div.box_2col_left {
	width:460px;
	margin-bottom:20px;
}

div.box_2col_right {
	float:right;
}

div.box_2col_left {
	float:left;
}

div.box_inner {
	border:1px solid #cdcdcd;
	padding:10px;
	position:relative;
}

div.box_inner p {
	color:#666666;
}

p.success, div.box_inner p.success {
	color:#063;
	font-weight:bold;
}

p.warning, div.box_inner p.warning{
	color:#F00;
	font-weight:bold;
	font-size:11px;
}



p.warning span, div.box_inner p.warning span {
	color:#000;
	font-weight:normal;
}

div#front_gallery div.box_inner, div#front_testimonials div.box_inner {
	height:220px;
}

div#front_special_gift, div#front_special_franchise {
	background:url("../images/img_freeGiftBg.jpg") no-repeat scroll 0 0 transparent;
	border:1px solid black;
	height:92px;
	padding:5px 10px 5px 149px;
	width:300px;
}

div#front_special_franchise {
	background:url("../images/img_franchiseGuy.jpg") no-repeat scroll 0 0 transparent;
}

div#front_special_gift h4, div#front_special_franchise h4 {
	color:#363636;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
}

div#front_special_gift h4 span, div#front_special_franchise h4 span {
	color:#b66103;
	font-style:italic;
	font-weight:bold;
}

div#fadeshow {
	width:300px;
	height:300px;
}

/* =Header
-----------------------------------------------------------------------------*/

div#nhance_header {
	padding-bottom:20px;
}

div#nhance_header div#rotator {
	float:left;
	width:533px;
}

div#nhance_header div#header_form {
	float:right;
	width:240px;
	position:relative;
}
div#nhance_header div#header_form h2 {
	background-color:#e6781e;
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	padding:3px 10px;
	font-weight:bold;
}

div#nhance_header div#header_form div.box_inner {
	background-color:#e0e0e0;
	height:226px;
}

div#nhance_header div#header_form form label {
	text-align:left;
	color:#666666;
	display:inline;
	margin-top:3px;
}

div#nhance_header div#header_form form label.warning {
	font-weight:bold;
	color:red;
}

div#nhance_header div#header_form form input#submit {
	display:block;
	width:83px;
	height:21px;
	color:white;
	background:transparent url(../images/btn_orangeSubmit.png) no-repeat scroll 0 0;
	border:none;
	font-size:12px;
	padding-bottom:4px;
	cursor:pointer;
	position:absolute;
	right:10px;
	bottom:10px;
}

div#nhance_header div#header_form form input#newZip {
	display:block;
	width:83px;
	height:21px;
	color:white;
	background:transparent url(../images/btn_orangeSubmit2.png) no-repeat scroll 0 0;
	border:none;
	font-size:12px;
	padding-bottom:4px;
	cursor:pointer;
	margin-bottom:6px;
}

div#nhance_header div#header_form form .name, div#nhance_header div#header_form form .email, div#nhance_header div#header_form form .phone {
	width:210px;
}

div#nhance_header div#header_form form #zip, div#nhance_header div#header_form form .date {
	width:95px;
}

div#nhance_header div#header_form form p {
	margin:0 0 5px;
}

div#nhance_header div#header_form form span {
	color:red;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

div#nav_main {
	float:left;
}

body.home div#nav_main {
	padding-bottom:20px;
}

body.home div#nav_main img {
	display:none;
}

div#nav_main a.workshop img {
	display:block;
	padding:25px 0 0 8px;
}

ul#nhance_nav, ul#nhance_nav ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 215px;
}

ul#nhance_nav a {
  display: block;
  text-decoration: none;	
}

ul#nhance_nav li {
  margin-top: 1px;
}

ul#nhance_nav li a {
  background: #999999 url(../images/icon_grayArrowRight.png) no-repeat scroll 8px center;
  color: #fff;	
  padding: 8px 0 8px 30px;
}

ul#nhance_nav li a:hover, ul#nhance_nav li a.current {
  background: #666666 url(../images/icon_grayArrowRight.png) no-repeat scroll 8px center;
}

ul#nhance_nav li a.selected {
  background: #666666 url(../images/icon_grayArrowDown.png) no-repeat scroll 8px center;
}

ul#nhance_nav li ul {
  padding-bottom:8px;
}

ul#nhance_nav li ul li.nav_text {
  padding:8px;
}

ul#nhance_nav li ul li a {
  background: transparent url(../images/icon_greenArrow.png) no-repeat scroll left center;
  color: #666666;
  margin-left:10px;
  padding: 4px 0 4px 16px;
}

ul#nhance_nav li ul li a:hover, ul#nhance_nav li ul li a.current {
  background: transparent url(../images/icon_grayArrow.png) no-repeat scroll left center;
  color:black;
}

img.green-logo {
	margin-top:15px;
}
/* =Links
-----------------------------------------------------------------------------*/
a.arrowed_orange:link, a.arrowed_orange:visited {
	color:#e6781e;
	background:transparent url(../images/icon_orangeArrow.png) no-repeat scroll 0 2px;
	padding-left:16px;
}

a.arrowed_orange:hover, a.arrowed_orange:active {
	color:black;
}

div#front_gallery div.box_inner a.arrowed_orange, div#front_testimonials div.box_inner a.arrowed_orange {
	position:absolute;
	right:10px;
	bottom:10px;
}

div#front_special_gift a, div#front_special_franchise a {
	float:right;
}


/* =coupons
-----------------------------------------------------------------------------*/
img.coupon {
	margin:15px auto;
}


/* =Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */ 
