@charset "utf-8";

*
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
}

body
{
	background: #C5C5C5 url(../images/background_main.png) repeat-x scroll 0 0;
}

a
{
	text-decoration:none;
	color:#981039;
	text-transform:uppercase;
	font-weight:bold;
}

#MainFlash
{
	width:auto;
	height:250;
}

#LeftContent
{
	width:405px;
	float:left;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	font-size:10px;
}

#RightContent
{
	width:385px;
	float:right;
	padding-top:12px;
	padding-left:30px;
	padding-right:10px;
	overflow:hidden;
}

/* NEWS ROTATION NAVIGATION CONTROLS */
ol#controls{
	margin:1em 0;
	padding:0;
	height:16px;	
	}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:16px;
	line-height:16px;
	}
ol#controls li a{
	float:left;
	height:16px;
	line-height:16px;
	border:1px solid #ccc;
	background:#faeabf;
	color:#555;
	padding:0 5px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#8C2245;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* --END-- NEWS ROTATION NAVIGATION CONTROLS --END-- */

#RightContentHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#8c2245;
	text-transform:uppercase;
	padding-bottom:5px;
	overflow:hidden;
}

#ProductButtonsLeft
{
	width:142px;
	float:left;	
	padding-top:3px;
	padding-left:15px;
}

#ProductButtonsLeft img
{
	padding-top:0px;
	cursor:pointer;
}

#ProductButtonsRight
{
	width:142px;
	float:right;
	padding-top:3px;
	padding-right:55px;
}

#ProductButtonsRight img
{
	padding-top:0px;
	cursor:pointer;
}

#NewsTicker
{
	width:850px;
	height:35px;
}

#Footer
{
	color:#555;
	clear:both;
	font-size:9px;
	margin-top:12px;
	padding-top:8px;
	text-align:center;
	background:url(../images/productpages/Bottom_Bar.gif) no-repeat;
	padding-bottom: 8px;
}

#Wrapper
{
	width:850px;
	height:600px;
	position:relative;
	margin:auto;
	background: #FFF url(../images/background.png) no-repeat scroll 0 0;
}

#clear{
	clear:both;
}

.clear
{
    clear:both;
}
