body
{
	margin:0px;	
	padding:0px;
	text-align:center;
	background-image:url("images/background.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

.wrapper
{
	width:664px;	
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/********************************************************
  HEADER
 ********************************************************/

.header
{
	width:664px;
	clear:both;
}

.header img
{
	border:0px;	
}

/*************************************************
 *
 *	STANDARD MENU CODE
 *
 ************************************************/

ul#primary 
{
	width						:	664px;	
	margin						:	0px;
	padding						: 	0px;
}

ul#primary li  
{
	display						:	inline;
	list-style					:	none;
	background-image			:	url("images/background_tab.jpg");
}

ul#primary a, ul#primary span, ul#primary a.current 
{
	width						:	126px;
	display						:	block;
	float						:	left;
	padding						:	10px 20px 10px 20px;
	text-align					:	center;
	font-family					:	Arial, Helvetica, sans-serif;
	font-weight					:	bold;
	font-size					:	95%;
	text-decoration				:	none;
	text-transform				:	uppercase;
	color						:	#5F6060;
	background					:	#FFFFFF;
	border-top					:	1px solid #DCDCDC;
}


ul#primary a:hover 
{
	color						:	#ED1C24;
	border-top					:	1px solid #ED1C24;
}

/********************************************************
  BODY
 ********************************************************/

.body
{
	float:left;
	clear:none;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}

.product
{
	width:422px;
	text-align:left; 
	float:left; 
	margin-right:10px;
}

.product img
{
	border						:	1px solid #DCDCDC;
	float						:	left;
	margin-right				:	10px;
	margin-bottom				:	10px;
}

a
{
	color:#ED1C24;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;	
}

.product form
{
	margin-top					:	20px;
	text-align					:	left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#000000;
}

.product form table th
{
	font-weight:bold;	
	width:100px;
	padding-bottom:10px;
}

.product form table td
{
	font-size:100%;
	padding-bottom:10px;
}

.product form table input, .product form table select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
}

.product form table select
{
	width:250px;
}

h1
{
	font-family:Tahoma, sans-serif;
	font-size:145%;
	text-align:left;
	margin:0px;
	margin-bottom:10px;
	color:#5F6060;
}

h2
{
	font-family:Tahoma, sans-serif;
	font-size:125%;
	text-align:left;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	color:#ED1C24;
}

p
{
	font-family:Tahoma, sans-serif;
	font-size:95%;
	color:#5F6060;
	text-align:justify;
	margin-top:0px;
	margin-bottom:10px;
	line-height:155%;
}

/********************************************************
  SIDEBAR
 ********************************************************/

.sidebar
{
	width:200px; 
	text-align:center; 
	float:left; 
	margin-left:22px;
	margin-bottom:15px;
}

.sidebar img
{
	border						:	1px solid #DCDCDC;
	width						:	200px;
}

.sidebar h2
{
	font-family:Tahoma, sans-serif;
	font-size:95%;
	text-align:center;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	color:#5F6060;
}

.sidebar form
{
	margin						:	0px;	
}

.sidebar form select
{
	width						:	200px;	
	font-family:Tahoma, sans-serif;
	font-size:95%;
	color:#000000;
}
 
/********************************************************
  NEWS
 ********************************************************/

.news
{
	float:left;
	clear:none;
	width:664px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}

.news img
{
	border						:	1px solid #DCDCDC;
	/*width						:	320px;*/
	float						:	left;
	margin-right				:	10px;
	margin-bottom				:	10px;
}

.news h2
{
	font-family:Tahoma, sans-serif;
	font-size:125%;
	text-align:left;
	margin:0px;
	margin-bottom:10px;
	color:#ED1C24;
}

/********************************************************
  FOOTER
 ********************************************************/

.footer
{
	width						:	664px;
	text-align:center;
	font-size:8pt;
	font-family: Arial, sans-serif;
	border-top					:	1px solid #DCDCDC;
	color:#5F6060;
	clear:both;
	padding-top:5px;
	margin-bottom:15px;
}

.footer a
{
	color:#5F6060;
	text-decoration:none;	
}

.footer a:hover
{
	text-decoration:underline;	
}