/*
 * Funke Web Solutions
 * http://www.funke.com.au
 *
 * $Id: main.css 1557 2007-08-19 06:54:01 +0000 (Sun, 19 Aug 2007) robbie $
 * $LastChangedBy: robbie $
 *
 * Client: Blue Ant
 * Project: Blue Ant Z9 Micro Site
 * Website: http://www.blueantz9.com.au
 *
 * $LastChangedDate: 2007-08-19 06:54:01 +0000 (Sun, 19 Aug 2007) $
 * $LastChangedRevision: 1557 $
 * 
 */
 
* {
	margin: 0;
	padding: 0;
}

#main {
	width: 872px;
	margin: 0 auto;
	background-color: black;
}

#blueant_logo {
	float: left;
	margin-top: 0px;
	margin-bottom: 37px;
	border: 0;
}

#navmenu {
	margin-top: 27px;
	margin-right: 1px;
	float: right;
}

#navmenu ul {
	list-style: none;
}

#navmenu li {
	float: left;
}

#navmenu li h3 {
	display: none;
}

#navmenu_video {
	background-image: url("../images/menu-video.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 62px;
	height: 42px;
	display: block;
}

#navmenu_video:hover {
	background-image: url(../images/menu-video-hover.gif) !important;
}

#navmenu_features {
	background-image: url("../images/menu-features.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 83px;
	height: 42px;
	display: block;
}

#navmenu_features:hover {
	background-image: url(../images/menu-features-hover.gif) !important;
}

#navmenu_technology {
	background-image: url("../images/menu-technology.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 106px;
	height: 42px;
	display: block;
}

#navmenu_technology:hover {
	background-image: url(../images/menu-technology-hover.gif) !important;
}

#navmenu_support {
	background-image: url("../images/menu-support.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 79px;
	height: 42px;
	display: block;
}

#navmenu_support:hover {
	background-image: url(../images/menu-support-hover.gif) !important;
}

#navmenu_press {
	background-image: url("../images/menu-press.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 56px;
	height: 42px;
	display: block;
}

#navmenu_press:hover {
	background-image: url(../images/menu-press-hover.gif) !important;
}

#navmenu_buynow {
	background-image: url("../images/menu-buynow.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 82px;
	height: 42px;
	display: block;
}

#navmenu_buynow:hover {
	background-image: url(../images/menu-buynow-hover.gif) !important;
}

#location_selector {
    text-align: right; 
    padding: 10px 0 0 0;
    margin: 0;
}

#location_selector a {
    color: white;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: .8em;
    text-decoration: none;
}

#z9_logo {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: 175px;
}


.contentContainer {
	clear: both;
	height: 531px;
	margin-left: 4px;
	background-image: url("../images/content-background.jpg");
	background-position: top left;
	background-repeat: no-repeat;	
}

.content {
	padding: 0 80px;	
}

.content h1, .content h2, .content h3, .content p, .content th, .content td {
	font-family: tahoma, arial, verdana, sans-serif;
}

.content h1 {
	color: #4ea4d7;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 15px 0;
}

.content h2 {
	color: white;
	font-weight: bold;
	font-size: .8em;
}

.content h3 {
	color: white;
	font-weight: normal;
	font-size: 1.1em;
}

.content p {
	color: white;
	font-size: .8em;	
	padding: 0 0 14px 0;
	line-height: 1.4em;
}

.content a {
	color: white;
	text-decoration: none;
}

.content hr {
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
	height: 1px;
	border: 0;
	background-color: white;
	width: 70%;
}

#specifications_table {
	width: 80%;	
}

#specifications_table .separator th, #specifications_table .separator td {
	border-bottom: 1px solid white !important;
	padding: 12px 0;
}

#specifications_table th, #specifications_table td {
	color: white;
	font-size: .8em;
	vertical-align: top;
	padding: 10px 0 0 0;
}

#specifications_table th {
	width: 250px;
	text-align: left;
}

#features {
	width: 98%;
	margin: 0 auto;
}

#features h1 {
	font-size: .8em;	
	font-weight: bold;
	padding: 0 0 5px 10px;
}

#features h2 {
	padding: 2px 0 5px 10px;
}

#features_switch, #features_switch_main_1, #features_switch_main_2, 
	#features_switch_main_3, #features_switch_main_4  {
	border: 0;	
}

#features_switch_main_1, #features_switch_main_2, #features_switch_main_3,
	#features_switch_main_4 {
	float: left;
}

.featureCaption {
	float: right;
	width: 245px;
	padding-top: 60px;
	display: none;
}

.featureCaption h1 {
	padding-left: 0 !important;
}

#features_full_list_button {
	vertical-align: bottom;	
	border: 0;
}

#full_feature_list {
	color: white;
	background-image: url("../images/full-features-list.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: .7em;
	font-weight: bold;
	width: 339px;
	height: 384px;
	float: left;
	margin-top: 10px;
}

#full_feature_list a {
	display: block;
	height: 15px;
	width: 299px;
	padding: 3px 10px;
	margin: 0 10px;
}

#full_feature_list a:hover {
	background-color: #337092;
}

.full-features-text {
	background-image: url("../images/full-features-text.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 339px;
	height: 373px;
	float: left;
	margin-top: 21px;
	margin-left: 8px;
	display: none;
}

.full-features-text h1 {
	padding: 25px 30px !important;
	font-size: 1em !important;	
}

.full-features-text p {
	padding: 0 30px !important;
	font-size: .7em !important;	
}

.full-features-text img {
	float: right;
	padding: 30px 30px 0 0;
}

#features_on_the_fly img {
	padding-top: 10px;	
}

#home {
	background-image: none !important;
}

#getAdobeReader {
	border: 0;	
}

#z9_bluetooth_logo {
	margin: -7px 0 10px 0;
}

.footnote {
	font-size: .6em !important;	
}

.highlight, .highlight a {
	color: #4ea4d7 !important;
}