/*

Title:      IBNextGen.com base styles

*/



/* ******************************* */
/* general overall style specifics */
/* ******************************* */

@import url("reset.css");
@import url("960.css");

html
{
	font-size: 62.5%;
}

body {
	background: #FFF; 
	color: #333; 
	font: 1.1em Verdana, Helvetica, sans-serif; 
}

h1, h2 
{
    /*font-family: "palatino linotype",palatino,serif;*/
	color: #003B59;
}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: -0.4pt;
}

h3 {
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: -0.4pt;
}

#content h3 {
	color: #003B59;
}

h4 {
	font-size: 1.5em;
	color: #006599;
	font-weight: normal;
	margin-bottom: 5px;
}

h5 {
	font-size: 1.3em;
	color: #80745A;
	font-weight: bold;
}

h6 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

p, #content ul, #content ol {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.1em;
}

ol, ul {
	margin-bottom: 15px;
}

.a508{
	display: none;	
}

a:link {
	color: #006599;
}

a:visited {
	color: purple;
}

a:hover {
	color: #80745A;
}

a:active {
	color: #003B59;
}


/* Header Styles */
#header {
	background: #F2F2F2 url(../images/hdr_bg.gif) repeat-x;
 	margin:0;
 	border-top:solid 6px #003B59;
	min-height:100px;
}

#header h1 a {
	display: block;
	float: left;
	background: url(../images/ib-next-gen-logo.png) no-repeat;
	width:240px;
	height:87px;
	text-indent:-9999px;
	text-decoration:none;
	border-bottom: none;
	margin:11px 0 0 0;
}

#admin{
 	margin:11px 0 0 0;
}

#admin h2 a{
 	display: block;
	float:right;
	 font-size:0.9em;
	 white-space:nowrap;
	 margin:0 3px !important;
	 margin:0;
	 color: #fff;
	 text-decoration: none;
	 background: url(../images/hdr_contact_bg.png) no-repeat;
	 width:226px;
	 height:27px;
	 text-indent:-9999px;
}

/*Navigation */
.nav {
	clear: all;
	display: block;
	float:right;
	padding:0;
	list-style:none;
	line-height:1.0;
	margin: 15px 0 0 0;
}

.nav ul li,
.nav a {
	display:block;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	width: auto;
	line-height: 1.4em;
	padding: 0 7px;
}

.nav .hosting a {
	 background: url(../images/nav_hosting.png) no-repeat;
	 width:96px;
	 height:32px;
	 text-indent:-9999px;
}

.nav .hosting a:hover {
	 background: url(../images/nav_hosting.png) no-repeat bottom;
}

.nav .esolutions a {
	 background: url(../images/nav_esolutions.png) no-repeat;
	 width:126px;
	 height:32px;
	 text-indent:-9999px;
}

.nav .esolutions a:hover {
	 background: url(../images/nav_esolutions.png) no-repeat bottom;
}

.nav .services a {
	 background: url(../images/nav_services.png) no-repeat;
	 width:101px;
	 height:32px;
	 text-indent:-9999px;
}

.nav .services a:hover {
	 background: url(../images/nav_services.png) no-repeat bottom;
}

.nav .products a {
	 background: url(../images/nav_products.png) no-repeat;
	 width:103px;
	 height:32px;
	 text-indent:-9999px;
}

.nav .products a:hover {
	 background: url(../images/nav_products.png) no-repeat bottom;
}

/* Secondary Navigation */
#nav2 {
	margin:5px 0 25px 0;
	font-size: 0.9em;
}

#nav2 ul{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#nav2 li {
	position: relative;
	list-style: none;
	background: #fff url(../images/list_nav2.gif) no-repeat 5px 30%;
	padding: 5px 0 5px 25px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px dotted #85B5CE;
}

#nav2 li.mainLinks {
	background: #f4f4f4 url(../images/nav2_mainlinks_background.gif) no-repeat 0 0;
	text-transform: uppercase;
	color: #666;
	padding-left: 5px;
	margin: 0;
}


#nav2 li.subLinks {
	background: #fff url(../images/list_nav2_open.gif) no-repeat 0 0.4em;
}

#nav2 .subLinks li { 
	background: #fff url(../images/list_nav2_open_sub.gif) no-repeat 0 30%;
	border-bottom: none;
	font-weight: normal;
}

#nav2 li.currentPage, #nav2 .subLinks li.currentPage {
	background-color: #efefef;
}

#nav2 li a:link {
	display: block;
	color: #0D6C82;
	border-bottom: none;
	text-decoration: none;
}

#nav2 li a:visited {
	color: #0D6C82;
	text-decoration: none;
	border-bottom: none;
}

#nav2 li a:hover {
	color: #7F7F7F;
	border-bottom: none;
}

/* Content */
#sub_head {
	background: #006599 url(../images/hdr-secondary_bg.png) repeat-x;
	margin:0 0 20px 0;
	padding:12px 0 12px 0;
}

#sub_head h2 {
	color: #fff;
	font-size: 2.1em;
	letter-spacing: 0em;
	margin-left: 10px;
}

#content {
	width: auto;
	float: right;
	margin-top: 10px;
}

#content_home {
	clear: all;
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}

.section {
	clear: both;
	background: #E6ECEF url(../images/section_bg_top.png) no-repeat;
	padding: 10px 10px 5px 10px;
}

.section img {
	float: left;
	padding: 5px 10px 30px 0;
}

.section h4 {
	padding: 10px 5px 0px 50px;
	margin-bottom: 0px;
	font-size: 1.45em;
}

.section h4 a {
	text-decoration: none;
	color: #006599;
}

.section p {
	padding: 0px 0px 5px 0;
	line-height: 1.4em;
	font-size: 1.05em;
}

/* Stylized Lists */
#callout ol {
	list-style: decimal;
	margin: 5px 0 10px 10px;
	padding: 0 0 10px 20px;
	font-size: 1.8em;
	color: #F39106;
}


#callout ol p {
	color: #333; 
	font-size: 0.55em 
}

#callout ol strong {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}


.product {
	margin: 10px 0 10px 0;
	padding-left: 115px;
	float: left;
}

.host {
	margin: 10px 0 10px 0;
	text-align: center;
}

#scheduler {
	background: url(../images/icon_ib_scheduler.png) no-repeat 0 0;
}

#securecart {
	background: url(../images/icon_ib_securecart.png) no-repeat 0 0;
}

#series100 {
	background: url(../images/icon_ib_100.png) no-repeat 0 0;
}

#series200 {
	background: url(../images/icon_ib_200.png) no-repeat 0 0;
}

#series300 {
	background: url(../images/icon_ib_300.png) no-repeat 0 0;
}

#series500 {
	background: url(../images/icon_ib_500.png) no-repeat 0 0;
}

#series700 {
	background: url(../images/icon_ib_700.png) no-repeat 0 0;
}

#series50 {
	background: url(../images/icon_ib_50.png) no-repeat 0 0;
}

#ebus_security {
	background: url(../images/icon_ebus_security.png) no-repeat 0 0;
}

#ebus_seo {
	background: url(../images/icon_ebus_seo.png) no-repeat 0 0;
}

#ebus_maintain {
	background: url(../images/icon_ebus_maintain.png) no-repeat 0 0;
}

#service_pro {
	background: url(../images/icon_service_pro.png) no-repeat 0 0;
}

#service_support {
	background: url(../images/icon_service_support.png) no-repeat 0 0;
}

#service_develop {
	background: url(../images/icon_service_develop.png) no-repeat 0 0;
}

#service_infra {
	background: url(../images/icon_service_infra.png) no-repeat 0 0;
}

#hosting_web{
	background: url(../images/icon_hosting_web.png) no-repeat 0 0;
}

#hosting_vps{
	background: url(../images/icon_hosting_vps.png) no-repeat 0 0;
}

#hosting_dedicated{
	background: url(../images/icon_hosting_dedicated.png) no-repeat 0 0;
}


.product ul {
	margin-bottom: 5px;
	padding: 0;
}

.product ul li {
	list-style: none;
	background: url(../images/feature_bullet.png) no-repeat 0 0%;
	margin: 0 0 0 30px;
	padding: 0 0 7px 25px;
	line-height: 1.3em;
}

.product ul li ul{
	margin: 10px 0 0 25px;
}

.product ul li ul li{
	list-style: disc;
	background: none;
	font-size: 0.9em;
	margin: 0 0 0 25px;
	padding: 0 0 7px 3px;
	line-height: 1.4em;
}

.services-list {
	margin: 10px 0 10px 0;
	padding-left: 115px;
	float: left;
}

.services-list ul {
	margin-bottom: 5px;
	padding: 0;
}

.services-list h4 {
	padding-bottom: 5px;
	float: left;
	display: block;
}

.services-list p{
	clear: both;
	display: block;
}
.services-list ul li {
	list-style: none;
	background: url(../images/feature_bullet.png) no-repeat 0 0%;
	margin: 0 0 0 15px;
	padding: 0 0 7px 25px;
	line-height: 1.3em;
}

.intro {
	margin: 10px 0 5px 0;
	padding: 0 0 0 250px;
	min-height: 230px;
	float: left;
}

.host_intro {
	margin: 10px 0 5px 0;
	padding: 0 0 0 120px;
	min-height: 120px;
	float: left;
}

#intro_support {
	background: url(../images/img_services_support.jpg) no-repeat 0 0;
}

#intro_professional {
	background: url(../images/img_services_professional.jpg) no-repeat 0 0;
}

#intro_infra {
	background: url(../images/img_services_infra.jpg) no-repeat 0 0;
}

#intro_company {
	background: url(../images/img_company_info.jpg) no-repeat 0 0;
}

#intro_network{
	background: url(../images/img_hosting_network.jpg) no-repeat 0 0;
}

#intro_contact{
	background: url(../images/img_contact.jpg) no-repeat 0 0;
}

#intro_process{
	background: url(../images/img_esolutions_process.jpg) no-repeat 0 0;
}

#intro_esolutionsservices{
	background: url(../images/img_esolutions_services.jpg) no-repeat 0 0;
}


a.btnDemo {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_request_demo.png) no-repeat;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnDemo:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_request_demo.png) no-repeat bottom;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnQuote {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_request_quote.png) no-repeat;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnQuote:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_request_quote.png) no-repeat bottom;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnNextStep {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_next_step.png) no-repeat;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnNextStep:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_next_step.png) no-repeat bottom;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnDiscuss {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_project.png) no-repeat;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnDiscuss:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_project.png) no-repeat bottom;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnNeeds {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_needs.png) no-repeat;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnNeeds:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_needs.png) no-repeat bottom;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnProducts {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_products.png) no-repeat;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

a.btnProducts:hover {
     display: block;
	 text-decoration: none;
	 background: url(../images/btn_discuss_products.png) no-repeat bottom;
	 width:320px;
	 height:54px;
	 text-indent:-9999px;
}

/* List Styles */

ul.checklist li {
	list-style: none;
	background: url(../images/list_checklist.png) no-repeat 0 5%;
	margin: 0 0 0 0px;
	padding: 0 0 10px 25px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #0D6C82;
}

ul.arrow-bullet li {
	font-size: 1.1em;
	color: #0D6C82;
	list-style: none;
	background: url(../images/arrow-bullet.png) no-repeat 0 0%;
	margin: 0 0 0 30px;
	padding: 0 0 7px 25px;
	line-height: 1.3em;
}


ul.multicolumn_list {
	list-style: none;
	clear: both;
	float: left;
	display: block;
	margin-bottom: 10px;
}

ul.multicolumn_list li {
	list-style: none;
	background: url(../images/list_checklist.png) no-repeat 0 5%;
	float: left;
	width: 300px; 
	margin: 0;
	padding: 0 20px 10px 25px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #006599;
}


#content ol {
	list-style: decimal;
	margin: 5px 0 10px 10px;
	padding: 0 0 10px 20px;
	font-size: 1.9em;
	color: #0D6C82;
}

#content ol li {
	clear: both; 
}

#content ol p {
	color: #333; 
	font-size: 0.55em 
}

#content ol strong {
	font-size: 0.75em;
	font-weight: normal;
	display: block;
}

#bottom_call_to_action {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	background: #f4f4f4 url(../images/call-to-action_background.gif) repeat-x 0 0;
}

#bottom_call_to_action a.btnNeeds, #bottom_call_to_action a.btnDiscuss, #bottom_call_to_action a.btnProducts, #bottom_call_to_action p{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



/* Footer */
#footer {
	margin: 0px 0 0 0;
	padding: 10px 0px;
	font-size: 1em;
	background: #003B59 url(../images/ftr-bg.png) repeat-x;
	clear:both;
	float:left;
	width: 100%;
}

#footer p {
	color: #5BA5CB;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 5px 0 0 15px;
	border-left: 1px solid #115A7F;
}

#footer p strong {
	background: transparent url(../images/ftr-logo-ib-nextgen.png) no-repeat;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	min-height: 60px;
	padding-left: 70px;
}

#footer ul {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	
}

#footer ul strong{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 5px 0;	
	color: #fff;
}

#footer a  {
	text-decoration: none;
}

#footer a:link {
	color: #F39106;
}

#footer a:visited {
	color: #F39106;
}

#footer a:hover {
	color: #fff;
}


/* end footer */

/* Footer2 */
#footer2 {
	clear:both;
	float:left;
	width: 100%;
	margin: 0 0 0 0;
	font-size: 0.9em;
	padding: 10px 0 5px 0px;
	background: #002A40;
	color: #fff;
}

#footer2 a {
	text-decoration: none;
}

#footer2 a:link {
	color: #fff;
}

#footer2 a:visited {
	color: #fff;
}

#footer2 a:hover {
	color: #F39106
}

#footer2 p {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}

#footer2 .ftr_contact a {
	display: block;
	background: url(../images/ftr_contact_bg.png) no-repeat;
	width:226px;
	height:27px;
	text-indent:-9999px;
}
	
/* TABLE STYLES */
table {
	border:1px solid #E2E2E2;
	border-collapse:collapse;
	margin-bottom: 15px;
	width: 100%;
}

td,th{
	border:1px solid #E2E2E2;
	border-collapse:collapse;
	padding:7px;
}

caption{
	background:#006599;
	color: #fff;
	font-size:1.2em;
	border:1px solid #C7C7C7;
	border-bottom:none;
	padding:5px;
	text-align:left;
	border-collapse:collapse;
}

thead th {
	background-color: #003B59;
	color: #fff;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.2em;
}

tbody th{
	text-align:left;
	color: #0D6C82;
}

tbody td {
	text-align: center;
}

.matrix td.yes {
	background-image: url(../images/compare_check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent:-9999px;
	text-decoration:none;
}

.matrix td.no {
	text-indent:-9999px;
	text-decoration:none;
}

.matrix #comp_pmd, .matrix td[headers=comp_pmd] {
	background-color: #FFFEC9;
	color: #0D6C82;
}

#features tr.odd {
	background: #EBEBEB;
}

#features thead th {
	background:#E9E9E9;
}

tr.alt td, tr.alt th {
	background: #EDF1F3;
}

tr.over td, tr.over th {
	background: #CCD9DF;
}


/***************** Forms Styles Start ****************/
	
	form{
		clear: both;
		margin:0px;
		margin-bottom: 25px;
		padding:0px;
		border: 2px solid #B5B4B4;
		background: #f4f4f4 url(../images/form_background.gif) repeat-x 0 0;
		
	}
	
	select{
		font-size:1.4em;
	}
	
	
	
	fieldset{
		border:none;
		margin:5px 0 10px 0;
		padding:10px;
		display:block;
	}
	

	legend{
		display: none;
		margin:0px;
		padding:0px;
		font-size: 1.4em;
		color: #0D6C82;
		font-weight: normal;
	}
	
	form input[type="text"]{
		font-size: 1.4em;
		width: 14em;
	}
	
	form input[type="text"]:focus {
		border: 2px solid #0D6C82;
		background: #FFFFCC;
	}
	
	form textarea {
		font-family: verdana;
		font-size: 1.2em;
		width: 20em;
		height: 10em;
	}
	

#leadForm dl{
	margin:15px 0px 0px 0px;
	padding:0px;
	width:auto;
	clear:both;
}

#leadForm dt{
	clear: both;
	float:left;
	text-align: right;
	width:200px;
	margin:0px 10px 5px 0px;
	font-size: 1.3em;
	padding: 5px 0 10px 0;
}

#leadForm dd {
	text-align: left;
	margin:0px 10px 5px 200px;
	padding: 5px 0 10px 0;
}


.required {
	    font-weight: bold;
	}
	
	
	
	/**************** List Styles Finish *****************/
.button {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #EF7F02;
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 2px solid #EF6102;
	border-bottom: 2px solid #EF6102;
	border-left: 1px solid #EF6102;
	border-top: 1px solid #EF6102;
	/*background: url(../images/btn_submit.png) no-repeat;
	 width:240px;
	 height:54px;
	 text-indent:-9999px;
	 border: none;*/
	
}

#slideshow {
	width: 620px;
	position: relative;
 }

 #navPager {
	right:0px;
	margin:0;
	padding:6px;
	position:absolute;
	bottom:0px;
	z-index:1000;
 }
 
 #navPager a {
 	background:#E8F5FF none repeat scroll 0 0;
	border:1px solid #1D9EFF;
	margin:0 5px;
	padding:3px 5px;
	text-decoration:none;
 }
 
 #navPager a.activeSlide {
 	background:#1D9EFF none repeat scroll 0 0;
 }
 
.hero_graphics { 
	height: 263px; 
	width: 620px; 
	overflow: hidden;
}

.hero_graphics img { 
	height: 263px;
	width: 620px;
	top:0;
	left:0;
}

.sitemap h4 {
	background-color: #006599;
	font: #fff;
	padding: 5px 3px 5px 10px;
}

.sitemap ul li{
	list-style: disc;
	margin: 0 0 0 20px;
	font-size: 1em;
}

.sitemap ul li li{
	font-size: 0.9em;
}

.sitemap h4 a:link, .sitemap h4 a:visited {
	color: #fff;
}


.price_feature {
	float: right;
	width: 160px;
	height: 150px;
	text-indent:-9999px;
	margin-left: 10px;
}

#price_dedicated {
	background: url(../images/price_dedicated.png) no-repeat 0 0;
}

/* FAQs Styles */

#faqs dl {
		margin:15px 0px 10px 10px;
		padding:0;
	}

	

#faqs dt{
		float: none;
		text-align: left;
		display: block;
		width: 100%;
		margin:0px 0px 1px 0px;
		padding: 5px 0;
		color:#006599;
		border-bottom: 1px dotted #7FB2CC;
		font-size:1.3em;
		font-weight: bold;
	}

#faqs dt:hover{
		cursor: pointer;
	}	

#faqs dd{
		margin:0px 0px 5px 0;
		padding: 10px 25px 10px 25px;
		background-color: #E8EEF0;
	}
	
.expandCollapse {
	text-align: right;
	border-bottom: 1px dotted #7FB2CC;
	background-color: #EFF0F2;
	padding: 5px 5px;
}

.expandCollapse p{
	margin: 0;
	padding: 0;
}

