/* V-Enable index page CSS */

/* ============= OVERRIDDEN HTML TAGS ============================ */
body {
	margin: 0;
	padding: 0;
	background-image: url(http://www.v-enable.com/images/bkgrnd.gif);
	background-repeat: repeat-x;
	text-align: center; /* ie hack for centering container div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: strong;
	margin: 0;
	padding-bottom: 0;
}

p {
	padding-top: 0;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #af0005;
	
}

a:hover {
	text-decoration: underline;
	color: #330000;
}
/* ================== /OVERRIDDEN HTML TAGS ====================== */



/* ================== STRUCTURAL DIVS ============================ */

#mast {
	width: auto;
	height: 134px;
	background: url(../images/logo.gif) no-repeat;
}

/* -- CONTACT BUTTON -- */
#contact {
	width: 234px;
	height: 133px;
	position: absolute;
	right: 0;
	margin-right: 0;
	background: url(http://www.v-enable.com/images/contact.gif) no-repeat;
}

#contactBtn a {
	width: 83px;
	height: 20px;
	display: block;
	margin-left: 110px;
	background: url(http://www.v-enable.com/images/contactUs.gif) no-repeat;
}

#contactBtn  a:hover {
	background: url(http://www.v-enable.com/images/contactUs.gif) no-repeat 0 -20px;
}

/* -- /CONTACT BUTTON -- */

#container {
	width: 782px;
	height: 293px;
	margin: auto;
	position: relative;
	text-align: left;
}

/* -- NAV BAR -- */
#nav_container {
	width: 125px;
	height: 293px;
	position: absolute;
	left: 0;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

#nav {
	padding: 0;
	margin: 0;
	width: 125px;
	height: 293px;
	position: absolute;
}

#nav li, #nav a {
	width: 125px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#solutions a {height: 46px; background: url(http://www.v-enable.com/images/nav_01.gif) no-repeat; }
#technology a {height: 40px; background: url(http://www.v-enable.com/images/nav_02.gif) no-repeat; }
#products a {height: 40px; background: url(http://www.v-enable.com/images/nav_03.gif) no-repeat; }
#partnerships a {height: 41px; background: url(http://www.v-enable.com/images/nav_04.gif) no-repeat; }
#about a {height: 40px; background: url(http://www.v-enable.com/images/nav_05.gif) no-repeat; }
#press a {height: 41px; background: url(http://www.v-enable.com/images/nav_06.gif) no-repeat; }
#contact_m a {height: 45px; background: url(http://www.v-enable.com/images/nav_07.gif) no-repeat; }
#solutions a:hover { background: url(http://www.v-enable.com/images/nav_01.gif) no-repeat -125px; }
#technology a:hover { background: url(http://www.v-enable.com/images/nav_02.gif) no-repeat -125px; }
#products a:hover { background: url(http://www.v-enable.com/images/nav_03.gif) no-repeat -125px; }
#partnerships a:hover { background: url(http://www.v-enable.com/images/nav_04.gif) no-repeat -125px; }
#about a:hover { background: url(http://www.v-enable.com/images/nav_05.gif) no-repeat -125px; }
#press a:hover { background: url(http://www.v-enable.com/images/nav_06.gif) no-repeat -125px; }
#contact_m a:hover { background: url(http://www.v-enable.com/images/nav_07.gif) no-repeat -125px 0; }
/* -- /NAV BAR -- */



#flash {
	width: 467px;
	height: 293px;
	position: absolute;
	left: 129px;
	background-image: url(http://www.v-enable.com/images/temp_flash.gif);
	background-repeat: no-repeat;
}

#cover_story {
	width: 442px;
	height: 250px;
	position: absolute;
	left: 129px;
	top: 328px;
	background-image: url(http://www.v-enable.com/images/dot.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	color: #333333;
	line-height: 24px;
}

#news {
	width: 181px;
	height: 291px;
	position: absolute;
	right: 0;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background-color: #a7a8a8;
	padding: 1px;
}

#recent_news {
	width: 163px;
	height: 154px;
	background-color: #d2d2d2;
	border: 2px solid #ffffff;
	background-image: url(http://www.v-enable.com/images/recent_news.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding: 7px;
	padding-top: 36px;
}

#carriers {
	width: 177px;
	height: 85px;
	background-color: #d2d2d2;
	border: 2px solid #ffffff;
	background-image: url(http://www.v-enable.com/images/available.gif);
	background-repeat: no-repeat;
}

#carriers img{
	margin-left: 6px;
	margin-top: 20px;
}

#were_hiring {
	width: 183px;
	height: 90px;
	position: absolute;
	left: 597px;
	top: 296px;
}

#footer {
	color: #bbbbbb;
	position: absolute;
	bottom: 0;
}