@charset "UTF-8";
/* CSS Document */

body {
margin : 0;
padding : 0;
color : #fff;
font-family : "Comic Sans MS", cursive;
font-size : 100%;
line-height : 1.4;
background-image : url(../image1.jpg);
background-attachment : fixed;
}
.p {
	font-size : 13px;
	font-family: Verdana, Geneva, sans-serif;
}
#bgImages {
position : fixed;
width : 100%;
height : 100%;
top : 0;
left : 0;
z-index : -10000;
overflow : hidden;
}
.bgImage {
position : absolute;
top : 0;
left : 0;
z-index : -10000;
}
.small {
color : #fff;
font-family : Verdana, Geneva, sans-serif;
font-size : 10px;
text-decoration : none;
}
.stock {
	color : #09F;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 8px;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1.2px solid #F00;
	height: auto;
	width: 100%;
}
ul, ol, dl {
padding : 0;
margin : 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top : 0;
padding-right : 15px;
padding-left : 15px;
}
a img {
border : none;
}
a:link {
color : #fff;
font-family : Verdana, Geneva, sans-serif;
text-decoration : none;
}
a:visited {
	color : #CCC;
}
a:hover, a:active, a:focus {
text-decoration : none;
}
.container {
position : relative;
width : 960px;
background-color : transparent;
margin-top : 0;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
z-index: 1;
}
.header {
position : relative;
margin-bottom : 5px;
background-color : transparent;
margin-top : 10px;
width : 960px;
height: 220px;
margin-right: auto;
margin-left: auto;
}
.headerlogo {
position : relative;
top : 20px;
left : 80px;
}
.headerlinks {
float : right;
position : relative;
padding-top : 2px;
}
.headerlanguage {
float : left;
position : relative;
vertical-align : middle;
padding-top : 2px;
clear: both;
}
.headerlanguage2 {
float : left;
position : relative;
vertical-align : middle;
}
.headercontact {
font-size : 10px;
font-family : Verdana, Geneva, sans-serif;
margin-right : auto;
margin-left : auto;
width : 300px;
padding-top : 2px;
position : relative;
}
.footerlinks {
	float : right;
	position : relative;
	margin-right: 12px;
}
.navbar {
	position : relative;
	background-color : #000;
	padding-right : 10px;
	padding-left : 10px;
	margin-right : auto;
	margin-left : auto;
	height: 30px;
	z-index:100;
}
.topbar {
	position : relative;
	background-color : transparent;
	background-image : url(../images/repeater.png);
	background-repeat : repeat;
	padding-right : 10px;
	padding-left : 10px;
	margin-right : auto;
	margin-left : auto;
	height : 25px;
	padding-top : 5px;
}
.content {
	position : relative;
	padding-top : 10px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
	background-color : transparent;
	background-image : url(../images/repeater.png);
	background-repeat : repeat;
	margin-bottom : 10px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.content ul, .content ol {
padding : 0 15px 15px 40px;
}
ul.nav {
list-style : none;
margin-bottom : 15px;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #333;
}
ul.nav li {
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #333;
}
ul.nav a, ul.nav a:visited {
display : block;
width : 120px;
text-decoration : none;
padding-top : 10px;
padding-right : 5px;
padding-bottom : 10px;
padding-left : 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
color : #999;
}
.footer {
	position : relative;
	clear : both;
	margin-top : 10px;
	padding-top : 10px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
	background-color : transparent;
	background-image : url(../images/repeater.png);
	background-repeat : repeat;
	margin-bottom : 0;
	height : 40px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.fltrt {
float : right;
margin-left : 8px;
}
.fltlft {
float : left;
margin-right : 8px;
}
.clearfloat {
clear : both;
height : 0;
font-size : 1px;
line-height : 0;
}
