﻿@charset "UTF-8";
/* =CALL LIBRARY */
	@import url('stylesheets/reset-min.css'); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 12pt "Verdana", Tahoma, Arial, Helvetica, sans-serif;
		color: #251963;
		background: #e4e4e4;
	}
	a{text-decoration: none;color: #251963;}
	a:hover{color: #e4e4e4;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px solid #251963;
	}
	ul.borderedlist li a{
	display: block;
	padding: 3px 0 0 2px;
	height: 26px;
	color: #251963;font-size: 12pt;
}
	ul.borderedlist li a:hover{background: #e4e4e4;color: #761D0B;}

/* =LAYOUT - the main layout styles */
	.container{
		width:100%;
		margin: 0em auto 2em auto;
		position: relative;
		overflow:hidden;bottom: -0.5em;}
	/* header layout */
	#header{
		height: 253px;
		background: #4a4841 url('images/top_bg.jpg') repeat-x 50% top;
		position: relative;
	}
	#navigation{
		position: absolute;
		right: 0;
		top:20px;
	}
	/* main area layout */
	#main{padding:24px 0 20px 0;}
	#leftcolumn{float: left;width:255px;}
	#center{float: left;width:500px;padding: 0 20px;}
	#rightcolumn{float: right;width:200px;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */
	
	
	
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	
	/* message and building pic */
	#banner{
		position: absolute;
		height: 125px;
font-weight: bold;
		padding:0 440px 0 7px;
		bottom: 0;
		font-size: 1.3em;
color: #761D0B;}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #e4e4e4;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;font-size: 11pt;}
	

	ul.leftbox{font-size: 10pt;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12pt}	
	/* center column */
	.article_wrapper h3{color: #761D0B; font-size:12pt;margin:10px 0;}
	.article_wrapper p{
	padding-bottom: 10px;
	font-size: 12pt;
	color: #251963;
}	
	/* right column */
	.rightbox_wrapper{
	background: #e4e4e4;
	padding: 10px;
	margin-bottom: 0px;
	width: 228px;
	overflow: hidden;
		color: #e4e4e4;margin-top: 10px;}
	.rightbox{border: 0px solid #251963;width:175px;overflow: hidden;padding-bottom:0px;}
	.product_image{ float: right;margin: 0px 0 0 0px;}
	.product_wrapper{float: right;width:175px;}
	.lastbox{margin:0;}
/* =BOTTOM */
	
	
/* =FOOTER */
	#footer{
		height: 37px;
		background: #4a4841 url('images/footer_bg.jpg') repeat 0 0;
		font-size: 8pt;
	}
	#footer a{color: #A39D97;}
	#designby{
		float: right;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	
