@font-face {
	font-family: 'xenophone';
	src: url('fonts/xenophone.ttf') format('truetype');
}

@font-face {
	font-family: 'copystruct';
	font-weight: normal;
	src: url('fonts/copystruct_n.ttf') format('truetype');
}

@font-face {
	font-family: 'copystruct';
	font-weight: bold;
	src: url('fonts/copystruct_b.ttf') format('truetype');
}


*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: copystruct, helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #f5ede3;
}

html, body{
	height: 100%;
	width: 100%;
}

body{
	background-color: #bbb;
	background-image: url('img/bg.jpg');
	background-position: top center;
}

body.mceContentBody{
	margin: 0px;
	background-color: #555;
	background-image: none;
}

input, textarea{
	font-family: monaco, monospace;
	margin: 4px;
	border: 1px solid #8ca638;
	padding: 2px;
	font-size: 10px;
	background-color: #555;
}
input[type="submit"], input[type="button"]{
	width: auto;
	background-color: #f90;
	color: #555;
	font-weight: bold;
}
input[type="submit"]:hover, input[type="button"]{
	background-color: #d70;
}


select{
	background-color: #555;
}

img{
	border: 0px;
	vertical-align: top;
}

p{
	margin: 8px 0px;
	line-height: 20px;
}

hr{
	display: block;
	line-height: 0px;
	border-top: 1px solid #666;
	margin: 0px 0px;
	margin-top: -1px;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 12px;
	padding: 0px;
	padding-top: 8px;
	color: #333;
	font-weight: normal;
	clear: both;
}

h1, h1 *{
	font-size: 32px;
	line-height: 40px;
}
h2, h2 *{
	font-size: 24px;
	line-height: 24px;
}
h3, h3 *{
	font-size: 16px;
	line-height: 20px;
}
h4, h4 *{
	font-size: 12px;
	line-height: 12px;
}
h5, h5 *{
	font-size: 12px;
	line-height: 12px;
}
h6, h6 *{
	font-size: 12px;
	line-height: 12px;
}
ul, ol{
	margin: 8px;
	margin-left: 32px;
}



#nav_holder{
	z-index: 9001;
	position: fixed;
	top: -48px;
	left: 0px;

	background-image: url('img/navigation_bg.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 240px;
	width: 100%;
}

#nav{
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav_table tr td a img{
	opacity: 0.4;
}
#nav_table tr td a img:hover{
	opacity: 0.75;
}
#nav_table tr td a img#swinj_logo{
	opacity: .8;
}
#nav_table tr td a img#swinj_logo:hover{
	opacity: 1;
}

.content{
	padding-top: 64px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.product_image, .product_specs, .static_base{
	background-color: #555;
	color: #f5ede3;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 16px;
}
.product_image .image{
	display: block;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-repeat: no-repeat;
}
.image img{
	display: none;
}
.product_image .image:hover{
	border: 4px dashed #72b8fa;
	margin: -4px;
}

.product_specs{
	width: 304px;
}
.static_base{
	display: block;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}


a{
	color: #bbb;
	cursor: pointer;
	text-decoration: none;
}

a:hover{
	color: #f9f;
}

a:active
{
	outline: none;
	border: none;
}

a:focus
{
	*-moz-outline-style: none;
	border: none;
}


#footer_holder{
	clear: both;
	background-image: url('img/footer_bg.png');
	background-position: top center;
	height: 360px;
	margin: 32px 0 0 0;
}
#footer_content{
	margin: 0 auto;
	width: 960px;
	padding-top: 16px;
	text-align: left;
}

#footer_content div{
	display: block;
	height: 250px;
	float: left;
	width: 23%;
	margin: 0 1%;
}

#footer_content h3{
	font-size: 18px;
	line-height: 24px;
}

#footer_content p{
	color: #E8E8E8 ;
}

#footer_content hr{
	border-top: 1px solid #555;
}

#footer_content li{
	padding: 0;
	margin: 0;
}

#footer_content ul{
	padding-top: 8px;
	margin: 0;
}

#footer_content ul li{
	display: block;
}

#footer_content a{
	font-size: 16px;
	line-height: 24px;
	display: block;
	float: left;
	padding: 8px 0;
	color: #fff;
}

#twitter_div { width: 200px; height: 50px; padding-top: 8px; }

#twitter_div a{ font-size: 12px;}

ul#twitter_update_list { width: 200px; padding: 0; margin: 0; overflow: hidden; }

ul#twitter_update_list li { width: 200px; padding: 0px 0 0px 0; border-bottom: dashed 2px #333; list-style: none; }

ul#twitter_update_list li a { color: #383838; border-bottom:  1px; text-decoration: none; font-size: 10px; line-height: 4px; }

ul#twitter_update_list li a:hover { color: #99CC66; font-size: 10px;}




.invalid{
	color: #f00;
}

th{
	background-color: #f90;
	color: #333;
	font-family: helvetica, sans-serif;
}
.t0{
	background-color: #bbb;
}
.t1{
	background-color: #ccc;
}

.clickit{
	cursor: pointer;
}
.clickit:hover{
	cursor: pointer;
}

#detail_popup,.detail_preview{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9001;
	background-color: rgba(28,19,12,0.90);
	*background-image: url('img/trans_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 96px;
	color: #fff;
	cursor: pointer;
}
.product_list_item_text_center{
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
.detail_preview a{
	display: -moz-inline-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.detail_preview a:hover{
	background-color: rgba(72,72,72,0.35);
}
.detail_preview img{
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.title{
	display: block;
	color: #fff;
	line-height: 32px;
	text-align: right;
	padding: 0px 16px;
}

.details{
	color: #ffacaa;
}
#paypalButton{
	background-color: transparent;
	border: 0px;
}

#detail_popup img{
	margin: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
#detail_popup img:hover{
	border: 4px dashed #72b8fa;
	cursor: pointer;
}

.mceContentBody{
	color: #fff;
}
#out{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#out:hover{
	z-index: -1;
}

#copyright{
	background-image: url('img/copyright.png');
	width: 244px;
	height: 40px;
	position: fixed;
	bottom: 4px;
	right: 8px;
	z-index: 9001;
}
#copyright span{
	display: none;
}

#index{
	padding-top: 48px;
}

.product_list_item, .product_list_item_nopop{
	display: block;
	float: left;
	width: 96px;
	text-align: center;
	background-image: url('img/thumb_shadow.png');
	background-position: center center;
	margin: 7px;
	padding: 4px;
	
}
.product_list_item_image{
	background-color: #666;
	width: 96px;
	height: 96px;
	display: block;
	text-align: center;
}
.product_list_item_image:hover{
	border: 4px dashed #f00;
	margin: -4px;
}

.cat_nav{
	display: block;
	float: left;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
.cat_nav img{
	display: none;
}
#cat_nav-previous{
	background-image: url('img/cat_nav-previous.png');
}
#cat_nav-previous:hover{
	background-image: url('img/cat_nav-previous-over.png');
}
#cat_nav-category{
	background-image: url('img/cat_nav-category.png');
}
#cat_nav-category:hover{
	background-image: url('img/cat_nav-category-over.png');
}
#cat_nav-next{
	background-image: url('img/cat_nav-next.png');
}
#cat_nav-next:hover{
	background-image: url('img/cat_nav-next-over.png');
}

.clearfix{
	clear: both;
}

.admin_nav{
	padding-top: 32px;
}

.tab a{
	padding: 16px;
	background-color: #369;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.tab a:hover{
	background-color: #963;
}

.product_list_holder{
	
}

.product_list_item_text{
	display: none;
}

.year{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	margin-bottom: -16px;
	margin-left: -48px;
	font-size: 12px;
	color: #666;
}
.admin{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #666;
	color: #333;
}
.admin tr td{
	background-color: #555;
	padding: 2px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-family: helvetica;, sans-serif
}
.admin tr td b, .admin tr td .invalid{
	font-family: helvetica;
}

.fail,.fail *{
	display: inline-block;
	background-color: #f00;
	border: 1px solid #f00;
}


strong{
	color: #f99;
}


.digital
{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url('http://drawsquare.com/img/squares.gif');
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.digital span{
	display: none;
}
.dcenter
{
	z-index: 2;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#price{
	font-size: 16px;
	color: #333;
}

#at20mc *{
	color: #333;
}