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

body {
	background-image:url(/images/test_bg8.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:100%;
}

a:link { 
	color: #9966CC;
	}
a:visited { 
	color: #9966CC;
	}
a:active 
{
outline: none; /* Removes dotted borders on click */
}

a:focus
{
-moz-outline-style: none; /* Removes dotted borders on click */
}


#centerpage {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	top:-8px;
	width:1000px;
}

#bodycontent {
	position:relative;
	top:-8px;
	background-image:url(/images/v3-body-bg.png);
	float:inherit;
	width:1000px;
}

#contentbg {
	position:absolute;
	width:450px;
	height:403px;
	left: 359px;
	top: 56px;
	z-index:100;
}

#topnav {
	position:absolute;
	width:197px;
	left: 60px;
	top: 143px;
}

#bottomnavbg {
	position:absolute;
	top:1px;
	background-image:url(/images/v3-sidenav-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:183px;
	height:465px;
	top:-34px;
	left:62px;
}

#botnav {
	position:absolute;
	width:203px;
	left: -5px;
	top: 25px;
}

#contentincludearea {
	position:relative;
	width:1000px;
}

#footer {
	position:relative;
	top:-8px;
	width:1000px;
}
/* Styles below this line are for the ProShop */ 


#botnavProshop {
	position:absolute;
	width:203px;
	left: -5px;
	top: 25px;
}

#botnavInfo {
	position:absolute;
	width:203px;
	left: -5px;
	top: 427px;
}

#contentbgProshop {
	position:absolute;
	width:450px;
	height:403px;
	left: 359px;
	top: 56px;
}

#footerProshop {
	position:relative;
	top:-8px;
	width:1000px;
}
