/* 
******************************************************************* 
 
Title:			template.css 
Browser(s):		Safari, Firefox, IE7 
 
Author:			Andy Davis (adavis@raddsigns.com) 
Version:		v1.0 
Last modified:	10.07.2008 
 
******************************************************************* 
*/ 
 
/* reset.css */ 
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0; 
	padding:0; 
	border:0; 
	font-weight:inherit; 
	font-style:inherit; 
	font-size:100%; 
	font-family:inherit; 
	vertical-align:baseline; 
}

a
{
  outline: none;
}

a:active
{
  outline: none;
}

.home-page {

}


#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 940px;
	position: relative;
	margin-bottom: 15px;
}

#main-content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	clear: both;
	position: relative;
	z-index: 1;
}

#main-banner {
	width: 940px;
	height: 300px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#main-banner a {
	display: block;
	width: 940px;
	height: 300px;
}

.btn-more-info-banner a {
	display: block;
	width: 110px!important;
	height: 26px!important;
	background: url(../images/btn-more-info-banner.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: -26px;
}

.btn-more-info-banner a:hover {
	background-position: -110px 0;
}

#sub-boxes {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
}

.clear {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

#company-info {
	position: relative;
	top: -5px;
	/*background: url(../images/company-logo.png) no-repeat;*/
	/*height: 68px;*/
	clear: both;
}

#company-info p {
	position: relative;
	top: 22px;
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height: 15px;
	color: #666;
	margin-left: 15px;
}
	
/*  PRODUCT PAGES  */

.sub-page {
	background: url(../images/sub-page-content-bg.png) repeat-y; 
}

#left-column {
	width: 300px;
	float: left;
	background-color: #0b0f11;
}

#right-column {
	width: 622px;
	float: left;
	margin-left: 18px;
	background-color: #0b0f11;
}

#single-column {
	background-color: #0b0f11;
	width: 940px;
}

#tab-box ul {
	margin-bottom: 10px;
}

#tab-box ul li {
	font-family: Arial;
}