@charset "utf-8";
/* CSS Document */

/*******************************************************
		PROJECT: 

		DESCRIPTION:
		This CSS file comprises layout elements for
		all site pages.
		
		CREATED: 

*******************************************************/



/*******************************************************
	_BASIC LAYOUT ELEMENTS
*******************************************************/

* {margin: 0; padding: 0;}

body {
	color: #333;
	font-size:100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	background: #000 url(../m/bg-body.jpg) repeat top left;
	background-color: #FFF;
	margin: 0; padding: 0;
}

p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}

h2 {
	color:#000066;
	font-size: 1.2em;
	margin: 0 0 .9em 0;
}

h2#page-title {
}

h3 {
	color: #8A4114;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 .4em 0;
}

h4 {
	color: #8A4114;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
}



/* ANCHOR TAGS */
a:link {color:#CA2000;}
a:visited {color:#D51C00;}
a:hover {color:#FF2200;text-decoration: none;}
a:active {color:#D51C00;}

img {display: block;border: 0;}

ul, ol {
	margin: .5em 0 1.6em 1.1em;
	padding: 0;
}

li {
	font-size: .7em;
	line-height: 1.4em;
	padding: 0 0 0 18px;
	margin: 0 0 .8em 0;
	background:url(../m/li-square-red.gif) no-repeat 0px 6px;
	list-style: none;
}

ol li {
	background-image: none;
	list-style-type:decimal;
	padding-left: 0;
	margin-left: 18px;
}

li ul, li ol {margin: 6px 0 12px 18px;}
li ul li, li ol li {font-size: .97em;}

li ul li {background-image:url(../m/li-square-blue-open.gif);}


hr {
	height: 0px;
	line-height:0px;
	color:#FFF;
	background-color: #FFF;
	margin: 24px 0;
	border: 0;
	border-bottom: 1px dotted #999;
}









form {
	margin: 0;
	padding: 0;
}

fieldset {margin: 0;padding: 0;border: 0;}

table {
	margin: 0 0 24px 0;
}

td {
	font-size: .7em;
	padding: 4px;
}

tbody td {
	background-color: #F1F4FB;
}

thead td {
	background-color:#E3EAF8;
}






/*******************************************************
	_MAIN CONTAINERS
*******************************************************/


div#global {
	width: 1164px;
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
	background: url(../m/regular/back.jpg) repeat-y top left;
}

body#page-tan div#global {background-image: url(../m/tan/back.jpg);}
body#page-beige div#global {background-image: url(../m/beige/back.jpg);}
body#page-black div#global {background-image: url(../m/black/back.jpg);}
body#page-gray div#global {background-image: url(../m/gray/back.jpg);}
body#page-orange div#global {background-image: url(../m/orange/back.jpg);}

body#page-home div#global {width: 1059px;background-image:none;margin: 0;}


div#main {
	float: left;
	width: 815px;
}

div#left {
	width:283px;
	float:left;
	display:inline;
/*	margin: 0 0 0 64px;*/
}



div.contentCon {width:745px;}

div.content {
	min-height:250px;
	padding: 20px 22px 0px 32px;
	background-repeat: repeat-y;
	background-position: top left;
}
div.contentTop {
	background-repeat: no-repeat;
	background-position:top left;
	height:17px;
	font-size:0px;line-height:0px;
}
div.contentBtm {
	background-repeat: no-repeat;
	background-position: top left;
	height:17px;
	font-size:0px;line-height:0px;
}

div.content {background-image:url(../m/regular/bg-content.gif);}
div.contentTop {background-image:url(../m/regular/bg-content-top.gif);}
div.contentBtm {background-image:url(../m/regular/bg-content-btm.gif);}

body#page-tan div.content {background-image:url(../m/tan/bg-content.gif);}
body#page-tan div.contentTop {background-image:url(../m/tan/bg-content-top.gif);}
body#page-tan div.contentBtm {background-image:url(../m/tan/bg-content-btm.gif);}

body#page-beige div.content {background-image:url(../m/beige/bg-content.gif);}
body#page-beige div.contentTop {background-image:url(../m/beige/bg-content-top.gif);}
body#page-beige div.contentBtm {background-image:url(../m/beige/bg-content-btm.gif);}

body#page-black div.content {background-image:url(../m/black/bg-content.gif);}
body#page-black div.contentTop {background-image:url(../m/black/bg-content-top.gif);}
body#page-black div.contentBtm {background-image:url(../m/black/bg-content-btm.gif);}

body#page-gray div.content {background-image:url(../m/gray/bg-content.gif);}
body#page-gray div.contentTop {background-image:url(../m/gray/bg-content-top.gif);}
body#page-gray div.contentBtm {background-image:url(../m/gray/bg-content-btm.gif);}

body#page-orange div.content {background-image:url(../m/orange/bg-content.gif);}
body#page-orange div.contentTop {background-image:url(../m/orange/bg-content-top.gif);}
body#page-orange div.contentBtm {background-image:url(../m/orange/bg-content-btm.gif);}










/*******************************************************
	_TOP
*******************************************************/

div#top {
	width:815px;
	height: 343px;
	position:relative;
	background:url(../m/regular/top.jpg) no-repeat top left;
}

body#page-tan div#top {background-image:url(../m/tan/top.jpg);}
body#page-beige div#top {background-image:url(../m/beige/top.jpg);}
body#page-black div#top {background-image:url(../m/black/top.jpg);}
body#page-gray div#top {background-image:url(../m/gray/top.jpg);}
body#page-orange div#top {background-image:url(../m/orange/top.jpg);}

img#topPhoto {
	position:absolute;
	top: 70px;
	left: 34px;
}

img#topPhotoBasses {
	position:absolute;
	top: 64px;
	left: 34px;
}


body#page-home div#logoOlivias {
	position:absolute;
	top:632px;
	left:36px;
}


body#page-home h1 { /* Levin technique */
 	width: 297px;
	height: 91px;
}

body#page-home h1 span {
 	width: 297px;
	height: 91px;
	background: url(../m/logo-home-olivias.jpg) no-repeat top left;
}

body#page-home h1 a {
 	width: 297px;
	height: 91px;
}




div#logoOlivias {
	position:absolute;
	top:28px;
	left:427px;
}

h1 { /* Levin technique */
 	width: 308px;
	height: 74px;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .7em;
}

h1 span {
	top: 0px;
	left: 0px;
 	width: 308px;
	height: 74px;
	background: url(../m/regular/logo-olivias.jpg) no-repeat top left;
	position: absolute;
	z-index:1;
}

h1 a {
 	width: 308px;
	height: 74px;
	display: block;
	cursor:pointer;
}


body#page-tan h1 span {background-image: url(../m/tan/logo-olivias.jpg);}
body#page-beige h1 span {background-image: url(../m/beige/logo-olivias.jpg);}
body#page-black h1 span {background-image: url(../m/black/logo-olivias.jpg);}
body#page-gray h1 span {background-image: url(../m/gray/logo-olivias.jpg);}
body#page-orange h1 span {background-image: url(../m/orange/logo-olivias.jpg);}






/*******************************************************
	_MAIN NAVIGATION
*******************************************************/
ul#main-nav {
	position:absolute;
	top:137px;
	left:506px;
	margin: 0;
}

ul#main-nav li { /* Levin technique */
	position:relative;
	font-size: .5em;
	display: block;
	padding: 0;
	margin: 0;
	background-image:none;
}

ul#main-nav li span {
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	z-index:1;
}

ul#main-nav li a {display: block;cursor:pointer;text-decoration:none;}

li#nav-home span {background-image:url(../m/nav/home.jpg);}
li#nav-home, li#nav-home span, li#nav-home a {width: 129px;height:22px;}

li#nav-new-arrivals span {background-image:url(../m/nav/new-arrivals.jpg);}
li#nav-new-arrivals, li#nav-new-arrivals span, li#nav-new-arrivals a {width: 129px;height:25px;}

li#nav-sell-your-guitar span {background-image:url(../m/nav/sell-your-guitar.jpg);}
li#nav-sell-your-guitar, li#nav-sell-your-guitar span, li#nav-sell-your-guitar a {width: 129px;height:28px;}

li#nav-about-us span {background-image:url(../m/nav/about-us.jpg);}
li#nav-about-us, li#nav-about-us span, li#nav-about-us a {width: 129px;height:20px;}

li#nav-vintage-literature span {background-image:url(../m/nav/vintage-literature.jpg);}
li#nav-vintage-literature, li#nav-vintage-literature span, li#nav-vintage-literature a {width: 129px;height:26px;}

li#nav-contact span {background-image:url(../m/nav/contact.jpg);}
li#nav-contact, li#nav-contact span, li#nav-contact a {width: 129px;height:19px;}

li#nav-buy span {background-image:url(../m/nav/buy-guitar.jpg);}
li#nav-buy, li#nav-buy span, li#nav-buy a {width: 129px;height:26px;}



/* Home page nav */

body#page-home ul#main-nav {
	display:block;
	position:static;
	margin: 0;
	padding: 421px 0 0 394px;
}

body#page-home li#nav-new-arrivals span {background-image:url(../m/nav/home-new-arrivals.jpg);}
body#page-home li#nav-new-arrivals, body#page-home li#nav-new-arrivals span, body#page-home li#nav-new-arrivals a {width: 86px;height:13px;}

body#page-home li#nav-sell-your-guitar span {background-image:url(../m/nav/home-sell-your-guitar.jpg);}
body#page-home li#nav-sell-your-guitar, body#page-home li#nav-sell-your-guitar span, body#page-home li#nav-sell-your-guitar a {width: 101px;height:15px;}

body#page-home li#nav-about-us span {background-image:url(../m/nav/home-about-us.jpg);}
body#page-home li#nav-about-us, body#page-home li#nav-about-us span, body#page-home li#nav-about-us a {width: 68px;height:17px;}

body#page-home li#nav-vintage-literature span {background-image:url(../m/nav/home-vintage-literature.jpg);}
body#page-home li#nav-vintage-literature, body#page-home li#nav-vintage-literature span, body#page-home li#nav-vintage-literature a {width: 111px;height:17px;}

body#page-home li#nav-contact span {background-image:url(../m/nav/home-contact.jpg);}
body#page-home li#nav-contact, body#page-home li#nav-contact span, body#page-home li#nav-contact a {width: 78px;height:16px;}






/*******************************************************
	_HOME PAGE
*******************************************************/

div#home-left {
	width: 679px;
	height:799px;
	float:right;
	position:relative;
	background:url(../m/bg-home-left.jpg) no-repeat top left;	
}

div#home-right {
	width: 380px;
	height:799px;
	float:right;
	position:relative;
	background:url(../m/bg-home-right-btm.jpg) no-repeat 0px 598px;	
}





/*******************************************************
	_PRODUCT THUMBNAILS & DESCRIPTIONS
*******************************************************/

div.productThumb, div.productThumbRt {
	width: 172px;
	height:267px;
	position:relative;
	float:left;
	background-repeat: no-repeat;
	background-position: top left;
}
div.productThumb img, div.productThumbRt img {
	position:absolute;
	top:50px;
	left:23px;
}
div.ptd {
	width: 401px;
	padding: 3px 0 0 0;
	float:left;
}
div.ptdDesc {
	min-height:185px;
	padding: 32px 22px 0px 27px;
	color:#57280C;
	background-repeat: repeat-y;
	background-position: top left;
}
div.ptdTop {
	background-repeat: no-repeat;
	background-position:top left;
	height:16px;
	font-size:0px;line-height:0px;
}
div.ptdBtm {
	background-repeat: no-repeat;
	background-position: top left;
	height:18px;
	font-size:0px;line-height:0px;
}
div.ptdDesc p {font-size: .8em;}
div.ptdDesc p.manu {font-weight:bold;margin: 0;}
div.ptdDesc p.readmore {float:left;width: 100px;margin:0;}
div.ptdDesc p.price {
	font-size: .9em;
	float:right;
	width:150px;
	text-align:right;
	padding: 0 6px 0 0;
	margin: 0;
	font-weight:bold;
}


/* Product Detail */
div#prod_details_desc p {
	font-size: .8em;	
}
div#prod_details_desc p.price {
	font-size: .9em;
}

p.morePg, p.morePg a:active,p.morePg a:link,p.morePg a:visited,p.morePg a:hover {color: #FFF;}
body#page-tan p.morePg, p.morePg a {color: #FFF;}
body#page-beige p.morePg, p.morePg a {color: #CA3C00;}
body#page-black p.morePg, p.morePg a {color: #FFF;}
body#page-gray p.morePg, p.morePg a {color: #FFF;}
body#page-orange p.morePg, p.morePg a {color: #FFF;}

p.morePg {
	font-weight:bold;
	width: 740px;
	text-align:center;
}

p.morePg a {
	padding: 5px 8px;
	border:1px solid #6c5553;
	background-color:#160c02;
	text-decoration:none;
	position:relative; /* IE fix*/
}

p.morePg span.pageActive {
	padding: 5px 8px;
	border:1px solid #7e4e3e;
	background-color:#57210e;
	position:relative; /* IE fix*/
}

p.morePg a:hover {
	border:1px solid #7e4e3e;
	background-color:#57210e;
}


div.backToTop {
	width: 740px;
	height: 40px;
	text-align:center;
	clear:both;
}

div.backToTop, div.backToTop a:active,div.backToTop a:link,div.backToTop a:visited,div.backToTop a:hover {color: #FFF;}
div.backToTop a {
	font-size:.7em;
	font-weight:bold;
	padding: 5px 8px;
	border:1px solid #6c5553;
	background-color:#160c02;
	text-decoration:none;
	position:relative; /* IE fix*/
}

div.backToTop a:hover {
	border:1px solid #7e4e3e;
	background-color:#57210e;
}




/* Default*/
div.productThumb, div.productThumbRt {background-image:url(../m/regular/bg-product.gif);}
div.ptdDesc {background-image:url(../m/regular/bg-prod-mid.gif);}
div.ptdTop {background-image:url(../m/regular/bg-prod-mid-top.gif);}
div.ptdBtm {background-image:url(../m/regular/bg-prod-mid-btm.gif);}

/* Fender */
body#page-tan div.productThumb {background-image:url(../m/tan/bg-product.gif);}
body#page-tan div.productThumbRt {background-image:url(../m/tan/bg-product-rt.gif);}
body#page-tan div.ptdDesc {background-image:url(../m/tan/bg-prod-mid.gif);}
body#page-tan div.ptdTop {background-image:url(../m/tan/bg-prod-mid-top.gif);}
body#page-tan div.ptdBtm {background-image:url(../m/tan/bg-prod-mid-btm.gif);}

/* Rickenbacker */
body#page-beige div.productThumb {background-image:url(../m/beige/bg-product.gif);}
body#page-beige div.productThumbRt {background-image:url(../m/beige/bg-product-rt.gif);}
body#page-beige div.ptdDesc {background-image:url(../m/beige/bg-prod-mid.gif);}
body#page-beige div.ptdTop {background-image:url(../m/beige/bg-prod-mid-top.gif);}
body#page-beige div.ptdBtm {background-image:url(../m/beige/bg-prod-mid-btm.gif);}

/* Basses */
body#page-black div.productThumb {background-image:url(../m/black/bg-product.gif);}
body#page-black div.productThumbRt {background-image:url(../m/black/bg-product-rt.gif);}
body#page-black div.ptdDesc {background-image:url(../m/black/bg-prod-mid.gif);}
body#page-black div.ptdTop {background-image:url(../m/black/bg-prod-mid-top.gif);}
body#page-black div.ptdBtm {background-image:url(../m/black/bg-prod-mid-btm.gif);}

/* Other */
body#page-gray div.productThumb {background-image:url(../m/gray/bg-product.gif);}
body#page-gray div.productThumbRt {background-image:url(../m/gray/bg-product-rt.gif);}
body#page-gray div.ptdDesc {background-image:url(../m/gray/bg-prod-mid.gif);}
body#page-gray div.ptdTop {background-image:url(../m/gray/bg-prod-mid-top.gif);}
body#page-gray div.ptdBtm {background-image:url(../m/gray/bg-prod-mid-btm.gif);}


/* Gibson */
body#page-orange div.productThumb {background-image:url(../m/orange/bg-product.gif);}
body#page-orange div.productThumbRt {background-image:url(../m/orange/bg-product-rt.gif);}
body#page-orange div.ptdDesc {background-image:url(../m/orange/bg-prod-mid.gif);}
body#page-orange div.ptdTop {background-image:url(../m/orange/bg-prod-mid-top.gif);}
body#page-orange div.ptdBtm {background-image:url(../m/orange/bg-prod-mid-btm.gif);}




/*******************************************************
	_PRODUCT DETAILS
*******************************************************/
p.price {font-weight:bold;float:left;width: 200px;}
p.manu {font-weight:bold;margin: 0;float:right;text-align:right;width: 200px;}

div.photosFeatured {
	padding: 12px 0 24px 0;	
}

div.photosFeatured div.photo {
	width:345px;
	float:left;	
}
div.photosFeatured img {margin:0 0 4px 0;}


div.photosAdditional div.photo {
	width:138px;
	float:left;
}



/*******************************************************
	_VINTAGE LITERATURE
*******************************************************/
div.litItem {
	padding: 0 0 24px 0;
}

div.litImg {
	float:right;
	width: 172px;
	min-height:267px;
	position:relative;
	background:url(../m/bg-lit.jpg) no-repeat top left;
}

div.litImg img {
	margin:50px 0 12px 21px;
}

div.litImg p {
	text-align:center;
}




/*******************************************************
	_LEFT
*******************************************************/









/*******************************************************
	_FOOTER
*******************************************************/
div#footer {
	width: 1164px;
	padding: 12px 0 24px 0;
	margin: 0;
	text-align:center;
	line-height:.9em;
}

div#footer p {color:#E0AC71;margin: 0;}
div#footer a {color: #E0AC71;}
div#footer ul {	margin: 0;padding: 0;}
div#footer li {display: inline;margin: 0 4px 0 0;padding: 0;background-image:none;}








/*******************************************************
	_MISC
*******************************************************/
div.section {padding-bottom: 24px;}

div.col1, div.col2 {
	float: left;
	display: inline;
	width: 45%;
}

div.col1 {margin-right: 24px;}

div.insetRt {
	float: right;
	margin: 0 0 16px 16px;
}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px;}
div.hide {display: none;}


