@import url("css/base.css");

html, body, #wrapper   {padding:0px; margin:0px;}

form {display:inline; padding:0px; margin:0px;}
/* body > #wrapper {height: auto; min-height: 100%;} */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75% !important;
	color:#333333;
	background-color:#FFFFFF;
}
p {  padding:0px; margin:0px 0px 1.2em 0px; line-height:1.4em; font-size:1em !important;}
body a:hover {text-decoration:underline;}

#main {
	/*padding-bottom: 280px; must be same height as the footer */
	clear:both;
}  

#footer {
	/*position: relative;*/
	 /*margin-top: -280px; negative value of footer height */
	height: 290px;
	clear:both;
} 

#header, .topnav_inner, .homeBodyPane_inner,
.home_section1_inner, .homeSection2_inner, .footer_inner
 { width:960px; margin:0px auto; float:none;}

.hdr_right {
	text-align:right;
	padding:50px 25px 0px 0px;
	width:647px;
	color:#999999;
}
.hdr_right h1 {
	padding:0px; margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:lighter; font-size:17px; font-style:italic;
}

.topnav {
	background-image: url(images/bg_topnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#2d2d2d;
	border-top:3px solid #f68400;
	height:33px;
	clear:both;
	overflow:visible;
}
.topnav_inner {overflow:visible;}
ul#mainnav, ul#mainnav li {
	display:block; list-style:none; padding:0px; margin:0px;
	width:auto; float:left; overflow:hidden;
}
ul#mainnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	width:100%; clear:both;
}
ul#mainnav li a{
	display:inline-block;
	height:19px;
	padding:7px 30px;
	text-decoration:none;
	color:#c2c2c2;
}
ul#mainnav li  {position:relative;overflow:visible;}
/* sub level menu */
ul#mainnav li:hover ul {display:block;}

ul#mainnav li ul {
	display:block;
	padding:0px; margin:0px;
	width:180px;
	clear:both;
	background-color:#2d2d2d;
	position:absolute;
	top:33px; left:0px;
	display:none;
	z-index:99;
}
ul#mainnav li ul li {
	display:block; width:100%;
	padding:0px; margin:0px;
	border-bottom:1px dotted #999999;
}
ul#mainnav li ul li a {padding:5px 10px;}

.homeBodyPane {
	background-image: url(images/bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.homeBodyPane_inner {
	background-image: url(images/home_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#8dc5e3;
	height:280px;
}

.banner_col_left {
	width:526px;
	padding:55px 25px 0px 25px;

}
.banner_col_right a {
	display:block; float:left;clear:both;
	padding:10px 0px 0px 0px;
}
a.banner_learnMore {
	text-align:center;
	background-image: url(images/banner_learnMore_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding:0px 15px 0px 0px;
	color:#daecf6; text-decoration:none;
	font-size:16px;
	width:100px;
	margin-left:70px;
}
ul#testimonial {width:460px; height:110px;overflow:hidden;}
ul#testimonial, ul#testimonial li, ul#testimonial li p{
	display:block;
	list-style:none;
	padding:0px; margin:0px;
}
ul#testimonial li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#1a2753;
	height:110px;
	overflow:hidden;
}
ul#testimonial li em {display:block; text-align:right; font-size:14px;}

#testimonial_logo_list li {padding-right:10px;}

.homeSection1 {
	clear:both;
	border-bottom:1px solid #e4e4e4;
}
.home_section1_inner {
	padding:15px 25px;
	width:910px;
	/*
	min-height:190px;
	height:auto!important;
	height:190px;
	*/
}
.box_desc {
	background-image: url(images/box_design_bg.gif);
	background-repeat: repeat-y;
	background-color: #557bae;
	color:#FFFFFF; font-size:11px;
	padding:0px;
	width:285px; 
	float:left;
}
.develop {background-image: url(images/box_develop_bg.gif); margin:0px 27px;}
.deploy {background-image: url(images/box_deploy_bg.gif);}

.box_desc h1 {
	background-repeat: no-repeat;
	background-position: left top;
	display:block; clear:both;
	font-size:30px; font-weight: normal;
	width:195px; height:50px;
	padding:15px 0px 0px 90px; margin:0px;
	color: #fff;
}
.design h1{background-image: url(images/box_design_top.gif);}
.develop h1 {background-image: url(images/box_develop_top.gif);}
.deploy h1 {background-image: url(images/box_deploy_top.gif);}

.box_desc img, .box_desc p {display:block; float:left;}
.box_desc img {margin-left:10px;}
.box_desc p { 
	padding:0px 15px 0px 0px; 
	width:180px;
	min-height:85px;
	height:auto!important;
	height:85px;
}
.box_desc_end {
	background-image: url(images/box_design_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:0px 0px 5px 90px; width:195px;
}
.develop .box_desc_end {background-image: url(images/box_develop_end.gif);}
.deploy .box_desc_end {background-image: url(images/box_deploy_end.gif);}

.box_desc a.arrow {
	display:block; float:left; clear:both;
	color:#ccffff;
	background-image: url(images/box_dec_link.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	text-decoration:none;
	padding-right:10px;
}

.homeSection2 {
	background-color:#e4e4e4;
	border-top:1px solid #FFFFFF;
}
.homeSection2_inner {
	padding:15px 0px 15px 0px;
}
.productsMenuDiv {width:280px;}
ul#products_link, ul#products_link li {
	list-style:none; display:block;
	padding:0px; margin:0px;
}
ul#products_link {
	float:left;
	background-image: url(images/home_products_shade.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:275px;
	height:auto!important;
	height:275px;
	padding:10px 0px 0px 0px;
	width:280px;
}
ul#products_link li {
	clear:both;
	overflow:hidden;
	background-image: url(images/home_products_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul#products_link li a {
	display:inline-block;
	color:#27699f;
	font-size:16px; 
	text-decoration:none;
	padding:13px 0px 13px 45px;
}
ul#products_link li a:hover{
	color:#1a2753;
}
.product_features {
	padding:10px 0px 0px 20px;
	width:660px;
}
.product_features dl, .product_features dt, .product_features dd {
	list-style:none; display:block;
	padding:0px; margin:0px;
}
.product_features dl {width:100%; float:left; clear:both;}
.product_features dt { 
	float:left;
	width:70px;
}
.product_features dd { 
	float:left;
	width:240px;
	padding-right:15px;
	font-size:1em;
}
.product_features dd h2 {
	color:#27699f;
	font-size:1.4em;
	font-weight:lighter;
	padding:0px; margin:0px;
}
#footer {background-color:#1a2753;}
.footer_divider {
	background-image: url(images/footer_highlight.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1f548c;
	height:6px;
	clear:both; overflow:hidden;
}
.footer_inner {
	padding:40px 25px 0px 25px;
	width:910px;
}
.footer_inner, .footer_inner a {
	/*color:#5f6887;*/ 
	text-decoration:none;
}

.footer_inner ul, .footer_inner ul li {
	list-style:none; display:block;
	padding:0px; margin:0px;
}
.footer_inner ul {float:left;}

.footer_inner ul {
	padding-right:20px;
	width:140px;
}
.footer_inner h4 {
	display:block; clear:both;
	padding:0px 0px 5px 0px; margin:0px 0px 5px;
	/* border-bottom:1px solid #3c476d; */
	border-bottom:1px solid #fff;
	font-size:1.1em;
	color: #fff !important;
}

.footer_inner ul li a {
	display: inline-block;
	padding:3px 10px 3px 0px;
}
.footer_inner  a:hover {text-decoration:underline;}
.footer_logo {float:right; text-align:right;color:#fff;}
#footer a, #footer a.SkinObject,  #footer .SkinObject {color:#fff; font-weight:normal;}

/* DNN style override */
#ContentPane, #dnn_ContentPane {clear:both; background-color:#FFFFFF;}
/* .col_100 {overflow:visible;} */
.Normal, .NormalDisabled
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}
.footerCol {width:160px; padding-right:10px;}
.DNNEmptyPane {display:none;}