/* CSS Document, Kyle McBride ../site/layout.css */

body{
	background-image: url('../../site/images/background.jpg');
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 12px;

}


.clearfloat{
	float:none;
}

#container{
	max-width: 960px;
	margin: 0px auto 18px auto;
	background-image: url('../../site/images/contentbg.png');

}

#header{
	font-size: 15px;
	background-image: url('../../site/images/headerbg.jpg');
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom:15px;
}

#navigation{
	display: inline-block;
	height:60px;
	margin-left: 35px
}

#navigation li{
	padding-top: 28px;
	display:inline-block; 
	float:left;
	margin-right: 18px;
}

#logo img{
	height: 50px;
	padding-bottom: 5px;
	margin-left:35px;
}
#facebook img{
	padding-bottom: 10px;
}

#officialSponsor{
	margin-left:90px;
	padding-bottom: 10px;
}

#footerNavigation{
	margin-left: 35px;
}

#footerNavigation li{
	display:inline-block; 
	float:left;
	padding-top: 9px;
	margin-left: 10px;
}

#footer{
	width: 100%;
	height: 30px;
	background-image: url('../../site/images/footerbg.png');
}

#footer p{
	padding-top: 8px;
	padding-right: 60px;
	float:right;
}

.products img{
	width: 400px;
	height:auto;
}
.products {
	width: 840px;
	margin: 0px auto;
}

.products td{height:120px}

.products th{
	text-align:center;
	padding-top:30px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 22px;
}

.products p{
	color: blue;
	width: 100%;
	text-align: center;
}

h1{
	margin-left:60px;
	color:#000000;
	font-size: 24px;
		font-weight: bold;

}

a:hover{
	text-decoration: underline;
}

#flags{
	width:300px;
	margin-left:60px;
	margin-right: 41%;
	margin-top:20px;
	float:left;
}

#flags li{
	font-size: 24px;
	color:#000000;
	margin-bottom: 5px;
}

#flags img{
	margin-right: 15px;
}

#face{
	display:block;
	margin-bottom: 20px;
}

#changeLang{
	width:100%;
	text-align:right;
	font-size:14px;
	color: #000;
	padding:10px 0px 5px 0px;
		
}

#changeLang img{
	height:12px;
	width:auto;
}


#at {
	float:left;
	width:690px;
	font-size: 20px;
	color: #000;
	margin: 0px 32px;
	margin-bottom:10px;
}

#at span{
	display:block;
	width: 420px;
	font-size:24px;
	font-weight:bold;
	margin:20px auto;
	text-align: center;
}

#at th img{
	margin-right:10px;
}

#at td{
	width: 180px;
	
}

#at h3{
	display:block;
	width:100%;
	text-align: center;
	margin: 10px auto;
}

#at p{
	width:100%;
	text-align: center;
	margin: 15px auto;
	font-size:12px;
}

#face2{
	float:c;
}

.wrapper{
	overflow: auto;
	width: 100%
}

#german{
	display:block;
	margin:0px auto;
}
