/***************************
**
** Jetta Sky
** COMMAND C design
** info@commandc.com
**
****************************/

.logo-bg {
	background: #FFFAEE url(../images/main-bg.gif) no-repeat 300px -45px;
}
.faux-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-right: 6px solid #fff4d5;
	background: #fff;
	width: 265px;
	height: 100%;
}
/****************
** Splash page
****************/
div#splash {
	width: 900px;
	height: 600px;
	text-align: center;
	position: relative;
	background: url(../images/splash-bg.jpg) no-repeat;
}
img#splash-logo {
	position: absolute;
	top: 150px;
	left: 363px;
}
img#splash-enter {
	position: absolute;
	top: 427px;
	left: 581px;
}

/****************
** Sidebar
****************/
div#logo-wrapper {
	margin: 40px 0px;
}

/****************
** Home
****************/
img#home-text {
	position: absolute;
	top: 125px;
	left: 60px;
}

/****************
** Bio
****************/
div#bio-text-wrapper {
	/*position: absolute;
	top: 165px;
	left: 55px;*/
	padding: 165px 0 0 55px;
	width: 415px;
}
div#signature-wrapper {
	/*position: absolute;
	top: 365px;
	left: 330px;*/
	text-align: center;
}

/****************
** Info
****************/
div#info-wrapper {
	padding: 15px 0 0 30px;
	width: 530px;
}
div#info-scroll {
	height: 445px;
	overflow: auto;
}
div#info-scroll dd {
	margin-bottom: 15px;
}
div#info-footer {
	padding-top: 5px;
}
span#scroll-btns {
	float: right;
}
img#scroll-up, img#scroll-down {
	cursor: pointer;
}
div#info-wrapper img#thankyou {
	margin-top: 20px;
}

/****************
** Custom Jewelry
****************/
div#custom-jewelry-wrapper {
	padding: 81px 30px 0px 40px;
}
img#custom-jewelry-graphic {
	float: right;
}
img#custome-jewelry-header {
	margin: 0px 0px 5px 20px;
}
div#custom-jewelry-wrapper p {
	width: 200px;
}

/****************
** Product List
****************/
div#product-list-wrapper {
	padding: 10px 25px 0px 5px;
}
div#product-view-large-wrapper {
	float: right;
	width: 280px;
}
div#product-image {
	margin-bottom: 13px;
}
span#add-to-cart {
	float: right;
}
div#email-to-friend {
	text-align: right;
}
div#product-view-large-wrapper h5 {
	font-size: 14px;
	font-style: italic;
}
div#product-availability {
	font-style: italic;
}
div#enlarge-button-wrapper {
	width: 250px;
	text-align: center;
	padding-top: 10px;
}
div#sample-wrapper {
	font-size: 10px;
	width: 250px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div#sample-wrapper p {
	line-height: 1.2em;
}

/****************
** Contact Page
****************/

#contactForm ul {
	position: relative;
	top: 160px;
	left: 145px;
	width: 261px;
}
#contactForm li {
	width: 261px;
}
#contactForm .buttons-wrapper {
	padding-top: 6px;
}

/****************
** Checkout
****************/
ol#checkoutSteps {
	margin-bottom: 15px;
}