
	/*@font-face{
		font-family: RageItalicPlain;
		src: url("../fonts/RageItalicPlain.otf") format("opentype");
		}*/

	a:link{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}
	a:active{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}
	a:visited{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}
	a:hover{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}

	a.nailed_spot:link{
		color: #ff0000; text-decoration: underline; font-size: 1.1em; font-weight: bold;
		}
	a.nailed_spot:active{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}
	a.nailed_spot:visited{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}
	a.nailed_spot:hover{
		color: #ff0000; text-decoration: none; font-size: 1.1em; font-weight: bold;
		}


	html, body{
		background-color: #000000;
		height: 100%;
		width: 1150px;
		margin: 0 auto;
		padding: 0px;
		color: #ffffff;
 		font-family: RageItalicPlain, Helvetica, Verdana, Sans;
		font-size: 1em;
		font-weight: normal;
		}

	.centered{

		}

	.nailed{
		position: absolute;		
		margin-left: auto;
		}

	.nailed_spot{

		}
				
	#header{
		padding: 6px ;
		text-align: center;
		}

	#content{
		position: relative;
  		width: 100%;
		height: 120px;
		margin: -10px auto;	
		/*border: 2px solid #c00;	*/
		padding-top: 80px;
		height: 800px;
		background-image: url(../gfx/background.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		}

	#content_section{
		position: relative;
  		width: 100%;
		height: 120px;
		margin: -10px auto;	
		/*border: 2px solid #c00;	*/
		padding-top: 80px;
		height: 800px;
		background-image: url(../gfx/backgroundtabs.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		}

	.fade{
		position: relative;
		top:200px;
		left:300px;
		width: 540px;
		height: 455px;
		overflow-y: scroll;
		font-family: Impact;
		letter-spacing: 0.1em;
		text-align: justify;
		padding-top:20px;
		margin-right:20px;
		font-weight: normal;
		}
		
	#lasteventimg{
		position: relative;
		right:20px;
		width:525px;
		overflow-x:scroll;
		overflow-y:hidden;
		}

	ul, ul{
		list-style:none; 
		display:block;
		white-space:nowrap;
		}
	li{
		display:inline;
		}



/* Let's get this party started */
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		}
 
/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
 
/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(255,0,0,0.8); 
		-webkit-box-shadow: inset 0 0 6px #ef1b0f; 
		}
	::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.8); 
		}

	#footer{
		color:#666666;
		padding: 10px 20px;
		font-size: 1.0em;
		text-align: center;
		}

	#footer a{
		color: #999999;
		}

.thumbnails img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 75%;
	margin-top: 10px;
	width: 120px;
	border: 2px solid #ff0000;
	height: auto;  /* set this height in percentage to test resizing */
	}

.thumbnails img:hover {
	border: 2px solid #00e200;
	cursor:pointer;
	}

.preview img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 200px;
	position: fixed;
	max-height: 28%;
	border: 3px solid #ff0000;
	}

#products-wrapper {
	color:#<?php echo $color;  ?>;
	width: 85%;
	padding-bottom: 30px
	}
	
.products {
	width: 85%;
	float:left;
	}
	
.product {
	padding: 15px;
	}
	
.product .product-thumb {
	float: right;
	padding-right: 10px;
	}
	
.product .product-content{
	overflow:hidden;
	}
	
.product .product-content h3 {
	font: 12px "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	}
	
.product .product-info {
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top:10px;
	}

.product .product-desc {
	font-size: 16px;
	}
	
.shopping-cart{
	max-height: 40%;
	overflow-y: scroll;
        border-radius: 4px;
	position: fixed;
	margin-left: 1px;
	margin-top: -790px;
	width: auto;
	padding: 0px;
	z-index: 1;
	}
	
.shopping-cart h2 {
	padding: 3px;
	font: 16px "Trebuchet MS", Arial;
	}
	
.shopping-cart h3,.view-cart h3 {
	font-size: 14px;
	margin: 5px;
	}
	
.shopping-cart ol {
	padding: 1px 0px 0px 0px;
	}

.shopping-cart a{
	font-weight: bold;
	}
	
.shopping-cart .cart-itm, .view-cart .cart-itm{
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.shopping-cart .remove-itm, .view-cart .remove-itm .empty-cart{
	font-size: 14px;
	float: right;
	margin-top: -3px;
	line-height: 16px;
	border-radius: 3px;
	}

.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	}

.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	text-decoration:none;
	}

.check-out-txt{
	float:right;
	}

/*** view cart **/
.view-cart {
        border-radius: 4px;
	width: 75%;
	float: left;
	padding: 10px;
	}
	
.view-cart .p-price{
	font-size: 12px;
	font-weight: bold;
	}

.view-cart .cart-itm, .view-cart .cart-itm{
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.view-cart .remove-itm, .view-cart .remove-itm .empty-cart{
	font-size: 14px;
	float: right;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
	}

.view-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	}

.view-cart .remove-itm a, .view-cart .remove-itm a{
	text-decoration:none;
	}

.view-cart .product-info{
	width:50%;
	}

#AjaxBox {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:50%;
	height:50%;
	z-index:2000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	}

#loading{
	position: absolute;
	left: 90%;
	top: 15%;
	}

#main-wrapper {
	margin-left: 10px;
}

.msg{
	font-size: 0.7em;
	position: absolute;
	left: 300px;
	top: 0px;
	padding-right: 3px;
	}

span.alert, span.info, span.download, span.note {
    display: block;
    margin: 15px 0;
    padding: 10px 10px 10px 45px;
}

span.alert {
    background: url("../slider/images/status-alert.png") no-repeat scroll 10px 50% #FFD6D6;
    border-bottom: 3px solid #FE7B7A;
    border-top: 3px solid #FE7B7A;
    color: #CC0000;
}

.form_input input, textarea, .form_radio {
	border: 1px solid #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
}

.form_input, .form_textarea, .submit_form, .form_radio {
	margin: 2px 0 14px 0;
}

div#dectector_wrapper {
    height: 70px;
}

div#short_slider_wrapper {
    background-color: #<?php echo $bg_color;  ?>;
    background-image: url("../slider/images/short_slider_new.gif");
    height: 44px;
    width: 244px;
}

div#span1 {
    background-color: #00ff00;
    float: left;
    height: 11px;
    margin-top: 6px;
    width: 221px;
}

div#track1 {
    height: 20px;
    position: absolute;
    width: 221px;
}

div#handle1 {
    background-image: url("../slider/images/cursor.png");
    background-repeat: no-repeat;
    cursor: col-resize;
    height: 27px;
    margin-left: -4px;
    margin-top: -8px;
    width: 13px;
}

.form_input span{
    background: url("../images/info.png") no-repeat scroll left center transparent;
    color: #525252;
    padding: 5px 5px 5px 25px;
    text-align: center;
    width: 64px;
}

