﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	background-color: #003366;
}
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	border: 0;

}
/* Main */
#main {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	background: url('img/page-bg.png');
}
/* Columns*/
#column_l {
	width: 640px;
	padding: 0;
	float: left;
	margin: 0 0px 0 30px;
}
#column_r {
	float: right;
	margin: 0 30px 0 0;
	width: 233px;
	font-size: .92em;
}
#column_r-top {
	background: url('img/sidebar-top.gif') no-repeat;
	height: 25px;
}
#column_r-middle {
	background: url('img/sidebar-middle.gif') repeat-y;
}
#column_r-bottom {
	background: url('img/sidebar-borrom.gif') no-repeat;
	height: 23px;
}
/* Sidebar Navigation */
#column_r ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#column_r li {
	display: block;
	margin: 0;
	padding: 0 20px 0 0;
}
#column_r H3 a {
	color: #5a73aa;
	text-decoration: none;
	display: block;
	padding: 0;
}

#column_r a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0;
}
#column_r a:hover {
	color: #770000;
	text-decoration: none;
}
#column_r h3 {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	font-size: 1.1em;
	color: #5a73aa;
	font-weight: bold;
}


/* Masthead */
#masthead {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 249px;
	text-align: right;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	z-index: 100;
}
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Menu */
#menu {
	padding: 0 0 0 30px;
	margin: 15px 0 0 0;
	width: 100%;
	height: 37px;
	position: relative;
	z-index: 1;
	text-align: left;
}



/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Footer */
#footer {
	background: url('img/footer.png') no-repeat;
		width: 100%;
		overflow: auto;
		clear: both;
		margin: 0;
		padding: 0;
		text-align: center;
		height: 76px;

}
#footer p {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-size: x-small;
		color: #000;
	
}
#footer h1{
	text-align: center;
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0;
}

/* Site typography */
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 1.8em;
	color: #800;
}
h2 {
	font-size: 1.4em;
	color: #800;
}
h3 {
	font-size: 1.2em;
	color: #800;
}
h4 {
	font-size: 1.1em;
	color: #800;
}
h5 {
	color: #333333;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.leadin {
	text-align: center;
	color: #fff;
	font-size: .9em;
	padding-top: 10px;
}
#banner-address{
	margin: 0 0 0 0;
	padding-right: 30px;
	color: #000;
	text-align: right;
	font-size: .9em;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em;
	display: block;
}
.clear{
	clear:both;
}
#clear {
	clear:both;
}
.cart {
	margin: 40px 45px 0 0;
	border-width: 0px;
	margin: 25px 45px 0 0;
}
#welcome {
	background: url('img/welcome.gif') no-repeat scroll top ;
	padding-left: 70px;
}

/* Subscriber Form */
.subscribe label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.subscribe input
{
	color: #334162;
	background: #E6ECF9;
	border: 1px #485C8C solid
}

.subscribe .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 4.5em;
}
.subscribe fieldset
{
border: 1px solid #781351;
width: 20em
}

.subscribe
{
	margin: 3px 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 0;
}
.subscribe .none input {
	border: 0;
	background-color: #C2D2EF;
}

/* ----------- My Form ----------- */
.order{
	margin: 0 auto;
	width: 290px;
	padding: 5px;
}

/* ----------- stylized ----------- */
#stylized{
	border: 1px #CC0000 dotted;
	background: #FFFFFF url('img/stylize-bg.gif') repeat-x top;
	float: right;
}
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#stylized p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 110px;
	float: left;
	font-size: .9em;
	line-height: 13px;
	padding-bottom: 15px;
}

#stylized .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
#stylized input, textarea, select {
	margin: 2px 0 20px 5px;
	width: 170px;
}
#stylized input{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
input.narrow {
	width:50px;
}

#stylized textarea{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#stylized select{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#stylized .price {
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	text-align: center;
	font-size: .95em;
}

#stylized button{
	clear: both;
	margin-left: 70px;
	width: auto;
	background: #6A83B0 url(img/button.png) no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}
.popbody {
    width:300px;
    background:#f1f6fc;
    border-left:1px solid #D9E2F4;
    border-right:1px solid #D9E2F4;
    border-bottom:1px solid #D9E2F4;
    padding:10px;
}
.popheader {
	width: 300px;
	background: #D9E2F4;
	border: 1px solid #D9E2F4;
	font-weight: bold;
	padding: 10px;
}
.dropcap {
	float: left;
	font-size: 40px;
	line-height: 33px;
	padding-top: 2px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
}
#wreath {
	width: 330px;
	float: left;
	text-align: center;
}
.overview{
	width: 100%;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}
.td {
	width:25%;
}
.quote {
	margin: 30px 50px 0 50px;
	font-style: italic;
	padding-left: 110px;
	background: url('img/quote.jpg') no-repeat top;
}


#ways {
	width: 800px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	font-size: .9em;
}
#ways a {
	color:#ffffff;
}
#music {
	margin: 0 30px 0 770px;
	width: 140px;
	height: 20px;
	color: #808080;
	text-align: right;
	font-size: xx-small;
	font-weight: bold;
	display: block;
}
.music {
	margin: 0 30px 0 0;
	padding: 0;
	color: #000;
	text-align: right;
	font-size: .9em;
	line-height: 1.2em;
}

.left {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.bbonline {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	border:0;
}
.noborder {
	border:0;
}