
body{
	margin:20px 0 0;
	padding:0 0 150px;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	background-color:#000;
	background-image:url(images/page_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

body.index {
	margin: 0;
	padding: 0;
	background-image: none;
	text-align:left;
}
#flashbox {
	background-image: url(images/page_bg.gif);
	background-position: left 634px;
	background-repeat: no-repeat;
}
	
#position_wrapper{
	margin:0 auto;
	width:983px;	
	text-align:left;
	}
	
h2{
	margin-top:0;
}
	
/* links */

a, a img{
	border:none;
	outline:none;
	color:#b49972;
	}
	
/* typography */

p{
	margin:0 0 1em;
	}

/* elements */

#header{
	width:973px;
	float:left;
	height:55px;
	padding:0 5px 65px;
	background-image:url(images/header_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#header .logo{
	float:left;
	}
	
#header ul{
	float:right;
	margin:38px 0 0;
	padding:0;
	}
	
#header li{
	display:inline;
	margin-left:15px;
	}

#content{
	float:left;
	clear:both;
	padding:0 40px;
	background-color:#E6E6E6;
	background-image:url(images/content_bg.gif);
	background-position: 50% top;
	background-repeat:repeat-y;
	}
	
#copy{
	float:left;
	width:650px;
	}	
	
#sidebar{
	float:right;
	width:225px;
	}
	
#footer
{
	width:903px;
	float:left;
	clear:both;
	padding: 1px 40px 0;
	height: 57px;
	text-align: center;
	font-size: .9em;
	background-image: url(images/footer_bg.gif);
	/*background-position-x: 50%;*/
	background-repeat: no-repeat;
	background-position: 50%;
}
	

@media print
{

}


form {
}
form .verified {
}
form .incorrect {
	background-color: #FFF1F1;
}
form .incorrect th {
	border-color: #E15F62;
	border-width: 0px 0px 0px 2px;
	border-style: none none none solid;
}
form .incorrect td {
	border-color: #E15F62;
	border-width: 0px 2px 0px 0px;
	border-style: none solid none none;
}

form .reqind {
	color: red;
}

#regbx {
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#regbx th {
	text-align: right;
}
#regbx td {
	text-align: left;
}
#regbx .txtinp {
	width: 150px;
}

#loginbx
{
	width: 250px;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#loginbx .txtinp {
	width: 150px;
}
#passwordpanel {
	display: none;
}

.userbar {
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 6px;
	margin-bottom: 12px;
}


.checkout_indented
{
	margin-left: 5px;
	padding-left: 5px;
	width: 590px;
	border-color: #666 #666 #666 #839CFF;
	border-width: 1px 1px 1px 2px;
	border-style: none none none solid;
}
.checkout_step {
	margin-top: 10px;
	margin-bottom: 2px;
}

.userInfoFrame {
	width: 600px;
	max-width: 600px;
	overflow: hidden;
}
.userInfo {
	width: 300px;
}
.userInfo p {
	margin-top: 10px;
	margin-bottom: 3px;
}
.userInfo p.first {
	margin-top: 0px;
}
.indented{
	margin-left: 5px;
	padding-left: 5px;
	border-color: #666 #666 #666 #A1CACC;
	border-width: 1px 1px 1px 2px;
	border-style: none none none solid;
}
.userInfo .indented{
	width: 290px;
}
.userInfoSide {
	width: 300px;
}
.orderHistory {
}
.userInfoSide table { clear: none; }

form#entry {
}
form#entry .verified {
	padding-left: 16px;
}
form#entry .incorrect {
	background-image: url(img/exclamation.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-attachment: scroll;
	background-position: 0px center;
}



table.details
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}
table.details th, table.details td, table.details p {
	font-size: 11px;
}
table.details th
{
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	text-align: right;
	vertical-align: top;
}
table.details th.header
{
	text-align: left;
	border-color: #fff;
	border-width: 3px;
	border-style: solid none none none;
}
table.details td
{
	background-color: #fff;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
table.details tr.total td {
	border-color: #666;
	border-width: 1px;
	border-style: solid none none none;
}
table.details tr.odd td
{
	background-color: #f3f5ff;
}

.explanation {
	font-weight: normal;
	font-size: smaller;
}

.credits{
	clear:both;
	font-size:.7em;
	color:#666;
	font-family:verdana, sans;
	margin-left:925px;
	}
.credits a{
	color:#666;
	}