body
{
	background:url(../images/template_images/body_background.jpg) repeat-x top left #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin:0;
	padding:0;
	color:#000;
}

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

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

a
{
	color:#19355a;
}

a:hover
{
	color:#333333;
}

h1
{
	color:#002047;
	border-bottom:3px solid #002047;
	margin:0;
	padding:0 0 1px 0;
	font-size:18pt;
}

h2
{
	color:#002047;
	border-bottom:3px solid #002047;
	margin:0;
	padding:0 0 1px 0;
	font-size:14pt;
}

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

#header
{
	padding:15px 0 10px 0;
}

.logo
{
	border:none;
}

/*--------- main menu ------------*/

#main_menu
{
	display:block;
	margin:0;
	padding:0;
	height:30px;
	background:url(../images/template_images/main_menu_background.jpg) no-repeat left top;
}

#main_menu_list
{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	width:800px;
	float:left;
	height:30px;
}

#quick_contact_link
{
	width:120px;
	float:right;
	background:url(../images/template_images/email_link_background.jpg) no-repeat left center;
	padding:0 0 0 12px;
	margin:5px 0 0 0;
}

#quick_contact_link a
{
	text-decoration:none;
	font-weight:bold;
	color:#909090;
	font-size:11pt;
}

#quick_contact_link a:hover
{
	color:#fff;
}

/*#main_menu_list li
{
	float:left;
	background:url(../images/template_images/main_menu_list_background.jpg) no-repeat right center;
	padding:2px 10px 4px 10px;
}

#main_menu_list li.last
{
	background:none;
}

#main_menu_list li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#main_menu_list li a:hover
{
	color:#bebebe;
}

*/

/*--------- page banner ------------*/

#page_banner
{
	background-color:#fff;
	padding:8px 0 8px 8px;
	margin:15px 0 0 0;
}

.page_banner_home
{
	width:924px;
	height:227px;
}

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

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

#main_content
{
	width:700px;
	float:left;
}

#sidebar
{
	width:200px;
	float:right;
}

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

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

#form_newsletter label
{
	font-weight:bold;
}

#name, #email
{
	background-color:#fff;
	border:none;
	color:#333;
}

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

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

.sidebar_contact_info span
{
	font-size:16pt;
}

/*------ homepage content -------*/

#homepage_content
{
	margin:0;
	padding:0 0 30px 0;
	list-style:none;
}

#homepage_content li
{
	width:280px;
	float:left;
	padding:0 40px 0 0;
}

#homepage_content li.last
{
	padding:0;
}

.homepage_intro
{
	padding:10px 0 5px 0;
	height:80px;
}

.homepage_intro p
{
	margin:0;
	padding:0;
}

.learn_more_button
{
	display:block;
	color:#fff;
	font-weight:bold;
	width:108px;
	height:24px;
	background:url(../images/template_images/more_button_background.jpg) no-repeat left top;
	text-decoration:none;
	text-align:center;
	padding:6px 0 0 0;
}

.learn_more_button:hover
{
	color:#bebebe;
}

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

#footer
{
	display:block;
	margin:0;
	padding:6px 15px 0 15px;
	height:30px;
	background:url(../images/template_images/main_menu_background.jpg) no-repeat left top;
	color:#bebebe;
	font-weight:bold;
}

#footer a
{
	color:#bebebe;
}

#footer a:hover
{
	color:#fff;
}

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

#footer_right
{
	width:400px;
	float:right;
	text-align:right;
}

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

#products_list
{
	padding:20px 0 30px 0;
}

.product_listing
{
	display:block;
	padding:0 0 15px 0;
}

.product_image
{
	width:100px;
	border:3px solid #fff;
	float:left;
}

.product_image img
{
	width:100px;
}

.product_info
{
	width:580px;
	float:right;
}

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

.product_info ul li
{
	padding:0 0 4px 0;
}

.product_info ul li ul li
{
	display:inline;
	padding:0 6px 0 0;
	border-right:1px solid #666;
}

.product_info ul li ul li.last
{
	border:none;
}

.product_details_image
{
	float:right;
	width:200px;
	border:3px solid #fff;
	margin:10px 0 10px 10px;
}
