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

body, table, div, td, img, a, ul, li
	{
	margin:0;
	padding:0;
	border:none;
	}
	
body
	{
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#535353;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}

a
	{
	font-weight:bold;
	color:#333;
	
	}
	
a:hover
	{
	color:#666666;
	}
	



h2
	{
	font-size:16px;
	}

img.right
	{
	float:right;
	padding:5px 0 5px 5px;
	}
	
ol li
	{
	list-style-type:decimal;
	}
	
.left
	{
	float:left;
	}
	

.clear
	{
		float:none;
		clear:both;
	}
	

.bold
	{
	font-weight:bold;
	}
	
	
.wrapper
	{
	width:840px;
	margin:0 auto;
	}

ul,li
	{
	list-style-type:none;
	}
	
li
	{
	padding:3px 0;
	}
	
	
.header
	{
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	height:148px;
	width:840px;
	}
	
.contentwrapper
	{
	background-image:url(../images/bg-contentwrapper.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	padding:5px 10px 0 10px;
	}

.footer
	{
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	padding:50px 0 20px 0;
	}
.productTbl 
	{
	width:800;
	}
	
.productTbl td
	{
		padding:0 15px 0 0;
		vertical-align:top;
		width:200px;
	}




.partid
	{
		padding:5px 0;
	}
	
.title
	{
		font-size:12px;
		font-weight:bold;
	}
	
.prodImg
	{
		margin:0 10px 10px 0;
		border:1px solid #666;
	}
	
.playerWindow
	{
		float:left;
	}

.camberContent
	{
		float:left;
		width:400px;
	}
