/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #6faae2;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
	color: #666666;
	background-image: url(../images/bkg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
html {
	height: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #5476b5;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5476b5;
}

/******************* Positioning ************************/
#wrapper_wholewidth {
	width: 100%;
	border-bottom: 2px solid #333;
	background-color: #fff;
	background-image: url(../images/banner_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper_setwidth {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/logo_sps.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#banner {
	width: 700px;
	height: 129px;
	border-bottom: 2px solid #000;
	
}
#nav {
	width: 700px;
	height: 20px;
	background-color: #666;
	margin-top: 0;
	padding-top: 1px;
}
#nav2 {
	width: 700px;
	height: 20px;
	background-color: #666;
	margin-top: 0;
	padding-top: 1px;
	border-top: 1px solid #fff;
}

#bodyBkg{
	background-color: #FFFFFF;
	width: 100%;
	min-height: 350px;
	border-bottom: 1px solid #fff;
}
#bodyWrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 700px;
	min-height: 350px;
	height: 100%;
	background-color: #fff;
	border-top: 1px solid #fff;
	background-image: url(../images/bkg_subnav.gif);
	background-repeat: repeat-y;
}
#subnav{
	width: 175px;
	background-color: #fff;
}
#bodyText{
	padding-left: 200px;
	width: 500px;
	margin-top: -91px;
	margin-bottom: 20px;
}
#footer{
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.rushlink {
	float: right;
	margin-left: 550px;
	margin-right: 15px;
	margin-top: -20px;
	padding: 0;
	height: 20px;
}
/******************* Main Navigation Style ************************/

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li{
	display: inline;
	padding-left: 12px;
}
#nav a:link, #nav a:visited {
	padding: 0;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFCC00;
}
/******************* Main Navigation nav2 Style ************************/

#nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#nav2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav2 li{
	display: inline;
	padding-left: 12px;
}
#nav2 a:link, #nav2 a:visited {
	padding: 0;
	color: #fff;
	text-decoration: none;
}
#nav2 a:hover {
	color: #FFCC00;
}

/******************* Sub (side) Navigation Style ************************/

#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li{
	padding-top: 1px;
	border-bottom: 1px solid #fff;
}
#subnav a:link, #subnav a:visited {
	display: block;
	padding-left: 5px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
	font-weight: normal;
}
#subnav a:hover {
	display: block;
	color: #f60;
	background-color: #fff;
	border-bottom: 1px solid #000;
	font-weight: normal;
}
#subnav ul ul{
	list-style: none;
	margin: 0;
	padding-left: 19px;
	background-image: url(../images/img_subnav_arrow.gif);
	background-repeat: repeat-y;
}
#subnav ul ul li{
	padding-top: 1px;
}
#subnav ul ul a:link, #subnav ul ul a:visited {
	display: block;
	padding: 0;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#subnav ul ul a:hover {
	display: block;
	color: #f60;
	background-color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #000;
}


/******************* Heading Styles ************************/

h1 {
	display:  none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #b9b9b9;
	display: block;
	width: 175px;
	padding: 4px 0 8px 12px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/img_bkg_h2_block_right.gif);
	background-position:right;
	background-repeat: no-repeat;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.body_heading {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	line-height: 0.9;
}
/******************* Image positioning ************************/
.arrowpadding {
	margin-right: 12px;
}
.banner_image_right{
	float: right;
	margin: 0;
	padding: 0;
}
.product_images {
	float: left;
	border: none;
	margin: 5px 5px 5px 0px;
}
.product_images_right {
	float: right;
	border: none;
	margin: 5px 0px 5px 5px;
}
.images_left_border {
	float: left;
	border: 1px solid #000;
	margin: 0px 3px 3px 0px;
	padding: 0;
}
.clear {
	clear:both;
}
/******************* Form Styles ************************/
input {
	background-color: #f0f0f0;
}
textarea {
	background-color: #f0f0f0;
}

/******************* Footer Navigation Style ************************/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer ul{
	list-style: none;
	margin: 10px;
	padding: 0;
}
#footer li{
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer a:link, #footer a:visited {
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #FFf;
	font-weight: normal;
}
.italic {
	font-style: italic;
}
