/*
BTI
Home Layout styles
Created	13/3/07 WNPsaila
Last Modified 13/3/07 WNPsaila

*/


html, body {height:100%}
body {
	padding:0;
	margin:0;
	font: normal .7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	background: #fff url(../images/main_bg.jpg) 0 0 repeat-x;
}

#outer{
	width: 774px;
	height: 430px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/home_interface_bg.jpg) 0 0 no-repeat
}

/************ HEADER STYLES **********************/

#header {
	height: 10px;
	margin: 0;
	padding: 0;
}

#header h1 {
	display: none;
}

/************ MAIN NAVIGATION STYLES **********************/

#mainNav {
	float: left;
	width: 774px;
	height: 37px;
	margin: 0;
	padding: 0;
}

#mainNav ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
}

#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNav li a {
	float: left;
	display: block;
	height: 37px;
	padding: 0;
	margin: 0;
}

/* Link states */

#mainNav li a#home {
	background: url(../images/nv_home.jpg) no-repeat 0 0;
	width: 57px;
}

#mainNav li a#about {
	background: url(../images/nv_about.jpg) no-repeat 0 0;
	width: 121px;
}

#mainNav li a#buy {
	background: url(../images/nv_buy.jpg) no-repeat 0 0;
	width: 104px;
}

#mainNav li a#media {
	background: url(../images/nv_media.jpg) no-repeat 0 0;
	width: 118px;
}

#mainNav li a#inventor {
	background: url(../images/nv_inventor.jpg) no-repeat 0 0;
	width: 105px;
}

#mainNav li a#contact {
	background: url(../images/nv_contact.jpg) no-repeat 0 0;
	width: 124px;
}

#mainNav li a#buyitnow {
	background: url(../images/nv_buyitnow.jpg) no-repeat 0 0;
	width: 134px;
}

/* Hover states */

#mainNav li a:hover#home {
	background: url(../images/nv_home.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#about {
	background: url(../images/nv_about.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#buy {
	background: url(../images/nv_buy.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#media {
	background: url(../images/nv_media.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#inventor {
	background: url(../images/nv_inventor.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#contact {
	background: url(../images/nv_contact.jpg) no-repeat 0 -37px;
}

#mainNav li a:hover#buyitnow {
	background: url(../images/nv_buyitnow.jpg) no-repeat 0 -37px;
}

#mainNav li a span {
	display: none;
}

/* middle content Styles */

#contentContainer {
	float: left;
	padding: 0;
	margin: 0;
	width: 774px;
}

#centrecontent {
	float: left;
	width: 774px;
	height: 367px;
	margin: 0;
	padding: 0;
	background: url(../images/home_content_bg.jpg) 0 0 no-repeat;
}

#centrecontent .folder {
	margin: 0;
	padding: 0;
	}

#centrecontent h2 span {
	display: none;
}

#centrecontent #extraContent {
	width: 500px;
	height: 21px;
	margin: 320px 0 0 258px;
	padding: 26px 0 0 0;
	background: url(../images/home_bottom_blurb.gif) 0 0 no-repeat;
}

#centrecontent #extraContent span {
	display: none;
}

#centrecontent #extraContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#centrecontent #extraContent li {
	display: inline;
	margin: 0;
	padding: 0;
}

#centrecontent #extraContent li#watch a {
	display: block;
	float: left;
	width: 124px;
	height: 21px;
	margin: 0;
	padding: 0;
}

#centrecontent #extraContent li#how a {
	display: block;
	float: left;
	width: 136px;
	height: 21px;
	margin: 0;
	padding: 0;
}

#centrecontent #extraContent li a span {
	display: none;
}



/************ HIDDEN STYLES **********************/

#left {
	display: none;
}

#right {
	display: none;
}

/************ FOOTER STYLES **********************/

#footer {
	clear: both;
	width: 770px;
	height: 55px;
	padding: 0;
	margin: 0 auto;
	color: #789CBD;
	font: 1em verdana, arial, sans serif;
	text-align: center;
}

#footer a {
	color: #789CBD;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
