/* CSS Document */


body{
	background-color:#9B9B9B;
	font: normal 10px/14px Verdana, Arial, sans-serif;
}

p{
	margin:0;
	margin-bottom:10px;
	
}
a{color:#646464;}

a:link{color:#646464; text-decoration:none;}
a:visited{color:#646464; text-decoration:none;}
a:hover{color:#646464; text-decoration:underline;}
a:active{color:#646464; text-decoration:none;}

h3{
	font: bold 15px/14px Verdana, Arial, sans-serif;
	color:#747474;
	margin-top:0;
	margin-bottom:10px;
}
h4{
	font: bold 11px/14px Verdana, Arial, sans-serif;
	color:#000;
	margin:0;
	margin-bottom:10px;
	padding:0;
	position:relative;
}

#wrapper{
	width:789px;
	position:absolute;
	left:50%;
	margin-top:5px;
	margin-left:-394px;	
	background-image:url(images/pioner-bg-fill.gif);

}
#header{
	width:789px;
	height:117px;
	background-image:url(images/pioner-header-main.jpg);
}
#content{
	width:789px;
	height:432px;
	background-image:url(images/pioner-bg-main.gif);
	background-repeat:no-repeat;
}
#footer{
	width:789px;
	height:78px;
	background-image:url(images/pioner-footer.gif);
	clear:both;

}
#footer p a{color:#000;}

#footer p a:link{color:#000; text-decoration:none;}
#footer p a:visited{color:#000; text-decoration:none;}
#footer p a:hover{color:#000; text-decoration:underline;}
#footer p a:active{color:#000; text-decoration:none;}

#pionerLogo{
	width:89px;
	height:65px;
	position:absolute;
	top:35px;
	left:48px;
}
#fristadsLogo{
	width:82px;
	height:50px;
	position:absolute;
	top:44px;
	left:150px;
	display:none;
}
#footer p{
	width:740px;
	position:relative;
	top:25px;
	text-align:right;;
}

#leftNav{
	float:left;
	width:171px;
	padding:0px;
	/*border:#000 solid 1px;*/
	position:relative;
	left:25px;
	margin-bottom:25px;
	color:#646464;
	margin-top:80px;
	font: bold 11px/14px Verdana, Arial, sans-serif;
	
}
#leftNav li{
	list-style-image:url(images/nav-arrow-big-yellow.gif);
	margin-top:20px;
}
.selectedMain{list-style-image:url(images/nav-arrow-big.gif);}

/*SUBNAV*/

#leftNav ul li ul li{
	list-style-image:url(images/nav-arrow-small-yellow.gif);
	font: normal 10px/14px Verdana, Arial, sans-serif;
	margin-left:10px;
	margin-top:6px;
	position:relative;
	left:-50px;
}





#footSpacer{
	height:15px;
	float:left;
	width:790px;
	background-color:#9B9B9B;
}
#pionerFristadsLogo{
	margin-top:140px;
	text-align:center;
}


/* HOMEPAGE SPECIFIC */

#pionerModel{
	width:141px;
	height:359px;
	position:absolute;
	left:588px;
}
h1{
	padding:0;
	margin:0;
	position:absolute;
	top:155px;
	left:-538px;
	text-indent:-5000px;
	height:18px;
	width:350px;
	background-image:url(images/heading-specialist.gif);
	background-repeat:no-repeat;
}
h2{
	padding:0;
	margin:0;
	position:absolute;
	top:216px;
	left:215px;
	text-indent:-5000px;
	height:18px;
	width:450px;
	background-image:url(images/heading-welcome.gif);
	background-repeat:no-repeat;
}


#leftColumn{
	float:left;
	width:234px;
	padding:0px;
	/*border:#000 solid 1px;*/
	position:relative;
	left:48px;
	margin-bottom:55px;
	margin-top:150px;
	color:#646464;
	
}
#rightColumn{
	float:right;
	width:234px;
	/*border:#000 solid 1px;*/
	padding:0px;
	position:relative;
	left:90px;
	margin-top:280px;
	padding-bottom:20px;
	color:#646464;
	
}

/*NEWS SECTION*/
.newsHeading{
	background-image:url(images/shead-news.gif);
	height:40px;
	width:540px;
	text-indent: -5000px;
}

.newsArchiveHeading{
	background-image:url(images/shead-news-archive.gif);
	height:40px;
	width:540px;
	text-indent: -5000px;
}

#newsLinks{
	float:left;
	width:600px;
	padding:0px;
	position:relative;
	left:45px;
	margin-top:160px;
	padding-bottom:20px;
}

#newsLinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 1.5em;

}

#newsPageNav{
	color: #646464;
	letter-spacing: .05em;
	font-size: 11px;
	}
	
#newsPageNav a{
	font-weight: bold;
	
	}

#newsLinks li{
	background: url(images/news-bullet.gif) no-repeat;
	padding-left: 20px;
	
	}
	
#newsLinks a{
	text-decoration: none;
	
}

#newsLinks a:hover{
	text-decoration: underline;
	}
	
#latestNewsBody{
	float:left;
	width:600px;
	padding:0px;
	position:relative;
	left:45px;
	margin-top:160px;
	padding-bottom:20px;
	color:#747474;
		}
	
	
#newsItemThumbPic{
	float:left;
	width:140px;
	height:80px;
	text-align:left;
	padding:0px;
	position:relative;
	left:9px;
	padding-bottom:20px;
	background-image:url(images/newslink-bg.gif);
	background-repeat:no-repeat;
}
#latestNewsItem h3{
	font: bold 13px/12px Verdana, Arial, sans-serif;
	color:#747474;
	margin-top:0;
	margin-bottom:10px;
}

#newsItemThumbPic img{
	position:relative;
	top:3px;
	left:6px;
	border:0px;
}
#latestNewsItem p{
	font: normal 10px/14px Verdana, Arial, sans-serif;
	text-align:left;
	color:#666666;
}
#latestNewsItem ul{
	height:20px;
	margin-top:5px;
	position:relative;
	left:-23px;
	
	list-style-image:url(images/cta_square.gif);
}
#latestNewsItem li{
	height:18px;
	padding-left:0px;
}

#latestNewsItem{
	float:left;
	width:376px;
	height:90px;
	padding:0px;
	position:relative;
	padding-bottom:20px;
	margin-bottom: 30px;
	background-repeat:no-repeat;
}	

#newsItem{
	float:right;
	width:535px;
	padding:0px;
	position:relative;
	left:-40px;
	margin-top:160px;
	padding-bottom:20px;
	color: #646464;
		}
		
#newsItem img {
	border: solid 2px #000000;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 30px;
	float: right;
	}
	
#newsItem h3{
	font: bold 13px/12px Verdana, Arial, sans-serif;
	margin-bottom:10px;
}


/*PRODUCTS TEMPLATE*/

.productsHeading{
	background-image:url(images/shead-products.gif);
	height:40px;
	width:540px;
}
#rangeThumbs{
	float:left;
	width:600px;
	padding:0px;
	position:relative;
	left:45px;
	margin-top:160px;
	padding-bottom:20px;
}
#rangeThumbPic{
	float:left;
	width:181px;
	height:270px;
	text-align:left;
	padding:0px;
	position:relative;
	padding-bottom:20px;
	background-image:url(images/products-thumb-template.gif);
	background-repeat:no-repeat;
}
#rangeThumbPic img{
	position:relative;
	top:4px;
	left:9px;
	border:0;
}
#rangeThumbPic p{
	font: bold 10px/14px Verdana, Arial, sans-serif;
	text-align:center;
	position:relative;
	top:5px;
	right:5px;
}

#rangeThumbPic p span {
	font: 9px Verdana, Arial, sans-serif;
}

#rangeThumbPic ul{
	height:20px;
	margin-top:5px;
	
	list-style-image:url(images/cta_square.gif);
}
#rangeThumbPic li{
	height:18px;
}

/*CATEGORY TEMPLATE*/

.productsHeading{
	background-image:url(images/shead-products.gif);
	height:40px;
	width:540px;
}
#catThumbs{
	float:left;
	width:600px;
	padding:0px;
	position:relative;
	left:45px;
	margin-top:160px;
	padding-bottom:20px;
}
#catThumbPic{
	float:left;
	width:140px;
	height:80px;
	text-align:left;
	padding:0px;
	position:relative;
	left:20px;
	padding-bottom:20px;
	background-image:url(images/cat-tempalte-bg.gif);
	background-repeat:no-repeat;
}
#catLinks h3{
	font: bold 13px/12px Verdana, Arial, sans-serif;
	color:#747474;
	margin-top:0;
	margin-bottom:10px;
	line-height:18px;
}

#catLinks h3 span {
	font: 10px Verdana, Arial, sans-serif;
}

#catThumbPic img{
	position:relative;
	top:4px;
	left:9px;
	border:0px;
}
#catLinks p{
	font: normal 10px/14px Verdana, Arial, sans-serif;
	text-align:left;
	color:#666666;
}
#catLinks ul{
	height:20px;
	margin-top:5px;
	position:relative;
	left:-23px;
	
	list-style-image:url(images/cta_square.gif);
}
#catLinks li{
	height:18px;
	padding-left:0px;
}
#catText{

	width:350px;
	clear:both;
}
#catLinks{
	float:left;
	width:376px;
	height:90px;
	padding:0px;
	position:relative;
	padding-bottom:20px;
	background-repeat:no-repeat;
}

#catYellowHead{
	width:510px;
	background-color:#FFAA01;
	font: bold 13px/14px Verdana, Arial, sans-serif;
	color:#333333;
	padding:6px 0 8px 3px;
	margin:0 0 25px 0;
	padding-left:10px;
}

/*#catYellowHead span {
	font:11px Verdana, Arial, sans-serif;

}*/

/*CATEGORY TEMPLATE*/

.productsHeading{
	background-image:url(images/shead-products.gif);
	height:40px;
	width:540px;
}
#detailThumbs{
	float:left;
	width:600px;
	padding:0px;
	position:relative;
	left:45px;
	margin-top:160px;
	padding-bottom:20px;
}
#detailThumbPic{
	float:left;
	width:297px;
	text-align:left;
	padding:0px;
	position:relative;
	left:0px;
	padding-bottom:20px;
	background-image:url(images/detail-bg.gif);
	background-repeat:no-repeat;
}
#detailThumbPic img{
	position:relative;
	top:4px;
	left:9px;
	border:0px;
}
#detailLinks{
	float:left;
	width:180px;
	padding:0px;
	padding-bottom:20px;
	background-repeat:no-repeat;
	padding-left:25px;
}
#detailLinks p{
	font: normal 10px/14px Verdana, Arial, sans-serif;
	text-align:left;
	color:#666;
}
#detailLinks ul{
	list-style-image:url(images/cta_square.gif);
	position:relative;
	margin:0 0 15px 15px ;
	padding:0;
}
#detailLinks li{
	padding:0px;
	margin-bottom:10px;
	font: normal 10px/14px Verdana, Arial, sans-serif;
	color:#646464;
}
#detailLinks table{
	margin-bottom:15px;
}
#othersInRange{
	text-align:center;
	margin:0;
	background-image:url(images/others-bg.gif);
	position:relative;
	top:50px;
	width:290px;
	float:left;
	
}
#othersThumbPic{
	float:left;
	width:112px;
	height:80px;
	text-align:left;
	padding:0px;
	position:relative;
	left:35px;
	padding-bottom:20px;
	background-image:url(images/cat-tempalte-bg.gif);
	background-repeat:no-repeat;
}
#othersThumbPic img{
	position:relative;
	top:4px;
	left:9px;
	border:0px;
}
#othersInRange h4{

	padding-top:5px;
	padding-bottom:15px;

}
#othersInRangeFooter{
	clear:both;
	margin:40px 0 20px 0;
	background-color:#FFAA01;
	width:288px;
	height:25px;
}

/**/

.introText{
	padding-bottom:12px;
}
#rangeThumbs a{color:#646464;}

#rangeThumbs a:link{color:#646464; text-decoration:underline;}
#rangeThumbs a:visited{color:#646464; text-decoration:underline;}
#rangeThumbs a:hover{color:#646464; text-decoration:underline;}
#rangeThumbs a:active{color:#646464; text-decoration:underline;}

#rangeLinks{
	float:left;
	width:362px;
	height:255px;
	
	padding:0px;
	position:relative;
	padding-bottom:20px;
	background-image:url(images/range-links-head.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#rangeLinks ul{
	
	margin-top:60px;
	font: bold 11px/14px Verdana, Arial, sans-serif;
	list-style-image:url(images/nav-arrow-big-yellow.gif);
}
#rangeLinks li{
	margin-top:25px;
	margin-left:40px;
}
#rangeLinks p a{color:#646464;}

#rangeLinks a:link{color:#646464; text-decoration:none;}
#rangeLinks a:visited{color:#646464; text-decoration:none;}
#rangeLinks a:hover{color:#646464; text-decoration:underline;}
#rangeLinks a:active{color:#646464; text-decoration:none;}


.lightRow{background-color:#FFEECC;}
.darkRow{background-color:#FFE0A3;}
#sizing{
	color:#666;
	font: normal 10px/14px Verdana, Arial, sans-serif;
}

#catHeading{
	font: bold 13px/14px Verdana, Arial, sans-serif;
	color:#000;
	margin:0 0 0px 0;
	padding:0 0 20px 0;
}

/* #catHeading span {
	font: 11px Verdana, Arial, sans-serif;
}

*/

.errorField{
	background-color:#FFAA00;
	border:1px solid #000;
}
input{font: normal 10px/14px Verdana, Arial, sans-serif;}

