* {
	outline: none;
}

body {
	background-color:black;
	margin: 0;
	padding: 0;

	font: 12px/1.4 "arial", sans-serif;
	text-align: center;	
	color: #222;
}


p {
	margin:1.4em 0;
	padding:0;
	display:block
}

ul, ol {
	margin: 1em 0 1em 2em;
	padding: 0;
}

h2 {
	margin: 1.428em 0 0.714em;
	padding: 0;
	font: normal 24px/1.428em "georgia", serif;
	color:#8f2b22;
}

h3 {
	margin:0.952em 0;
	padding:0;
	font: normal 16px/0.952em "arial", san-serif;
}

h4 {
	margin:1.4em 0;
	padding:0;
	font-size: 1em;
	font-weight: bold;
}

a {
	color:#df7900;
}

#container {
	width: 929px;
	margin: 0 auto;
	text-align: left;
}

#header {
		background: url("../images/header_bg.jpg") center top no-repeat;
		width: 929px;
		height: 216px;
		position: relative;
}

#header p,h1 span{
	display:none;
}

#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	width:230px;
	height:180px;
	display:block;
	outline: none;
}

#nav_top {
	height:36px;
	text-align: center;
	margin:0 39px;
	overflow: hidden;
}
#nav_top ul {
	margin:0 0 0 0;
	padding:0 0;
	list-style: none;
}

#nav_top ul li {
	float: left;
	margin:0 28px;
	height: 31px;
	line-height: 31px;
	display: inline;
}

#nav_top ul li a {
	position: relative;
	top: 3px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family:georgia;
}

#nav_top ul li a:hover {
	text-decoration: underline;
}

.link_current {
	font-weight: bold;
	border-bottom: 5px solid #fff;
}

.link_current a:hover {
	text-decoration: none !important;
}
	

#nav_top ul li#about, #nav_top ul li#appearances, #nav_top ul li#support {
	float:none;
}	

#nav_top ul li#about a, #nav_top ul li#appearances a,#nav_top ul li#support a {
	position: absolute;
	top: 150px;
	color: #222;
}

#nav_top ul li#about a {
	right: 275px;
}

#nav_top ul li#appearances a {
	right: 155px;
}

#nav_top ul li#support a {
	right: 65px;
}


#nav_top #link_cart {
	/*top: auto;
	margin: -55px 0 0 -55px;
	margin: expression('-31px 0 0 -93px');
	padding: 0 0 0px;*/
	width: 93px;	
	height: 24px !important;
	line-height: 24px !important;
	position: absolute;
	top: 157px;
	right: 420px;
	z-index: 1000;
	overflow: visible;
	font-weight:normal;
	text-align: center;
	background: url("../images/link_cart_bg.gif") no-repeat left top;
}

#nav_top #link_cart a {
	position: static;
	padding-left: 16px;
	color: #000;
	line-height: 24px !important;
	font-size: 12px;	
}	
	
#content {
	padding:0px 0px 0px;
	margin:0 0 0 0;
	background: url("../images/content_bg.jpg") center top;
}

#copy {
	padding: 1px 62px;
}

#content_footer {
	clear:both;
	height: 80px;
	padding:0 40px;
	margin:0 0 0 0;
	background:url("../images/content_footer_bg2.gif") left bottom no-repeat;
}

#footer {
	margin:-28px 0 20px 0;
	clear: both;
	text-align: center;
}

#footer p,#footer a {
	margin: 0;
	color:#616668;
	font:arial;
	font-size:11px;
}

#footer #copyright {
	float:left;
	margin:5px 0 0 60px;
}

#footer #social_media {
	float:right;
	margin:0 60px 20px 0;
}

#footer #social_media li {
	display:inline;
	float:left;
	margin-left:6px;
}

#footer #social_media li a {
	display:block;
	width:31px;
	height:32px;
	text-indent:-3000px;
}

#footer #social_media li a.facebook {
	background:url("../images/facebook.png") no-repeat center top;
}

#footer #social_media li a.twitter {
	background:url("../images/twitter.png") no-repeat center top;
}

#status_message {
	padding:10px 0 30px;
	font-weight:bold;
}

#back_link {
}
/* super button */

.sbtn {
	line-height: 28px;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-weight: bold;			
	color: #fff;		
	background: url("../images/sbtn_r.gif") right center no-repeat;
	float:left;
	outline: none;
	cursor:default;
}

.sbtn:hover {		
	background-position: right top;
}

.sbtn:hover span {		
	background-position: left top;
}

.sbtn:active {		
	background-position: right bottom;
}

.sbtn:active span {		
	background-position: left bottom;
}

.sbtn span {
	padding: 0 1em;
	line-height: 28px;
	float: left;
	background: url("../images/sbtn_l.gif") left center no-repeat;
}

/* super button button */

button.sbtn {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	outline:none !important;
	height:28px !important;
	width:auto !important;
	white-space: nowrap;
	overflow:visible;
}

button.sbtn span {
	position:relative;
	top:-1px;
	top:expression('0px');
	left:-3px;
	left:expression('0px');
	height:28px;
	outline:none !important;
}

/* super button - back */

.sbtn_back {
	background: url("../images/sbtn_back_r.gif") right center no-repeat;
}

.sbtn_back span {
	background: url("../images/sbtn_back_l.gif") left center no-repeat;
}

/* super button - small dark */

.sbtn_smd {
	line-height: 19px;
	background: url("../images/sbtn_smd_r.gif") right center no-repeat;
}

.sbtn_smd span {
	line-height: 19px;
	background: url("../images/sbtn_smd_l.gif") left center no-repeat;
}

/* pager */

#pager {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 1em;
}

#pager a {
	text-decoration:none;
	border: 1px solid #ccc;
	padding: 4px 8px 3px;
}

#pager a:hover {
	background-color: #df7900;
	color: #fff;
	padding: 5px 9px 4px;
	border: none;	
}

#pager span {
	padding: 8px;
}
