* { margin: 0; padding: 0; }
.bg800 { background: url(../img/800.jpg) repeat-x; background-color: #333; }
.bg1024 { background: url(../img/1024.jpg) repeat-x; background-color: #333; }
.bg1280 { background: url(../img/1280.jpg) repeat-x; background-color: #333; }

.cake-sql-log {
    display:none;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}
a {
    color:#CCC;
    text-decoration: none;
}
a:hover {
    color:#FFF;
    text-decoration: underline;
}
.hidethis {
    display:none;
}
.showthis {
    display:inline;
}
#container {
	width: 900px;
	height: 450px;
	background-color:#000;
	position: absolute;
	top: 50%;
	margin: -225px 0 0 0;
}
#nav {
	width: 400px;
	height: 290px;
	margin: 0 20px 0 0;
	padding: 160px 0 0 0;
	position:relative;
	background-image: url(../img/skull.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header {
	width: 160px;
	height: 30px;
	position:absolute;
	top: 10px;
	right: 0;
}
#header h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#header h1 a {
	display:block;
	width: 160px;
	background:url(../img/logo.png) top left no-repeat;
	text-indent:-8000em;
	height: 30px;
	margin:0 0 0 0;
}
#header h1 a:hover {
	background:url(../img/logo.png) bottom left no-repeat;
}

/* NAV STUFF */

#main_nav {
	width: 160px;
	padding: 0 0 0 0;
	float: right;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
}
#main_nav ul li {
	list-style-type: none;
	text-transform:uppercase;
	letter-spacing: 0px;
	line-height: 14px;
	font-weight:bolder;
}
#main_nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#main_nav ul li a:hover {
	color: #999;
	text-decoration: none;
}
#main_nav ul li a .arrow {

}
#main_nav ul li a:hover span.arrow {
	color: #999;
}

#main_nav ul li.active a span{
	color: #999;
}
#main_nav ul li.active a {
	color: #999;
}

/* END NAV STUFF */

#footer {
	width: 160px;
	height: 28px;
	position:absolute;
	bottom: 10px;
	right: 0;
}
#footer a {
	display:block;
	width: 160px;
	background:url(../img/download.png) top left no-repeat;
	text-indent:-8000em;
	height: 14px;
	margin:14px 0 0 0;
}
#footer a:hover {
	background:url(../img/download.png) bottom left no-repeat;
}
#content {
	width: 470px;
	height: 430px;
	position:absolute;
	top: 8px;
	right: 10px;
}
#newsscroller {
	height: 430px;
	width: 480px;
	overflow:auto;
	padding: 0;
}
#newsscroller ul {
    width: 480px;
}
#newsscroller h4 {
    color: #999;
    font-weight:bold;
    text-transform: uppercase;
}
#newsscroller li {
    width: 450px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #1f1f1f;
}
#newsscroller li.stripe {
	background: #000;
}
#newsscroller li h4 span.small {
	font-size: 9px;
	text-transform: lowercase;
	color: #FFF;
	font-weight: normal;
}
ul.makeMenu, ul.makeMenu ul {
	width: 80px;
	padding-left: 0px;
	cursor: default;
	margin-left: 0px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	cursor:pointer;
	color: white;
}
ul.makeMenu li:hover {
	color: #999;
}
ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 80px;
}
ul.makeMenu li:hover, ul.makeMenu {
	color: #999;
}
ul.makeMenu {
	display: block;
}
ul.makeMenu li:hover > ul {
	display: block;
	width: 350px;
}

ul.makeMenu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0 0 0 4px;
	color: white;
}
ul.makeMenu li:hover .arrow {
	color: #999;
}
ul.makeMenu li a:hover {
	color: #999;
}

#main_nav li {
	text-align: right;
}
#main_nav li a {
	text-align: left;
}

.arrow {
	color: black;
	padding: 0 0 0 4px;
}
.arrow_black {
	color: black;
	padding: 0 0 0 4px;
}
div#grid_container {
	width: 470px;
	height: 420px;
	margin: 0 0 0 0;
}
div#galleries {
    padding: 0 0 0 52px;
}

div#galleries .paging {
    text-align: right;
    padding: 25px 10px 0 0;
    clear: both;
}
div#galleries div.paging div.disabled {
	color: #999;
	display: inline;
}
div#galleries div.paging span {
}
div#galleries div.paging span.current {
	color: #999;
}
div#galleries div.paging span a {
    color: #000;
}
div#galleries div.paging a {
    color: #000;
}

div#galleries_container {
	background-color: #FFF;
	width: 365px;
	height: 410px;
	padding: 5px 0 0 0;
	background-image: url(../img/grid_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.galleries_images {
    height:365px;
}
div.float {
	width: 85px;
	padding: 0 0 5px 5px;
	float: left;
}
div.spacer {
	clear: both;
}
div.float img {
	margin: 0 0 0 0;
	border: 0;
}
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #999;
}
div.paging span a {
}
#about p {
    margin: 0 0 10px 0;
}
#contact p {
    margin: 0 0 10px 0;
}

div.photo_float {
	width: 110px;
	padding: 0 0 0 0;
	float: left;
}
div.photo_spacer {
	clear: both;
}
div.photo_float img {
	margin: 0 10px 10px 0;
	border: 0;
}
.no_margin {
	margin: 0 0 10px 0;
}
.hidethis {
    display:none;
}
.showthis {
    display:inline;
}
input {
    background-color: #ccc;
    border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
}
.carttable th {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 0 0 4px 0;
    padding: 0 0 4px 0;
}
.carttable td {
    padding: 4px 0 4px 0;
}
#checkout h2 {
    margin: 4px 0 4px 0;
}
#checkout p {
    margin: 4px 0 4px 0;
}
#products {
}
#products .product_item {
	height: 200px;
	width: 160px;
	float: left;
	margin:0 10px 10px 0;
}
#products .product_item p {
	float: left;
	margin: 0;
	padding: 0;
}
div.product_spacer {
	clear: both;
}
#products .product_item p img {
	margin: 0 0 0 0;
	padding: 0;
}
#prod_view {
	margin: 0 20px 0 0;
}
#prod_desc {
    float: left;
}
#prod_desc p {
    margin: 10px 0 10px 0;
}
#prod_image {
    float: left;
    margin: 0;
}
#links {

}
#links ul {
    margin: 10px 0 10px 0;
}
#links li {
	list-style-type: none;
	margin: 0px;
}
#links li span {
    padding: 0 0 0 10px;
}
#news_archive {
    float: left;
}
#news_archive ul {
    width: 80px;
    margin: 0 0 10px 0;
}
#news_archive li {
	list-style-type: none;
	margin: 0px;
}
#news_archive li span {
    padding: 0 0 0 10px;
}
#newsarchivescroller {
	height: 425px;
	width: 400px;
	overflow:auto;
	padding: 0;
	float: left;
}
#newsarchivescroller ul {
    width: 400px;
}
#newsarchivescroller h4 {
    color: #999;
    font-weight:bold;
    text-transform: uppercase;
}
#newsarchivescroller li {
    width: 380px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #1f1f1f;
}
#newsarchivescroller li.stripe {
	background: #000;
}
#newsarchivescroller li h4 span.small {
	font-size: 9px;
	text-transform: lowercase;
	color: #FFF;
	font-weight: normal;
}
#welcome p {
    margin: 10px 0 10px 0;
}
.cart_border {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #3a3a3a;
}
.cart_row {
    padding: 5px 0 5px 0;
}
#cart_totals p {
    padding: 0 0 0 0;
    margin: 5px 0 5px 0;
}
.remove a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
.remove a:hover {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
#news_view {

}
#news_view h3 {
	text-transform: uppercase;
}
#news_view h3 span {
	text-transform: lowercase;
	font-size: 9px;
	color: #999;
	font-weight: normal;
}
#news_view p {
	margin: 10px 0 0 0;
}

#projects {
	width: 470px;
	height: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 0 0 0;
}
#projects ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider {
    margin: 20px 0 0 0;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:470px;
	height:330px;
	overflow:hidden;
}
div.project {
	float: left;
	height: 200px;
	margin: 0 20px 0 0;
	padding: 0px;
}
div.project {max-width:200px;
   width: expression(this.width > 200 ? 200: true);
}
div.project img {
    border: 2px solid #7f7f7f;
}
div.project p {
    margin: 10px 0 0 0;
}

span#prevBtn{}
span#nextBtn{}

#contact #form {
	float: left;
}

#contact #details {
	float: left;
	margin: 0 0 0 60px;
}

form {
	clear: both;
}
fieldset {
	border: 0;
}
fieldset legend {
	display: none;
}
fieldset fieldset {
}
fieldset fieldset legend {
}
fieldset fieldset div {
}
form div {
	clear: both;
}
form div.input {
	color: #444;
	margin: 0 0 10px 0;	
}
form div.required {
	color: #FF0000;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	padding-right: 20px;
	color: #FFF
}
input, textarea {
	clear: both;
	padding: 2px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
