/*body { behavior:url("css/csshover.htc"); }*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;	
	
}
body {
	margin:0px;
	padding:0px;
	background-color:#292929;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #e7001b;
	text-decoration: underline;
}
a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 1em 0px;
}

h1{
	height:26px;
	padding:0px;
	margin:0px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	border-bottom:1px solid #666;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-bottom:0.5em;
}
	

img {
	border:none;
	vertical-align:top;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}

/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#overlay{
	position:absolute;
	z-index:1001;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:#000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#flyer{
	position:absolute;
	z-index:1002;
	left:50%;
	top:50%;
	width:685px;
	height:461px;
	margin:-230px 0px 0px -342px;
}


#siteWrapper{
	width:969px; 
	margin:0px auto;
	background-image:url(../img/bg_contentwrapper.gif);
	background-repeat:no-repeat;
	background-position:0px 119px;
}
#header{
	width:969px;
	height:119px;
	background-image:url(../img/bg_header.gif);
}

#nav{
	width:227px;
	float:right;
	margin-top:47px;
	padding-bottom:20px;
}

#contentWrapper{
	width:742px;
	float:right;
	margin-top:47px;
	padding-bottom:20px;
	line-height:18px;
}
#footer{
	clear:right;
	width:969px;
	text-align:center;
	border-top:1px solid #666;
	padding-top:10px;
	color:#737373;
	line-height:18px;
}
#footer a, #footer a:visited, #footer a:active{
	color:#737373;
	text-decoration:none;
}


/*--------------------- */
/* HEADER				*/
/*--------------------- */
.shop{
	position:absolute;
	margin-left:755px;
}


/*--------------------- */
/* CONTENTWRAPPER		*/
/*--------------------- */

.smallcol{
	width:240px;
}
.mediumcol{
	width:350px;
}
.bigcol{
	width:460px;
}

.bigcol img{
	border:1px solid #666;
	margin:0px 8px;
}

.padtop{
	padding:26px 0px 0px 0px;
}

.dropshadow{
	background:transparent url(../img/dropshadow_botright.gif) no-repeat bottom right;
}
.dropshadow .ds_top{
	background:transparent url(../img/dropshadow_topright.gif) no-repeat top right;
}
.dropshadow .ds_left{
	padding:0px 8px 8px 0px;
	background:transparent url(../img/dropshadow_botleft.gif) no-repeat bottom left;
}	
.dropshadow .ds_content{
	border:1px solid #666;
	background-color:#494949;
	padding:8px;
}
.dropshadow .ds_image{
	border:1px solid #666;
	background-color:#494949;
}

.dropshadow .ds_content ul{
	margin:0px;
	padding:0px 15px 15px 15px;
}
.dropshadow .ds_content li{
	padding:8px 0px;
	border-bottom:1px solid #666;
}
.dropshadow .ds_content li a{
	text-decoration:none;
}

.newsimg{
	float:left;
	margin:5px 15px 15px 0px;
	border:1px solid #666;
}

.gallerythumbs img{
	border:1px solid #666;
	margin:3px;
}

a.btn_webshop{
	display:block;
    	BACKGROUND-COLOR: #d8d8d8;
    	BORDER: #000 1px solid;
    	COLOR: #000;
    	CURSOR: hand;
    	FONT-FAMILY: verdana;
    	FONT-SIZE: 11px;
	width:150px;
    	HEIGHT: 20px;
    	PADDING: 10px;
    	TEXT-ALIGN: center;
   	text-decoration:none;
	margin-top:20px;
}

#flashslideshow{
	width:340px;
	height:340px;
	overflow:hidden;
}

#flashhomebg{
	width:349px;
	height:346px;
	padding:4px 0px 0px 1px;
	background-image:url(../img/home_slideshow_bg.jpg);
	background-repeat:no-repeat;
}
#flashhome{
	width:321px;
	height:320px;
	overflow:hidden;
}


/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li{
	display:block;
	padding-bottom:10px;
}

#nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#nav li ul{
	margin:10px 0px 0px 30px;
	display:none;
}

#nav li.subnav ul{
	display:block;
}


#nav a:hover{
	color:#e7001b;
}

#nav a.active{
	color:#e7001b;
	padding-left:7px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}





