/* CSS Document */



/* PAGE/LAYOUT ELEMENTS */

* { behavior: url(js/iepngfix.htc) }

body, html{
	z-index: 0;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	margin: 0 auto;
	padding: 0;
}

#custom-doc { 
	margin:auto;text-align:left; /* leave unchanged */ 
	width:73.85em;/* non-IE */ 
	*width:72.00em;/* IE */ 
	min-width:960px;/* optional but recommended */ 
} 
	
#container {
	z-index: 0;
	position: relative;
	height: auto;
	margin:0 auto;
	width:960px;
	padding:0;
}

a#osvbsBar {
	display:block;
	background: url(images/osvbs_header.jpg) top no-repeat;
	position:relative;
	width:960px;
	height:124px;
	margin-bottom:20px;
}

#header {
	background-repeat: no-repeat;
	background-position: 0 top;
	background-image: url(images/header.jpg);
	height: 258px;
	position: relative;
	width: 960px;
}
#nav {
	position:absolute;
	top: 94px;
	left: 30px;
	width: 180px;
	visibility: hidden;
}

#navbar {
	position:absolute;
	top:215px;
	right:60px;
	font-size:14px;
}

#navbar ul, #navbar li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:27px;
	}	

#navbar a:link, #navbar a:visited {
	text-decoration:none;
	color:#533400;
	padding:0px 12px;
	border-left:1px solid #ffff2e;
	border-right:1px solid #e9c601;
	float:left;
	}
	
#navbar a:hover {
	background-image: url(images/navbar_over.gif);
	}
	
#navbar a.active:link, #navbar a.active:visited {
	background-image: url(images/navbar_over.gif);
	}
	
/*#content {
	background: url(images/frontbg.jpg) top no-repeat #A4C539;
	position: relative;
	height:100%;
	overflow:hidden;
	width: 960px;
	color: #432411;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 20px;
	font-size: 14px;
}*/

#bd {
	color: #432411;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 20px;
	font-size: 14px;
}

#bd.frontPage {
	background: url(images/frontbg.jpg) top no-repeat #A4C539;
}

.otherPage {
	padding:6em 50px 20px;
	background: url(images/otherbg.jpg) top no-repeat #A4C539;
}

.yui-b {
	margin-bottom:20px;
}

body {
	background: #545454 url(images/background.gif) top repeat-x;
}

#topJunk {
	height:930px;
}

#aiglogo {
	border-width: 0px;
	position: absolute;
	z-index: 60;
	top: 109px;
	left: 93px;
	height: 53px;
	width: 120px;
}

a img {
	border-width: 0px;
}

#reviewsLink {
	position:absolute;
	display:block;
	width:198px;
	height:111px;
	left: 528px;
	top: 16px;
}

#reviewsLink a {
	text-decoration:none;
	font-size:2em;
	font-weight:bold;
}

#reviewsLink a:hover {
	text-decoration:underline;
}

#text1 {
	position: absolute;
	margin-top: 496px;
	height: 144px;
	width: 515px;
	margin-left: 365px;
}

#text2 {
	position: absolute;
	width: 620px;
	margin-left: 305px;
	margin-top: 675px;
	height: 259px;
}
#text2bg {
	height:255px;
	width:227px;
	float:right;
}
#text3 {
	position: absolute;
	left: 145px;
	top: 530px;
	height: auto;
	width: 228px;
}

#text1, #text2, #text3, #faqtext {
	color: #432411;
	font-family: "Lucida Grande", Arial, sans-serif;
	display: block;
}
#faqs {
	position:absolute;
	width:860px;
	padding: 0 50px;
	top: 1475px;
}
	
#ft {
	text-align: left;
	color: #432411;
	padding: 10px 50px;
	background:#A4C539;
	font-size:10px;
	line-height:16px;
	height: 50px;
}


/* TYPOGRAPHY */

a:link, a:visited {
	text-decoration: underline;
	color: #A62417;
}
a:hover {
	text-decoration: none;
}

#pictures a:link, #pictures a:visited {
	margin:0px 10px;
	padding:10px 10px;
	border:none;
	display:block;
	float:left;
	background:none;
}
#pictures a:hover {
	background:#f5e517;
}

a.divlink, a.divlink:link {
	display:block;
	width:100%; /*width needs to be specified to work in IE*/
	height:100%; /*height needs to be specified to work in IE*/
	/*Other browsers expand the link to full width and height.*/
	line-height:0;
	font-size:0;
}

h1 {
	margin: 5px 0px 8px;
	line-height: 20px;
	font-size: 18px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
p {
	margin: 0 0 10px;
}
h1#title1 {
    background: url(images/text1.png) no-repeat top left;
    padding-top: 55px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#title2 {
    background-position: 0 top;
    background-image: url(images/text2.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 18px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#title3 {
    background-position: 0 top;
    background-image: url(images/text3.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 66px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#faqtitle {
    background-position: 0 top;
    background-image: url(images/faqs_title.png);
    background-repeat: no-repeat;
    padding-top: 27px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#downloadsTitle {
    background-position: 0 top;
    background-image: url(images/downloads_title.png);
    background-repeat: no-repeat;
    padding-top: 27px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#reviewsTitle {
    background-position: 0 top;
    background-image: url(images/reviews_title.png);
    background-repeat: no-repeat;
    padding-top: 27px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h1#preordertext {
    margin: 0px;
    padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
}
h2 {
	margin: 16px 0px 4px;
	line-height: 18px;
	font-size: 16px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
}

h2 em {
	font-style:italic;
	font-weight:bold;
}

ul {
	padding-left:2em;
}

li {
	list-style:outside disc;
}

/* PAGE ELEMENTS */

#musicplayer {
	z-index: 60;
	position:absolute;
	margin-left: 50px;
	margin-top: 675px;
	height: 202px;
	width: 200px;
	font-size:12px;
}


.preorder {
	text-align: right;
	position: absolute;
	height: 36px;
	width: 400px;
	z-index: 100;
    margin: 0px;
}

#videoplayer {
	position: absolute;
	margin-top: 255px;
	width: 400px;
	height:224px;
	margin-left: 480px;
}
#faq {
	padding:10px 50px;
}

#pdfs {
	height: auto;
	padding:0 50px;
}

#kh_quote {
	padding: 0 50px;
	font-size: 90%;
	color: #A62417;
	font-weight: bold;
}

#guarantee {
	position:absolute;
	margin-top: 58px;
	margin-left: 524px;
	color: #A62417;
	font-weight: bold;
	font-size: 24px;
}

#newvbs {
	width:551px;
	height:85px;
	position:absolute;
	background: url(images/newvbs.png);
	margin-top: 80px;
	margin-left: 329px;
}
.preview {
	position:absolute;
	height:46px;
	width:101px;
	font-size:30px;
	background:url(images/preview.png) no-repeat top left;
	text-align:right;
	line-height:14px;
}
#pictures {
	/*position:absolute;
	top:1065px;
	width:896px;*/
	padding:10px 32px;
	background: #432411;
	overflow:hidden;
	height:100%;
}	


/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #A4C539;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Helvetica, sans-serif;
	background-color: #A4C539;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #432411; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* --- REVEIEWS STYLES --- */

blockquote {
	/*display:block;
	width:45%;
	float:left;
	margin-right:5%;*/
	background:url(images/quotation_mark.png) left top no-repeat;
	margin-bottom:3em;
	border-bottom:.5em solid #432411;
	padding:1em 2em;
}



p.quotee {
	text-align:right;
	font-style:italic;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic
}

