/* @override http://www.sweettreasuresquiltpatterns.com/?css=quilt/style_css */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, p, pre, label, fieldset, address, img {
	margin: 1em 20px;
}

margin

ul, ol, dl {
	margin: 1em 30px;
}

blockquote {
	margin: 1em 30px;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	background: repeat white url(images/site/body_background.gif) center top;
	padding: 0;
}

html {
	height: 100%;
}

h1, h2, h3, h4 {
	font: normal 13px Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 135%;
}

h4 {
	font-size: 118%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

/* All Content CSS */

div#all_content {
	text-align: left;
	width: 766px;
	margin: 0 auto;
	background: url(images/site/all_content_background.gif) repeat-y center top;
}

/* Header CSS */

div#header {
	height: 220px;
	width: 766px;
	background: no-repeat center top url(images/site/header_background.gif);
	margin: 0;
	padding: 0;
}

div#header div#header_contents {
	text-align: center;
	height: 126px;
	margin: 0;
	padding: 0;
}

div#header h1 {
	display: none;
}

div#header p {
	display: none;
}

div#header img.logo {
	margin-top: 13px;
	border-style: none;
	margin-bottom: 0;
}

div#header a.logo_link {
}

/* Main Navigation CSS */

div#main_navigation {
	padding: 0;
	width: 766px;
	height: 74px;
	margin: 0;
	font: 118% Georgia, Times New Roman, Times, serif;
}

div#main_navigation ul {
	margin-top: 50px;
	margin-left: 50px;
}

div#main_navigation ul li {
	display: inline;
	list-style: none;
}

div#main_navigation ul li.quilts {
	margin-left: 83px;
}

div#main_navigation ul li.about {
	margin-left: 157px;
}

div#main_navigation ul li.order {
	margin-left: 90px;
}

div#main_navigation ul li.contact {
	margin-left: 80px;
}

div#main_navigation a {
	font-weight: normal;
}

/* Main Content CSS */

div#main_content {
	width: 478px;
	clear: both;
	float: right;
	margin-right: 21px;
}

div#main_content p.related_link img {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

div#main_content img {
	margin: 0 0 0 13px;
	border: 7px solid rgb(183, 217, 247);
}

div#main_content p.description {
	margin-bottom: -1em;
}

div#main_content table {
	font: 13px Arial, Helvetica, sans-serif;
	width: 423px;
	margin-left: 18px;
}

div#main_content .row_one {
	background: rgb(252, 252, 210);
}

div#main_content div.vignette {
	clear: both;
	text-align: right;
	margin-right: 210px;
}

div#main_content div.vignette img.vignette_image {
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	border-style: none;
}

div#main_content div.left_featured {
	float: left;
}

div#main_content div.right_featured {
	float: right;
}

/* Payment CSS */

div#main_content p.payment img {
	margin: 0;
	padding: 0;
	border: none;
}

/* Secondary Content CSS */

div#secondary_content {
	width: 220px;
	margin-top: 0;
	padding-top: 1em;
	margin-left: 47px;
	margin-bottom: 0;
	padding-bottom: 1em;
}

div#secondary_content h2.top {
	margin-top: 7px;
}

div#secondary_content ul, ol, dl {
	margin: 1em 0 1em 35px;
}

div#secondary_content ul li ul {
	margin: 0 0 0 15px;
}

/* Vignette CSS */

div#vignette {
	clear: both;
	text-align: right;
	margin-right: 210px;
}

div#vignette img {
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Footer Content CSS */

div#footer {
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 724px;
	height: 57px;
	background: no-repeat center bottom url(images/site/footer_background.png);
}

/* Copyright CSS */

div#footer div#copyright {
	text-align: left;
	float: left;
	margin-left: 245px;
}

/* Links CSS */

div#footer div#links {
	text-align: right;
	float: right;
	margin-right: 15px;
}

div#footer div#links a:link {
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: none;
	color: black;
}

div#footer div#links a:visited {
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

div#footer div#links a:hover {
	border-bottom: none;
	text-decoration: underline;
	font-weight: normal;
	color: black;
}

/* Login CSS */

p.login {
	margin: 0 auto;
	width: 724px;
	text-align: left;
	clear: both;
	padding-bottom: 1em;
	padding-left: 40px;
}