@charset "utf-8";

body {
	background: #fff url("../images/bg-secondary.jpg") repeat-x left top;
	font-family: arial, helvetica, serif;
	font-size: 85%;
	text-align: center;
	color: #1a1a1a
}

body#home{
	background: #cdcdcd url("../images/body-bg.jpg") repeat-x left top
}

#container{
	margin: 0 auto;
	width: 940px;
	text-align: left
}

#header{
	margin-top: 20px;
	height: 150px;
	overflow: visible;
	position: relative;
	z-index: 1000
}

body#home #header{
	margin-top: 0;
	height: 60px;
}

input[type="image"]{
	margin: 10px 0 20px 0
}

a,
a:visited{
	color: #1a1a1a;
	text-decoration: none
}

a:hover,
a:active{
	color: #3DAB82
}

strong {
  font-weight:bold;
}

#logo a{
  background: url("../images/gobible-logo-trans.png") no-repeat top left;
	display: block;
	height:42px;
	margin-top:12px;
	text-indent:-9000px;
	width:150px;
	float: left
}

#nav li li.sub a{
  background: #F0F9F5 url("../images/ico-menu-arrow-trans.png") no-repeat right center
}

#nav li li.sub ul a{
	background-image: none
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9em
}

#nav ul ul{
	font-size: 1em;
	border-top: 1px solid #D1EFEC
}

#nav{
  background: url("../images/menu-border-bottom-trans.png") no-repeat 7px bottom;
	overflow: visible;
	float: right;
	margin-top: 20px
}

#nav a {
	display: block;
	width: auto;
	padding: 10px 11px 12px;
}
#nav #checkout-btn a {
  padding-top: 5px
}

#nav ul a {
  width: 12em;
	background-color: #F0F9F5;
	border-bottom: 1px solid #D1EFEC
}

#nav ul a:hover{
  background-color: white	!important
}

#nav li { /* all list items */
	float: left;
}

#nav li li a{
	padding: 11px 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding:5px 0 0;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li{
	color: white
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -3.2em 0 0 13.75em;
	padding:0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
#additional-products{
	width: 940px;
	overflow: auto;
	margin: 0 auto
}
#additional-products li{
	float: left;
	width: 300px;
	margin-right: 20px
}
#additional-products li.last{
  margin-right: 0
}

#callnow{
  border-top: 1px solid #999;
	clear: both;
	width: 940px;
	margin: 40px auto;
	font-size: 1.4em;
	color: #222;
	font-weight: bold
}

.callnow-inner{
  border-top: 1px solid white;
	padding-top: 40px
}

.register-gobible{
	display: block;
	height: 22px;
	width: 159px;
	text-indent: -9000px;
	overflow: hidden;
	margin-top: 20px;
	background: url("../images/register-gobible-trans.png") no-repeat top left;
	text-align: left;
	float: right
}

#footer{
	clear: both;
	width: 940px;
	margin: 0 auto;
	overflow: auto;
	height: 240px;
	margin-top: 40px;
	border-top: 1px solid #999
}

.footer-inner{
  border-top: 1px solid white;
	padding-top: 40px
}

#footer .menu{
	width: 140px;
	margin: 0 20px 0 0;
	float: left;
	text-align: left;
	font-size: .8em;
	line-height: 1.8em
}

#footer .third{
	margin-right: 0
}

#footer h4{
  font-weight: bold;
	color: #3b3b3b;
	margin-bottom: 10px
}

#footer a,
#footer li{
	color: #3b3b3b;
}

#footer a:hover{
	color: black;
}

#footer .fourth{
	float: right;
	text-align: right;
	width: 240px; 
	margin-right: 0
}

#footer .menu ul{
  margin: 0;
	padding: 0
}

/******** Product Page Styles ********/

#product-listing{
  margin-top: 30px
}

#product-aside{
  float: left;
  width: 360px;
  margin-left: -940px
}

#product-additional li{
  text-align: center
}

#product-additional li a{
  font-size: 12px;
  font-weight: normal
}

#product-main{
  display: inline;
  float: left;
  margin-left: 380px;
  width: 560px;
  position: relative
}
#product-main h1{
  line-height: 120%;
  width: 360px
}

#product-description{
  display: inline;
  float: left;
  width: 360px
}

#buy-now-button{
  float: right;
  margin: 0 0 10px 10px
}

#product-description.wide{
  width: 100%
}

#product-buy-box{
  float: right;
  width: 140px;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-top: -60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#product-buy-box font.Subtitle2{
  margin-top: 5px;
  display: block;
  position: relative;
  margin-bottom:  0;
}

#optionvalues br{
  overflow: hidden;
  display: inline;
  margin: 0;
  padding: 0;
  display: none;
  height: 0%;
  line-height: 0;
}

#optionvalues{
  margin-bottom: 12px
}

#product-buy-box #quantity,
#product-buy-box .Subtitle2,
#product-buy-box #quantity input{
  font: bold 12px Arial, Helvetica, sans-serif;
  color: black
}

#product-buy-box table,
#product-buy-box table td{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  text-align: center !important;
  vertical-align: top !important
}

#product-buy-box #product-price{
  font: bold 23px Georgia, Times, serif;
  margin: 0 0  6px 0
}

#long-description{
  clear: both;
  padding-top: 15px
}

#related-products{
  clear: both;
  padding-top: 30px
}

#switcher{
  background: url(../images/bar-bg.jpg) no-repeat right top;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 46px
}

#switcher li{
  float: left;
}

#switcher li:first-child,
#switcher li.first{
  background: url(../images/bar-bg.jpg) no-repeat left top;
}

#switcher a{
  padding: 14px;
  height: 46px;
  line-height: 46px;
  display: block;
  float: left;
  background: url(../images/bar-separator.jpg) no-repeat right top;
  font: 12px Arial, Helvetica, sans-serif;
  color: #888;
  text-decoration: none
}

#switcher li:last-child a,
#switcher li.last a{
   background: none
}


#switcher a:hover,
#switcher a.selected{
  color: black
}

.panel-container{
  clear: both;
  min-height: 320px
}

table.grid{
  margin-bottom: 10px
}

table.grid th,
table.grid td{
  padding: 8px;
  margin: 1px;
  border: 1px solid white;
  background-color: #F5F5F5;
  width: 33%;
  text-align: left;
  font-size: 12px;
  line-height: 160%
}
table.grid thead th,
table.grid thead td{
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px;
  text-align: center;
  letter-spacing: .12em
}
table.grid thead th{
  background-color: #4B629C;
  color: #FFF
}
table.grid th{
  background-color: #D9EEF4
}

table.grid th h3,
table.grid td h3{
  margin: 0;
  padding: 0;
}

table.grid th a,
table.grid td a{
  text-decoration: none
}

h3{
  font-size: 14px
}
h4,
a.audio{
  font-size: 12px
}

ol{
  border-top: 1px solid #CCC
}
ol li{
  padding: 8px 0;
  border-bottom: 1px solid #CCC;
  margin-left: 0;
  padding-left: 0;
  list-style-type: decimal;
  list-style-position: inside
}

blockquote{
  font: 14px Georgia, "Times New Roman", Times, serif;
  color:#333;
  font-style:italic;
  padding: 0 0 0 20px;
  border-left: 4px solid #f2f2f2;
  line-height: 180%;
  margin: 15px 0 15px 10px;
  clear: both
}

table blockquote{
  border-left: 0;
  padding: 0;
  font-size: 12px
}

p.quote-src{
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee
}

p.quote-src em{
  display: block;
  height: 19px;
  font-weight: bold;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #aaa;
}


#voyager-product-callout { float:right; margin-left:60px; width:340px; }
#voyager-product-callout img { display:block; }
#voyager-product-callout p { border-bottom:1px solid #e6e6e6; font-size:11px; margin:0 0 15px; padding:5px 0; }
#voyager-product-callout strong { font-size:10px; font-weight:bold; text-transform:uppercase; }