html{
	overflow-y: scroll;
	font-size: 100.01%;
	background:#001026 url(../images/stretch-bg.png) repeat-x;
	height:100%;
}

body{
	margin: 0;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background:url(../images/bg.png) no-repeat 50% 90px;
	min-height:100%;
}
* html body{height:100%}
form {
	padding: 0;
	margin: 0;
	display: inline;	
}
object {
	outline: none;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
fieldset{
	margin:0;
	padding:0;
	border:none;
}
img{border: none;}
a{text-decoration: none;}
a:active, a:focus{outline:none;}

#main{
	margin: 0 auto;
	width: 986px;
	position:relative;
	padding:90px 0 0;
}
#header{
	left:0;
	top:0;
	width: 100%;
	position:absolute;
	background:url(../images/header-bg.gif) repeat-x;
	height:90px;
}
.logo{
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	width: 251px;
	height: 60px;
	float:left;
	margin:17px 0 0 28px;
}
#cn .logo {
	background-image: url(../images/cn-logo.gif);
} 
/* menus */
#header .menus{
	float:right;
	width: 705px;
}
#header .menus .top-menu{
	overflow:hidden;
	width: 100%
}
#header .menus .top-menu ul{
	float:right;
	background:url(../images/top-menu.gif) no-repeat;
	margin:0 18px 0 0;
	display:inline;
	list-style:none;
	padding:0;
	height:34px;
	width: 450px;
}
#header .menus .top-menu li{
	float:left;
	display:inline;
}
#header .menus .top-menu li.site-map{
	background:url(../images/site-map-ico.gif) no-repeat;
	padding: 0 0 0 33px;
	margin: 0 0 0 33px;
}
#header .menus .top-menu li.create-account{
        background:url(../images/create-account-ico.gif) no-repeat;
        padding: 0 0 0 33px;
        margin: 0 0 0 25px;
}

#header .menus .top-menu li.login{
	background:url(../images/login-ico.gif) no-repeat;
	padding: 0 0 0 29px;
	margin: 0 0 0 25px;
}
#header .menus .top-menu a{
	color:#e0e0e0;
	font: 10px/30px Arial, Helvetica, sans-serif;
}
#header .menus .top-menu a:hover{text-decoration:underline}
/* menu */
#menu{
	/*clear:right;
	float:right;*/
	margin:29px 0 0;
	/*padding:29px 0 0;*/
}
#menu .left{
	float:right;
	height:48px;
	background:url(../images/menu-bg.png) no-repeat;
}
#menu .right{
	float:right;
	height:48px;
	width: 13px;
	background:url(../images/menu-right.png) no-repeat;
}
#menu ul{
	list-style:none;
	margin: 0 -4px 0 0;
	padding:0 0 0 7px;
	height:48px;
	float:left;
	display:inline;
	position:relative;
}
#menu li{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	height:43px;
}
#menu a{
	float:left;
	height:39px;
	font:bold 12px/39px Arial, Helvetica, sans-serif;
	color:#707070;
	background:url(../images/menu-item-bg.gif) repeat-x;
}
#menu a .left-shadow{
	height:39px;
	width: 4px;
	background:url(../images/menu-item-left-shadow.png) no-repeat;
	float:left;
	margin:0 17px 0 0;
}
#menu a .right-shadow{
	height:39px;
	width: 4px;
	background:url(../images/menu-item-right-shadow.png) no-repeat;
	float:left;
	margin: 0 0 0 17px;
}
#menu a strong{
	float:left;
	cursor:pointer;
}
#menu .first a:hover .left-shadow,
#menu .first a.active .left-shadow{
	background:url(../images/menu-item-first-left-shadow.png) no-repeat;
	}
#menu .last a:hover .right-shadow,
#menu .last a.active .right-shadow{
	background:url(../images/menu-item-last-right-shadow.png) no-repeat;
	}
#menu a.active,
#menu li.hover a,
#menu li:hover a{
	color:#fff;
	text-decoration: none;
	background:url(../images/menu-active.gif) no-repeat 50% 0;
}
/* drop-down */
#menu ul div.drop-holder{
	display:none;
	position:absolute;
	top: 43px;
	left:-4px;
	width: 207px;
}
#menu ul .top-shadow{
	width: 100%;
	background:url(../images/drop-top-shadow.png) no-repeat;
	padding: 9px 0 0;
}
#menu ul .bottom-shadow{
	width: 100%;
	height:9px;
	background:url(../images/drop-bottom-shadow.png) no-repeat;
}
#menu ul .stretch-bg{
	background:url(../images/drop-stretch-shadow.gif) repeat-y;
	margin:0 4px;
}
* html #menu ul .stretch-bg{
	height:1%;
	overflow:visible;
}
#menu ul .top-bg{
	background:url(../images/drop-top-bg.gif) no-repeat;
	width: 100%;
}
#menu ul ul{
	list-style:none;
	margin:0;
	padding:0 0 14px 0;
	display:block;
	height:auto;
	float:none;
	background:url(../images/drop-bottom-bg.gif) no-repeat 0 100%;
}
* html #menu ul ul{
	overflow:visible;
	height:1%;
}
#menu li.hover,
#menu li:hover{position:relative;}
#menu li.hover div,
#menu li:hover div{display:block;}
#menu ul ul li{
	float:none;
	background:url(../images/drop-separator.gif) no-repeat 10px 100%;
	height:auto;
	display:block;
	padding: 0 19px 0 10px;
	height:1%;
	vertical-align:top;
}
#menu ul ul li a,
#menu li.hover ul a,
#menu li:hover ul a{
	float:none;
	display:block;
	background:none;
	text-align:left;
	font:bold 12px/27px Arial, Helvetica, sans-serif;
	color:#6093bc;
	padding: 0 0 0 10px;
	height:auto;
	cursor:pointer;
}
* html #menu ul ul li a{height:1%}
#menu ul ul li.hover a,
#menu ul ul li:hover a{
	background:url(../images/drop-active.png) no-repeat;
	color:#4792cf;
}
/* multi lvl */
#menu ul ul div.drop-holder{
	left:196px;
	top:-9px;
}
#menu li.hover ul div,
#menu li:hover ul div{display:none;}
#menu ul ul li.hover div,
#menu ul ul li:hover div{display:block;}
#menu ul ul li.hover ul a,
#menu ul ul li:hover  ul a{
	background:none;
	color:#6093bc;
}
#menu ul ul li.hover ul a:hover,
#menu ul ul li:hover ul a:hover{
	background:url(../images/drop-active.png) no-repeat;
	color:#4792cf;
}
/* content */
#content{width: 100%;}
.product-page #content{margin-bottom:-17px}
#content .side-shadow{
	background:url(../images/content-side-shadow.png) repeat-y;
}
#content .bottom-shadow{
	background:url(../images/content-bottom-shadow.png) repeat-y;
	width: 100%;
	height: 19px;
	margin:-4px 0 0;
}
.home-page-content{
	background:url(../images/home-page-bg.jpg) no-repeat;
	position:relative;
	margin:-19px 0 0 14px;
	bottom:-19px;
}
#cn .home-page-content {
	background-image: url(../images/cn-home-page-bg.jpg);
}
* html .home-page-content{
	overflow:visible;
	height:1%;
}
.home-page-content .right-boxes{
	margin:0 0 0 633px;
	padding:21px 0 0;
	position:relative;
	height: 375px;
}
.home-page-content .right-boxes .box{
	width: 243px;
	height:158px;
	background:url(../images/home-right-box.png) no-repeat;
	margin: 6px 0;
	padding: 22px 21px 0 74px;

}
.home-page-content .right-boxes .box a{ 
	display: block;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 300px;
	height: 50px;
}
.home-page-content .right-boxes .box a.first{
	top: 40px;
	left: 20px;
}
.home-page-content .right-boxes .box a.last{
	top: 230px;
	left: 20px;
}
.home-page-content .right-boxes h2{
	margin:0;
	font: 24px/24px "Trebuchet MS", sans-serif;
	color:#0077b6;
	text-align:right;
}
.home-page-content .right-boxes div{
	overflow:hidden;
	width: 100%;
	margin: -2px 0 0;
}
.home-page-content .right-boxes h3{
	float:right;
	margin:0;
	font: 19px/22px "Trebuchet MS", sans-serif;
	color:#4aab2f;
	background:url(../images/home-right-box-h3-bg.gif) repeat-y 100% 0;
	padding: 0 0 0 4px;
}
.home-page-content .right-boxes span{
	font-size:0;
	line-height:0;
	display:block;
	height:1px;
	background:url(../images/home-right-box-green-line.gif) no-repeat;
	margin:5px 0 0;
}
.home-page-content .right-boxes p{
	margin:17px 0 0 10px;
	font:17px/20px "Times New Roman", Times, serif;
	color:#a09f9f;
	width: 230px;
}
.home-page-content .bottom-boxes{
	background:url(../images/home-bottom-boxes-bg.gif) repeat-y;
	margin:13px 0 0;
}
.home-page-content .bottom-boxes .top{background:url(../images/home-bottom-boxes-top.gif) no-repeat;}
* html .home-page-content .bottom-boxes .top{
	height:1%;
	overflow: visible;
}
.home-page-content .bottom-boxes .bottom{
	background:url(../images/home-bottom-boxes-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
}
.home-page-content .bottom-boxes .box{
	width: 440px;
	/*width: 201px;*/
	float:left;
	display:inline;
	margin:0 0 0 4px;
	padding: 14px 17px 28px;
}
.home-page-content .bottom-boxes .box:first-child{
	margin-left:0
	}
.home-page-content .bottom-boxes strong{
	display:block;
	font: 13px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#cbeafa;
}
.home-page-content .bottom-boxes a {
	text-decoration: none;
}
.home-page-content .bottom-boxes h2{
	font: 17px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:-2px 0 31px;
}
.home-page-content .bottom-boxes p{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#616161;
	margin:0;
}
.home-page-content .bottom-boxes .box p {
	/*height: 75px;*/
}
/* products-content */
.products-content{
	background:url(../images/prod-page-bg.jpg) repeat-y;
	margin: 0 18px 0 15px;
}
.products-content .top-bg{background:url(../images/prod-page-top-bg.jpg) no-repeat;}
* html .products-content .top-bg{
	overflow:visible;
	height:1%;
}
.products-content .bottom-bg{
	background:url(../images/prod-page-bottom-bg.jpg) no-repeat 0 100%;
	padding: 8px 0 72px;
}
* html .products-content .bottom-bg{
	overflow:visible;
	height:1%;
}
.products-content .page-title{
	margin:0 0 0 14px;
}
.products-content .page-title h2{
	font: 30px/30px "Times New Roman", Times, serif;
	color:#4aab2f;
	margin:0;
	background:url(../images/prod-page-title-separator.gif) no-repeat 23px 27px;
}
.products-content .page-title strong{
	display:block;
	font: 30px/30px "Times New Roman", Times, serif;
	color:#fff;
	margin: -5px 0 0 64px;
}
.products-content .columns{
	overflow:hidden;
	width: 100%;
}
.products-content .side-bar{
	float:left;
	width: 175px;
	margin:0 11px 0 14px;
	display:inline;
}
.products-content .side-bar ul{
	list-style:none;
	margin:23px 0 0;
	padding:0;
}
.products-content .side-bar ul li{
	background:url(../images/side-nav-separator.gif) no-repeat 0 100%;
	height:1%;
	vertical-align:top;
}
.products-content .side-bar ul a{
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color:#939697;
	display:block;
	padding: 0 0 0 4px;
}
.products-content .side-bar ul li.last a{
	padding-bottom: 7px;
}
.products-content .side-bar ul a span{
	background:url(../images/side-nav-bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
}
.products-content .side-bar ul a:hover, .products-content .side-bar ul li.active a{
	color:#005b92;
	background:url(../images/side-nav-hover.gif) no-repeat 50% 100%;
	text-decoration: none;
}
.products-content .main-content{
	float:right;
	width: 695px;
	margin:2px 55px 0 0;
	display:inline;
}
.products-content .bread-crumbs{
	list-style:none;
	margin:0 0 0 -9px;
	padding:0;
}
.products-content .bread-crumbs li{
	display:inline;
	background:url(../images/breadcrumb-separator.gif) no-repeat 0 50%;
	padding:0 7px 0 17px;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
}
.products-content .bread-crumbs li:first-child{background:none}
.products-content .bread-crumbs a{color:#b3d4e7}
.products-content .bread-crumbs a:hover{text-decoration:underline}
.products-content .main-content .inner-content{
	margin:0 0 0 11px;
	min-height: 450px; 
	height:auto;
	}
/* for Internet Explorer */
	/*\*/
* html .products-content .main-content .inner-content {
	height: 450px;
	}
h1{
	margin:10px 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#3A7F27;
	background:url(../images/prod-page-h1-bg.gif) no-repeat 0 100%;
	padding: 0 0 3px 5px;
}
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0px;
}
h2 {
	font-size: 14px;
	color: #00659E;
}
h3 {
	font-size: 14px;
	color: #00659E;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
p{
	font: 12px Arial, Helvetica, sans-serif;
	color:#666;
}
a {
	color: #0071A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.products-content .main-content .inner-content a {
	text-decoration: underline;
}
.products-content .main-content .inner-content a.submit-button {
	text-decoration: none;
}
hr {
	border: 1px solid #ddd;
}
.products-content .main-content .flash{
	margin:30px 0 0 53px;
	}
#footer{
	width: 100%;
	padding: 0 0 50px;
}
#footer ul{
	list-style:none;
	margin:9px 18px 0 0;
	padding:0;
	text-align:right;
}
#footer ul li{
	display:inline;
	background:url(../images/footer-separator.gif) no-repeat 0 50%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px 0 13px;
}
#footer ul li:first-child{
	background:none;
	}
#footer ul a{
	color:#c0c0c0;
	}
#footer ul a:hover{
	text-decoration:underline;
	}

/* Extras */

#content-container {
	min-height:400px; 
	height:auto;
}
/* for Internet Explorer */
	/*\*/
* html #content-container {
	height: 400px;
	}


/* Live Tesimonials 
********************************************************/
#live-testimonial {
	padding: 10px 0px;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
}
#testimonial-text {
	font-size: 15px;
	color: #5F9FBF;
}
#testimonial-text  p{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 15px;
	color: #5F9FBF;
	font-family: "Times New Roman", Times, serif;
}
#testimonial-company {
	letter-spacing: .02em;
	font-size: 11px;
	padding: 10px;
	text-align: right;
	color: #787878;
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif, "Times New Roman", Times, serif;
}

.testimonial {
	padding: 5px 0px 5px 110px;
	background-image: url(/images/large_quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Smoothbox
*****************************************************/

#smoothbox-container {
	background-color: #fff;
	max-width: 830px;
	min-height: 512px;
}
#smoothbox-container .tl {
	background-image: url(/images/tour-top-left.jpg);
	background-repeat: no-repeat;
}
#smoothbox-container .tr {
	background-image: url(/images/tour-top-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#smoothbox-container .bl {
	background-image: url(/images/tour-bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#smoothbox-container .br {
	background-image: url(/images/tour-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 512px;
}

#smoothbox-content {
	padding: 15px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
}
#smoothbox-content h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
}
#smoothbox-content h3 strong {
	display:block;
	font-size: 13px;
	color: #9c9c9c;
	text-transform: none;
	font-weight: normal;
}
#smoothbox-content label {
	display:block;
	color: #81B5CF;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 8px;
}
#smoothbox-content input {
	padding: 2px;
	font-size: 13px;
	color: #787878;
}
#smoothbox-content textarea {
	padding: 2px;
	font-size: 13px;
	color: #787878;
	width: 100%;
}
#smoothbox-content .form-submit-button input {
	background-color: #005B92;
	color: #fff;
	padding: 4px;
}
.clear {
	clear:both;
	height:0px;
	overflow: hidden;
	}
	
/* Nice Forms
**************************************************/
/*
.submit-button,
#smoothbox-content input.submit-button { 
	display: block; 
	position: relative; 
	background: #2ae; 
	padding: 5px; 
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
	}
.submit-button *,
#smoothbox-content input.submit-button * { 
	font-style: normal; 
	background-image: url(/images/btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
	}
.submit-button i,
#smoothbox-content input.submit-button i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px; 
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
	}
.submit-button span,
#smoothbox-content input.submit-button span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
	}
.submit-button span i,
#smoothbox-content input.submit-button span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
	}
.submit-button span span
#smoothbox-content input.submit-button span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
	}
* html .submit-button span, 
* html .submit-button i,
* html #smoothbox-content input.submit-button span,
* html #smoothbox-content input.submit-button i { 
	float: left; 
	width: auto; 
	background-image: none;	
	cursor: pointer; 
	}
.submit-button:hover,
#smoothbox-content input.submit-button:hover { 
	background-color: #0080BF; 
	}
.submit-button:active,
#smoothbox-content input.submit-button:active { 
	background-color: #444; 
	}
.submit-button[class],
#smoothbox-content input.submit-button[class] { 
	background-image: url(/images/shade.png); 
	background-position: bottom; 
	}
*/





.submit-button { 
	display: block; 
	position: relative; 
	background: #2ae; 
	padding: 5px; 
	margin: 0px; 
	float: left; 
	color: #fff !important; 
	color: #fff;
	text-decoration: none; 
	cursor: pointer; 
	border: 2px solid #dfdfdf;
	}
.submit-button * { 
	font-style: normal; 
	background-image: url(/images/btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
	}
.submit-button i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
	}
.submit-button span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
	}
.submit-button span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
	}
.submit-button span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
	}
* html .submit-button span,
* html .submit-button i { 
	float: left; 
	width: auto; 
	background-image: none; 
	cursor: pointer; 
	}
.submit-button:hover { 
	background-color: #0072A6; 
	color: #fff; 
	text-decoration: none;
	}
.submit-button:active { 
	background-color: #0072A6; 
	color: #fff; 
	}
.submit-button[class] {  
	background-image: url(/images/shade.png); 
	background-position: bottom; 
	}
* html .submit-button { 
	border: 3px double #aaa; 
	}
* html .submit-button:hover { 
	border-color: #2ae; 
	}

/************************ IR Link Box *******************************/
#ir-link-box {
	background-image: url(/images/link-box.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1B4B73;
	border-top: none;
	font-size: 11px;
}
#ir-link-box h3 {
	padding: 0px;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	color: #fff;
}
#ir-link-box .link-group {
	display: block;
	float: left;
	padding: 10px;
	width: 150px;
}
#ir-link-box .link-group ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#ir-link-box .link-group ul li.title {
	font-weight: bold;
	color: #1B4B73;
	font-size: 12px;
}
#ir-link-box .link-group ul li a {
	line-height: 17px;
}

/***************************** Right signup Box ***************************/

.products-content .right-signup-box{
	float:right;
	margin-right: -45px;
	width: 225px;
	margin-left: 5px;
	color: #000;
}
.products-content .right-signup-box .box{
	min-height:158px;
	padding: 20px 15px 0px 15px;
	background:url(../images/signup_bg.png) no-repeat;
}
.products-content .right-signup-box .bg-bottom {
	height: 30px;
	min-height: 0px;
	background:url(../images/signup_bg_bottom.png) no-repeat bottom;
}
.products-content .right-signup-box #main-call{
	margin:0px;
	margin-top: 8px;
	padding: 0px;
	font: 19px/21px "Trebuchet MS", sans-serif;
	color:#CF0000;
	font-weight: bold;
}
.products-content .right-signup-box #call-text {
	text-align: center;
}
.products-content .right-signup-box #call-text strong{
	margin:0;
	font: 19px/22px "Trebuchet MS", sans-serif;
	font-weight: bold;
	color:#000;
}
.products-content .right-signup-box #call-text p {
	margin: 0px;
}
.products-content .right-signup-box #call-text span {
	color: #4AAB32;
	font-size: 18px;
	font-weight: bold;
}
.products-content .right-signup-box p{
	margin: 10px 0px;
	font-size: 14px;
	color: #000
}
.products-content .right-signup-box div p {

}
.products-content .right-signup-box p strong {

}
.products-content .right-signup-box label {
	display: block;
	clear: both;
	padding-top: 4px;
}
.products-content .right-signup-box small {
	padding: 10px 0px;
	line-height: 12px;
	font-size: 11px;
}
.products-content .right-signup-box .submit-button {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.products-content .right-signup-box input.text-field {
	width: 185px;
}

/******************************/
#website-icons,
#website-icons table {
}
#website-icons h3 {
	background-image: url(/images/link-box.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	color: #fff;
}
#website-icons a {
	text-decoration: none;
}
#website-icons img {
	border: 1px solid #ccc;
}
#website-icons tbody td {
	border-bottom: 1px solid #E1EFFA;
	padding: 14px 4px;
}

