/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/

html,body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(global_images/sky-bg.jpg);
	background-repeat: repeat-x;
	color: #2461c5;
	height: 100%;
}
img{
	border: none;
}
p{
	padding:3px;
	margin:3px;
	margin-left:0px;
	padding-left:0px;
}
.productsList{
text-align:center;
}
.red{
color:#ff0000;
}
/* -----------------------------------*/
/* ---- HEADER <<<-----------*/
/* -----------------------------------*/


#wrapper{
	position: relative;
	height: 100%;
}

#header{
	margin: 0;
	padding: 0;
	height: 83px;
}
#lgLogo{
	position: absolute;
}
/* -----------------------------------*/
/* - PAGE LAYOUT <<<---------*/
/* -----------------------------------*/
#bodyCopy0{
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	background-image: url(global_images/bottom-grass.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 221px;
	width: 569px;
	min-height: 530px;
	padding-bottom: 50px;
}
#bodyCopy1{
	background-image:url(global_images/top-rounded-corners.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 15px;
}

#promoLeft{
	position: absolute;
}
#frontPromo{
	padding: 0;
	margin: 0;
	height: 336px;
	background-image:url(/global_images/diagram1.jpg);
	background-repeat: no-repeat;
}

#productChoices{
	background-color:#FFFFFF;
	float: right;
	width: 200px;
}

#overview{
	background-image:url(/global_images/products/overview-top.jpg);
	width: 539px;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-top: 28px;
	overflow: hidden;
}

#overviewContent{
	background-color:#d8de9e;
	width: 523px;
	min-height:40px;
	padding: 8px;
}

#overviewBottom{
	background-image:url(global_images/products/overview-bottom.jpg);
	width: 540px;
	height: 28px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#testimonial{
	background-image:url(global_images/navigation/testimonialDark_top.jpg);
	width:536px;
	background-position:left top;
	background-repeat:no-repeat;
}

#checkoutStep{
	position: absolute;
	left: 697px;
	top: 83px;
}

.cleaner{
	clear: both;
	height: 1px;
}

.promoPic{
	width: 175px;
	height: 176px;
	padding-left: 11px;
	margin-top: 158px;
	float: left;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.homeHeight{
	height: 165px;
}
.posAbs{
	position: absolute;
	margin-left: 200px;
}
#homeCopyBlock{
	padding-right: 245px;
	background-image:url(global_images/lawn-grips-top-photo.gif);
	background-repeat: no-repeat;
	background-position: right -10px;
	height: 100%;
}

/* -----------------------------------*/
/* --- HEADINGS <<<----------*/
/* -----------------------------------*/

h1{
	margin-top: 5px;
	margin-bottom:2px;
	padding:0px;
	font-size: 16px;
	color: #b1bd3d;
}

h2{
	font-size: 16px;
	color: #b2bd3d;
}

h3{/*same as h1 but used for sifr links*/
	margin-top: 5px;
	margin-bottom:2px;
	padding:0px;
	font-size: 16px;
	color: #b1bd3d;
}

h6{
	color:#C53324;
}
h1.addMargin{
	margin-top: 20px;
	margin-bottom: 20px;
	clear:left;
}
/* -----------------------------------*/
/* - TEXT STYLES <<<---------*/
/* -----------------------------------*/
a:link{
	color: #2461c5; text-decoration: none
}

.testimonialLight{
	background-color: #d8de9e;
	min-height: 40px;
	width: 520px;
	padding: 8px;
}

.testimonialDark{
	background-color: #b2bd3d;
	min-height: 40px;
	width: 520px;
	padding: 8px;
}

#nobold label{
font-weight:normal;
}
#nobold{
font-weight:normal;
}

#bodyCopy1 span{
	font-size: 11px; 
	color: #b1bd3d; 
	font-weight: bold;
}
.productChoice{
	clear: left;
	font-size: 11px;
	font-weight: bold;
	color: #b2bd3d;
	padding-bottom: 2px;
	padding-top: 10px;
}
.productName{
	font-size: 16px;
	color: #b2bd3d;
	font-weight: bold;
}
.productImages{
	font-size: 12px;
	color: #b2bd3d;
	text-align: left;
	line-height: 18px;
}
.pressReleases{
	font-size: 12px;
	font-weight: normal;
	color: #2461c5;
}
.publicationImage{
	text-align: right;
}
.publicationText{
	font-size: 14px;
}

/* -----------------------------------*/
/* -- NAVIGATION <<<---------*/
/* -----------------------------------*/

#nav{
	height: 23px;
	margin-left: 238px;
	position: relative;
	top: 60px;
	width: 569px;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
	text-transform: capitalize;
	font-weight: bold;
	background-image:url(/global_images/navigation/normal.gif);
	width: 85px;
	height: 23px;
	margin-right: 3px;

}
#nav ul li a{
	display: block;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li:hover, #nav ul li.active{
	background-image:url(/global_images/navigation/over.gif);
}


#nav ul li:hover ul{
	display: block;
}


/*DROPDOWNS*/
#nav ul li ul{
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: auto;
	left: auto;
	width: 139px;
}
#nav ul li ul li{
	padding: 0;
	margin: 0;
	float: none;
	line-height: 21px;
	height: 21px;
	width: 139px;
	color: #FFFFFF;
	background-image: url(/global_images/navigation/subnav/mid.png);
	background-repeat: no-repeat;
}
#nav ul li ul li.subTop:hover{
	background-image: url(/global_images/navigation/subnav/top.png);
}
#nav ul li ul li:hover{
	background-image: url(/global_images/navigation/subnav/mid.png);
}
#nav ul li ul li.subBottom:hover{
	background-image: url(/global_images/navigation/subnav/bottom.png);
}

#nav ul li ul li.subTop{
	background-image: url(/global_images/navigation/subnav/top.png);
}
#nav ul li ul li.subBottom{
	height: 29px;
	background-image: url(/global_images/navigation/subnav/bottom.png);
}
#nav ul li ul li a{
	background-image: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	line-height: 21px;
	padding-left: 7px;
	padding-bottom: 20px;
}
#nav ul li ul li a:hover{
	color: #000;
}
#sslCert {
	position:absolute;
	left:526px;
	top:116px;
	width:155px;
	height:106px;
	z-index:1;
}


/* -----------------------------------*/
/* ---- FORMS <<<------------*/
/* -----------------------------------*/
.dealer-locator-zip{
line-height:50px;

}
label{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #b2bd3d;
	margin-bottom: 5px;
	margin-top: 10px;
}
label.inLine{
	width: 150px;
	height: 15px;
	line-height: 15px;
}
label.floatLeft input{
	margin-left: 10px;
}
.textBox1{
	width: 200px;
	height: 15px;
	line-height: 15px;
	color: #2461c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-color: #999999;
	border-style:solid;
	border-width:1px;
}
.textBox4{
	width: 100px;
	height: 15px;
	line-height: 15px;
	color: #2461c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-color: #999999;
	border-style:solid;
	border-width:1px;
}
.textBox5{
	width: 150px;
	height: 15px;
	line-height: 15px;
	color: #2461c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-color: #999999;
	border-style:solid;
	border-width:1px;
}
.textBox2{
	width: 55px;
	height: 18px;
	line-height: 15px;
	color: #2461c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-color: #999999;
	border-style:solid;
	border-width:1px;
}

.textBox3{
	width: 30px;
	height: 15px;
	line-height: 15px;
	color: #2461c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-color: #999999;
	border-style:solid;
	border-width:1px;
}

a.addToCartBtn{
	background-repeat:no-repeat;

	display: block;
	width: 71px;
	height: 36px;
	background-image: url(global_images/add-to-cart.gif);
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-right: 8px;
	margin-left: 60px;
	text-decoration: none;
}
a.addToCartBtn:hover{
	background-image: url(global_images/add-to-cart-over.gif);

}
a.addToCartBtn2{
	display: block;
	float:left;
	width: 71px;
	height: 36px;
	background-image: url(global_images/add-to-cart.gif);
	background-repeat:no-repeat;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-right:5px;
	margin-left: 5px;
	text-decoration: none;
}
a.addToCartBtn2:hover{
	background-image: url(global_images/add-to-cart-over.gif);

}
/* -----------------------------------*/
/* -- PROMO PICS <<<---------*/
/* -----------------------------------*/

.lgPic{
	top: 191px;
	left: 0px;
	background-image: url(global_images/promo-shots/stihl5.jpg);
	width: 210px;
	height: 438px;
}
.ggPic{
	top: 182px;
	left: 0;
	width: 201px;
	height: 438px;
	background-image: url(global_images/promo-shots/gg01.jpg);
}
.lgPic2{
	top: 190px;
	left: 0;
	width: 201px;
	height: 438px;
	background-image:url(global_images/promo-shots/stihl1.jpg);
}
.lgPic3{
	top: 230px;
	left: 0px;
	width: 221px;
	height: 414px;
	background-image:url(global_images/promo-shots/raking.jpg);
}
.lgPic4{
	top: 223px;
	left: 0px;
	width: 221px;
	height: 438px;
	background-image:url(global_images/promo-shots/stihl3.jpg);
}
.lgPic5{
	top: 190px;
	left: 2px;
	width: 201px;
	height: 438px;
	background-image:url(global_images/promo-shots/stihl4.jpg);
}

/* -----------------------------------*/
/* ----- EXTRAS <<<----------*/
/* -----------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
