/**
 * main.css
 * 
 * this css file contains styles used throughout the website. Also styles for the main includes are found here.
 *
 */

/* general styles */ 
 
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #418b9b;
}

a:visited {
	color: #3a7884;
}

a:hover {
	text-decoration: underline;
}

img.img_link {
	border: 0;
}

div#page {
	width: 955px;
	margin: 0px auto;
}

textarea {
	overflow: auto;
}

div#header {
	float: left;
	border-top: 4px solid #ababab;
	width: 955px;
	height: 52px;
	position: relative;
	z-index: 1;
}

div.clear {
	clear: both;
}

div#logo {
	padding-right: 10px;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 200px;
	height: 121px;
	z-index: 1000 !important;
}

div#main {
	float: left;
	width: 955px;
}

div.page_header {
	width: 684px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial;
	color: #414141;
	padding-top: 19px;
	padding-left: 17px;
	margin-bottom: 15px;
	background: url('/img/main/page_header2.gif') no-repeat;
}

div#right_col {
	float: right;
	width: 701px;
	margin-top: 100px;
}

div#promo {
	position: relative;
	float: left;
	width: 701px;
	height: 267px;
	margin-bottom: 20px;
}

img.promo_banner {
	position: absolute;
	top: -31px;
	left: 0px;
	cursor: pointer;
	border: 0;
}

img.banner_img {
	position: absolute;
}

div#right_col h1 {
	background: url('/img/main/h1_border_bottom.gif') left bottom repeat-x;
	padding-bottom: 5px;
	font-size: 19px;
	color: #464646;
}

div#right_col h2 {
	font-size: 15px;
	color: #418b9b;
}

div#right_col h3 {
	font-size: 13px;
	color: #418b9b;
}

div#left_col {
	float: left;
	width: 220px;
	margin-left: 14px;
	margin-top: 100px;
	display: inline;
}

div.news_nav {
	font-weight: bold;
}

div.news_nav span.orange {
	color: #fdb058;
}

div#news_top {
	background: url('/img/news/news_top.gif') no-repeat;
	width: 219px;
	height: 9px;
	font-size: 1px;
}

div#news_bottom {
	background: url('/img/news/news_bottom.gif') no-repeat;
	width: 219px;
	height: 9px;
}

div#news {
	background: url('/img/news/news_bg.gif') repeat-y;
	padding: 20px 25px 40px 18px;
	width: 178px;
}

div.news_item {
	background: url('/img/news/sep.gif') left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

div#news h1 {
	color: #addfe8;
	font-size: 21px;
	font-weight: bold;
}

div#news h2 {
	background: url('/img/news/news_item_bg.gif') left top repeat-y;
	color: #fff;
	font-size: 11px;
}

div#news div.more {
	float: right;
}

div.more a, div.more a:active, div.more a:link, div.more a:visited, div.more a:hover {
	color: #fdb058;
	font-weight: bold;
}

div#right_col ul {
	margin-top: 0px;
}

li.bold_blue {
	color: #478fa1;
	font-weight: bold;
}

div#right_col li {
	list-style-image: url('/img/main/li.gif');
}

div#product_display {
	width: 700px;
}

div.product_img_home {
	float: left;
	width: 150px;
	height: 170px;
	padding-top:50px;
	padding-right: 25px;
}

div.product_info ul {
	float: right;
	margin-left: 0px;
	padding-left: 15px;
}


div.right_container {
	float: right;
	width: 150px;
	height: 162px;
	padding: 18px;
	padding-top: 0px;
	margin-left: 50px;
	display: inline;
	background: url('/img/main/2tone_border_vertical.gif') repeat-y top left;
}

/* FOOTER */

div#footer, div#separator {
	margin-top: 10px;
	padding-top: 3px;
	background: url('/img/main/2tone_border.gif') left top repeat-x; 
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
}

div#footer a {
	font-size: 10px;
}

/* PRODUCTS */

img.header_img {
	margin-bottom: 20px;
}

img.product_image {
	float: right;
	padding-left: 4px;
}

div.product_img {
	width: 700px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

/** SUPPORT */

div.faq_img {
	text-align: center;
}

/** PARTNERS */
div.partner, div.customer {
	width: 700px;
	height: 80px;
}

div.partner_logo, div.partner_info, div.customer_logo, div.customer_info {
	float: left;
	width: 270px;
	padding-left: 70px;
}

div.partner_info, div.customer_info {
	padding-top: 10px;
}

div.partner_logo, div.customer_logo {
	width: 200px;
	padding-left: 120px;
}

img.partner_img, img.customer_img {
}

/** CONTACT **/
div#form {
	float: left;
	padding-left: 50px;
	padding-right: 100px;
}

div#info {
	float: left;
}

input, textarea {
	border: 1px inset #418b9b;
	padding: 2px;
	color: #418b9b;	
}

input.submit {
	border: 1px outset #418b9b;
	background-color: #ffffff;
	color: #418b9b;	
}

/** PDF DOWNLOADS **/
div.pdf_download, div.pdf_terms {
	float: left;
	height: 26px;
	background: url('/img/main/pdf.jpg') left top no-repeat;
	padding: 22px 10px 0px 55px;
	margin: 5px 0px 15px 10px;
	display: inline;
}

div.pdf_terms {
	margin-left: 50px;
}

div.pdf_download a {
	font-weight: bold;
	color: inherit;
}

