/*
  SmartLink 1.1 by Francis Nepomuceno
  Last updated 8/24/2005
  
  CMS Channels mapped to:
  cms_{channel} for heading bg; "cms" defined on vs.
  nav_{channel} for nav buttons; "nav" is header control id on vs.
*/


/* For content editors
	---------------------------------------------------- */
.putOnNewLine {clear: both;}
.alignLeft {float: left;}
.alignRight {float: right;}
.center {margin-left: auto; margin-right: auto;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textJustify {text-align: justify;}


/*	General
	---------------------------------------------------- */
body {
	margin: 5px 0;
	padding: 0;
	background: #0212C9;
}
a {
	text-decoration: none;
}
img {border:0;}


/*	Structure
	---------------------------------------------------- */
#sandbox, #box_top, #box_bottom {
	width: 752px; 
	margin: 0 auto;
}
#sandbox {
	font-family: Arial, sans-serif;
	color: black;
	background: #fff url(../images/main/bg_sandbox.gif) repeat-y;
}
#box_top {
 	height: 37px;
	background: url(../images/header/bg_top.gif) no-repeat; 
}
#box_bottom {
	height: 47px;
	background: url(../images/footer/bg_bottom.gif) no-repeat;
}
.main {
	background: #fff url(../images/main/bg_sandbox2.gif) repeat-y;
	padding-top: 20px;
	overflow: hidden;
}
.sidebar {
	float: left; 
	width: 150px;
	padding-left: 32px;
}
.content {
	margin-left: 205px;
	width: 516px;
}
#footer  {
	width: 732px;
	height: 1px;
	margin: 0 auto;
	position: relative;
}
	
	 
/*	Header
	---------------------------------------------------- */
#header {
	position: relative;
}
#header-image {background:url(../images/header/bg_flash.jpg) no-repeat 7px center; padding-left: 30px;}
#header-image span {background:url(../images/header/bg_flash2.jpg) no-repeat; height:165px; display:block;}



/* see notes */
#nav_channel_bar {
	height: 28px;
	background: url(../images/header/bg_channel_name.gif) no-repeat 7px center;
}
#nav_channel_bar span {
	display: none;
}
#nav_channel_bar h1 {
	width: 300px;
	height: 28px;
	margin: 0 0 0 223px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
/* see notes */
.cms_about h1{background: url(../images/titlebar/about.gif);}
.cms_services h1{background: url(../images/titlebar/services.gif);}
.cms_contact h1{background: url(../images/titlebar/contact.gif);}
.cms_dealers h1{background: url(../images/titlebar/dealers.gif);}
.cms_faqs h1{background: url(../images/titlebar/faqs.gif);}
.cms_marketing h1{background: url(../images/titlebar/marketing.gif);}
.cms_support h1{background: url(../images/titlebar/support.gif);}
.cms_whatsnew h1{background: url(../images/titlebar/whatsnew.gif);}


/*	Navigation
	---------------------------------------------------- */
#smartlink_nav {
	list-style: none;
}
.nav_bg {
	position: absolute; 
	margin-top: 0; /* mozilla */
	margin-left: 0; /* ie */
	height: 29px;
	padding-left: 62px;
	width: 690px;
	top: -29px;
	background: url(../images/header/bg_nav_edges.gif) no-repeat 35px center;
}
#smartlink_nav li {float:left;}
#smartlink_nav li a {display: block; height: 29px;}
#smartlink_nav li span {display: none;}

/* see notes */

/* ver 2.0, to solve IE flicker problem */
#nav_about, #nav_about a{width: 84px; background:url(../images/nav/nav_about.gif) no-repeat;}
#nav_about{background-position:-84px;}
#nav_services, #nav_services a{width: 127px; background:url(../images/nav/nav_products.gif) no-repeat;}
#nav_services{background-position:-127px;}
#nav_whatsnew, #nav_whatsnew a{width: 78px;background:url(../images/nav/nav_whatsnew.gif) no-repeat;}
#nav_whatsnew{background-position: -78px;}
#nav_dealers, #nav_dealers a{width: 54px; background:url(../images/nav/nav_dealers.gif) no-repeat;}
#nav_dealers{background-position: -54px;}
#nav_marketing, #nav_marketing a{width: 71px;background:url(../images/nav/nav_marketing.gif) no-repeat;}
#nav_marketing{background-position: -71px;}
#nav_support, #nav_support a{width: 120px; background:url(../images/nav/nav_support.gif) no-repeat;}
#nav_support{background-position: -120px;}
#nav_faqs, #nav_faqs a{width: 36px; background:url(../images/nav/nav_faqs.gif) no-repeat}
#nav_faqs{background-position: -36px;}
#nav_contact, #nav_contact a{width: 74px;background:url(../images/nav/nav_contact.gif) no-repeat;}
#nav_contact{background-position: -74px;}
#smartlink_nav li a:hover, #smartlink_nav .lit a{background-image: none;}

/* ver 1.0 
#nav_about a{width: 84px; background:url(../images/nav/nav_about.gif) no-repeat;}
#nav_about a:hover, #nav_about.lit a{background-position: -84px;}
#nav_services a{width: 127px; background:url(../images/nav/nav_products.gif) no-repeat;}
#nav_services a:hover, #nav_services.lit a{background-position: -127px;}
#nav_whatsnew a{width: 78px;background:url(../images/nav/nav_whatsnew.gif) no-repeat;}
#nav_whatsnew a:hover, #nav_whatsnew.lit a{background-position: -78px;}
#nav_dealers a{width: 54px; background:url(../images/nav/nav_dealers.gif) no-repeat;}
#nav_dealers a:hover, #nav_dealers.lit a{background-position: -54px;}
#nav_marketing a{width: 71px;background:url(../images/nav/nav_marketing.gif) no-repeat;}
#nav_marketing a:hover, #nav_marketing.lit a{background-position: -71px;}
#nav_support a{width: 120px; background:url(../images/nav/nav_support.gif) no-repeat;}
#nav_support a:hover, #nav_support.lit a{background-position: -120px;}
#nav_faqs a{width: 36px; background:url(../images/nav/nav_faqs.gif) no-repeat}
#nav_faqs a:hover, #nav_faqs.lit a{background-position: -36px;}
#nav_contact a{width: 74px;background:url(../images/nav/nav_contact.gif) no-repeat;}
#nav_contact a:hover, #nav_contact.lit a{background-position: -74px;}
*/

/*	Sidebar
	---------------------------------------------------- */
.sidebar a {
	display: block;
	color: black;
	background: url(../images/sidenav/bg_sidenav.gif) no-repeat;
	padding: 3px 0 0 20px;
	width: 130px;
	height: 16px;
	text-align: left;
	font: 9px Verdana,sans-serif;
	text-transform: capitalize;
	overflow: hidden;
}
.sidebar a:hover {
	background-position: -150px;
	color: #245CFC;
}
.sidebar a:visited {}
.sidebar a:active {}

/* to do: UL */


/*	Main
	---------------------------------------------------- */
#sandbox div.main {
	line-height:1;
}
.content p {
	font: 80%/1.45em Arial,sans-serif;
	margin-top:1em;
	margin-bottom:1.3em;
	}	
.content h1, .content h2, .content h3{
	color: #000099;
}
.content h1{
	font-size: 20px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 7px;
}
.content h2 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.content h3 {
	font-size: 15px; margin-bottom: 15px;
	}
#modified {
	/*text-align: right;*/
	font: 9px Verdana;
	color: gray;
	padding: 42px 0 10px;
	}

/*	Footer
	---------------------------------------------------- */
.bar_left, .bar_right {
	width: 100%; 
	height: 37px; 
}
.bar_left {
	background: url(../images/footer/footer_left.gif) no-repeat left center;
	position: absolute;
	top: 1px;
}
.bar_right{
	background: url(../images/footer/footer_right.gif) no-repeat right center;
}
.copyright {
	color: white;
	background: url(../images/footer/footer_body.gif) repeat-x; 
	width: 702px; 
	margin: 0 auto;
	text-align: center;
	font: 11px/37px Arial,sans-serif;
	position: relative;
}
.copyright a {
	color: #FFFF00; 
	font-weight: bold;
}
.copyright a:hover {
	color: #FFe200; 
}
.copyright .smart_btn {
	display: block; 
	width: 94px; height: 37px; 
	position: absolute; top: 0; right: -14px;
	background: url(../images/footer/smart_btn.gif) no-repeat;
}
.copyright .smart_btn:hover{
	background-position: -96px;
}
/* ie pending */
.remote_hover:hover span {
	display: block;
	width: 96px; height: 37px;
	background: url(../images/footer/smart_btn.gif) no-repeat right center;
	position: absolute; top:0; left: 621px; z-index: 1;
}


/*	Email form
	---------------------------------------------------- */
#email_form {
	border: none; 
	padding: 15px 0 0 30px;
	color: #000099;
}
#email_form label {
	display: block; 
	width: 70px; 
	float: left; 
	line-height:18px;
	margin-bottom: 14px;
	height: 15px;
	text-align: right;
	padding-right: 6px;
}
.name_input, .email_input, .msg_input {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	width: 215px;
	color: #3f3f3f;
}
.name_input:focus, .email_input:focus, .msg_input:focus{
	border: 1px solid #1D7DEF;
}
.msg_input {
	height: 120px;
	width: 370px;
}
.submit {
	margin: 5px 0 30px 77px;
}
#email_form br {
	clear:both;
}
.hidden, .thankyounote {
	display: none;
}
.show {
	display: block;
}
#lblThankYou {
	margin-bottom: 80px;
	}


#console {
    position:absolute;
    top:80px;
    right:10px;
    width:180px;
    z-index:100;
    color: black; 
    background-color: #F5F5DC;
    border-color:#008000;
    font-size: 11px; font-family:Verdana;
    line-height:14px;
}
#console a {
    text-decoration: none;
    color: #2F4F4F;
}
#console a:hover {
    text-decoration: underline;
    color: teal;
}

/* now get outta here */
