body{
	font-family: "Lucida Grande", Arial;
	font-size: 13px;
	color: #333;
	background: url(images/header-bg.jpg) #EDF0F3 no-repeat top center;
	margin: 0px;
}

.clearer{
	clear: both;
}

h1{
	color: #333;
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p{
	line-height: 18px;
}

li{
	list-style: none;
}

.bold{
	font-weight: bold;
	font-size: 110%;
}

div#header-inner{
	width: 970px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

a#logo{
	display: block;
	width: 194px;
	height: 97px;
	background: url(images/logo.png) no-repeat;
}

ul#nav{
	padding-left: 0px;
	margin-left: 10px;
}

ul#nav li{
	list-style: none;
	float: left;
	margin-right: 20px;
}

ul#nav a, ul#nav div{
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Helvetica, Arial;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

ul#nav a:hover{
	color: #000033;	
}

span.nav-s{
	font-size: 10px;
	margin-top: -20px;
	padding-top: 0px;
	display: block;
	margin-top: 0px;
	letter-spacing: 0px;
	font-weight: normal;
}

a.links{
	color:blue;
}

a.links:hover{
	color:blue;
	text-decoration:none;
}

a.home{
	width: 75px;
	background: url(images/nav-arrow.png) no-repeat 44px 3px;
	color: white;
}
a.home:hover{
	background: url(images/nav-arrow-dark.png) no-repeat 44px 3px;
}

a.home-on{
	background: url(images/nav-arrow-dark.png) no-repeat 44px 3px;
	color: #000033;
	width: 75px;
}

div.products{
	width: 88px;
	background: url(images/nav-arrow.png) no-repeat 65px 3px;
	color: white;
}

div.products-on{
	width: 85px;
	background: url(images/nav-arrow-dark.png) no-repeat 65px 3px;
	color: #000033;
}

a.about{
	width: 85px;
	background: url(images/nav-arrow.png) no-repeat 65px 3px;
	color: white;
}
a.about:hover{
	background: url(images/nav-arrow-dark.png) no-repeat 65px 3px;
}

a.about-on{
	width: 85px;
	background: url(images/nav-arrow-dark.png) no-repeat 65px 3px;
	color: #000033;
}

a.qa{
	width: 75px;
	background: url(images/nav-arrow.png) no-repeat 36px 3px;
	color: white;
}

a.qa:hover{
	background: url(images/nav-arrow-dark.png) no-repeat 36px 3px;
}

a.qa-on{
	width: 75px;
	background: url(images/nav-arrow-dark.png) no-repeat 36px 3px;
	color: #000033;
}

a.contact{
	width: 105px;
	background: url(images/nav-arrow.png) no-repeat 78px 3px;
	color: white;
}
a.contact:hover{
	background: url(images/nav-arrow-dark.png) no-repeat 78px 3px;
}

a.contact-on{
	width: 105px;
	background: url(images/nav-arrow-dark.png) no-repeat 78px 3px;
	color: #000033;
}

a.login{
	width: 105px;
	background: url(images/nav-arrow.png) no-repeat 46px 3px;
	color: white;
}
a.login:hover{
	background: url(images/nav-arrow-dark.png) no-repeat 46px 3px;
}  
/* END OF NAV STYLES */

div#body-container{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

/* HOME PAGE */

div#home-top{
	background: url(images/home-top.png) no-repeat center;
	height: 349px;
}

div#headline{
	width: 475px;
	float: left;
	height: 330px;
	margin-left: 20px;
}

a#request-demo{
	display: block;
	width: 161px;
	height: 37px;
	background: url(images/request-demo.png) no-repeat;
	margin-top: 22px;
}

a#request-demo:hover{
	background: url(images/request-demo.png) no-repeat 0px -38px;
	margin-top: 22px;
}

div#home-screenshot{
	width: 347px;
	height: 310px;
	background: url(images/home.jpg) no-repeat;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
	border: 5px solid white;
	background-color: white;	
	
}


div.home-feature1{
	width: 260px;	
	float: left;
	margin-right: 70px;	
}

div.home-feature2{
	width: 260px;
	float: left;
	margin-right: 70px;	
}

div.home-feature3{
	width: 260px;
	float: left;	
}

.features{
	border:none;
}

ul.home-feature-list{
	margin-top: 0px;
}

ul.home-feature-list li{
	margin-bottom: 7px;
	list-style: none;
	background: url(images/list-bg.png) no-repeat 0px 6px;
	padding-left: 11px;
}

/* PAGES */


div#content{
	background: white;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
}

div#page-heading{
	background: url(images/page-heading-bg.png) no-repeat;
	height: 72px;	
	line-height: 72px;
	padding-left: 20px;
}

div#feature-left{	
	float: left;		

}

div#feature-right{
	float: left;
	width: 475px;
	height: 291px;
	background: url(images/feature-screen.png) no-repeat;
	border: 4px solid #EEE;
}

div#hosting-right{
	float: left;
	width: 475px;
	height: 291px;
	background: url(images/HiRes.jpg) no-repeat;	
}

div.form-divider{
	padding:10px; 
	border-bottom: 1px solid #CCC; 
	width: 400px;
}

div.form-divider input{
	border: 1px solid #CCC;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submit-demoform{
	background: url(images/submit.png) no-repeat;
	width: 87px;
	height: 37px;
	display: block;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.submit-demoform:hover{
	background: url(images/submit.png) no-repeat 0px -38px;
}

ul#feature-list li{
	margin-bottom: 7px;
	list-style: none;
	background: url(images/list-bg.png) no-repeat 0px 6px;
	padding-left: 11px;
}


/* FOOTER STYLES */

div#footer{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	background: #DEE8F0;
	border-top: 1px solid #D3E3E8;
	text-align: center;
	line-height: 80px;
}

div#mini-nav-popup{	
	top: 167px;			
}

div#nav-popup div.mini-popup{
	position: absolute;
	z-index: 1000;
	width: 200px;		
	margin-left: -10px;	
	display:none;		
}

div.wp-popup-header{
	width: 100%;
	background: url(images/wp-popup-header.png) no-repeat;
	height: 19px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	padding-left: 20px;
	text-align:left;
	
}

div.wp-popup-body{
	width: 167px;	
	padding-left: 13px;
	padding-right: 10px;
	background: url(images/wp-popup-middle.png) repeat-y;
}

div.wp-popup-bottom{
	width: 100%;
	height: 17px;
	background: url(images/wp-popup-bottom.png) repeat-y;
}

div#nav-popup div.wp-popup-body a:link{
	text-decoration: none;			
	font-size: 13px;	
	color: #484a4e;
	font-weight: normal;
	font-weight:bold;
}

div#nav-popup div.wp-popup-body a:visited{
	text-decoration: none;			
	font-size: 13px;	
	color: #484a4e;
	font-weight: normal;
	font-weight:bold;
}

div#nav-popup div.wp-popup-body a:hover{
	text-decoration: underline;	
	font-weight:bold;
}

div#nav-popup div.wp-popup-body a:active{
	text-decoration: none;			
	font-size: 13px;	
	color: #484a4e;
	font-weight: bold;
}

div.wp-popup-arrow{
	position: absolute;
	top: 30px;
	left: -17px;
	z-index: 3;
	width: 25px;
	height: 44px;
	background: url(images/wp-popup-arrow.png) no-repeat;
}

/* DC Recruit */
a#dc_recruit{
	display: block;
	background: url(images/dc_recruit.png) no-repeat;
	width: 250px;
	height: 29px;	
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding-top: 8px;
	padding-left:22px;
	
}

a#dc_recruit:hover{
	background: url(images/dc_recruit.png) no-repeat 0px -38px;
}	
































