/* ----------------------------------------- YUI CSS Reset -------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
 
 
/* ----------------------------------------- Common Styles -------------------------------------*/

body{
	font-size:12px;
	font-family:Verdana;
	background:url(../images/back.jpg) repeat;
}

a{
	text-decoration:none;
	color:black;
}

a:hover{
	color:#f22025;
}

h2{
	margin-bottom:10px;
}

h4{
	font-size:14px;
	font-weight:bold;
}

/* ----------------------------------------- Wrappers -------------------------------------*/


#container{
	width:944px;
	margin:0 auto;
	background:#b9beb1;
}

#content{
	background:#b9beb1;
	background:url(../images/bg-content.png) repeat-y;
	clear:both;
	overflow:hidden;

}

#content-splash{
	background:#b9beb1;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}


#outer_wrapper{
	background:url(../images/outer.jpg) repeat-y;
	width:1024px;
	margin:0 auto;
}

/* ----------------------------------------- Header and Nav-------------------------------------*/

#header{
	width:100%;
	height:200px;
	position:relative;
}

.home #header{
	background:url(http://www.bigmower.com.au/design/images/headerhome.jpg) no-repeat;
}

#logo img{
	position:absolute;
	left:15px;
	top: 10px;
}

#contact img{
	position:absolute;
	right:20px;
	bottom:10px;
}

#topNavigation{
	width:100%;
	height:50px;
	background:url(../images/navback.jpg) repeat-x;
}

#topNavigation ul{
	list-style-type:none;
	float:right;
	margin-top:16px;
}

#topNavigation ul li{
	float:left;
	margin-right:13px;
}

#topNavigation ul li a{
	display:block;
	height:18px;
}

#productsLink a{
	background:url(../images/topnavlinks.png) no-repeat;
	width:92px;
}

#productsLink a:hover{
	background-position:0px -18px;
}

li#specialsnav a{
	background:url(../images/cspecials.png) no-repeat -19px -13px;
	width:163px;
}
li#specialsnav a:hover{
	background:url(../images/cspecials-red.png) no-repeat -19px -13px;
	
}


li#brandsLink a{
	background:url(../images/topnavlinks.png) no-repeat -132px 0px;
	width:70px;
}

li#brandsLink a:hover{
	background-position:-132px -18px;
}

li#secondLink a{
	background:url(../images/topnavlinks.png) no-repeat -241px 0px;
	width:121px;
}

li#secondLink a:hover{
	background-position:-241px -18px;
}                 

li#servicingLink a{
	background:url(../images/topnavlinks.png) no-repeat -401px 0px;
	width:91px;
}

li#servicingLink a:hover{
	background-position:-401px -18px;
}

li#contactLink a{
	background:url(../images/topnavlinks.png) no-repeat -531px 0px;
	width:103px;
}

li#contactLink a:hover{
	background-position:-531px -18px;
}


/* ----------------------------------------- Feature Slider -------------------------------------*/

#featureSlider{
	height:308px;
	width:100%;
		clear:both;
	overflow:hidden;
}

#featureSlider img{
	float:left;
}	

.sliderWrapper{
	width:100%;
	position:relative;
		left:0px;
	top:0px;
}

.sliderWrapper ul{
	width:2000px;
	height:308px;
	position:relative;
	left:-140px;
	top:0;
}

.sliderWrapper ul li{
	float:left;
	width:140px;
	height:308px;
}

#mainFeature{
	width:521px;
	float:left;
	height:100%;
	clear:both;
	overflow:hidden;
}

#leftFeature{
	width:140px;
	float:left;
	background:white;
	height:100%;
	overflow:hidden;
	position:relative;
	border-left:1px solid black;
	}

#midFeature{
	float:left;
	width:140px;
	height:100%;
	overflow:hidden;
	position:relative;
	border-left:1px solid black;
	border-right:1px solid black;
}

#rightFeature{
	float:right;
	width:140px;
	background:white;
	height:100%;
	overflow:hidden;
	position:relative;
}

/* ----------------------------------------- Brands Nav -------------------------------------*/

#brands{
	width:100%;
	background:url(../images/brandsback.png) repeat-x left top;
	height:104px;
	padding-top:5px;
}


#brands ul{
	list-style-type:none;
	margin-left:17px;
	height:68px;
	margin-top:5px;
	background:url(../images/brands.png) no-repeat;
}

#brands ul li{
	float:left;
	height:68px;
}





/* ----------------------------------------- Products -------------------------------------*/

#productlayout{
	width:100%;
	float:left;
	background:url(../images/contentback-prods.png) repeat-x bottom;

}

.prod-col-left {
 	width: 175px;
	float: left;
	
	}
	
.prod-col-right {
 	width: 769px;
	float: left;
	
	}



#specials{
	width:100%;
	float:left;
	background:url(../images/contentback.jpg) repeat-x bottom;
	padding:10px 10px;
}

h2.specialsHeader{
	width:153px;
	height:34px;
	background:url(../images/specialsheader.png) no-repeat;
}

.productItemsplash{
	margin-right:22px;
	float:left;
	background:url(../images/producttop.png) no-repeat top left;
	margin-bottom:15px;
	width:292px;
}


.productItemsplash h3{
	font-size:12px;
	color: #ffffff;
	padding:4px 5px 5px 5px;
	font-weight:bold;

}

.productItemsplash h3 a{
	font-size:12px;
	color: #ffffff;
	padding:4px 5px 5px 5px;
	font-weight:bold;

}

.productItemsplash h3 a:hover{
	font-size:12px;
	color: #000000;
	padding:4px 5px 5px 5px;
	font-weight:bold;

}


.productWrappersplash{
	background:url(../images/productbot.png) no-repeat bottom;
	padding-bottom:6px;
}

.productDetailssplash{
	margin:6px 6px 0px 6px;
		background:#b52e33;
}


.productItemsplash img{
	margin:0px;
	border-bottom:3px solid black;
}



/* ----------------------------------------- Google Map -------------------------------------*/

#mapcanvas{
	width:500px;
	height:500px;
	margin-top:20px;
	margin-bottom:20px;
	z-index:100;
}

/* ----------------------------------------- Subscriber -------------------------------------*/


#emailSubscriber{
	height:72px;
	width:100%;
	clear:both;
	background-color:#30322e;
}



img.signup{
	margin-left:10px;
	margin-top:18px;
	float:left;
}

.subscriberForm{
	float:left;
	width:385px;
	margin-top:25px;
	margin-left:10px;
}

.subscriberForm input{
	width:135px;
	float:left;
	margin-left:7px;
	padding:3px;
	border:2px solid #bac1c7;
}

.subscriberForm .submit{
	width:67px;
	border:none;
	height:28px;
	margin-top:-3px;
}


.inputcontact {
	width:135px;
	float:left;
	padding:3px;
	border:2px solid #bac1c7;
	margin: 3px 0;
	margin-left:7px;
	width: 300px;
}

.button{
	width:100px;
	border:none;
	height:28px;
	margin-top: 3px;
	margin-left:7px;
}


/* ----------------------------------------- Bottom Content (Book, Video, Map) -------------------------------------*/


#contentBot{
	margin-top:10px;
}

#book{
	color:white;
	width:264px;
	height:279px;
	float:left;
	margin-right:30px;	
	background:url(../images/bookback.jpg) no-repeat;
	margin-left:10px;
	position:relative;
}

#book div.bookDetails{
	margin:20px 20px 10px 20px;
	position:absolute;
	bottom:0px;
	font-weight:bold;
	font-size:14px;
}

a.book{
	width:128px;
	height:41px;
	background:url(../images/booknow.png) no-repeat;
	display:block;
	margin-top:10px;
	margin-left:-5px;
}

#findUs{
	width:194px;
	height:279px;
	float:left;
	margin-right:30px;
}

.video{
	width:403px;
	height:279px;
	float:left;
	z-index:0;
}

.video object embed{
	z-index:0;
	float:left;
	width:403px;
	height:279px;
}

/* ----------------------------------------- Footer -------------------------------------*/


#footer{
	margin:0px auto;
	width:960px;/*960px;*/
	padding-bottom:30px;
	clear:both;
	overflow:hidden;
}

#footer ul.footerNav{
	list-style-type:none;
	background:url(../images/footernav.jpg) no-repeat 0 0;
	float:left;
	width:960px;
	padding-left:25px;
	padding-top:10px;

}

#footer ul.footerNav li{
	float:left;
	margin:15px 15px 15px 0px;
	border-right:1px solid black;
	padding-right:10px;
	
}

#footer ul.footerNav li a{
	text-decoration:none;
	color:black;
	font-weight:bold;
}

#footer p.copyright{
	font-size:10px;
	margin-top:5px;
	color:#a8a8a8;
	float:left;
	margin-left:25px;
}

#footer p.siteCredits{
	font-size:10px;
	margin-top:5px;
	color:#a8a8a8;
	float:right;
	margin-right:25px;
}

#footer p.siteCredits a{
	text-decoration:none;
	color:#a8a8a8;
}

#footer p.siteCredits a:hover{
	color:#a8a8a8;
}

/* ----------------------------------------- Misc. Styles -------------------------------------*/

.rightCol{
	margin-right:0px;
}

.hidden{
	display:none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	
}

#nav li { /* all list items */
	float: left;
	text-transform: uppercase;

	}

#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0px 0 0 0px;
	padding: 5px 0;
	width: 320px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
}

#nav li ul li a { /* second-level lists */
	padding: 5px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background: #060606;
	border-top: 1px solid #6b6b6b;
	width: 280px;
}

#nav li ul li a:hover { /* second-level lists */
	padding: 5px;
	float: left;
	text-decoration: none;
	font-size: 12px;
color: #ff7700;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
