﻿body {
	margin: 0;
	padding: 0;
	background: #A5845B;
	color: black;
	font-family: "Georgia", "Trebuchet MS", sans-serif;
}

#header {
	background: #A5845B url('../images/header.jpg') repeat-x;
	height: 225px;
}

#wrapper {
	background-color: white;
	width: 720px;
	margin: -135px auto 0px auto;
	padding: 10px;
	border: 1px #56350c solid;
}

#gallery {
	background: #000000;
	height: 425px;
	text-align:center;
}

#flashcontent {
	height: 425px;
}

#nav {
	width: 710px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #ff7fd2;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li.current {
	background-color: #fe08b1;
	color: white;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #55350e;
	text-decoration: none;
	border-right: 1px solid white;
}

#nav a.home {
	border-left: 1px solid white;
}

#nav a:hover {
	background-color: #fe08b1;
	color: white;
}

#main {
	margin: 10px 0px 0px 0px;
	width: 100%;
}

#content {
	margin: 0 280px 0 0;
	padding: 0px 10px 0 0;
	font-size: .9em;
}

#sidebar {
	float: right;
	width: 260px;
	padding-right: 10px;
}

#sidebar p {
	padding: 0px 10px 5px 10px;
	margin: 0;
	text-align: center;
}

.logo {
	float: right;
	margin: 5px 0px 5px 5px;
}

.indent1 {
	padding: 0 0 0 10px;
}

.indent2 {
	padding: 0 0 0 40px;
}

.left_col {
	float: left;
}

.right_col {
	float: right;
	margin-left: 35px;
}

.greeting {
	clear: both;
}

.product_image {
	margin: 0px 0px 10px 10px;
}

.attribute {
	text-align: right;
}

#content h1, #content h2 {
	padding-left: 40px;
	/*padding-bottom: 10px;*/
}

#content h1 {
	color: #56350c;
	background: white url('../images/dots_left.jpg') no-repeat;
	font-size: xx-large;
}

#content h2 {
	color: #A5845B;
	background: white url('../images/dots_right.jpg') no-repeat;
	padding-top: 10px;
	font-size: x-large;
}

#content p {
	padding: 0px 10px 10px 10px;
	margin: 0;
	text-align: justify;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 10px 25px;
}

#main a {
	color: #ff7fd2;
	text-decoration: none;
}

#main a:hover {
	border-bottom:thin #56350c dotted;
}

#content table {
	padding: 0px 10px 5px 20px;
	margin: 0;
}

#content td {
	padding-right: 20px;
}

#content td.wallets {
	font-size: small;
	font-style: italic;
	text-align: center;
}

#copyright {
	clear: both;
	height: 40px;
	margin: 10px 0 0 0;
	background-color: #ff7fd2;
}

#copyright p {
	text-align:center;	
	color: #ffffff;
	font-size: small;
}

#copyright a {
	color: #ffffff;
}

#footer {
	background-color: #56340b;
	border-top: 1px #ffffff solid;
	height: 100px;
}

