@charset "ISO-8859-1";
/* CSS Document */



body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#0e151d;
	color:#454545;
	font-size:13px;
}

#header {
	background-image:url(images/header.png);
	margin:-8px auto 0 auto;
	
	width:1035px;
	height:570px;
}

.global {
	position:relative;
	top:-475px;
	width:900px;
	margin:0 auto;
}

#headerTop {
	position:relative;
	top:-37px;
}

#logo {
	float:left;
}

#menu {
	float:right;
	font-size:14px;
	color:#FFF;
	text-shadow:#000 0px 0px 5px;
}

#menu li {
	display:inline;
	margin-right:10px;
}

#menu li a {
	text-decoration:none;
	color:#FFF;
}

#menu li a:Hover {
	padding-bottom:10px;
	border-bottom: 2px solid #FFF;
	color:#FFF;
}

#cu3er-container {
	margin-bottom:92px;
	width:900px; 
	outline:0;
}

#top {
	background-image:url(images/top.png);
	width:900px;
	height:30px;
}

#middle {
	width:820px;
	padding:10px 40px 10px 40px;
	background-image:url(images/middle.png);
}

.twoColumnsRight {
	width:385px;
	float:right;
	text-align:justify;
}

.twoColumnsLeft {
	width:385px;
	float:left;
	text-align:justify;
}

.left{
	float:left;
	width:260px;
}

.middle {
	width:260px;
	float:left;
	margin-left:25px;
}

.right{
	float:right;
	width:250px;
	height:100px;
}

.band {
	position:relative;
	margin-top:-78px;
	margin-bottom:7px;
	width:240px;
	padding:10px 10px 10px 10px;
	background-image:url(http://cartman.dev/designphoto/wp-content/uploads/2010/06/opacity.png);
}

.band a {
	color:white;
	text-shadow:#000 0px 0px 5px;

}


.title {
	font-size:20px;
	margin-bottom:5px;
	color: white;
	text-shadow:#000 0px 0px 5px;

}



#bottom {
	background-image:url(images/bottom.png);
	width:900px;
	height:30px;
}

.spacer {
	clear:both;
    margin-bottom:10px;
}

#footer {
	font-size:11px;
	color:#FFF;
	margin:20px 0px 20px 0px;
}


.contactRight input {
    width:270px;
    float:right;
	border:1px solid #999;
	padding:5px;
}

.contactRight textarea {
	font-family:Arial, Helvetica, sans-serif;
    float:right;
	font-size:13px;
	width:270px;
	height:100px;
	border:1px solid #999;
	padding:5px;
}

.contactLeft {
    width:100px;
    padding-top:5px;
}

#submit {
    float:right;
    margin:10px -20px 0px 0px;
}

a {
    color:grey;
}

h1 {
	font-weight:normal;
	font-size:25px;
	margin:0px 0px 20px 0px;
}

img {
	border:none;
}