﻿body {
	margin:0px;
	background-color: #E0E0E0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	background-image: url('images/pec-head.jpg');
	height: 98px;
}
#topNav {
	background-image: url('images/topNavBg.jpg');
	height: 25px;
	position: relative;
}

h1 {
	font-size:14px;
	margin:0;
}
#main {
 width: 980px;
 margin: 10px auto 0 auto;
 min-height:400px;
 text-align:left;
}

.clear {
	clear:both;
}

a {
	color:#333;
}
a:hover {
	color:silver;
}
a img {
	border:none;
}
#homeText {
	background-color:#EEEEEE;
	padding-top:8px;
	margin:auto;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background:#FFFFFF url('images/h2-bg.jpg') repeat-x scroll center bottom;
	margin:0;
	padding:4px;
}
#logos {
	background-color: #000000;
	height: 121px;
	font-family: verdana;
	font-size: 75%;
	color: #FFFFFF;
	
}
#logos2 {
	background-color: #000000;
	height: 81px;
	font-family: verdana;
	font-size: 75%;
	margin-top:0px;
	color: #FFFFFF;
	text-align:center;
	background-image: url('pioneer-logos/logobg.jpg');
	background-repeat: repeat-y;
}
#mainText {
	padding:15px;
	float:left;
	width: 240px;
	height:425px;
	text-align:center;
	background:#C7C7C7;
	font-family:Arial, Helvetica, sans-serif;
}

#maincontent {
	float:right;
	width:	685px;
	min-height:400px;
}


.block {
	float:left;
	width: 210px;
	height:132px;
	overflow:hidden;
	margin-bottom: 24px;
	border: 1px red solid;
}

.middle {
	margin: 0 24px;
}
#rss {
	
}
#rss a {
	color: #000000;
}
#rss a:hover {
	color: red;
}

p {
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}





/* ====================================================================
The following styles are for the 6 Product pages: */


#locations-container {
	width: 100%;
	height: 100%;
	color: black;
	display: block;
	margin: 0 auto;
	
}
#locations-container ul li a:link {
	color: black;
	text-decoration: none;
}
#locations-container ul li a:hover {
	color: black;
	text-decoration: underline;
}
#locations-container ul li a:visited {
	color: black;
	text-decoration: none;
}
#locations-container ul li a:visited:hover {
	color: black;
	text-decoration: underline;
}



.locations-list {
	list-style-type: none;
	width: 40%;
}
.locations-list li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
.locations-list li ul li {
	margin-bottom: 0px;
}


#browse-button {
	width: 204px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	background-image:url('images/btn-browse.jpg');
	background-repeat: no-repeat;
}
#browse-button a:link {
	color: black;
	text-decoration: none;
}
#browse-button a:hover {
	color: black;
	text-decoration: underline;
}
#browse-button a:visited {
	color: black;
	text-decoration: none;
}
#browse-button a:visited:hover {
	text-decoration: underline;
	color: black;
}






/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.quicktab {height:150px; float:left;}
/* root element for accordion. decorated with rounded borders and gradient background image */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	float:left;
}

/* single tab */
ul.tabs li { 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	line-height: 27px;
	font-size:14px;
	width: 95px;
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	top:1px;
	background:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:5px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#fff;	
	background-color:#98222E;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color:#C7C7C7;
	background-image: url('../images/quicktab.jpg');
	background-repeat:repeat-y;		
	cursor:default !important; 
	color:#fff !important;
	outline: none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


ul.tabs2 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	float:left;
}

/* single tab */
ul.tabs2 li { 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs2 a { 
	font-size:11px;
	display:block;
	line-height: 27px;
	font-size:14px;
	width: 95px;
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	top:1px;
	background:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:5px;
}

ul.tabs2 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	color:#fff;	
	background-color:#98222E;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs2 a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color:#C7C7C7;
	background-image: url('../images/quicktab.jpg');
	background-repeat:repeat-y;		
	cursor:default !important; 
	color:#fff !important;
	outline: none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs2 a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs2 a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs2 a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs2 a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs2 a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs2 a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs2 a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs2 a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs2 a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs2 a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs2 a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs2 a.w4.current { background-position: -0px -62px; }

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	
}

div.panes2 div.pane2 {
	display:none;
	
}


/* initially all panes are hidden */ 
#panes {
float: left;
background:#C7C7C7;
height:99px;
width: 115px;
height:120px;
color:white;
padding:0px;
}

#panes2 {
float: left;
background:#C7C7C7;
height:99px;
width: 115px;
height:120px;
color:white;
padding:0px;
}

/* Javascript menu CSS */

#menucontain {
	width: 970px;
	margin: 0 auto;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width: 100%;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:normal 12px/25px verdana, sans-serif;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 25px;
	min-width: 60px;
	background: #000;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: underline;
	background: #000;
	color: #FFF;
	font:normal 12px/25px verdana, sans-serif;
}



