@import '../animations.css';
#allow-cookies { position: fixed; bottom: 15px; left: 15px; background-color: rgba(0,0,0,0.9); padding: 8px 16px; font-size: 12px;-webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px; color: #fff; z-index: 9000;}
#allow-cookies input {background: #000; border: 1px solid #fff; color: #fff; margin-left: 16px;-webkit-border-radius: 6px 6px 6px 6px;border-radius: 6px 6px 6px 6px; padding: 4px 8px;}
#allow-cookies a {color: #fff; text-decoration: underline;}
#allow-cookies a:hover {color: #ccc; text-decoration: underline;}
html {
	height: 100%;
}

body {
	background:url(../images/background.jpg) no-repeat bottom left fixed;
	height: 100%;      
	min-width: 1000px;
}

#header {	
	background: #000 url(../images/header_bg.jpg) no-repeat;
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
}

#main {
	margin: 120px 50px 0px 275px;
	padding: 0 0 65px 100px;
	float:left;
	overflow: auto;
	max-width: 700px;
}

#sidebar {
	position: fixed;
	margin: 150px 0 0 0;
	width: 375px;
}      

.clearfix {
	clear:both;
}

#products {  
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background: #fff url(../images/products_bg.jpg) repeat-x;
}

#footer {
	position: fixed;
	bottom: 120px;
	right: 0px;
	text-align:right;
	width: 40px;
	float:right;
	margin: 120px 0 0 0;
	padding: 30px 10px 0 0;
}                        

.gallery td {
	padding: 0 15px;
	text-align: center;
	width: 200px;  
	font-size: 11px;
	line-height: 16px;
}          

.gallery img {
	padding: 10px 0 0 0;
}