/*
BTI
STYLE Layout styles
Created	14/3/07 WNPsaila
Last Modified 27/6/07 WNPsaila

*/


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

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

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

#header {
	height: 77px;
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 349px;
	height: 73px;
	margin: 0;
	padding: 0;
	background: url(../images/siteid.jpg) 0 0 no-repeat;
}

#header h1 span {
	display: none;
}

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

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

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

#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;
}

/* section headers */

#mainNav h2 {
	display: block;
	width: 761px;
	height: 170px;
	margin: 4px 0 0 7px;
	padding: 0;
}

#mainNav h2#about {
	background: url(../images/hdr_about.jpg) 0 0 no-repeat;
}

#mainNav h2#buy {
	background: url(../images/hdr_buy.jpg) 0 0 no-repeat;
}

#mainNav h2#contact {
	background: url(../images/hdr_contactdetails.jpg) 0 0 no-repeat;
}

#mainNav h2#inventor {
	background: url(../images/hdr_inventor.jpg) 0 0 no-repeat;
}

#mainNav h2#media {
	background: url(../images/hdr_media.jpg) 0 0 no-repeat;
}

#mainNav h2 span {
	display: none;
}

/* middle content header Styles */

#contentContainer {
	float: left;
	padding: 0;
	margin: 0 0 0 2px;
	width: 770px;
	height: auto;
	min-height: 500px;
	background: url(../images/2nd_content_bg.jpg) 0 0 repeat-y; /* this bg handles the content bg for left and copy area */
}

/* content styles */

#centrecontent {
	float: left;
	display: inline;
	width: 599px;
	margin: 0 0 0 171px;
	padding: 0;
	background: url(../images/centrecontent_graded_bg.jpg) 0 0 no-repeat;
}

#centrecontent .folder {
	margin: 0;
	padding: 28px 37px 20px 13px;
}

#centrecontent a:link {color: #DF781F; text-decoration: none;}
#centrecontent a:visited {color: #DF781F; text-decoration: none;}
#centrecontent a:hover {color: #DF781F; text-decoration: underline;}
#centrecontent a:active {color: #DF781F; text-decoration: none;}

#centrecontent h2 {
	margin: 0;
	padding: 0;
	font: bold 1.4em arial, helvetica, sans serif;
	color: #000 /*#FF8A22*/;
	text-transform: uppercase;
}

#centrecontent h3 {
	margin: 25px 0 30px 0;
	padding: 0;
	font: bold 1.2em verdana, arial, helvetica, sans serif;
	color: #000 /*#3D86B4*/;
	text-transform: uppercase;
	background: url(../images/h3_underline.gif) left bottom repeat-x;
}

#centrecontent ol li {
	margin: 0 0 15px 0;
}

/* buy order form styles */

#centrecontent form table.orderTable td {
	border-bottom: 1px solid #ccc;
}

#centrecontent form table.orderTable td.tableheader {
	font-weight: bold;
	background: #bbb;
}

#centrecontent form table.orderTable td.totalHeader {
	font-weight: bold;
	background: #ddd;
}

#centrecontent form table.orderTable td.smalltext {
	font: .9em arial, helvetica, sans serif;
	color: #666;
}

#centrecontent form table.orderTable input,
#centrecontent form table.orderTable select {
	font: 1em arial, helvetica, sans serif;
	color: #666;
}

#centrecontent form table.orderTable input.formButton {
	margin: 10px 5px 0 0;
	font: bold 1em arial, helvetica, sans serif;
	color: #F68017;
	text-transform: uppercase;
	border: 1px solid #F68017;
	background: #fff;
}

/************ LEFT SUBNAV STYLES **********************/

#left {
	float: left;
	width: 171px;
	height: 448px;
	margin: 0 0 0 -770px;
	padding: 0;
	background: url(../images/left_bg.jpg) 0 0 no-repeat;
}

#left ul#subNav {
	width: 165px;
	padding: 0;
	margin: 20px 0 0 6px;
	list-style: none;
}

#left ul#subNav li {
	margin: 0;
	padding: 0;
}

#left ul#subNav li a {
	display: block;
	height: 17px;
	padding: 7px 10px;
	margin: 0;
	font: normal 1.1em verdana;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #DF7442;
}

#left ul#subNav li a:hover {
	color: #414142;
	background: #FDB300;
}

#left ul#subNav li a.active {
	font-weight: bold;
}

/* Portals */

#left ul#subNav li.portal {
	width: 145px;
	height: 230px;
	padding: 0;
	margin: 0 0 0 9px;
	border: none;
}

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

#right {
	display: none;
}

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

#footer {
	clear: both;
	width: 774px;
	height: 35px; /* less padding */
	padding: 40px 0 0 0;
	margin: 0 auto;
	color: #789CBD;
	font: 1em verdana, arial, sans serif;
	text-align: center;
	background: url(../images/footer_bg.jpg) left top no-repeat;
}

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

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

/* Popup Content styles */

.popupContent {
	margin: 0;
	padding: 20px;
}

.popupContent a:link {color: #DF781F; text-decoration: none;}
.popupContent a:visited {color: #DF781F; text-decoration: none;}
.popupContent a:hover {color: #DF781F; text-decoration: underline;}
.popupContent a:active {color: #DF781F; text-decoration: none;}

.popupContent h2 {
	margin: 0;
	padding: 0;
	font: bold 1.4em arial, helvetica, sans serif;
	color: #000 /*#FF8A22*/;
	text-transform: uppercase;
}

.popupContent h3 {
	margin: 25px 0 30px 0;
	padding: 0;
	font: bold 1.2em verdana, arial, helvetica, sans serif;
	color: #000 /*#3D86B4*/;
	text-transform: uppercase;
	background: url(../images/h3_underline.gif) left bottom repeat-x;
}
