@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	color: #f7931e;
	text-align: right;
	height: 80px;
	background-image: url(images/ppslogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 7px;
	padding-top: 20px;
}
#header a {
	color: #f7931e;
}
#nav_bar {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	background-image: url(images/navgrad.jpg);
	background-position: left top;
}
#nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
#nav_bar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


* {margin:0; padding:0;}
.clearfloats {
	clear: both;
} 
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #f7931e;
}
a:active {
	text-decoration: none;
	color: #006699;
}
#main_content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: solid #006699 1px;
	line-height: 1.5em;
}
#main_contentind {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: solid #006699 1px;
	line-height: 1.5em;
	background-image: url(images/indeximages.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#index_swap {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	height: 195px;
	width: 260px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 40px;
	background-image: url(images/indexbkgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#index_swap2 {
	padding: 0px;
	float: left;
	height: 200px;
	width: 700px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	background-image: url(images/indexbkgr1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#prod_img {
	background-color: #E6E6E6;
	padding: 10px;
	float: left;
	height: 195px;
	width: 260px;
	border: 1px solid #006699;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 20px;
	clear: both;
}
#greybar {
	margin-top: 2px;
	margin-bottom: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	height: 0px;
}
#bluebar {
	margin-top: 3px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	height: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
#map {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}
.indent_intro {
	margin-left: 232px;
}


.bluetxt {
	color: #006699;
}
.txt14 {
	font-size: 14px;
}
.indent20 {
	padding-left: 20px;
}
.indent60 {
	padding-left: 60px;
}
.greyunderline {
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	margin-left: auto;
	margin-right: auto;
}



#footer {
	font-size: 11px;
	color: #006699;
	text-align: center;
}
#footer a {
	padding-left: 3px;
}

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}

