@charset "utf-8";
/* CSS Document */


/*///////////////RESET/////////*/

html {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0 none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}


caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';

}
abbr, acronym {
	border:0 none;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend {
	color:#000000;
}



/*////////GLOBAL//////////*/

body{
	background: #E9E9E9 url(../img/images/overviewBG.gif) repeat-x scroll 0 0;
	font-family: "Lucida Grande", helvetica, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
}

p{
	color: #6e6e6e;
}

a{
	color: #000;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: 200;
	letter-spacing: -2px;
	padding: 30px 0 35px 0;
}

h1 span{
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 10px;
}

h3{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

ul{
	list-style-type: none;
	margin: 12px;
	padding: 0px;
}


/*///////////////*/


#holder{
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header{
	background-image: url(../img/images/abstractBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 157px;
	width: 961px;
}

#headerLeft{
	float: left;
}

.logoBlock{
	float: left;
	margin: 0;
	padding: 30px 0 22px 15px;
}


#headerRight{
	background-image: url(../img/images/browserPics.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 157px;
	width: 744px;
}






/*/////////////////////   NAV ////////////////////////////*/




#navCol{
	background-color: #FFF;
	color: #999;
	display: block;
	float: left;
	line-height: 140%;
	text-decoration: none;
	width: 215px;
}

#navCol span{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

#navTop{
	background-color: #E5E5E5;
	border: 1px solid #CCC;
	margin: 0 6px 20px 6px;
}

#navBottom{
	background-color: #E5E5E5;
	border: 1px solid #CCC;
	margin: 0 6px 35px 6px;
}

#navCol li p{
	padding-left:25px;
	color: #999999;
}

#navCol li a:hover span{
	color: #0099cc;
}

#navCol li a:hover p{
	color: #000;
}

#navTop li{
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 0 10px 0;
}

#navTop li.active span{
	color: #FF9900;
}

#navCol li img{
	padding-right: 10px;
}

#navBottom a{
	color: #666;
	font-weight: bold;
}

#navBottom li{
	padding: 10px 0;
}

#navBottom a:hover{
	color: #000;
}

#header .navHeader {
	height: 10px;
}

/*//////////////////////////////  CONTENT ////////////////////////////////*/



#mainContent{
	background-color: #FFF;
	float: left;
	width: 980px;
}

#contentLeft{
	float: left;
	margin: 10px 5px 10px 10px;
	padding: 0;
	width: 490px;
}

#contentLeft .bodyCopy span{
	color:#999999;
	font-weight: 200;
}

#contentRight{
	float: left;
	margin: 30px 10px 10px 15px;
}

.screenShots img{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}

.orangeSignup{
	background: transparent url(../img/images/signupbtn_bg.gif) no-repeat scroll 0 0;
	cursor: pointer;
    height: 53px;
	overflow: hidden;
	padding-top: 15px;
	margin-left: 14px;
	text-align: center;
	width: 195px;
}

.orangeSignup a:hover{
	background: transparent url(../img/images/signupbtnHover_bg.gif) no-repeat scroll 0 0;
	cursor: pointer;
}

#signupPanel{
	background: url(../img/images/signupArrow.gif) no-repeat scroll 0 0;
	background-color: #e4e4e4;
	background-position: left;
	border: 1px solid #FFFFFF;
	float: left;
	height: 84px;
	margin-left: 10px;
	width: 753px;
}

.signupLeft{
	float: left;
	width: 300px;
}

.signupLeft p{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 120%;
	padding: 10px 70px 0 40px;
}

.signupRight{
	float: left;
	width: 452px;
}

.blueSignup{
	background: url(../img/images/blueSignupbtn_bg.gif) no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	height: 53px;
	margin: 20px 15px 0 75px;
	width: 159px;
}

.blueSignup h3{
	padding-top: 16px;
	text-align: center;
}

.signupRight h2{
	color:#333;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:300;
	margin: 35px 20px 20px 10px;
	text-align: right;
}

.pageNav{
	color: #999;
	height: 16px;
	padding: 35px 20px 30px 140px;
}

.pageNav a{
	color: #999;
}

.pageNav a:hover{
	color: #000000;
}

.pageNav img{
	padding: 5px 10px 0 10px;
}

.previous{
	float: left;
}

.home{
	float: left;
}

#contentLeft .bodyCopy a{
	color: #0099cc;
}

#contentLeft .bodyCopy li{
	color: #6e6e6e;
	list-style: disc inside;
	padding: 5px 0;
}



/*/////////////////////////FOOTER////////////////*/


#clearFix{
	clear: both;
}

#clear{
	clear: both;
}

#footer{
	/*background: url(images/footerBG.gif) repeat-x scroll 0 0;
	background-color: #006090; 
	color: #0099ff;*/
	background: url(../img/images/footer_bg.jpg) no-repeat scroll 0 0;
	color: #666;
	font-size: 0.7em;
	height: 100%;
	margin: 0;
	padding: 10px;
	text-align: center;
}

