/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #060641;
	font-size: 14px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
    color: #fff600;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
    margin: 3px 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

a:hover {
	text-decoration: none;
	color: #fff600;
}

a img {
    border: none;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
/*     background: url(/media/images/img01.jpg) no-repeat right top; */
    background: url(../images/yellow_flowers.jpg) no-repeat right top;
/* 	padding-top: 100px; */
/* 	border:solid 1px red; */
}

#header h1, #header p {
	margin: 0;
	color: #fff600;
}

#header h1 {
	/*margin-top: 100px;*/
	margin-bottom: -10px;
	background: transparent url('../images/header.gif') left no-repeat;
	padding-top: 180px;
	display: block;
	height: 75px;
	width: 467px;
}
#header h1 span {
	display: none;
}

#header a {
	color: #fff600;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 460px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(/media/images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(/media/images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	border-top: 1px dotted #0F0F0F;
	padding: 0 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(/media/images/img02.gif) no-repeat 5px 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(/media/images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
#splash {
	margin-top: 100px;
	text-align: center;
}

.category-table,
.product-table {
    width: 100%;
}
.category-table td,
.product-table td {
    width: 33%;
    text-align: center;
}

#sidebar li ul#quickcart-items li {
    margin-left: 10px;
    background: transparent;
}

#checkoutprogress ul,
#checkoutprogress li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#checkoutprogress li {
    display: inline;
}

#shipping ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#shipping hr {
    height: 1px;
    border: none;
    background-color: #3AA0B9;
    width: 70%;
    margin: auto;
}

#header #navbar ul,
#header #navbar ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#header #navbar ul li {
    display: inline;
}
