/* CSS Document */

/* 

Neuton Power CSS
version 1.0
2/11/2008

Author: Fred Truman
Company: Empax
email: ftruman@empax.org
tel: 212. 242. 5300
 
*/


/*sitewide declarations */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	border:none;
	}

body {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	background-attachment:fixed;
	}

.clear {
	height:1px;
	clear:both;
	}
	
/* END sitewide declarations */


/*fonts and text styling*/

a:link, a:visited, a:hover, a:active {
	color:#ffa900;
	}

#header_nav {
	color:#cccc99;
	}
	
#footer {
	padding: 1em 20px;
	color:#2b2b2b;
	font-weight:bold;
	font-size:.9em;
	}
	
#footer a:link, #footer a:visited {
	color:#2b2b2b;
	}

#footer a:hover {
	color:#111111;
	}
	
#secondary_nav h1 {
	font-weight:bold;
	color:#1c1c1c;
	font-size:1.3em;
	margin-left:15px;
	}
#secondary_nav ul li {
	padding-left:15px;
	font-size:1em;
	}
	
#secondary_nav a:link, #secondary_nav a:visited, #share_toolbox a:link, #share_toolbox a:visited {
	color:#9cab46;
	}

#secondary_nav a:hover, #share_toolbox a:hover {
	color:#c3d174;
	}
	
 #secondary_nav .active {
 	background: url(http://www.neutonpower.com/CSS/images/secondary_nav_active.gif) center left no-repeat;
 	}
	
 #secondary_nav .active a:link,  #secondary_nav .active a:visited,  #secondary_nav .active a:hover,  #secondary_nav .active a:active, #secondary_nav a:active {
 	color:#fff;
	}
	
#content h1 {
	font-size:2em;
	margin:0em 0 .25em 0;
	}
	
#content p {
	margin: .25em 0 1em 0;
	}
	
#share_toolbox #text_size_1, #share_toolbox #text_size_2, #share_toolbox #text_size_3 {
	margin-left:2px;
	color:#999999;
	font-weight:bold;
	}

#share_toolbox #text_size_1 {
	font-size:.9em;
	}
	
#share_toolbox #text_size_2 {
	font-size:1.1em;
	}
	
#share_toolbox #text_size_3 {
	font-size:1.3em;
	}
	

/*END fonts and text styling*/

/*Image formatting*/

.large_section_image {
	margin:20px 0;
	}
	
/*END Image formatting*/

/*main content blocks*/

#all_content {
	width:974px;
	background:#dcdcdc;
	margin:0 auto 0 auto;
	}
	
#main_content {
	padding:30px 20px;
	}
/*Different lawnmower schematic images for the background of the main content area - uses different ID tags for the body to change this*/	
#bg_1 #main_content {
	background: url(http://www.neutonpower.com/CSS/images/content_bg_01.jpg) top left no-repeat;
	}
	
#bg_2 #main_content {
	background: url(http://www.neutonpower.com/CSS/images/content_bg_02.jpg) top left no-repeat;
	}
	
#bg_3 #main_content {
	background: url(http://www.neutonpower.com/CSS/images/content_bg_03.jpg) top left no-repeat;
	}

#header_nav {
	background:#000000 url(http://www.neutonpower.com/CSS/images/header_nav_bg.gif) bottom left repeat-x;
	padding:.25em 0;
	}

#header_nav ul {
	margin:.25em 0;
	height:1.5em;
	}

#header_nav ul li {
	float:left;
	}

#header_nav #left {
	margin-left:10px;
	width:243px;
	text-align:left;
	}	
	
html > body > div > #header_nav #left {
	margin-left:20px;
	width:243px;
	text-align:left;
	}

#header_nav #center {
	width:447px;
	text-align:center;
	}
	
#header_nav #right {
	margin-right:0px;
	width:243px;
	text-align:right;	}

html > body > div > #header_nav #right {
	margin-right:20px;
	width:243px;
	text-align:right;
	}
	
#header_nav #search_field {
	float:left;
	background:#fff;
	height:1.2em;
	width:169px;
	border:2px solid #c9cc98;
	font-size:.8em;
	margin-right:1em;
	}
	
#header_nav #search_button {
	width:50px;
	padding:16px 0 0 0;
	background: url(http://www.neutonpower.com/CSS/images/button_search.gif) top left no-repeat;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
	}

#header {
	width:974px;
	height:115px;
	overflow:hidden;
	}

#header h1 {
	padding:120px;
	overflow:hidden;
	width:974px;
	height:115px;
	background: url(http://www.neutonpower.com/CSS/images/neuton_logo_header.jpg) top left no-repeat;
	}

#header h1 a {
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
	
#footer {
	background:#828282 url(http://www.neutonpower.com/CSS/images/footer_bg.gif) bottom left repeat-x;
	height:120px;
}

html > body > #all_content > #footer {
	min-height:120px;
	height:auto;
}

#footer ul li {
	float:left;
	width:154px;
	text-align:center;
	}

#footer ul #right {
	text-align:right;
	}

#footer ul #left {
	text-align:left;
	}
	
/*END main content blocks*/
	
/*main navigation has lots of styles because of the background image states*/

#main_nav {
	height:30px;
	background:#aeb179;
	}

#main_nav ul {
	height:30px;
	display: inline;
	overflow: hidden;
	}

#main_nav ul li {
	display:inline;
	}

#main_nav ul a {
	float: left;
	margin: 0 43px 0 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}

/*these two margin declarations help line the main navigation up on the left and right ends*/
#main_nav ul #about_us a {
	margin-left:8px;
}
	
#main_nav ul #buy_now a {
	margin:0;
}

#main_nav ul a:hover {
	background-position: 0 -60px;
	}

#main_nav ul a:active, #main_nav ul a.active {
	background-position: 0 -30px;
	}

/*Main navigation background image declarations below*/

#about_us a  {
	width: 91px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_about_us.gif) top left no-repeat;
	}
	
#products_features a  {
	width: 170px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_products_features.gif) top left no-repeat;
	}
	
#group_sales a  {
	width: 113px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_group_sales.gif) top left no-repeat;
	}
	
#community a  {
	width: 104px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_community.gif) top left no-repeat;
	}
	
#catalogue_dvd a  {
	width: 179px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_catalogue_dvd.gif) top left no-repeat;
	}
	
#buy_now a  {
	width: 89px;
	background: url(http://www.neutonpower.com/CSS/images/main_nav_buy_now.gif) top left no-repeat;
	}
	
/*END main navigation*/

/*Secondary Nav*/

#secondary_nav {
	background: #474747;
	width:195px;
	padding:14px 10px 30px 5px;
	}
	
#sidebar_left {
	float:left;
	width:210px;
	}

#buy_now_button {
	margin:20px 0 0 0;
	background: url(http://www.neutonpower.com/CSS/images/buttons_buynow.gif) top left no-repeat;
	width:210px;
	height:70px;
	}

#catalogue_button {
	margin:20px 0 0 0;
	background: url(http://www.neutonpower.com/CSS/images/buttons_catalogue.gif) top left no-repeat;
	width:210px;
	height:70px;
	}

/*END Secondary Nav*/

/* large white box for the content of each sections*/
#content {
	width:654px;
	height:500px;
	padding:30px 20px;
	background: #ffffff;
	float:left;
	margin-left:30px;
	}

html > body > #all_content > #main_content > #content {
	min-height:500px;
	height:auto;
	}
	
/*END content box*/

/*Share Toolbox*/

#share_toolbox {
	font-size:.9em;
	line-height:2em;
	background: #e6e6e6;
	width:116px;
	padding:4px;
	float:right;
	margin:0px 0 10px 10px;
	}
/*IE6 only recognizes this:*/	
* html #share_toolbox li{
	margin-top:.4em;
	}
	
#share_toolbox img {
	vertical-align:top;
	margin-right:3px;
	}
/*Modern browsers only (not IE 7) recognize the following*/	
html>/**/body > #all_content > #main_content > #content > #share_toolbox img {
	vertical-align:sub;
	}
	
#share_items {
	margin-left:16px;
	}
	
#share_button {
	
	}
	
#share_toolbox a:link, #share_toolbox a:visited {
	color:#000000;
	}