#header {
	width: 900px;
	height:100px;
	background: url("../media/bg_top3.jpg") no-repeat;
	margin: 0;
}

#header h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
}

.mainHead {
width:940px;
height:100px;
background:url("../media/mainHead.jpg") no-repeat;
margin:10px 0 0;
text-indent:-9999px;
display:block;
}

.arrow {
padding-left:5px;
}

/* Main navigation
------------------------------------*/
ul#nav {
	position: absolute;
	top: 78px;
	left: 414px;
	width: 486px;
	height: 22px;
	padding:0;
	margin:0;
	/*overflow:hidden;*/
	background: transparent url("../media/navStrip.jpg") no-repeat 0 -22px;
}

ul#nav li {
	padding:0;
	margin:0;
	display:block;
	/* list-style-type:none; */
	float:left;
	text-indent:-9999px;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background: transparent url("../media/navStrip.jpg") no-repeat;
}

li#home a {
	width:56px;
	height:22px;
}

li#demo a {
	width:56px;
	height:22px;
}

li#support a {
	width:76px;
	height:22px;
}

li#purchase a {
	width:86px;
	height:22px;
}

li#contact a {
	width:76px;
	height:22px;
}

li#products a {
	width:117px;
	height:22px;
}

/* ---
li#home a:link, li#home a:visited {
background-position:0px 0px;
}
--- */
li#home a:hover, li#home a:focus {
background-position:0px -22px;
}

li#demo a:link, li#demo a:visited {
background-position:-56px 0px;
}
li#demo a:hover, li#demo a:focus {
background-position:-56px -22px;
}

li#support a:link, li#support a:visited {
background-position:-112px 0px;
}
li#support a:hover, li#support a:focus {
background-position:-112px -22px;
}

li#purchase a:link, li#purchase a:visited {
background-position:-188px 0px;
}
li#purchase a:hover, li#purchase a:focus {
background-position:-188px -22px;
}

li#contact a:link, li#contact a:visited {
background-position:-274px 0px;
}
li#contact a:hover, li#contact a:focus {
background-position:-274px -22px;
}

li#products a:link, li#products a:visited {
background-position:-350px 0px;
}
li#products a:hover, li#products a:focus {
background-position:-350px -22px;
}

/* Active Tabs
---------------------------------------*/
body#homePage ul#nav li#home a {
	background-position:0px -44px;
}

body#demoPage ul#nav li#demo a {
	background-position:-56px -44px;
}

body#supportPage ul#nav li#support a {
	background-position:-112px -44px;
}

body#purchasePage ul#nav li#purchase a {
	background-position:-188px -44px;
}

body#contactPage ul#nav li#contact a {
	background-position:-274px -44px;
}

body#productsPage ul#nav li#products a {
	background-position:-350px -44px;
}