﻿* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	line-height: 1.25;
	font-style: normal;
	font-size: 100.01%;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
}
body	{
	font: normal normal 62.5% Arial, Helvetica, sans-serif;
	background: url(../../images/bg_body.png) repeat-x left top;
}
select
{
border:solid 1px #cccccc;
}
/*                 PAGE LAYOUT
***************************************************/

#wrap	{
	width: 962px;
	margin: 0 auto;
	padding: 0 11px;
	position: relative;
	background: url(../../images/bg_wrap.png) repeat-y left top;
}
#left_grad, #right_grad	{
	top: 0;
	left: 0;
	width: 11px;
	height: 750px;
	display: block;
	position: absolute;
	background: url(../../images/bg_wrap_left.png) no-repeat left top;
}
#right_grad	{
	margin-left: 973px;
	background: url(../../images/bg_wrap_right.png) no-repeat left top;
}
#header	{
	height: 126px;
	background: url(../../images/bg_header.png) repeat-x left top;
}
#nav	{
	height: 34px;
}
#slogan	{
	width: 930px;
	height: 39px;
	margin: 10px auto;
	background: #ebebeb;
}
#facts	{
	height: 142px;
	background: url(../../images/bg_facts.png) repeat-x left top;
}
#calculate	{
	height: 409px;
	background: url(../../images/bg_calculate.png) repeat-x left top;
}
#content	{
	height: 309px;
	margin-bottom: 13px;
	background: url(../../images/bg_content.png) repeat-x left top;
}
#footer	{
	height: 109px;
	margin: 0 -11px;
	padding: 0 24px;
	background: url(../../images/bg_footer.png) no-repeat left bottom;
}

/*                 GLOBAL STYLES
***************************************************/

strong	{
	font-weight: bold;
}
cite, em	{
	font-style: italic;
}
a, a:visited, a *, a:visited *, button	{
	cursor: pointer;
}
.clear	{
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.hid	{
	display: none;
}
.leftbord, .rightbord	{
	width: 23px;
	float: right;
	display: block;
}
.leftbord	{
	float: left;
}
.fileupload	
{
	clear:both;
	list-style-type:none;
}
.numberlist
{
	list-style-type:lower-latin;
}
/*                 HEADER STYLES
***************************************************/

#header a.logo, #header a.logo:visited	{
	float: left;
	width: 390px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	margin: 25px 17px 0 18px;
	background: url(../../images/bg_logo.png) no-repeat left top;
}

#header a.affiliatelogo, #header a.affiliatelogo:visited	{
	float: left;
	width: 390px;
	height: 90px;
	display: block;
	overflow: hidden;
	margin: 25px 17px 0 18px;
}

#header a.poweredby, #header a.poweredby:visited	{
	float: right;
	width: 200px;
	height: 90px;
	display: block;
	overflow: hidden;
	margin: 25px 17px 0 18px;
}
#header h4	{
	color: #666;
	height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 29px;
}
/*                 LOGIN STYLES
***************************************************/
#login, #store, #search, #affiliate	{
	float: left;
	height: 126px;
	background: url(../../images/bg_header_login.png) no-repeat 0px 30px;
}
#login	{
	width: 188px;
	padding-left: 10px;
}
#login input	{
	color: #666;
	float: left;
	width: 72px;
	height: 12px;
	padding: 2px 5px;
	margin-right: 8px;
	background: #eaeaea;
	border: solid 1px #dcdcdc;
}
#login .button	{
	float: left;
	width: 39px;
	height: 22px;
	display: block;
	margin-top: 5px;
	position: relative;
}
#login .button button	{
	color: #fff;
	width: 39px;
	height: 22px;
	background: #09357a;
}
#login .button span.bg	{
	width: 39px;
	height: 22px;
	background: url(../../images/bg_header_login_button.png) no-repeat left top;
}
#login p	{
	clear: both;

}
#login a, #login a:visited	{
	color: #66cc66;
	text-decoration: underline;
}
#login a:hover	{
	text-decoration: none;
}

/*CUSTOM-FOR LOGIN BUTTON
***************************************************/
#login .button	{
	float: left;
	width: 39px;
	height: 22px;
	display: block;
	margin-top: 5px;
	position: relative;
	background: url(../../images/bg_header_login_button.png) no-repeat left top;
	border:0px;	
}
#login .button_tryagain	{
	float: left;
	width: 39px;
	height: 22px;
	display: block;
	margin-top: 5px;
	position: relative;
	background: url(../../images/bg_header_login_button.png) no-repeat left top;
	border:0px;	
}
/*                 LOGIN STYLES
***************************************************/
#store	{
	width: 155px;
	padding-left: 10px;
}
#store li	{
	float: left;
	padding: 0 3px;
	font-size: 1.1em;
	margin-bottom: 16px;
}
#store li.cart	{
	padding-left: 8px;
	/*border-right: solid 1px #666;*/
	background: url(../../images/icon_cart.png) no-repeat left center;
}
#store li a, #store li a:visited	{
	color: #666;
	text-decoration: underline;
}
#store li a:hover	{
	text-decoration: none;
}
#store p	{
	clear: both;
	height: 25px;
	font-size: 1.6em;
	margin-right: 10px;
	letter-spacing: -1px;
	padding: 10px 0 0 5px;
	border-top: solid 1px #ccc;
}
#store p a, #store p a:visited	{
	color: #999;
	font-weight: bold;
	padding-right: 13px;
	background: url(../../images/bg_store_bullet.png) no-repeat right center;
}
/*                 SEARCH STYLES
***************************************************/
#search	{
	width: 163px;
	padding-left: 10px;
}
#search .text	{
	width: 146px;
	height: 24px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	border: solid 1px #999;
	background: url(../../images/bg_search_textbox.png) no-repeat left top;
}
#search input	{
	color: #999;
	width: 136px;
	height: 14px;
	padding: 5px;
	background: none;
	font-size: 1.1em;
}
#search .button	{
	width: 39px;
	height: 22px;
	display: block;
	position: relative;
}
#search button	{
	color: #fff;
	width: 39px;
	height: 22px;
	font-size: 1.1em;
	background: #139033;
}
#search .button .bg	{
	width: 39px;
	height: 22px;
	background: url(../../images/bg_header_search_button.png) no-repeat left top;
}
/*                 AFFILIATE STYLES
***************************************************/
#affiliate	{
	width: 163px;
	padding-left: 10px;
}
#affiliate p	{
	clear: both;
	height: 25px;
	font-size: 1.6em;
	margin-right: 10px;
	letter-spacing: -1px;
	padding: 10px 0 0 5px;
	border-top: solid 1px #ccc;
}
#affiliate p a, #affiliate p a:visited	{
	color: #999;
	font-weight: bold;
	padding-right: 13px;
	background: url(../../images/bg_store_bullet.png) no-repeat right center;
	text-decoration:none;
}


/*                 NAV STYLES
***************************************************/

#nav ul	{
	width: 932px;
	margin: 0 auto;
	height:34px;
}
#nav li	{
	float: left;
	padding-right: 2px;
	background: url(../../images/bg_nav_li.png) no-repeat right top;
}
#nav li.last	{
	padding: 0;
}
#nav li a, #nav li a:visited	{
	color: #fff;
	height: 27px;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 7px 0 0 0;
	background: url(../../images/bg_nav_li_a.png) repeat-x 0px 0px;
	text-decoration:none;
}
#nav li a:hover	{
	background: url(../../images/bg_nav_li_a.png) repeat-x 0px -34px;
}
#nav a.home, #nav a.home:visited	{
	width: 83px;
	background: url(../../images/bg_nav_edges.png) no-repeat left 0px;
}
#nav a.purchase, #nav a.purchase:visited	{
	width: 159px;
}
#nav a.calculate, #nav a.calculate:visited	{
	width: 115px;
}
#nav a.consulting, #nav a.consulting:visited	{
	width: 112px;
}

#nav a.how, #nav a.how:visited	{
	width: 147px;
}
#nav a.projects, #nav a.projects:visited	{
	width: 108px;
}
#nav a.news, #nav a.news:visited	{
	width: 92px;
}
#nav a.contact, #nav a.contact:visited	{
	width: 102px;
	background: url(../../images/bg_nav_edges.png) no-repeat right 0px;
}
#nav a.home:hover	{
	background: url(../../images/bg_nav_edges.png) no-repeat left -34px;
}
#nav a.contact:hover	{
	background: url(../../images/bg_nav_edges.png) no-repeat right -34px;
}
#nav li#active a, #nav li#active a:visited	{
	background: url(../../images/bg_nav_li_a.png) repeat-x 0px -34px;
}
#nav li#active a.home, #nav li#active a.home:visited	{
	background: url(../../images/bg_nav_edges.png) no-repeat left -34px;
}
#nav li#active a.contact, #nav li#active a.contact:visited	{
	background: url(../../images/bg_nav_edges.png) no-repeat right -34px;
}
/*                 SLOGAN STYLES
***************************************************/

#slogan p	{
	color: #666;
	font-size: 1.2em;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
}

/*                 FOOTER STYLES
***************************************************/

#footer ul.nav	{
	float: left;
	width: 558px;
	height: 20px;
	padding-top: 17px;
	background: #e7e7e7;
}
#footer .nav li	{
	padding: 0 12px;
	display: inline;
	font-size: 1.2em;
	border-right: solid 1px #666;
}
#footer .nav li.last	{
	border: 0;
}
#footer .nav a, #footer .nav a:visited	
{
	clear:both;
	color: #666;
	background-color:Transparent;
}
#footer .nav a:hover	{
	text-decoration: underline;
}
#footer p	{
	color: #666;
	float: left;
	height: 36px;
	width: 546px;
	font-size: 1.1em;
	background: #e7e7e7;
	padding: 0 0 0 12px;
}
#footer p small	{
	font-weight: bold;
}
#footer ul.sponsor	{
	float: right;
	width: 370px;
	height: 73px;
	padding-left: 8px;
	background: #e7e7e7;
}
#footer ul.sponsor li	{
	float: left;
	padding: 8px;
	padding-left: 0;
}
#footer .sponsor img	{
	display: block;
}