/******************/
/* general styles */
/******************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana,helvetica,sans-serif; font-size:13px; color:#000;
	background-color:#FFF;
}

p {margin: 13px 0 13px 0;}

img {border: none;}

form {margin-bottom:0; margin-top:0;}

form table td {padding: 5px;}

input, textarea {font-family: verdana,helvetica,sans-serif; font-size:13px; color:#000;}

a {font-weight: normal; color:#06F; outline: none;}
a:link {text-decoration: underline; color:#06F;}
a:visited {text-decoration: underline; color: #06F;}
a:hover {text-decoration: underline; color: #C30;}


/* headline styles */

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #00468e;
	margin: 0 0 15px 0;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #00468e;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #00468e;
	margin-top: 25px;
	margin-bottom: 2px;
	border-bottom: 1px solid #CCC;
}


/* list styles */

ul {
	list-style: none;
	margin: 10px 0 10px 20px;
}

li {
	margin: 8px 0 8px 0;
}

ul.disc {list-style: disc; padding-left: 20px;}

ol {
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	}


/******************/
/* wrapper styles */
/******************/

div#wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


/*****************/
/* header styles */
/*****************/

div#header {
	border-bottom: 1px solid /*#E0E6FF*/ /*#00468e*/ #CCC;
	margin-bottom: 5px;
}


/************/
/* main div */
/************/

div#main {
	padding: 10px;
}


/************/
/* left_nav */
/************/

div#left_nav {
	float: left;
	width: 180px;
}

#left_nav ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#left_nav li {
	margin: 3px 0 3px 0;
	font-weight: bold;
}

#left_nav a {text-decoration: none;}
#left_nav a:link {text-decoration: none;}
#left_nav a:visited {text-decoration: none;}
#left_nav a:hover {text-decoration: underline;}


/****************/
/* body_content */
/****************/

div#body_content {
	float: left;
	width: 580px;
}


/**********/
/* footer */
/**********/

div#footer {
	clear: both;
	border-top: 1px solid /*#E0E6FF*/ /*#00468e*/ #CCC;
	padding-right: 10px;
}

#footer {
	font-size: 11px;
	color:#666;
	text-align: right;
}


/*************************/
/* miscellaneous classes */
/*************************/

.footnote {font-size:11px;}
.error {color:#C30;}

.lineColor {background-color:#E0E6FF;}

.clear {clear: both;}
.float-right {float: right;}
.float-left {float: left;}

.hidden {display: none;}
.visible {display: block;}


/********************/
/* home page styles */
/********************/

div#homeSlide {height: 160px;}

div#homeSlide1, div#homeSlide2, div#homeSlide3 {background-color: #FFF;}

#homeSlide h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #00468e;
	line-height: 1.5em;
	padding-top: 30px;
}

#homeSlide img {
	float: left;
	margin-right: 10px;
	border: 0;
}

p#slideAdvanceWrap {
	margin: 0;
	padding: 0;
	height: 20px;
	text-align: right;
}


/**************/
/* productBox */
/**************/

div#productBox {
	margin-top: 15px;
	border: 1px solid #999;
	background: url(/images/products_col.gif) repeat-y;
	height: 340px;
}

#productBox h2 {
	margin: 0;
	padding: 8px;
	font-weight: bold;
	background-color: #00468e;
	color: #FFF;
	font-size: 13px;
	border-bottom: 1px solid #999;
}

/* tabs column */

#productBox ul.tabs {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}

#productBox ul.tabs li {
	margin: 0;
	padding: 10px;
	/*border-bottom: 1px solid #ccc;*/
	border-right: 1px solid #999;
	height: 25px;
}

#productBox ul.tabs li.sel {
	background-color: #FFF;
	border-bottom: 1px solid #999;
	border-right: none;
}

#productBox ul.tabs li#productOpt2.sel, #productBox ul.tabs li#productOpt3.sel {border-top: 1px solid #999;}

#productBox ul.tabs li.sel a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* body */

#productBox div#productBody {
	float: right;
	width: 370px;
	padding: 10px 20px;
	text-align: center;
}

#productBox div#productBody div {text-align: left;}


/***************************/
/* company overview styles */
/***************************/

ul#companyProfile {
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}

#companyProfile li {margin: 3px 0 3px 0;}
