@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000;
	
}
.clear{
	clear:both;
	/*** these next attributes are designed to keep the div
height to 1 pixel high, critical for Safari and Netscape 7 ***/
  height:1px;
	overflow:hidden;
	line-height:1px;
	font-size:0px;
	margin: 0px;
}
#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/blacktrans.png);
	
}
.bg {

        width: 100%;

        position: absolute;

        top: 0;

        left: 0;

        z-index: -5000;

}
#menu ul li {
	float: left;
	height: 37px;
	list-style-type: none;
	padding: 0px;
	line-height: 37px;
	color: #F90;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu ul li a{
	text-decoration:none;
	color: #CCC;
}
#menu ul li a:hover{
	text-decoration:none;
	color: #F90;
}
#header {
	background-image: url(images/logoheader.png);
	height: 97px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}
#wrapper #menu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #flashpanel #menu {
	padding-top: 90px;
	padding-left: 10px;
}
#wrapper #flashpanel {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	background-image: url(images/logoheader.png);
	height: 121px;
	background-color: #000;
}
#wrapper #content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FFF;
	font-size: 14px;
	background-image: url(images/blacktrans.png);
}
p {
	margin:0px;
}#wrapper #content #left-panel {
	margin: 10px;
	float: left;
	width: 420px;
}
#wrapper #content a {
	color: #85C440;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #content a:hover {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #content #right-panel {
	float: left;
	width: 470px;
	height: 500px;
	background-position: right;
	text-align: right;
}
#wrapper #content #right-panel-services {
	float: left;
	width: 450px;
	background-position: center 0px;
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	height: 680px;
}
#wrapper #content #left-panel-partner {
	margin: 10px;
	float: left;
	width: 520px;
}
#wrapper #content #right-panel-partner {
	float: left;
	width: 370px;
	height: 500px;
	background-position: right;
}
#footer {
	width: 910px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 50px;
	font-size: 13px;
	color: #FFF;
	background-image: url(images/footer.png);
}
#footerimages {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
		color:#FFF;
}
#footer a:hover {
		color: #85C440;
}
#wrapper #content #right-panel-partner img {
	z-index: 2000;
	position: relative;
	top: 300px;
	left: -250px;
}
#wrapper #content #left-panel h2 {
	color: #8BCE42;
	padding: 0px;
	margin: 0px;
}
#wrapper #content #right-panel #worldcup {
	background-color: #000;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/DSCN2167.gif);
	background-repeat: no-repeat;
	height: 263px;
	padding: 10px;
	background-position: center center;
}
#wrapper #content #right-panel .cupcar img {
	z-index: 2000;
	position: relative;
	top: 0px;
	left: 0px;
}

/* GALLERY THUMBNAILS */
* { outline: none; outline: 0; }
#gallery { margin: 20px 0; }
#gallery img { border: 1px solid #AEC98D; margin: 20px; margin-bottom: 20px; }
#gallery img:hover { border: 1px solid #8BCE3A; }

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {
	text-align:center;
	width:900px;
}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px; }
.flickr_badge_image img {border: 1px solid black !important; float:left; padding:10px;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {
	border: solid 1px #000000
}
#flickr_badge_source {
	padding:0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#666666 !important;
	clear: both;
}

