/* Body */

body { background-color: #ced0d0; color: #333333; font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

p {
	color: #333333;
	font-size: 10pt;
}
a:link, a:visited { color: black; text-decoration: underline; }

a:hover, a:active { text-decoration: none; color: #f7941e;}

h1 { font-size: 32px; color: #333333; text-align: left; margin-bottom: 15px; margin-top: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 { font-size: 15px; color: #333333; text-align: left; margin-bottom: 6px; margin-top: 0;
	font-weight: bold;
}

h4 { font-size: 24px; color: #333333; text-align: left; margin-bottom: 20px; margin-top: 0;
	font-weight: bold;
}

h5 { color: #333333; text-align: left;
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h6 { font-size: 24px; color: #333333; text-align: center;
	font-weight: bold;
	padding-top: 15px;
	margin: 0 auto 15px;
}

h8 {
	color: #333333;
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Image Hero */

#hero img.hero {
	margin-bottom: -4px;
}

/* Layout */

#container { background-color: #fff;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
}


#content {
	width: 520px;
	margin: 10px 0 10px 30px;
	line-height: 1.3em;
	font-size: 12px;
	display: inline;
	float: left;
}
#content .productLeft {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}
#content .productRight {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

#fullpage {
	float: left;
	display: inline;
	line-height: 1.3em;
	font-size: 12px;
}

#c_fullpage {
}

/* Sidebar */
#sidebar {
	display: table;
	font-size: 12px;
	line-height: 14px;
	clear: none;
	padding: 20px 5px 5px 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
}

#sidebar div.divider p small a {
	text-decoration: underline;
	color: #333333;
}

#sidebar div.divider p small a:hover {
	color: #f7941e;
}

#sidebar a:hover, #sidebar a:active {
	background-color: white;
	color: #333333;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

/* buy now button */

ul#buynow { list-style:none; height: 50px; width: 150px;
	margin-top: 0;
	margin-bottom: 30px;
}

ul#buynow li a { height: 50px; float: left; text-indent:-9999px;
	width: 150px;
}

ul#buynow li#buynow a { width: 150px; background: url(images/Buy-Now.png) 0 0; }

ul#buynow li#buynow a:hover { background-position: 0 -51px; }

ul#buynow li#buynow a.current { background-position: 0 -100px; }

/* VR Nav */

ul#vrnav {
	background-image: url(images/VRNav.jpg);
	height: 20px;
	border-left: thin solid #ced0d0;
	border-right: thin solid #ced0d0;
	list-style:none;
	margin-top: 0;
	margin-bottom: 0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 31px;
}

ul#vrnav li a { float: left;
	margin-right: 50px;
	margin-left: 0;
	padding-top: 2px;
}

ul#vrnav li#overview a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#vrnav li#overview a:hover { }

ul#vrnav li#overview a.current {
	font-weight: bold;
}

ul#vrnav li#howto a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#vrnav li#howto a:hover { }

ul#vrnav li#howto a.current {
	font-weight: bold;
}

ul#vrnav li#gallery a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#vrnav li#gallery a:hover { }

ul#vrnav li#gallery a.current {
	font-weight: bold;
}

ul#vrnav li#performance a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#vrnav li#performance a:hover { }

ul#vrnav li#performance a.current {
	font-weight: bold;
}

ul#vrnav li#buynow a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#vrnav li#buynow a:hover { }

ul#vrnav li#buynow a.current {
	font-weight: bold;
}

/* G VR Nav - For gallery page */

#g_vrnav ul
{
	background-image: url(images/VRNav.jpg);
	list-style-type: none;
	height: 20px;
	border-top: 1px solid #ced0d0;
	border-bottom: 1px solid #ced0d0;
	list-style:none;
	padding: 0;
	text-align: center;
	margin: 0;
}


#g_vrnav ul li { display: inline; }

ul#g_vrnav li a {
	display:inline;
	margin-right: 30px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#g_vrnav li#overview a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#g_vrnav li#overview a:hover { }

ul#g_vrnav li#overview a.current {
	font-weight: bold;
}

ul#g_vrnav li#howto a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#g_vrnav li#howto a:hover { }

ul#g_vrnav li#howto a.current {
	font-weight: bold;
}

ul#g_vrnav li#gallery a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#g_vrnav li#gallery a:hover { }

ul#g_vrnav li#gallery a.current {
	font-weight: bold;
}

ul#g_vrnav li#performance a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#g_vrnav li#performance a:hover { }

ul#g_vrnav li#performance a.current {
	font-weight: bold;
}


ul#g_vrnav li#buynow a {
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#g_vrnav li#buynow a:hover { }

ul#g_vrnav li#buynow a.current {
	font-weight: bold;
}
