/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

html, body {
	background: #d0edf2;
	height: 100%;
	font-family: Georgia,serif;
}

.container_pos {
	margin: 0 auto;
}

.clearfix {
	clear: both;
}	

#header {
	background: url(../images/header_h.jpg) no-repeat;
	height: 232px;
	width: 1085px;
}

div#flash-head {
	float: left;
	height: 175px;
	width: 700px;
}		

/*----------------------------------------------------------------------------------------
/* TOP MENU STUFF */
#menu {
	margin-top: 0px;
	margin-right: 40px;
	float: right;
	text-align: left;
}

#menu li {
	float: left;
	margin-right: 0px;
}

a {
	font-size: 28px;
	font-family: Georgia,serif;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#menu a {
	color: #000000;
	font-size: 28px;
	padding: 3px 15px;
}
	
#menu a:hover {
	padding: 3px 15px;
}

#menu li.current_page_item a {
	color: #f79942;
}

/* END TOP MENU STUFF */
/*----------------------------------------------------------------------------------------
/* BEGIN CONTENT STUFF */

#outer_container {
	width: 1085px;
	height: auto;
	background: url(../images/content_outer_h.jpg) no-repeat;
}
	
#content {
	width: 1085px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#flash-feature {
	background: url(../images/rotation-bg.png) top no-repeat;
	border-bottom: 1px dotted #cccccc 90%;
	width: 911px;
	height: 325px;
	margin: 0 auto;
	padding-top: 11px;
	text-align: center;
}	

#rotation {
	height: 300px;
	width: 900px;
	margin: -6px auto;
	text-align: center;	
}

#text {
	width: 450px;
	float: left;
	margin: 0 0 0 70px;
	padding: 20px;
	border-right: 1px dotted #cccccc;
	color: #999999;
}

#text h2 {
	font-size: 28px;
	padding-bottom: 20px;
}

#text p {
	text-indent: 5px;
	padding-bottom: 10px;
}

#right-box {
	width: 500px;
	height: 400px;
	float: right;
}

#shoppingcart {
	float:right;
	padding-right: 25px;
	padding-top: 225px;
	width: 150px;
}

#features-home {
	float: left;
	padding: 20px 0 0 25px;
	width: 250px;
	height: 500px;
	text-align: center;
}

#features-home h2 {
	font-size: 28px;
	padding-bottom: 20px;	
}

#features-home h3 {
	font-size: 20px;
	padding: 5px 0;
}

div.feature {
	padding: 25px 10px;
	margin-bottom: 10px;
	background: #e9f2f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
	-webkit-box-shadow:0 0 10px #cccccc; 
	-moz-box-shadow: 0 0 10px #cccccc; 
	box-shadow:0 0 10px #cccccc;
}	

/*----------------------------------------------------------------------------------------
/* BEGIN SIDEBAR STUFF*/
#sidebar {
	color: #000000;
	width: 225px;
	height: 100%;
	float: right;
	padding: 0 20px;
	margin: 15px 60px 0 0;
}

.widget {
	color: #333333;
	width: 225px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
}	

.widget h2, .widget h3 , .widget form legend {
	font-family: Georgia,serif;
	font-size: 28px;
	line-height: 32px;
	padding: 3px 0;

	width: 225px;
	display: block;
}

.widget h2 a {
	color: #333333;
}

a.twitterwidget-title {
	text-align: left;
	font-size: 24px;
	padding-bottom: 20px;
}

#social div h2 {
	margin-bottom: 20px;
}	

.widget h2 a:hover {
	color: #ec7671;
	text-shadow: 0px 1px 0px #fff;
}

div.breadcrumb a, div.product_text a {
	font-size: 14px;
}	

span.category , li a.productlink, li a.categorylink {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

li a.categorylink:hover, a.productlink:hover {
	color:#ec7671;
}
	
#sidebar ul.SubCategories {
	display: none;
}	

#mc_display_rewards {
	font-size: 18px;
	color: #666666;
	margin: 5px 0;
}

#mc_display_rewards a {
	font-size: 18px;
	color: #666666;
}

#mc_display_rewards a:hover {
	color: #ec7671;
	text-shadow: 0px 1px 0px #fff;
}

.mc_input {
	width: 225px;
}

#categories li {
	padding-left: 10px;
}	

.field {
	float: right;
	padding: 5px;
	margin: 5px 0;
	width: 125px;
}

#news_submit {
	cursor: pointer;
	float: right;
	padding: 5px;
	margin: 5px 0;
}

label {
	float: left;
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	color: #000000;
	padding: 10px 0;
}

small {
	display: block;
	width: 225px;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	color: #000000;
	text-align: center;
}

/* END CONTENT STUFF */

/* BEGIN FOOTER STUFF */	

#footer {
	width: 1085px;
	height: 434px;
	background: url(../images/footer_h.jpg) no-repeat;
}

#copy {
	float: left;
	margin: 100px 40px;
}

#copy p {
	font-size: 14px;
	font-family: Georgia,serif;
	color: #333333;
}	

#footer_menu {
	float: right;
	margin: 100px 40px 0 0;
}

#footer_menu li {
	float: left;
	margin-left: 20px;
	background-image: none;
}

#footer_menu li a {
	color: #333333;
	font-size: 14px;
	font-family: Georgia,serif;
}

#footer_menu li a:hover {
	color: #ec7671;
}

#footer li {
	padding-left: 10px;
	background: url(../images/li_arrow.png) no-repeat;
	background-position: center left;
}

#footer li.logo {
	padding: 10px 0;
}

#ssl {
	float: left;
	margin: -30px 100px;
}		
	
#social {
	float: right;
	margin: -30px 100px 0 0;
	border: none;
}

#social div h2 {
	text-align: left;
	margin-bottom: 20px;
}

#social li {
	background-position: top left;
}	

#footer h2 {
	font-size: 1px;
	line-height: 30px;
	text-align: center;
}	

#footer h2 a:hover {
	color: #ec7671;
	text-shadow: 0px 1px 0px #999999;
}	

#social li {
	margin-bottom: 10px;
	border-bottom: #666666 dotted 1px;
	padding-bottom: 3px;
}

#social div {
	background: url(../images/twitter_icon.png) top right no-repeat;
}	

span.entry-content {
	font-size: 14px;
	color: #000000;
}

span.entry-content a {
	font-size: 14px;
	color: #000000;
}

span.entry-content a:hover {
	color: #ec7671;
	text-shadow: 0px 1px 0px #eaeaea;
}	

span.entry-meta, span.entry-meta a {
	font-style: italic;
	color: #333333;
	font-size: 10px;
}

#footer-info {
	margin: -30px 0 0 350px;
		float: left;
}

#footer-info li a {
	color: #333333;
	font-size: 14px;
	font-family: Georgia,serif;
}

#footer-info li a:hover {
	color: #ec7671;
}

li.logo {
	width: 225px;
	height: 50px;
}	

/* END FOOTER STUFF */

/* BEGIN WIDGETTY THINGS */


/* NOUSHKA */