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

body, html {margin: 0; padding: 0;}

body {
	background: #8B908C url(images/body_bg.jpg);
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #bcbdbe;
	}

p {}
a {color: #f73548;}
a:hover {color: #fff;}

h1, h2, h3 {
	color: #ffffff;
	}

h1 {
	margin: 12px 0px;
	font-size: 2.4em;
	padding-bottom: 2px;
	}
h2 {
	font-size: 1em;
	margin-bottom: -10px;
	margin-top: 15px;
	}
h3 {
	font-size: 1.5em;
	margin-bottom: 0px;
	margin-top: 15px;
	}
h4 {}
h5 {}

hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: transparent;
	}

.clear {clear: both;}
.right {
float: right;
margin: 10px 0px 10px 10px;
}

ul {
	margin: 0px; 
	padding: 5px 15px 10px 15px;
	}


/* -----------------
SECTIONS
--------------------*/

#container {
	width: 722px;
	background: #fff url(images/header_bg.jpg) top left no-repeat;
	margin: 80px auto;
	}

#leftcol {
	float: left;
	width: 170px;
	padding: 6px;
	}	

#products {
	background: #85091E url(images/products_bg.gif) no-repeat;
	xclear: left;
	height: 90px;
	width: 148px;
	margin-top: 230px;
	padding: 40px 13px 10px 13px;
	color: #fff;
	}

#profile {
	background: #5B010F url(images/profile_bg.gif) no-repeat;
	xclear: left;
	height: 90px;
	width: 148px;
	margin-top: 8px;
	padding: 40px 13px 10px 13px;
	color: #fff;
	}

#rightcol {
	padding-top: 5px;
	padding-left: 5px;
	}
	
#pics {
height: 120px;
}	

#content {
	xmargin-top: 120px;
	margin-left: 185px;
	background: #1f2024 url(images/about_top.gif) top left no-repeat;
	width: 505px;
	padding: 10px 10px 0px 10px;
	min-height: 378px;
border-bottom: 1px solid #1f2024 ;
	}

#about_bottom {
	margin-right: 7px;
	margin-bottom: 8px;
	float: right;
	}

#footer {
	background: url(images/footer_bg.gif) top center no-repeat;
	height: 38px;
	padding: 5px 30px;
padding-left: 125px;
	xtext-align: right;
	clear: both;
	font-size: 10px;
	}	

.content-section {
	width: 234px;
	float: left;
	margin: 8px;
	height: 153px;
	}

.widecol {
padding: 5px;
}

.title {padding: 10px 0px 0px 7px;}

.bottompics {
float: right;
margin-right: 8px;
margin-bottom: 8px;
}

.bottompics_left {float: left;
margin-top: 2px;
}