/*
***********************************************************

	Original page layout designed by Tony Xia
	For exclusive use on meta cart
	http://shadowgem.com
	
	Copyright (C) 2007 All Rights Reserved

***********************************************************
*/


/* Global reset */

/*
*, html, body, div, dl, dt, dd, 
ul, ol, li, h1, h2, h3, h5, h5, h6, 
pre, form, label, fieldset, input, p, 
blockquote, th, td 
*/

html, body, div, pre, form, label, fieldset, input, blockquote, th, td {
	margin:0; padding:0;
}

table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
/* ol, ul, li { list-style:none } */
caption, th { text-align:left }
/* h1, h2, h3, h5, h5, h6 { font-size:100% } */
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }


/** a { position:relative } **/ /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* End of Global reset */

/* useful layout class */

.left {
	float:left;
}

.right {
	float:right;
}

/* Typography */

h1, h2, h3, h5, h5, h6 {
	font-size: larger;
	font-weight: normal;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f2e58c;
	text-decoration:none;
}

.main-text, 
body,
.welcome-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2e58c;
	line-height:1.4em;
}

.welcome-message p {
	margin: 0;
}

.title-text {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f2e58c;
	/* font-weight: bold; */
}

.big-letter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f2e58c;
}

.price-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f2e58c;
}



/*hover*/
a:hover {
	text-decoration:underline;
}

input.style-button:hover{
	color:#343432;
}



/* basic layout */

body{
	background-color:#be8208;
}

#container{
	width:100%;
}

#banner{
	width:100%;
	height:267px;
	background-color:#e9b912;
	border:0px solid green;
}

#banner-top{
	height:166px;
	background-color:#e9b911;
}

#b-top-left{
	width:411px;
	height:166px;
	background-image:url(/shadowgem/images/cake_top.jpg);
	background-repeat:no-repeat;
	float:left;
}

#b-top-right{
	width:392px;
	height:166px;
	background-image:url(/shadowgem/images/title-blank.jpg);
	background-repeat:no-repeat;
	float:left;
	color: #5F283B;
}


#store-name-text{
	font-family: "Century Gothic", sans-serif;
	/*position: absolute;
	top: 105px;
	left: 435px;*/
	line-height: 100%;
	font-size: 40px;
	padding-left: 25px;
	padding-top: 105px;
}

#store-description-text{
	font-family: "Century Gothic", sans-serif;	
	/*position: absolute;
	top: 145px;
	left: 435px;*/
	font-size: 15px;
	padding-left: 25px;	
}

#banner-bottom{
	height:101px;
	background-color:#be8208;
}

#b-bottom-left{
	width:510px;
	height:101px;
	background-image:url(/shadowgem/images/banner_bot.jpg);
	background-repeat:no-repeat;
	float:left;
	border:0px solid green;
}

#b-bottom-right{
}


#content-box{
	width:100%;
	/* height:600px; */
	background-color:#be8208;
	border:0px solid black;
	/* padding-bottom: 10px; */
}


#nav{
	width:300px;
	height:20px;
	position:absolute;
	top:250px;
	left:440px;
	border:0px solid black;
}

#nav li{
	display:inline;
}


#content-left-side{
	width:260px;
	background-image:url(/shadowgem/images/bot_gap.jpg);
	background-repeat:no-repeat;
	border:0px solid red;
	float:left;
	padding-left:180px;
	padding-bottom: 15px;
}

#content-left-side-inner{
	width:190px;	
}

#side-links a{
	/* font-weight: bold; */
	display: block;
	margin-bottom: 5px;

}

#content-right-side{
	width:450px;
	/* height:460px; */
	float:left;
	border:0px solid green;
	padding-bottom: 15px;	
}

.style-button, input, textarea, select, legend {
	border:none;
	background-color:#f2e58f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align: top;
	padding: 3px;
}

.style-button{
	text-align:center;
}

.order-form label, 
.order-form input,
.order-form select,
.order-form textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

.order-form select {
	width: 255px;
}

.order-form label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.order-form br {
	clear: left;
}

.stage-left{
	width:179px;
	float:left;
	border:1px solid green;
}

.stage-right{
	width:270px;
	float:left;
	border:1px solid white;
}


.section-img{
	float:left;
	margin-right:10px;
	border:3px solid #f2e58f;
	width: 180px;
}

.description{
	float:left;
	width:250px;
	border:0px solid black;
}

.description p {
	margin:0; padding:0; 
}

.divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-item {
	width: 60%;
}
.cart-price, .cart-total {
	width: 40%;
	text-align: right;
}
.cart-total {
	font-weight: bold;
}

#cart-contents {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cart-inner {
	width: 100%;
	white-space: nowrap;
}

#cart-controls div,
#cart-controls form {
	display: inline;
	margin: 3px;
	text-align: center;
}

#cart-controls input {
	width: 40%;
}

#cart-inner br {
	clear: left;
}

#cart {
	/* background-color: #DEA42A;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px; */
}

/* advanced layout */

.errorExplanation { /* #944 #F88 */
	background-color: #D62;
	color: #000;
	padding: 10px 20px;
	margin: 0px 20px 20px 0px;
}
.errorExplanation * {
	color: #FFF;
}
.fieldWithErrors input, 
.fieldWithErrors textarea, 
.fieldWithErrors select {
	border-color: #D62;
	border-style: solid;
	border-width: 3px;
}
#notice {
	color: #FFF;
	background-color: #D62; /* #944 #D62 */
	padding: 5px;
	margin: 5px 0px 15px 0px;
}

.cart-help {
	margin-top: 5px;
	/*position: relative;*/
	display: none;
}

#cart:hover .cart-help {
	display: block;
}

#footer {
	/* position: absolute; */
	bottom: 5px;
	margin-top: 40px;
	padding-left: 180px;
	/*width: 80%;*/
	text-align: right;
}

#glider-controls{
	margin-top: 10px;
	margin-bottom: 10px;
}

