/* ASP CSS v1.0
Created on 08.30.06 */

body {
	background-color: #520306;
	text-align:center;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 22px;
	font-size: 11px;
	}
img {
	border: 0;
}
p {
	margin: 0 0 8px 0;
	padding: 0;
	}
h1 {
	margin:0;
	padding:0;
	color: #000;
	font-size: 22px;
	}	
h2 {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	}
h3 {
	margin:0;
	padding: 0;
	font-weight:bold;
	font-size: 13px;
	}
a:link, a:visited {
	color: #B21E24;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* main css
--------------------------------------------------------------------- */
#wrapper {
	width: 855px;
	margin: 0 auto;
	text-align:left;
	background-color: #FFF;
	padding:0;
	color: #666;
	height: 100%;
	display:table;
	}
#header {
	height: 201px;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFF;
	}
#header .left {
	float: left;
	display: inline;
	}
#logo {
	height: 193px;
	background-color: #EBEBEB;
	width: 111px;
	float:left;
	display:inline;
	margin: 0 10px 0 10px;
	}
	
#content {
	padding: 20px;
	}
#content .content {
	float: right;
	width: 563px;
	}
#sidebar {
	width: 227px;
	
	}
#sidebar .txt {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 8px 0;
	margin: 8px 0;
	}
#sidebar a:link, #sidebar a:visited {
	color: #E62928;
	}
#sidebar a:hover, #sidebar a:active {
	color: #000;
	}
/* nav
--------------------------------------------------------------------- */

#topnav {
	float:left;
	width: 111px;
	}
#topnav a {
	height:18px;
	float: left;
	text-decoration: none;
	text-indent: -1000px;
	overflow: hidden;
	}
#topnav a:link, #topnav a:visited {
	color: #FFF;
	}
#topnav a:hover {
	background-position: 0 -18px;
	}
#top_home {
	width: 111px;
	background: url(../images/nav_home.gif) 0 0 no-repeat;
	}
#top_about {
	width: 111px;
	background: url(../images/nav_about.gif) 0 0 no-repeat;
	}
#top_products {
	width: 111px;
	background: url(../images/nav_products.gif) 0 0 no-repeat;
	}
#top_contact {
	width: 111px;
	background: url(../images/nav_contact.gif) 0 0 no-repeat;
	}
/* Inset box
--------------------------------------------------------------------- */
.inset_box {
	border: 1px solid #E5E5E5;
	background-color: #F1F1F1;
	padding: 8px 18px 8px 18px;
	margin: 0 0 20px 0;
	}
.li {
	margin: 8px 0;
	padding-left: 14px;
	background: url(../images/bullet.gif) 0 6px no-repeat;
	font-weight:bold;
	}
/* footer
--------------------------------------------------------------------- */
form {
	padding:0;
	padding-top:10px;
	margin:0;
}
label {
	font-size:12px;
	float: left;
	color:#666;
	padding: 0;
	margin: 0;
	width:115px;
	text-align:right;
	margin-right:3%;
}
textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.submit {
	padding: 0  0 0 135px;
	}
/* footer
--------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	clear:both;
	color: #666;
	padding: 4px 0px 35px 0px;
	border-top: 1px solid #E5E5E5;
	text-align:right;
	margin: 30px 20px 0 20px;
	}
#footer a {
	color: #666;
	}

/* Common CSS
--------------------------------------------------------------------- */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearRight {
	clear:right;
}
.clearLeft {
	clear:left;
}
.imgRight {
	float:right;
	margin: 0px 0px 15px 15px;
}
.imgLeft {
	float:left;
	margin: 0px 15px 15px 0px;
}
.center_txt {
	text-align:center;
	}
.home_inset {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 8px 0;
	width: 150px;
	float: left;
	}
.home_inset p {
	line-height: 16px;
	}