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

body {
	margin: 0;	padding: 0;
	background: #F3F3F3 url(../images/conf_bg.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #4b6590;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { border: none; }
h1 {
	font-size: 30px;
	color: #777;
	margin-top: 10px;
}
#content h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}
h2 {
	font-size: 16px;
	color: #888;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
	color: #999;
}
h4 {
	font-size: 14px;
	color: #AAA;
	margin-bottom: 12px;
}
h5 {
	font-size: 12px;
	color: #777;
	margin-bottom: 12px;
}
p { 
	color: #666;
	line-height: 18px;
	margin: 0 0 18px 0;
	font-size: 12px;
}
blockquote {
	margin: 0 15px;	
	color: #69C;
	font-size: 16px;
	line-height: 20px;
	background: url(../images/quote_left.gif) 0% 20% no-repeat;
	padding: 10px 40px;
}
span.quotes {
	display: none;	
}
ul {
	margin-bottom: 18px;
}
li {
	color: #666;
	line-height: 20px;
	font-size: 12px;
}

/* Begin Content */
div#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

/* Header */
div#header {
	margin-top: 15px;
	width: 940px;
	height: 120px;
	position: relative;
}
a#logo {
	width: 483px;
	height: 92px;
	display: block;
	background: url(../images/conf_logo.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 5px; left: -20px;
	overflow: hidden;
}
img#slogan {
	float: right;
	margin: 40px 30px 0 0; 
	display: inline;
}
ul#nav {
	position: absolute;
	top: 63px;
	right: 0px;
	list-style: none;
	margin: 20px 15px 0;
	text-align: right;
}
ul#nav li {
	display: inline;	
	font: bold 14px Arial, Helvetica, sans-serif;
}
ul#nav li a {
	float: left;
	color: #999;
	text-decoration: none;
	padding: 10px 10px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background-color: #FFF;
	margin-left: 5px;
	position: relative;
	z-index: 2;
}
ul#nav li a:hover {
	color: #4b6590;		
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
body#about a#about_tab,
body#services a#services_tab,
body#manufact a#manufact_tab,
body#sales a#sales_tab,
body#products a#products_tab,
body#contact a#contact_tab {
	z-index: 3;
	padding-bottom: 11px;
	position: relative;
	color: #4B6590;
}
/* End Header */

/* Building Image on Index */
img#building {
	border: 3px solid #999;
	clear: both;
	float: left;
	position: relative;
}

/* Begin Main Content */
div#main {
	float: left;
	width: 938px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	z-index: 1;
	position: relative;
	/*-moz-border-radius: 0px 0px 5px 5px;
	 padding-bottom: 5px; */
}
div#index a, div#content a { font-weight: bold; }
/* This CSS only used on the index page, the rest uses #content */
div#index, div#content {
	background-color: #FFF;
	width: 650px;
	padding: 10px 20px 30px;
	float: left;
	min-height: 520px;
	display: inline;
	z-index: 2;
	position: relative;
	border-right: 1px solid #D9D9D9;
}
#index h1 {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #E8E8E8;
	background: url(../images/question_mark.png) top right no-repeat;
}
#index h2 {
	margin-top: 40px;	
}
span.conf {
   font-style: italic;
   color: #4B6590;
}
ul#featured {
	list-style: none;
	padding-left: 0; margin-left: 0;
}
ul#featured li {
	float: left;
	margin-right: 20px;
	width: 110px;
	text-align: center;
}
img.thumb {
	border: 3px solid #B4B4B4;	
}
p.more {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	margin-top: 20px;
}
div#sidebar {
	width: 207px;
	float: right;
	padding: 10px 20px;
	display: inline;
	background-color: #FFF;
	margin: 20px 0 0 0;
}
#sidebar h2 {
	font-size: 21px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
ul#news {
	margin-left: 10px; padding-left: 10px;	
}
ul#news li {
	margin-bottom: 10px;
	font-weight: bold;
}
/* End Main Content */

/* Footer */
div#footer {
	float: left;
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	width: 940px;
}
ul#bott_nav {
	list-style: none;
	float: left;
	width: 60%;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
}
ul#bott_nav li {
	display: inline;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
ul#bott_nav li a {
	color: #999;
	text-decoration: none;
}
ul#bott_nav li a:hover {
	text-decoration: underline;	
}
p#copyright {
	float: right;
	margin: 0 20px 0 0;
	font-size: 13px;
	display: inline;
}
