/* ===========imports================*/
@import url(../css/assets.css);
@import url(../css/navigation.css);
@import url(../css/slider.css);
@import url(../css/lightbox.css);
/* ===========/imports===============*/

body {
	margin: 0;
	padding: 0;
	background-color: #000100;
	color: #feffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	}
	
body a {
	outline: none;
	}
	
img { behavior: url(iepngfix.htc);
	border: none;}
	
#wrap {
	width: 860px;
	margin: 0 auto;
	}
	
#header {
	width: 860px;
	height: 124px;
	}
	
#logo {
	width: 163px;
	height: 124px;
	text-indent: -99999px;
	background: url(../images/logotop.png) top left no-repeat;
	float: left;
	}
	
#logo_full {
	width: 190px;
	height: 159px;
	text-indent: -99999px;
	background: url(../images/gblogo.png) top left no-repeat;
	float: left;
	margin: 30px 0px -2px -1px;
	z-index: 9000;
	}
	
.clear {
	clear: both;
	}
	
#flashbanner  {
	margin: 21px 0 0 0;
	width: 859px;
	height: 440px;
	position: absolute;
	}
	
.bottomnav {
	height: 132px;
	border-bottom: 1px solid #666464;
	border-top: 1px solid #666464;
	position: absolute;
	margin: 460px 0 0 0;
	width: 860px;
	}
	
.bottomnav_full {
	height: 132px;
	border-bottom: 1px solid #666464;
	border-top: 1px solid #666464;
	width: 860px;
	padding-top: -10px;
	}
	
#footer {
	margin: 600px 0 0 0;
	}
	
#footer_full {
	margin: 0px 0 0 0;
	}
		
	
#zlogo ul  {
	list-style: none;
	display: block;
	
	}
	
#zlogo li {
	display: inline;
	float:right;
	margin: 0 125px 0 0;
	}
	
#zlogo li.zirkus a {
	background: url(../images/zirkuslogo.png) top left no-repeat;
	width: 125px;
	height: 37px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	}
	
.maillist {
	float: left;
	margin-top: 5px;
}
		
/*==========================
SAFARI HACKS
===========================*/

@media screen and (-webkit-min-device-pixel-ratio:0){

html{
		/*
		need this so that Safari3 can 
		use window.getMatchedCSSRules to collect CSSStyleRule later
		*/
		list-style-image:none; 
	}
	
	#flashbuttons ul  {
	list-style: none;
	display: block;
	width: 860px;
	}
	
	#flashbuttons li {
	display: inline;
	margin: 0 61px 0 -40px;
	position: relative;
	}
	
	.sliderGallery {
     background: url(../images/productbrowser_background.jpg) no-repeat;
     overflow: hidden;
     position: relative;
     padding: 10px;
     height: 360px;
     width: 840px;
	 margin:20px 0 0 0;
     }
	 
	  .sliderGallery UL LI {
            display: inline;
			
        }
		
	.producttable {
				margin: -20px 50px 0px 0;
				clear: none;
				float: left;
				border: none;
				display: inline;
		}
		
		.producttable td {
				width: 350px;
				margin: 0 350px 0 10px;
				padding: 0;
				border: 0;
				display: block;
		}
		
		.producttable tr {
				border: none;
				width: 350px;
				display: block;
		}
	
	#flashbanner  {
	margin: 21px 0 0 0;
	width: 859px;
	height: 440px;
	position: absolute;
	}
}
