* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #F9F9F7 url('../../images/background.gif') repeat-x;
	color: #636363;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	margin: 10px 0px 20px 0px;
}

a {
	color: #FF7800;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

sup {
	font-size: 0.5em;
}

p {
	margin-bottom: 14px;
	text-align: justify;
}

.owner-main {
	float: left;
	margin: 0px 10px 10px 10px;
}

.owner-sidebar {
	text-align: center;
	margin-bottom: 2px;
}

.owner-sidebar img,.owner-main img {
	padding: 3px;
	border: 1px solid #D4D4D4;
}

img.floatleft {
	float: left;
	margin: 0px 14px 3px 0px;
}

ul.linklist {
	list-style: none;
}

ul.linklist li {
	margin: 2px 0px 0px 0px;
	padding-top: 2px;
}

ul.linklist li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#primarycontent .post ol,#primarycontent .post ul {
	margin: 0px 0px 15px 40px;
}

#upbg {
	background: #fff;
	height: 264px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 850px;
	z-index: 1;
}

#outer {
	background: #fff;
	border: 1px solid #babaaf;
	margin: 0px auto;
	padding-top: 15px;
	position: relative;
	width: 850px;
}

#inner {
	padding: 13px 30px 13px 30px;
	position: relative;
	z-index: 2;
}

#header {
	background: #FFF;
	height: 144px;
	position: absolute;
	width: 305px;
}

#header span {
	font-weight: normal;
}

#header sup {
	color: #FCE2CA;
}

#header-right {
	background: #FFF;
	height: 144px;
	position: absolute;
	right: 30px;
	width: 458px;
}

#menu {
	background: #46461F url('../../images/menu.gif') repeat-x;
	height: 40px;
	margin: 150px 0px 20px 0px;
	padding: 0px 20px 0px 5px;
	position: relative;
}

#menu ul {
	
}

#menu ul li {
	display: inline;
	line-height: 40px;
	padding-left: 3px;
}

#menu ul li.first {
	border-left: 0px;
}

#menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #fff url('../../images/menu-hover.gif') repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}

#secondarycontent {
	float: right;
	position: relative;
	width: 180px;
}

#secondarycontent h1,#secondarycontent h3 {
	border-bottom: 1px dotted #D4D4D4;
	color: #656551;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 0px 0px 10px 10px;
	position: relative;
	top: 4px;
}

#secondarycontent .content {
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
}

#primarycontent {
	float: left;
	position: relative;
	width: 586px;
}

#primarycontent h1,#primarycontent h3 {
	border-bottom: 1px dotted #D4D4D4;
	color: #656551;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 0px 0px 10px 15px;
	position: relative;
	top: 4px;
}

#primarycontent .post p {
	margin-bottom: 20px;
	padding: 0px 15px 0px 15px;
}

#footer {
	background: #F9F9F7 url('../../images/footer.gif') repeat-x;
	clear: both;
	color: #636363;
	padding: 10px;
	position: relative;
	text-align: center;
	font-size: 8pt;
}

/* Messages */
#error-messages {
	width: 550px;
	border: 1px solid red;
	background: #FED4D4;
	font-weight: 700;
	color: red;
	margin: 0 auto 20px;
	padding: 10px;
}

#info-messages {
	width: 550px;
	border: 1px solid green;
	background: #BBFFBB;
	font-weight: 700;
	color: green;
	margin: 0 auto 20px;
	padding: 10px;
}

/* Form Styles */
form table {
	margin: 0 auto 0;
	padding: 10px;
}

form input.text,form select.text,form textarea.text {
	border: 1px solid #babaaf;
	padding: 3px;
}

form input.text {
	width: 300px;
}

/* Card Styles */
.cardbox {
	border: 1px solid #D4D4D4;
	margin-bottom: 20px;
	background: #F5F5EF;
}

.card-box-inner {
	padding: 10px 20px 0px 30px;
}

.card-footer .makecard {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.card-footer .makecard input {
	margin: 0px;
}

.cardpreview .imgpreview {
	padding: 3px;
	border: 1px solid #D4D4D4;
	background: #FFFFFF;
}

.cardpreview {
	margin: 4px 20px 0px 0px;
	float: left;
	text-align: center;
}

.previewlink {
	margin-top: 5px;
}

.previewlink img {
	border: 0px;
}

.cardpreview .previewlink a {
	text-decoration: none;
}

.cardpreview .previewlink a:hover {
	text-decoration: underline;
}

.cardtitle {
	color: #656551;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.cardid {
	font-size: 8pt;
	margin: 2px 0px 10px 0px;
}

.cardspacer {
	clear: both;
	height: 10px;
}

/* Card creation styles */
#site-form {
	margin: 20px 0px 40px 0px;
}

#site-form table {
	border: 2px solid #babaaf;
	background: #F5F5EF;
}

#site-form select.photochooser {
	font-size: 9pt;
}

#site-form table td {
	padding: 0px 5px 10px 5px;
}

#site-form span.postfix {
	display: block;
	font-size: 9pt;
}

#site-form label {
	font-weight: bold;
}

/* Special Styles */
#cardexample {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#cardexample img {
	border: 1px solid #D4D4D4;
	padding: 3px;
}

/* Pricing Styles */
#pricing {
	text-align: center;
	margin-bottom: 6px;
}

#pricing img {
	border: 2px solid #D4D4D4;
}

/* Shopping Cart Styles */
#shopping-cart {
	text-align: center;
	margin-bottom: 6px;
}

#shopping-cart img {
	border: 2px solid #FF7800;
}