/* CSS Style Sheet
 * Author: VOELZKE.net 
 * Date: 4/10/2008 
 */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}
/* Header tags are different here then in the table layout below */
h1 {
	font-size: 1.2em;
	color: #993366;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
}
h2 {
	font-size: 1.1em;
	color: #4F789F;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
}
h3 {
	font-size: 1em;
	color: #993366;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
}
p {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
}
a {
	color: #4F789F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Table */
table {
	width: 540px;
	margin: auto;
}
td {
	vertical-align: top;
}
td img {
	padding-top: 8px;
}
.pricing {
	width: 208px;
	margin-left: 18px;
	padding-bottom: 6px;
}
.pricing td {
	padding: 2px;
}
.about {
	width: 665px;
	margin-left: 18px;
}
.about td {
	padding: 2px;
}
/* Header */

#header {
	width: 900px;
	height: 104px;
	font-size: 11px;
	font-weight: bold;
	color: #345678;	
	margin: 0 auto;
	background-image: url(../images/JodisJewelryGems_purplelogo.png);
	background-repeat: no-repeat;
}
#headerContact {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4F789F;
	text-align: right;
	float: right;
	padding-top: 18px;
	padding-right: 2px;
}
#headerContact a {
	color: #4F789F;
	font-weight: bold;
	text-decoration: none;
}
#headerContact a:hover {
	color: #4F789F;
	font-weight: bold;
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: transparent;
	border-top: 20px solid #805976;
}
/* Content on page */

#content {
	float: right;
	width: 697px;
	padding-right: 1px;
	background: transparent;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top: 1px;	
}
/* Boxed Style */

.boxed .title {
	padding: 10px 15px;
	background: #805976;
	text-transform: uppercase;
	font: bold .90em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.boxed .content {
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.boxed .payment {
	padding: 8px;
	
}
.boxed ul {
	list-style: none;
}
/* nav */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #805976;
	background: #E6CFE0;
}
#nav a:hover {
	background: #A37297;
	color: #FFFFFF;
}

#nav .active a {
	background: #BABABA;
	color: #000000;
}

/* Sidebox */

#sidebox li {
	margin-bottom: 20px;
}
#sidebox h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 870px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #805976;
	font-size: .91em;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
