/*-- ================= GLOBAL STYLES ================= --*/

body {
	background: #000405;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: "Myriad Pro", sans-serif;
	font-weight:normal;
	font-size:14px;
	}

p { color: #e3e3e3; padding-bottom: 10px; }

strong, b { color: #62B5D7; }

a { color: #62B5D7; text-decoration: none; }

a:hover { color: #fff; }

ol, ul { margin: 5px 0; list-style: none; }

marquee { color: #e3e3e3; width:500px; font-style: italic; }

/*-- ================= HEADER STYLES ================= --*/

#header { margin: 0px; width:100%; background:#000; position: relative; }
	
h1.logo { margin: 0; }

a.fb { background: url(../images/facebook.png) center bottom no-repeat;
			  width: 140px;
			  height: 60px;
			  padding: 0;
			  margin: 0;
			  cursor: pointer;
			  border: none;
			  text-indent: -9999em;
			  overflow: hidden;
			  font-size: 0px;
			  line-height: 0px;
			  display: block;
			  position: absolute;
			  right: 10px;
			  top: 10px; }
			  
a.fb:hover { background: url(../images/facebook.png) center top no-repeat;
			  width: 140px;
			  height: 60px;
			  padding: 0;
			  margin: 0;
			  cursor: pointer;
			  border: none;
			  text-indent: -9999em;
			  overflow: hidden;
			  font-size: 0px;
			  line-height: 0px;
			  display: block; }
	
#search { border: 1px solid #585858;
		  margin: 0;
		  padding: 3px 5px 0 5px;
		  background: url("../images/menu_bg_hover.png") repeat-x;
		  height: 27px; }
	
.cse-branding-form { float: right; display: inline; }

input.SearchBtn { background: none; color: #fff; border: none; cursor: pointer; }
	
.cse-branding-logo, .cse-branding-text { margin:0; padding:0; border:0; display:inline; }

/*-- ================= RIGHT COLUMN STYLES ================= --*/


h2.hoodmodels { color: #000; margin: 0; }

h3.hoodmodels { color: #000; margin: 0; }
	
#models {
	background: #e3e3e3;
	width:680px;
	height:auto;
	padding: 10px; }
	
#models ul { list-style: none; margin: 0; padding: 0; }
	
#models a { text-decoration: none; }

#models p { color: #000; }
	
#models_specs {
	background: #e3e3e3;
	width:680px;
	height:auto;
	padding: 10px;  }
	
#models_specs ul { list-style: none; margin: 0; padding: 0; color:#dcdcdc; }
	
#models_specs a { text-decoration: none; color: #807f84; }

#models_specs a:hover { color: #62B5D7; }

img.specCat { float: left; margin: 10px 5px 10px 0px; width: 100px; height: 100px; }

table#productSummary { color: #fff; width: 100%; background: #2c2c2c; margin: 10px 0; padding: 0px; }

table#productSummary td { padding: 5px; }

td.productSummaryHeader { color: #807f84; }
	
#featureImage { float: left; margin-right: 20px; }

#featureImage_specs { float: left; margin-right: 20px; }

.tabNav {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.tabNavigation li {
	float: left;
	background-color: #3975BD;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.tabNavigation li.active {
	background-color: #2C2C2C;
}

.tabNavigation li.over {
	background: #214B7B;
}

.panel {
	position: relative;
	width: 430px;
	height: 353px;
	overflow: auto;
	top: -1px;
	clear: both;
	color: #fff;
	padding: 5px;
	margin: 0;
	background-color: #2C2C2C;
}

.panel.active {
	background-color: #2C2C2C;
	display: block;
	
}

#Range_Hoods_Wrapper { background: #e3e3e3; display: block; padding: 20px 0 0 20px; margin: 0; }

#Range_Hoods_Wrapper h3 { color: #000405; }

.tabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 33px;
}

.tabs_title li {
	display: inline;
}

.tabs_title li a {
	float: left;
	background-color: #62B5D7;
	padding: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	color: #202020;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
	height: 33px;
	width: 108px;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
}

.tabs_title li.active { background: #e3e3e3 url("../images/mootabs_title_bg.png") repeat-x; color: #000; }

.tabs_title li a:hover { background: #4d4d4d url("../images/mootabs_over_bg.png") repeat-x; color: #e3e3e3; }
	
ul.hood-type { list-style: none; margin: 0; padding: 0; }

ul.hood-type li.thumb { float: left; margin: 0 20px 20px 0; }

li.thumb img { border: none; width: 116px; height: 116px; }
	
ul.hood-type a { text-decoration: none; width: 116px; }

a.hoodLink { background: #202020; display: block; margin: 0; text-align: center; }

a.hoodLink.specs { background: #202020 url("../images/mootabs_over_bg.png") repeat-x; color: #e3e3e3; }
a.hoodLink.specs:hover { background:#333333; color: #fff; }

a.hoodLink.model { background: #62B5D7; color: #202020; }
a.hoodLink.model:hover { background:#64C1E7; color: #000; }
	
img.gallery {
	border:1px solid #807f84;
	width:432px;
	height:356px;
	}

ul.resources { color: #807f84; list-style: none; }

ul.resources li { margin-bottom: 5px; }
	
/*-- ================= WRAPPER STYLES ================= --*/
	
#wrapper {
	width:540px;
	height:300px;
	margin-top:15px;
	clear: left;
	position: relative;
	display: block;
	overflow: hidden;
	}
	
#heading {
	display: block;
	text-align: center;
	margin-bottom: 0;
	}
	
#heading * {
	display: inline;
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
	}
	
ul#buttons {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	}
	
ul#buttons li {
	display: block;
	float: left;
	padding:0;
	width: 108px;
	height: 34px;
	line-height: 34px;
	background: #202020;
	font-style: italic;
	color: #e3e3e3;
	text-transform: capitalize;
	}

ul#buttons li.active {
	color:#62B5D7;
	background: #e3e3e3 url("../images/mootabs_title_bg.png") repeat-x; color: #000;
	}
	
#panes { background: #e3e3e3; clear: left; }
	
.pane h4 { padding: 20px 0 0 20px; margin: 0; color: #000; text-transform: uppercase; font-weight: bold; font-style: italic; }
	
.pane p {
	line-height: 150%;
	color:#000;
	font-size: 12px;
	padding: 20px;
	margin: 0;
	}
	
.pane a:hover { color: #000; }
	
#panes div div { overflow: hidden; }
	
#previous { float: none; cursor: pointer;  }
#next { float: none; cursor: pointer; }
	
#content { padding: 20px 0; }

#contentTable img { border: solid 1px #666; }

/*-- ================= LEFT COLUMN STYLES ================= --*/

img.new {
	width:138px;
	height:auto;
	border:1px solid #fff;
	margin-bottom: 20px;
	}

/*-- ================= NAVIGATION STYLES ================= --*/
/*
ul#nav {
	width:221px;
	height:auto;
	min-height: 338px;
	border:1px solid #807f84;
	background:transparent;
	list-style:none;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	}
	
ul#nav li {
	list-style:none;
	margin:0;
	padding:0 0 5px 20px;
	cursor:pointer;
	background:transparent;
	}
	
ul#nav li a {
	color:#fff;
	text-decoration:none;
	}
	
ul#nav li a:hover {
	color:#62B5D7;
	text-decoration:none;
	}
	
ul#nav li ul {
	display:none;
	margin: 10px 0 0 0;
	} 

ul#nav ul li { padding-left: 10px; margin: 0; }

ul#nav li.active ul {
	display:block;
	}  
*/
/*-- ================= FOOTER STYLES ================= --*/

#footer {
	clear:both;
	color:#dcdcdc;
	font-size:10px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #747474;
	}
	
#footer a {
	color:#dcdcdc;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#62B5D7;
	text-decoration:none;
	}

.dealer_search p {float: left; padding-right: 10px;}


a.stylewizard { background: url(../images/Choose_your_VentAHood.jpg) center bottom no-repeat;
                          width: 222px;
                          height: 82px;
                          padding: 0;
                          margin: 0;
                          cursor: pointer;
                          border: none;
                          overflow: hidden;
                          font-size: 0px;
                          line-height: 0px;
                          display: block;
                          }

a.stylewizard:hover { background: url(../images/Choose_your_VentAHood_hover.jpg) center top no-repeat;
                          width: 222px;
                          height: 82px;
                          padding: 0;
                          margin: 0;
                          cursor: pointer;
                          border: none;
                          overflow: hidden;
                          font-size: 0px;
                          line-height: 0px;
                          display: block; }


