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

/* Global Site Stuff */
html{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #242424;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Georgian, Times, "Times New Roman", serif;
	color: #888;
	font-size: 11px;
}

img{
	border: 0px;
}

a{
color: #00fcff;
}

.clearo{
	clear: both;
}

.error{
	background-color: red;
	color: black;
	padding: 5px;
}

.message{
	background-color: #272727;
	color: white;
	padding: 5px;
}


.infos{
	color: white;
}


.noline{
text-decoration: none;
}

.noline:hover{
text-decoration: underline;
}

.noline2{
text-decoration: none;
}

.noline2:hover{
border-color: #00fcff;
}

/*Main Holding Conatiner Of Site */
#mainContainer{
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mainback.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	width: 850px;
	height: 100%;
	
}

/* Header */
#header{
	width: 800px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #141414 solid;
}

#header a:link, #header a:visited, #header a:active{
	color: #888;
	text-decoration: none;
}

#header a:hover{
	color: #00fcff;
	text-decoration: none;
}

#headerPad{
	padding-top: 50px;
}

#headerLeft{
	float: left;
	width: 300px;
}

#headerRight{
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 7px;
	color: #888;
}


/* Featured Work Thing */
#feature{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 1px #141414 solid;
	margin-top: 30px;
	font-size: 12px;
	color: #908d8d;
}

#featurePic{
	erwoutline: 11px solid #181818;
	border: 11px solid #181818;
	margin-left: 2px;
	margin-bottom: 21px;
	margin-top: 11px;
}

#feature strong{
	color: #00fcff;
	font-weight: normal;
	margin-right: 10px;
}

/* Work Section Thing */
.feature{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 1px #141414 solid;
	margin-top: 30px;
	font-size: 12px;
	color: #908d8d;
}

.featurePic{
	border: 11px solid #181818;
	margin-left: 2px;
	margin-bottom: 21px;
	margin-top: 11px;
	fmargin-right: 11px;
}

.feature strong{
	color: #00fcff;
	font-weight: normal;
	margin-right: 10px;
}

/* Middle Block With News And Such */
#midBlock{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #141414 solid;
	line-height: 15px;
	
}

#newsBlock{
	float: left;
	width: 245px;
	fheight: 255px;
	line-height: 15px;
	
}

#newsBlock strong{
	font-weight: normal;
	font-size: 12px;
	
}

.headline{
	color: #FFF;
}

.dateo{
	font-style: italic;
	color: #555;
}

#newWork{
	float: right;
	width: 525px;
	text-align: left
}

#works{
	width: 525px;
	text-align: left;	
	background-color: aqua;
}

.newestWorks{
	width: 250px;
	height: 105px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	margin-right: 10px;
}

.newestWorks img{
	border: 3px solid #181818;
}

.newestWorks img:hover{
	border: 3px solid #00fcff;
}

/* Lower Block with Mailing List etc */
#lowBlock{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-bottom: 1px #141414 solid;
	
}

#mailBlock{
	float: left;
	width: 260px;
	border-right: 1px solid #141414;
	margin-bottom: 20px;
	
}

.headers{
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	
}

#sitesBlock{
	float: right;
	width: 523px;
	margin-bottom: 10px;	
}

#sitesBlock2{
	width: 523px;
	margin-bottom: 10px;	
}

/* Site Footer */
#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 30px;
	color: #777;
	
}


/* About Us Page */
#aboutBlock{
	float: left;
	width: 500px;
	line-height: 15px;
	
}

#aboutBlock strong{
	font-weight: normal;
	font-size: 12px;
	
}

#clients{
	float: right;
	width: 245px;
	fheight: 255px;
}

#client2{
	width: 245px;
	text-align: right;	
}


/* Contact Page */
.contactRow{
	background-color: #272727;
	width: 450px;
	padding: 5px;
	margin-bottom: 10px;
}

.contactLabel{
	width: 200px;
	float: left;
	margin-top: auto;
	margin-bottom: auto; 
	padding-top: 5px;
	color: white;
}

.contactText {
	background-color: black;
	color: #ffffff;
	width: 240px;
	border-color: black;
	border: 2px solid black;
}

.contactTextarea {
	background-color: black;
	color: #ffffff;
	width: 445px;
	height: 200px;
	border-color: black;
	border: 2px solid black;
}
