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

body {
	background: #004db1 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
#logo {
	margin: auto;
	width: 960px;
	position: relative;
	height: 15px;
	line-height: 15px;
	z-index: 3;
}
#logo img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#ribbon {
	background: #D51820 url(images/ribbon.png) repeat-x;
	height: 65px;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	z-index: 2;
}
#ribbon #nav {
	position: absolute;
	left: 160px;
	top: 0px;
	z-index: 99;
	text-align: left;
	width: 600px;
}
#ribbon #search {
	position: absolute;
	top: 0px;
	right: 80px;
	text-align: right;
	z-index: 2;
	width: 150px;
}
#ribbon #social {
	float: right;
	position: absolute;
	top: 23px;
	right: 0px;
}

#ribbon a {
	color: #FFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}
#ribbon a:hover {
	background: #333366;
}
#ribbon ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	white-space: nowrap;
}
#ribbon ul li {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 8px;
	margin-left: 8px;
	white-space: nowrap;
	background: #990033;
	border: 1px solid #e68b8f;
}
#ribbon li ul {
	background: #333366;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: none;
	border-top-style: none;
}
#ribbon li li {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	white-space: nowrap;
	background: Transparent;
	border-style: none;
}
#ribbon li li a {
	background: Transparent;
	border-style: none;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 5px;
}
#ribbon li li a:hover {
	color: #6CF;
	border-style: none;
}
#ribbon li:hover {
	background: #333366;
	border: 1px solid #80b1e1;
}
#ribbon li:hover ul {
	display: block;
}
#ribbon li li:hover {
	background: Transparent;
	border-style: none;
}
#ribbon #search ul {
}
#ribbon #search ul li {
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
#header {
	background: url(images/ribbon_shadow.gif) repeat-x;
	height: 155px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
#header #name {
	position: absolute;
	left: 185px;
	top: 20px;
	z-index: 1;
}
#header #banner {
	height: 155px;
	width: 430px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}
#main {
	margin: auto;
	width: 960px;
	background: #FFF url(images/main_back.png) repeat-y;
	text-align: left;
}
#main #top_shadow {
	display: block;
}
#main #bottom_shadow {
	display: block;
}
#main #frame_holder {
	margin-right: 10px;
	margin-left: 10px;
}
#main #left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	padding-left: 15px;
}
#main #left a {
	color: #990033;
	text-decoration: none;
}
#main #left a:hover {
	text-decoration: underline;
}
#main #left .box_header {
	background: url(images/left_headbar.png) no-repeat;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-indent: 5px;
	position: relative;
}
#main #left .box_header img {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
}
#main #left .box {
	background: #eeeeee;
	font-size: 14px;
	line-height: 20px;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: 10px 10px 1px;
}
#main #left .box_bottom {
	margin-bottom: 15px;
}
#main #content {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	float: right;
	width: 700px;
	padding-right: 15px;
}
#main #content .box_header {
	background: url(images/content_headbar.png) repeat-x;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent:5px;
}
#main #content .box {
	background: #EEE;
	border-right: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	padding: 10px 10px 1px;
}
#main #content p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
}
#main #content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}
#main #content h2 {
	font-size: 16px;
	color: #900;
}
#main #content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#main #content a {
	color: #990033;
	text-decoration: none;
}
#main #content a:hover {
	text-decoration: underline;
}
#main #content #home_banner {
	float: right;
	margin-left: 20px;
	height: 450px;
	width: 150px;
}
#main #content .contact_box {
	background: #666;
	padding: 5px;
	color: #FFF;
	margin-bottom: 15px;
	width: 275px;
}
#main #content .contact_email {
	float: right;
	font-size: 12px;
	background: #CCC;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px dotted #999;
}
#main #content .header_row {
	font-weight: bold;
	color: #FFF;
	background: #666;
	padding: 3px;
}
#main #content .subbox {
	background: #E9E9CE url(images/subbox_back.png) repeat-x;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #c4c5a6;
}
#main #content .subbox_logo {
	text-align: left;
	float: left;
	width: 225px;
}
#main #content .subbox_logo img {
	margin-bottom: 10px;
}
#main #content .subbox_info {
	float: left;
	width: 210px;
	margin-left: 15px;
	clear: left;
}
#main #content .subbox_info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main #content .subbox_info li {
	margin-bottom: 5px;
	position: relative;
}
#main #content .subbox_info li img {
}
#main #content .subbox_info .emphasis {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
	background: #FF0;
	padding: 2px;
	border: 1px solid #F60;
}
#main #content .subbox_products {
	float: right;
	width: 400px;
}
#main #content .subbox_products ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
#main #content .subbox_products li {
	display: block;
	float: left;
	width: 133px;
	font-size: 12px;
}
#main #content .subbox_head {
	height: 25px;
	background: url(images/content_headbar.png) center top;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 25px;
}
#main #content #logos {
	background: #FFF;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #C6C6C6;
}
#main #content #logos img {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	line-height: 24px;
	margin-bottom: 10px;
}
#footer a {
	color: #ffcc33;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #CCC !important;
	text-decoration: none !important;
	text-align: center;
	background: #666 url(http://www.webdesignsmallbusiness.com/images/credit_darkbg.png) no-repeat center 3px;
	float: right;
	white-space: nowrap;
	display: block;
	padding: 35px 5px 3px;
	margin-bottom: 5px;
	min-width: 140px;
	border-radius: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-shadow: 0 1px #333;
}
#credit:hover {
	color: #CCC !important;
	text-decoration: none !important;
	background-color: #006;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #003;
}
.center {
	margin: auto;
	width: 960px;
	height: 100%;
	position: relative;
}
.clear {
	clear: both;
	height: 0px;
}
.small {
	font-size: 11px;
	line-height: 16px;
}
.alert {
	font-weight: bold;
	color: #F00;
}

