body {
	color: #333;
	font-size: 13px;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	margin: 0;
	background-color: #CCCCFF;
}
.body_container { 
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background: white;
}
#customersite_content {
        border: 1px solid gray; 
}
.nav {
	color: white;
}
.nav ul {
	padding: .4em;
	padding-left: 1em;
	margin: 0em;
}

.nav a, .nav a:visited, .nav a:hover {
	color: white;
}

dd { padding-bottom: 1em; }

.left { float: left; }
.right { float: right; }
.left_inline { float: left; margin: 1em; display: inline; }
.right_inline { float: right; margin: 1em; display: inline; }
.width_40p { width: 40%; }
.width_50p { width: 50%; }
.width_400px { width: 400px; }

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

img.imgcap {
	max-width: 300px;
	max-height: 350px;
}
img.imgcap2 {
	max-width: 450px;
	max-height: 450px;
}

h1, h2, h3, h4, h5, h6 {
}

label { font-weight: normal; }

.clearfix {
	min-height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */

.logo {
	float: left;
	margin-right: 1em;
	margin-left: .5em;
	border: none;
}

.content { background: white; padding: .5em; }
.header {
	position: relative;
	padding: .2em; 
	text-shadow: black 1px 1px 1px;
}
.footer { text-align: center; font-size: .8em; padding: .5em;}

.phone {
	float: right;
	margin-top: 2.5em;
}
.phone h1, .phone p { margin: 0; }
.phone h2 { margin: .2em; }

.wrapper { padding: 1em; margin: 0; width: 100%; text-align: left; }
.container { float: left; width: 100%; }
.customer_content {
	width: 58%;
	padding: 0;
	margin: 0;
}
.separator { width: 2%; padding: 0; margin: 0; color: white; background: white; }
.form_block {
	width: 39%;
	background: #EEEEEE;
	padding: 0;
	margin: 0;
}
.form_block ol { font-weight: bold; }
form.affiliate table, form.referral table { width: 100%; }
form th { text-align: left; }
form td { text-align: left; }
form tr { text-align: left; width: 100%; }

.flash { background: white; text-align: center; }
.flash_content { padding: .5em; }

dl>dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: .5em;
}

ul {
	list-style-position: inside;
}

ul.errorlist, .field_error {
	margin: 0;
	padding: 0;
	list-style: none;
	color: red;
}
ul#messages {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul#messages li {
	padding: 5px 10px;
	background: #EFD;
	margin: 3px;
	border: 1px solid #BC9;
}
ul#messages li a {
	float: right;
	color: #693;
}

.circle {
	background-image: url('/site_media/circle.png');
	background-color: #990000;
	color: white;
	text-align: center;
	vertical-align: center;
	width: 110px;
	height: 110px;
	float: right;
}

.circle p, .intro {
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: black 1px 1px 1px;
}

.intro_title {
	text-align: center;
	font-weight: bold;
	text-shadow: black 1px 1px 1px;
	font-size: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.color_scheme_title {
	font-size: 1.4em;
	margin-top: .5em;
	margin-bottom: 0em;
	text-align: center;
	text-shadow: black 1px 1px 1px;
	font-weight: bold;
}

.intro {
	text-align: center;
}

table.affiliate_steps, table.affiliate_steps tr {
	width: 100%;
}

table.affiliate_steps .step_text {
	vertical-align: center;
	font-size: .8em;
}

table.affiliate_steps td {
	width: 25%;
	text-align: center;
}

.first_letter {
	font-size: 150%;
	font-family: serif;
	text-shadow: black 1px 1px 1px;
}

.nav_menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 25px;
}

.nav_img {
	width: 1024px;
	height: 100px;
}
.nav_img div {
	position: relative;
	top: 10px;
	left: 50px;
	font-weight: bold;
	font-size: 130%;
	text-shadow: black 1px 1px 1px;
}

.skin_list img {
	width: 199;
	height: 150;
}

div.category_grid {
	margin-left: auto;
	margin-right: auto;
}
div.category_grid div.cat_item {
	float: left;
	width: 200px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.category_grid img {
	width: 200px;
	height: 200px;
}
div.category_grid .desc { 
	font-weight: bold;
	font-size: 1em;
}

#checkoutprogress, #checkoutprogress ul, #checkoutprogress li {
	color: white;
        background-color: #003366;
	margin: 0px;
	padding: 0px;
}

