/* CSS Document */

p { margin:0px;}


html, body {
		height: 100%;
		background-color:#131313;
		background-image:url(images/bg.gif);
		background-repeat:repeat-x;
	}

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family:"Lucida Grande", Arial, Verdana;
		color:#CCCCCC;
		font-size:11px;
		line-height:17px;
	}

	#Content {
		margin: 0 auto;
		text-align: left;
		width: 859px;
		min-height: 90%;
		height: auto;
		background: #CCC;
		background-image:url(images/bgmain2.gif);
		position:relative;
	}
	
		#Footer {
		margin: 0 auto;
		text-align: left;
		width: 859px;
		height: 10%;
		background:#454545;
		background-image:url(images/bgFooter2.gif);
		background-repeat:no-repeat;
		font-size:9px;
	}
	
	#rightModule {
	color:#333333;
	
	}

	

	/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 90%;
	}
	/* End IE Hack */
	
	
	/* Links */
	
	a:link
{
	text-decoration:none;
	color:#2968BD;
}

a:visited
{
	
	text-decoration:none;
	color:#2968BD;
}

a:hover
{

	text-decoration:underline;
	color:#2968BD;
}

a:active
{
	text-decoration:none;
	color:#2968BD;
}








#Footer a:link
{
	text-decoration:none;
	color:#CCCCCC;
}

#Footer a:visited
{
	
	text-decoration:none;
	color:#CCCCCC;
}

#Footer a:hover
{

	text-decoration:underline;
	color:#CCCCCC;
}

#Footer a:active
{
	text-decoration:none;
	color:#CCCCCC;
}


#sideNav{
padding: 6px 0px 6px 0px; border-bottom:#666666 1px solid;
}

#header{
margin: 15px 0px 10px 15px;
}

h1, p {
margin: 0;
}

h1{
font-size:13px;
color:#2968BD;

}

#productNav{
}

#productNav a:link
{
	text-decoration:none;
	color:#CCCCCC;
}

#productNav a:visited
{
	
	text-decoration:none;
	color:#CCCCCC;
}

#productNav a:hover
{

	text-decoration:underline;
	color:#CCCCCC;
}

#productNav a:active
{
	text-decoration:none;
	color:#CCCCCC;
}