body {
	padding:0px;
	margin:0px;
	background-color:#000;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
 
A:link {text-decoration: none; color:#FFF;}     
A:visited {text-decoration: none; color:#FFF;}
A:active {text-decoration: none; color:#FFF;}
A:hover {text-decoration: none; color:#F90;}

A.black:link {text-decoration: none; color:black;}     
A.black:visited {text-decoration: none; color:black;}
A.black:active {text-decoration: none; color:black;}
A.black:hover {text-decoration: none; color:#F90;}
 
#footer
{
	position:fixed;
	height:100px;
	bottom:0px;
	width:100%;
	background-image:url(templates/images/footer_left.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer_address {
	float:right;
	width:140px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	margin:35px 20px 20px 20px;
}

#footer_phone {
	float:right;
	width:170px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin:62px 20px 20px 20px;
}

#footer_logo {
	float:right;
	height:80px;
	width:80px;
	margin:10px;
	background-image:url(templates/images/logo.png);
	background-repeat:no-repeat;
}

#footer_disclaimer {
	position:relative;
	width:1200px;
	margin:auto;
	font-size:11px;
	text-align:center;
}

#header {
	width:1200px;
	margin:auto;
	margin-top:30px;
}

#headerleft {
	background-image:url(templates/images/logo_top.png);
	background-repeat:no-repeat;
	width:400px;
	height:100px;
	margin-top:50px;
	float:left;
}

#headerright {
	background:url(templates/images/endless.png) no-repeat;
	width:300px;
	height:188px;
	float:right;
}

#headermenue {
	background:url(templates/images/menu.png) no-repeat;
	width:495px;
	height:48px;
	padding-top:32px;
	padding-left:105px;
	margin:auto;
	font-size:12px;
	color:#000;
}

#main {
	width:1200px;
	margin:auto;
	font-size:13px;
	font-weight: bold;
}

#fvwmenu a {
	display:block;
	color:#FFF;
}

#fvwmenu a:hover {
	background:#CCC;
	color:#000;
}

div.shop {
	float:left;
	margin:25px;
	text-align:center;
}

span.orange {
	color:#F90;
}
