/* Home */
/*body{
	font: Arial, Helvetica, sans-serif;
}*/
#wrapper{
	background: url(../images/bg-home.jpg) no-repeat 525px bottom;
	}
#invoice #wrapper {
	background:#FFFFFF;
	background-image: none;
	}
#invoice .logo{
	margin-top: 25px;
	margin-left: 47px;
}

#content-main {
	float: left;
	width: 550px;
	margin-top: 210px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
}
#home #content-main{
	color: #a3926d;
}
#login{}
#content-feature {
	background: #000000;
	height: 140px;
	float: left;
	width: 830px;
	position: relative;
	top: 50px;
}
.nav {
	z-index: 100;
	position: absolute;
	margin-left: 50px;
	margin-top: 50px;
}
.logo-feature {
	padding: 15px 10px 10px 20px;
}
.tagline-feature {
	position: absolute;
	top: 60px;
	right: 55px;
}
/*
h1, h3 {
	margin: 50px 0px 0px;
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.25em;
	padding-top: 10px;
	
}
*/
#content-page ul{
	margin-left: 20px;
	padding-bottom: 1em;
}
#content-cart, #content-page, #content-checkout, #completed #content-main {
	width: 500px;
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 50px;	/*background-color:#FF0000;*/
	float: left;
	position: relative;
	text-align: left;
	font-size: .85em;
	padding-right: 15px;
}
#content-cart table{
	width:100%;
	/*border:#CCCCCC solid 1px;*/
	padding:2px;
}
#content-cart table th{
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 5px;
}
#content-cart table td{
/*	border-bottom: 0px solid #000000;
	padding:10px*/
	padding:3px;
}
#content-cart h2, #content-checkout h2, #content-page h2{
	margin:0px;
	padding: 1em 0px 0em;
	color: #000000;
}
#content-cart h3{
	margin:0px;
	padding:0px;
}
#content-cart h3 a{
	color: #333333;
	font-size: 0.85em;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

#content-cart p{
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#content-checkout table{
	width:100%;
	/*border:#CCCCCC solid 1px;*/
	padding:2px;
}
#content-checkout table th{
	/*border-top: 1px solid #666;*/
	margin: 0px;
	padding: 5px;
	
}
#content-checkout table td{
/*	border-bottom: 0px solid #000000;
	padding:10px*/
	padding:3px;
}
#content-checkout h3{
	margin:0px;
	padding:0px;
}
#content-checkout h3 a{
	color: #333333;
	font-size: .95em;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}
#content-checkout .edit{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	background: #a8a140;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	}
#content-checkout .delete{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	background: #af5150;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	}

