* {
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}

BODY {

	margin: 0px;
	padding: 0px;
	background: #f9f9f9 url('../images/background.gif') repeat-y 50% 0%;
}



a:link {
	color: #003c95;
}

a:visited {
	color: #3f74b5;
}

a:hover, a:active {
	color: #80add5;
}

/* IMAGE ROTATOR */

.rotate
{
	border: 0px;
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 10px 0px;
	z-index: 0;
}

/* CONTENT */

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6b6b6b;
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 10px 0px;
	line-height: 180%;
}

ul, ol {
	margin: 0px 30px 10px 30px;
	padding: 0px;
	line-height: 100%;
}


li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6b6b6b;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 180%;
}

ul {list-style-type: disc;}

ol {list-style-type: decimal;}




.img_right
{
	float: right;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}


hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #747474;
	padding: 3px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	color: #ffffff;
}

/* HEADINGS & RULES */

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #00378a;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 5px 0px;
	clear: left;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e6e6e6;
}

h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #6b6b6b;
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
	clear: left;
}

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	margin: 10px;
	padding: 0px;
	background:url('../images/h1_bg.gif') top right no-repeat;
	clear: left;
}

h1 span{
	padding: 9px 15px 10px 15px;
	background: url('../images/h1_tip.gif') top left no-repeat;
	display: block;
	
}


h1 a:link, h1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}


hr {}


/* TOP BAR */

.topbar /* structural */
{
	background: #00378a;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 40px;
}

.topbar p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding: 10px;
	margin: 0px;
	color: #4486e9;
	border-width: 0px 1px 1px 1px;
	border-color: #4081e4;
	border-style: solid;

}

.topbg
{
	background: url('../images/top_bg.gif') repeat-x;
}

.topbar a
{
	color: #ffffff;
	text-decoration: none;
}

.topbar a:hover
{
	text-decoration: underline;
}


.icon_down
{
	background: url('../images/arrow_down.gif') no-repeat 100% 2px;
	padding-right: 15px;
}


/* HEADER */

.header
{
	width: 960px;
	margin: 0px auto 0px auto;
	clear: both;
	background: url('../images/header_bg.jpg') no-repeat;
}

.logo
{
	border: 0px;
	padding: 10px 10px 20px 30px;
}

.slogan
{
	color: #8dbbff;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	line-height: 160%;
	margin: 40px 20px 0px 0px;
}

.slogan strong
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
}


/* NAVIGATION */

.nav
{
	margin: auto; 
	clear: both;
	width: 894px;
	border: 0px;
}

.nav ul
{
	list-style: none;
	border: 0px;
}

.nav li
{
	display: block;
	width: 99px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	list-style: none;
	border: 0px;
}


.nav a
{
	background: #e8e8e8 url("../images/nav_states.gif") 0px -30px;
	width: 99px;
	height: 22px;
	display: block;
	padding: 8px 0px 0px 0px;
	color: #6b6b6b;
	text-decoration: none;
}

.nav .active, .nav a:hover .active
{
	background: #305fa6 url("../images/nav_states.gif");
	color: #ffffff;
}

.nav a:hover
{
	background: #dcdcdc url("../images/nav_states.gif") 0px -60px;
	color: #404040;
}





/* SINGLE CONTENT */

.single
{

}


/* DOUBLE CONTENT */


.leftside
{
	width: 600px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #ffffff;
	margin: 0px 0px 0px 5px;
}

.rightside
{
	width: 350px;
	float: right;
	margin: 10px 0px 0px 0px;
}

.rightside h3 /* sidenav title */
{
	color: #00378a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px 0px 5px 20px;
}

.rightside ul
{
	margin: 5px 40px 0px 40px;
	border: 0px;
	padding: 0px;
	line-height: 100%;
}

.rightside li
{
	list-style: url('../images/arrow_blue.gif');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00378a;
	margin: 0px;
	padding: 0px 3px 3px 3px;
	border: 0px;
	line-height: 150%;
}

.rightside a
{
	text-decoration: none;
}

.rightside a:hover
{
	text-decoration: underline;
}


.sidepanel
{
	margin: 0px 20px 10px 0px;
	background: url('../images/sidebox_bg.gif') repeat-y;
	width: 330px;
}


.sidepanel_download
{
	margin: 0px 20px 10px 0px;
	background: url('../images/sidebox_download.jpg') no-repeat 0% 100%;
	width: 330px;
}



.sidepanel_service
{
	margin: 0px 20px 10px 0px;
	background: url('../images/sidebox_service.jpg') no-repeat 0% 100%;
	width: 330px;
}



/* MAIN */

.main
{
	width: 960px;
	margin: auto;
	clear: both;
	padding: 5px 0px 0px 0px;
}


/* FOOTER */

.footnav /* structural */
{
	width: 960px;
	background: #00378a;
	border: 1px solid #4081e4;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}



.footnav p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 100%;
	text-align: center;
	padding: 10px;
	margin: 0px;
	color: #4486e9;
}

.footnav a
{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.footnav a:hover
{
	text-decoration: underline;
}

.copytext
{
	width: 960px;
	margin: auto;
	
}

.copytext p
{
	padding: 5px;
	font-size: 0.6em;
	color: #a0a0a0;

}

.copytext a
{
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: none;
}

.copytext a:hover
{
	color: #000000;
	text-decoration: underline;
}

.terms
{
	float: right;
}


/* BUTTONS */

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444444;
    display: block;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    height: 26px;
	margin: 12px 20px 12px 0px;
	padding: 0px 23px 0px 0px;
    text-decoration: none;	
	
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat top left;
    display: block;
    padding: 7px 10px 7px 10px;
	color: #444444;
} 

 a.button:active {
    background-position: bottom right;
    color: #000000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
} 


a.buynow
{
	padding: 0px 20px 1px 0px;
	background: url('../images/arrow_grey.gif') no-repeat 100% 5px;
	text-decoration: none;
	border-style: dotted;
	border-color: #aaaaaa;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
}

a:hover.buynow
{
	background: url('../images/arrow_blue.gif') no-repeat 100% 5px;
}


/* TABLES */
.table
{
	padding: 10px 10px 20px 10px;
	margin: 0px;
}

table
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
}

tr
{

}

td
{
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #e0e0e0;
	padding: 7px;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 160%;
}


th
{
	border: 0px; 
	padding: 5px;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #404040;
	vertical-align: middle;
	background: url('../images/th_bg.gif') repeat-x;
}


/* FIXES */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* FORM STYLIN' 530*/

.form_item
{
	border: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 530px; 
}



.form_message
{
	border: 0px;
	margin: 0px 0px 10px 0px;
	float: right;
	width: 200px; 
	line-height: 140%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.form_img
{
	float: right;
	border: 1px solid #cccccc;
	padding: 4px;
	background: #ffffff;
}

input, select
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 2px;
	border: 1px solid #4081e4;
	background: #ffffff;
	color: #000000;	
	
}

textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 210px;
	padding: 2px;
	border: 1px solid #4081e4;
	background: #ffffff;
	color: #000000;	
	
}

.radio, .checkbox, .text
{
	margin: 0px;
	border: 0px;
	padding: 0px;	
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.radio input, .checkbox input
{
	border: 0px;
	margin: 0px 0px -2px 0px;
}

select
{
	width: 200px;
}

.submit
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 210px;
	clear: both;
}

.submit input /* button ender */
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #4081e4;
	background: #00378a;
	color: #ffffff;	
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}




.submit_func
{
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #cccccc;
	padding: 5px 5px 0px 5px;
}

.submit_func a:link, .submit_func a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

.submit_func a:hover, .submit_func a:active
{
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}


label
{
	width: 200px;
	float: left;
	text-align: right;
	margin: 0px 5px 0px 0px;
	display: block;
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	clear: both;
	vertical-align: middle;
}



.note 
{	
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px 0px 0px 210px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
}



.livechat
{
	border: 0px;
	margin: 8px 0px 0px 5px;
}

/* STORE STUFF */

.searchbutton /* SEARCH BUTTON */
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #4081e4;
	background: #00378a;
	color: #ffffff;	
	font-weight: bold;
	margin: 0px 0px 20px 20px;
}

.searchbox /* SEARCH BOX */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 2px;
	border: 1px solid #4081e4;
	background: #ffffff;
	color: #000000;
}

.store_bar
{
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin: 0px 10px 20px 10px;
	text-align: center;
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.store_bar a
{
	text-decoration: none;
}


/* KNOWLEDGEBASE */


.breadcrumb
{
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin: 0px 10px 20px 10px;
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.breadcrumb a
{
	text-decoration: none;
}

.article
{
	border: 1px solid red;
	float: right;
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}

fieldset
{
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

legend
{
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.vote
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #4081e4;
	background: #00378a;
	color: #ffffff;	
	font-weight: bold;
	margin: 0px 0px 20px 10px;
}



.bodyheading
{
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 5px 10px; 
}


.block
{
	color: #6b6b6b;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 5px 10px; 

}

.date
{
	color: #6b6b6b;
	font-size: 0.7em;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 10px; 

}

.new
{
	border: 1px solid #2e6f16;
	background: #c3d7b5 url('../images/new.gif') repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	padding: 0px 4px 0px 4px;
	color: #2e6f16;
}