body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin:0;
	padding:0;
	background:url(../images/template_images/body_background.jpg) repeat-x #fff;
}

#container
{
	width:941px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

/*--------- header ------------*/

#header
{
	height:50px;
}

/*#logo
{
	float:left;
	width:290px;
	height:31px;
	margin:10px 0 0 0;
	padding:0;
}

#logo img
{
	margin:0 0 0 10px;
}

#main_menu
{
	float:right;
	width:640px;
	margin:10px 0 0 0;
}*/

#main_menu
{
	height:40px;
	padding:10px 0 0 0;
}
/*---------- page image ------------*/

#page_image
{
	width:941px;
	height:165px;
	line-height:0;
	margin:0;
	padding:0;
}

#page_image img
{
	width:941px;
	height:165px;
	margin:0;
	padding:0;
}

/*--------- content structure ------------*/

#content_wrapper
{
	padding:20px 0 0 0;
}

#page_content
{
	float:left;
	width:655px;
}


#sidebar
{
	float:right;
	width:265px;
	padding:0 0 0 20px;	
}

/*--------- page content ----------*/

#page_content h1
{
	font-size:29px;
	color:#aa3627;
	/*background:url(../images/template_images/h1_background.jpg) no-repeat bottom;*/
	border-bottom:2px solid #999;
	margin:0;
	padding:0 0 10px 0;
	letter-spacing:-1px;
}

#page_content a
{
	color:#aa3627;
}

#page_content a:hover
{
	color:#333;
}

/*--------- sidebar ----------*/

#sidebar h2
{
	/*background:url(../images/template_images/h2_background.jpg) no-repeat bottom left;*/
	border-bottom:2px solid #999;
	font-size:19px;
	margin:0;
	padding:0 0 5px 0;
	letter-spacing:-1px;
}

#sidebar a
{
	color:#aa3627;
}

#sidebar a:hover
{
	color:#333;
}

.sidebar_section
{
	padding:0 0 10px 0;
}

.latest_news
{
	margin:0;
	padding:0;
	list-style:none;
}

.latest_news li
{
	padding:10px 0 7px 0;
	font-weight:bold;
}

a.read_more
{
	font-size:11px;
	text-transform:uppercase;
	color:#aa3627;
	text-decoration:none;
	font-weight:bold;
}

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

#form_newsletter label
{
	font-weight:bold;
}

#name, #email
{
	background-color:#dadada;
	border:none;
	color:#aa3627;
}

.newsletter_field
{
	background-color:#dadada;
	margin:0 0 5px 0;
	padding:4px;
}

#form_newsletter_submit
{
	background-color:#aa3627;
	border:none;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 6px 5px 6px;
	color:#fff;
}

.sidebar_contact_info span
{
	font-size:18px;
}

/*--- news page ---*/

.news_listing ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.news_listing
{
	padding:10px 0 10px 0;
}

.headline
{
	font-weight:bold;
}

/*------- products page -------*/

#product_listings
{
	padding:10px 0 0 0;
}

.product_listing
{
	width:130px;
	height:180px;
	float:left;
	margin:0 10px 10px 0;
}

.product_image_wrapper img
{
	border:5px solid #cccccc;
	width:120px;
	height:110px;
}

.product_listing_info
{
	text-align:center;
	padding:3px 0 0 0;
	font-weight:bold;
}

.product_listing_info a
{
	text-decoration:none;
	font-size:16px;
	letter-spacing:-1px;
}

/*-------footer -------*/


#footer_wrapper
{
	clear:both;
	background-color:#313133;
	color:#bAb9b7;
	padding:8px 0 8px 0;
	font-size:12px;
	margin:10px 0 0 0;
}

#footer
{
	width:941px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}

#footer_left
{
	width:600px;
	float:left;
}

#footer_right
{
	width:265px;
	float:right;
}

#footer a 
{
	color:#D3D2D1;
}

#footer a:hover
{
	color:#8f8f8f;
}

.grey_border
{
	border: 5px solid #CCCCCC;
}

/*downloads*/

.download_list
{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

.download_list li
{
	padding:0 0 8px 0;
}

.download_thumb
{
	border:none;
	width:30px;
	vertical-align:middle;
	padding:0 5px 0 0;
}

