/* =========================================================== */
/* ********************  GENERAL STYLING  ******************** */
/* =========================================================== */

html{
	height:100%;
}

body{
	margin:auto;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:100%;
	font-size:11px;
	min-width:986px;
	background-image: url("/images/background.jpg");
	background-repeat: repeat-x;
	background-color: #9BCADA;
}

h1{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	color:#888888;
	font-size: 20px;
	font-weight: bold;
}

h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#22B5E1;
	font-size:12px;
	font-weight:bold;
}

#outer{
	margin:0px auto;
	width:986px;
	position:relative;
	z-index:1;
}

.cleardiv{
	clear:both;
}

input{
	border:1px solid #7D7D7D;
	height:16px;
	font-size:12px;
}

textarea{
	border:1px solid #7D7D7D;
	font-size:12px;
}

.button{
	padding:0px 0px 0px 0px;
	border:1px solid #7D7D7D;
	height:16px;
	background-color:#F1FADF;
	cursor:pointer;
	text-align:center;
}

.errormessage
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:red;
}

.error
{
	color:red;
}

.success
{
	color:#22B5E1;
}

.submit{
	padding:2px 5px 0px 5px;
	background-image: url("/images/button-blue.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16px;
	display: table;
	width:auto;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

/* =========================================================== */
/* ***********************  SIDEBLOCK  *********************** */
/* =========================================================== */

.sideblock{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:20;
}

.sideblock_header{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/block-title.png',sizingMethod='image');
	height: 46px;
	width:201px;
}

.sideblock_header[class]{
	background-image: url("/images/block-title.png");
}

.sideblock_header_title{
	margin:3px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color: #c1c0c0;
	float:left;
}

.sideblock_header_subtitle{
	margin:-4px 8px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color: #c1c0c0;
	float: right;
}

.sideblock_logo_gears{
	margin:0px 0px 0px 9px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/gears.png");
	height: 31px;
	width:43px;
	float:left;
}

* html .sideblock_logo_gears{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gears.png',sizingMethod='image');
	margin:0px 0px 0px 5px;
}

.sideblock_logo_newsletter{
	margin:-1px 0px 0px 9px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/newsletter.png");
	height: 32px;
	width:34px;
	float:left;
}

* html .sideblock_logo_newsletter{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/newsletter.png',sizingMethod='image');
	margin:0px 0px 0px 5px;
}

.sideblock_logo_news{
	margin:0px 0px 0px 9px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/news.png");
	height: 30px;
	width:37px;
	float:left;
}

* html .sideblock_logo_news{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/news.png',sizingMethod='image');
	margin:0px 0px 0px 5px;
}

.sideblock_contenttop{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/block-back-top.png");
	height: 4px;
	width:200px;
}

* html .sideblock_contenttop{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/block-back-top.png',sizingMethod='image');
}

.sideblock_contentmid{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/block-back-mid.png");
	background-repeat: repeat-y;
	width:200px;
	border:0px solid red;
}

.sideblock_contentmid table{
	margin:5px 0px -7px 8px;
	padding:0px 0px 0px 0px;
	width:180px;
}

* html .sideblock_contentmid table{
	margin:5px 0px 0px 8px;
}

.sideblock_contentmid tr{
	vertical-align: middle;
	height:12px;
}

.sideblock_contentmid td{
	text-align: left;
}

.sideblock_contentmid td a{
	text-decoration:none;
	color:#000000;
}

.sideblock_divider{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 1px;
	width:180px;
	border-top:1px solid #EAECEA;
}

.sideblock_contentbot{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/block-back-bot.png");
	height: 20px;
	width:200px;
}

* html .sideblock_contentbot{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/block-back-bot.png',sizingMethod='image');
}

/* =========================================================== */
/* ***********************  PAGEHEAD  ************************ */
/* =========================================================== */

#header{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/header-logo.png");
	background-repeat:no-repeat;
	background-position: top left;
	height: 140px;
	width:986px;
	border:0px solid red;
}

* html #header{
	background-image:none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header-logo.png',sizingMethod='image');
}

#headerlogo{
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	float:left;
	height: 105px;
	width:145px;
	border:0px solid green;
	cursor:pointer;
}

#headercontact{
	margin:15px 0px 0px 636px;
	padding:0px 0px 0px 0px;
	float:left;
	border:0px solid blue;
}

* html #headercontact{
	margin:15px 0px 0px 380px;
}

#headercontact td{
	font-size:14px;
	color:#A2A2A2;
	font-weight:bold;
	text-align:right;
}

#headertabs{
	margin:22px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	list-style-type: none
}

* html #headertabs{
	margin:22px 10px 0px 0px;
}

#headertabs li{
	display: block;
	float:left;
	height: 30px;
	width:139px;
	margin:0px 5px 0px 0px;
	padding:8px 0px 0px 0px;
	position:relative;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.tab{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/tab.jpg");
	cursor:pointer;
	color:white;
	
}

.tab a{
	color:white;
	text-decoration:none;
}

.tabselected{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/tabselected.jpg");
	color:#7E7E7E;
}

.tabselected a{
	color:#7E7E7E;
	text-decoration:none;
}

#subheader{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/mainbackground-top.jpg");
	height: 14px;
	width:986px;
}

/* =========================================================== */
/* ***********************  TOPBANNER  *********************** */
/* =========================================================== */

#banner{
	margin:0px 0px 10px 18px;
	padding:0px 0px 0px 0px;
	height: 134px;
	width:944px;
	border:1px solid #22B5E1;
	background-color:white;
	overflow:hidden;
}

#bannerleft{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 134px;
	width:292px;
	float:left;
}

#bannermid{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 134px;
	width:360px;
	float:left;
}

#bannerright{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 134px;
	width:292px;
	float:left;
}

.banner_web_active{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_web_active.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#22B5E1;
}

.banner_web_inactive{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_web_inactive.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#C9EDF8;
}

.banner_ecom_active{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_ecom_active.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#22B5E1;
}

.banner_ecom_inactive{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_ecom_inactive.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#C9EDF8;
}

.banner_mark_active{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_mark_active.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#22B5E1;
}

.banner_mark_inactive{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_mark_inactive.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#C9EDF8;
}

.banner_cms_active{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_cms_active.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#22B5E1;
}

.banner_cms_inactive{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/banner_cms_inactive.jpg");
	height: 67px;
	width:292px;
	cursor:pointer;
	color:#C9EDF8;
}

.banner_title{
	margin:0px 0px 0px 75px;
	padding:7px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

.banner_desc{
	margin:0px 0px 0px 75px;
	padding:0px 0px 0px 0px;
	color:#949494;
	font-size:12px;
	font-weight:bold;
}

/* =========================================================== */
/* ***********************  PAGEBODY  ************************ */
/* =========================================================== */

#pagebodycontent{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:986px;
	min-height:720px;
	background-image:url("/images/mainbackground-filler.jpg");
	background-repeat: repeat-x;
	background-color:white;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	z-index:2;
}

/* =========================================================== */
/* ***********************  BODYLEFT  ************************ */
/* =========================================================== */

#bodyleft{
	margin:10px 0px 0px 17px;
	padding:0px 0px 0px 0px;
	border:0px solid black;
	width:201px;
	float:left;
}

* html #bodyleft{
	margin:10px 0px 0px 9px;
}

/* =========================================================== */
/* ********************  BODYCONTENT  ************************ */
/* =========================================================== */

#bodycontent{
	margin:11px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	border:0px solid black;
	width:510px;
	float:left;
}

#bodycontenttop{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/content-back-top.jpg");
	background-repeat: no-repeat;
	background-position:top left;
	height: 9px;
	width:510px;
}

* html #bodycontenttop{
	height:9px;
}

#bodycontentmid{
	margin:0px 0px 0px 0px;
	padding:5px 15px 0px 15px;
	background-image: url("/images/content-back-mid.jpg");
	background-repeat: repeat-y;
	width:480px;
	text-align:justify;
	line-height: 16px;
}

* html #bodycontentmid{
	margin:-4px 0px 0px 0px;
}

#bodycontentmid ul{
	margin:5px 0px 0px 0px; 
}

#bodycontentmid ul li{
	margin:0px 0px 0px -10px; 
}

#bodycontentbot{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url("/images/content-back-bot.jpg");
	height: 9px;
	width:510px;
}



/* =========================================================== */
/* ***********************  BODYRIGHT  *********************** */
/* =========================================================== */

#bodyright{
	margin:10px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	border:0px solid black;
	width:201px;
	float:left;
	position:relative;
	z-index:5;
}

* html #bodyright{
	margin:10px 0px 0px 15px;
}

/* =========================================================== */
/* *********************  NEWSLETTER BLOCK  ****************** */
/* =========================================================== */

#newsletter_section{
	width:180px;
	margin:0px 10px 0px 10px;
	padding:5px 10px 0px 0px;
	height:105px;
}

* html #newsletter_section{
	width:180px;
}

#newsletter_text{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#newsletter{
	width:180px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}

#newsletter_message{
	width:180px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:25px;
	float:right;
}

#newsletter_submit{
	margin:5px 0px 0px 0px;
	float:right;
}

/* =========================================================== */
/* ***********************  PROJECTS  ************************ */
/* =========================================================== */

.project{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.projectleft{
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}

.projectright{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.projectdesc{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
}

.projecturl{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.projecturl a{
	color:#22B5E1;
	text-decoration:none;
}



/* =========================================================== */
/* ************************  CONTACT  ************************ */
/* =========================================================== */

#contactleft{
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 0px;
	width:200px;
	float:left;
}

#contactright{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#name{
	width:250px;
}

#company{
	width:250px;
}

#email{
	width:250px;
}

#phone{
	width:150px;
}

#message{
	width:250px;
	height: 150px;
}

#contact_submit{
	margin:5px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	height:23px;
	border:0px;
	background-color:white;
}

#contactmessage{
	width:253px;
	border:0px solid red;
}

/* =========================================================== */
/* **********************  PAGEFOOTER  *********************** */
/* =========================================================== */

#pagefooter{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:986px;
}

#copyright{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:986px;
	text-align:center;
	color:#A3D8E8;
	font-weight:bold;
}

#footermenu{
	margin:2px 0px 0px 20px;
	padding:3px 0px 0px 0px;
	width:947px;
	height:28px;
	background-image:url("/images/footer-back.jpg");
	background-repeat: no-repeat;
	text-align:center;
	color:#A2A2A2;
}

#footermenu a{
	color:#A2A2A2;
	text-decoration:none;
}

