@charset "UTF-8";
/* CSS Document */

/* Global Elements
----------------------------------------------------*/

body {
	background: #88171c url(http://www.prowhse3pl.com/themes/prowhse3pl//images/site_bg.jpg) repeat-x;
	text-align: center; /* IE 6 hack */
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}

/* "wild card" - universal selector removes default padding and margins globally */
* {
	padding: 0px;
	margin: 0px;
}

/* Firefox link border remove
----------------------------------------------------*/

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


/* type
----------------------------------------------------*/

h1 {
	font-size: 26px;
	color: #88171c;
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
	color: #88171c;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	color: #88171c;
	margin-bottom: 15px;
}

p {
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 30px;
}

img.right {
	float: right;
	margin-right: 30px;
}

#contentWrapper ul li {
	margin-bottom: 8px;
	margin-left: 15px;
}

#contentWrapper ol li {
	margin-bottom: 8px;
	margin-left: 20px;
}

a:link {
	color: #88171c;
	text-decoration: underline;
}

a:visited {
	color: #88171c;
	text-decoration: underline;
}

a:hover {
	color: #88171c;
	text-decoration: none;
}

a:active {
	color: #88171c;
	text-decoration: none;
}

a.button:link {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn.png) no-repeat;
	color: #fff;
	font-size: 18px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	margin-left: -6px;
}

a.button:visited {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn.png) no-repeat;
	color: #fff;
	font-size: 18px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	margin-left: -6px;
}

a.button:hover {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn_hover.png) no-repeat;
	color: #eee;
	font-size: 18px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	margin-left: -6px;
}

a.button:active {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn_hover.png) no-repeat;
	color: #eee;
	font-size: 18px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	margin-left: -6px;
}



/* layout
----------------------------------------------------*/

#wrapper {
	width: 990px;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
	position: relative;
}

#header {
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/header_bg.jpg) no-repeat;
	width: 990px;
	height: 243px;
	position: relative;  	
}


#logo {
	position: absolute;
	top: 116px;
	left: 45px;
	width: 620px;
}

#logo h1 {
	float: left;
	margin-left: -5000px;
}

#mainNav {
	position: absolute;
	top: 182px;
	left: 45px;
}

#contentWrapper {
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/content_bg.png) repeat-y;
	width: 990px;
	font-size: 14px;
	line-height: 1.5em;
}

#content {
	float: left;
	position: relative;
	width: 508px;
	margin-left: 66px;
	margin-top: 10px;
}

#sideBar {
	float: right;
	width: 287px;
	margin-right: 37px;
}

#sideBarTop {
	margin-bottom: 0px;
}

#sideBarContent {
	margin-top: -6px;
	width: 240px;
	padding-top: 20px;
	padding-left: 20px;
	border-left: 2px solid #c38b8d;
}

#sideBarContent p {
	font-size: 12px;
}

.clear {
	clear: both;
}

#footer {
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/footer_bg.png) no-repeat;
	width: 990px;
	height: 51px;
	margin: 0 auto;
	position: relative;
	color: #88171c;
}

#footerNav {
	position: absolute;
	top: 8px;
	left: 66px;
	font-size: 12px;
}

#copyright {
	position: absolute;
	top: 9px;
	right: 37px;
}

#copyright p {
	font-size: 11px; 
}

/* mainNav
----------------------------------------------------*/

#mainNav ul {
	list-style: none;
}

#mainNav ul li {
	float: left;
	font-size: 18px;
}

#mainNav ul a:link {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn.png) no-repeat;
	color: #fff;
	margin-right: 5px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}

#mainNav ul a:visited {
	display: block;
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn.png) no-repeat;
	color: #fff;
	margin-right: 5px;
	width: 147px;
	height: 39px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
}

#mainNav ul a:hover {
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn_hover.png) no-repeat;
	color: #eee;	
}

#mainNav ul a:active {
	background: url(http://www.prowhse3pl.com/themes/prowhse3pl//images/nav_btn_hover.png) no-repeat;
	color: #eee;
}

/* footerNav
----------------------------------------------------*/

#footerNav ul {
	list-style: none;
}

#footerNav ul li {
	display: inline;
	margin-left: 6px;
}	

