@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/gradient.png) repeat-x bottom;
}
li {
	list-style: url(images/pixelbullet.png);
}
#gradient {
	width:8850px;
	position:absolute;
	background:url(images/skybg.png) repeat-x top;
	height:360px;
	z-index:1;
	top:0;
	left:0;
}
#bottommenu{
	top:0px;
	z-index:100;
	width:100%;
	display:inline;
	position:fixed;
	left:0px;
}
#bottommenu a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	letter-spacing: 1px;
	border-left: 1px dotted #000;
	padding:5px;
}
#bottommenu a:hover {
	color:#fff;
}
#bottommenu a:active {
	color:#0FF;
}
#bottommenu li {
	display:inline;;
	font-size:11px;
	text-transform:uppercase;
	margin: 10px 10px 10px 10px;
	color:#000;
}
#bottommenu li:hover {
	color:#fff;
	padding:5px;
	background:#000;

}
#bottommenu li:active {
	color:#0F0;
	border-bottom: 1px #000 double;
}
#container {
	position: absolute;
	top: 0;
	left:0;
	width: 8800px;
	margin: 0;
	padding: 0;
	z-index:5;
}
#clouds {
	width:8640px;
	background:url(images/Untitled-2.png) repeat-x;
	position:absolute;
	height:400px;
	margin-left:200px;
	z-index:2;
}
.box {
	width: 650px;
	float: left;
	padding: 5px 30px 30px 30px;
}
#menutop {
	text-align:center;
	width:98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	margin-top:0px;
	z-index:1;
}
#menutop li {
	display:inline;
	margin:20px;
	padding:10px;
}
p {
	line-height:24px;
}
h1 {
	letter-spacing:-2px;
	font-weight:bolder;
	font-size: 48px;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:48px;
	text-transform:uppercase;
	text-shadow: #fff 2px 2px 2px;
	margin-top:50px;
}
h3 {
	font-size:24px;
	text-align:center;
}
h4 {
	font-size:24px;
	letter-spacing:-1px;
	text-align:left;
}
h5 {
	text-transform:uppercase;
	font-size:16px;
	line-height:0px;
	letter-spacing:-1px;
}
h6 {
	font-size:11px;
	line-height:11px;
}
.work {
	margin-left:0px;
	margin-top:60px;
	margin-right:60px;
	width:330px;
	clear:left;
	float:left;
	
	}
.workimage {
	padding:10px;
	background:#fff;
	border: 1px #ccc solid;
	margin-top:150px;
	z-index:100;
	filter:alpha(opacity=50);
 	opacity: 0.5;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
.workimage:hover {
	filter:alpha(opacity=100);
 	opacity: 1;
	-webkit-transition: -webkit-transform .15s linear;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg)
}
.workimageprint {
	margin-top:180px;
	padding:10px;
	background:#fff;
	border: 1px #ccc solid;
	filter:alpha(opacity=50);
 	opacity: 0.5;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg)
}
.workimageprint:hover {
	filter:alpha(opacity=100);
 	opacity: 1;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
}
.boxi {
	margin-left:40px;
	margin-top:60px;
	width:320px;
	float:left;
}
.nostyle {
	line-height:24px;
}	
.nostyle li a {
	color:#000;
	text-decoration:none;
}
.nostyle li a:hover {
	color:#09F;
	text-decoration:underline;
	list-style:url(images/bullet2.png);
}
#contact-area {
	width: 350px;
	margin-top: 25px;
	float:left;
}

#contact-area input, #contact-area textarea {
	width: 200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: none;
	background: url(images/field.png) bottom repeat-x #fff;;
	height:24px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #09F;
}

#contact-area input.submit-button {
	width:60px;
	clear:left;
	float:right;
	background: #09F;
	font-size:14px;
	margin-right: 34px;
	text-transform:uppercase;
	color:#000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); 
	background: -moz-linear-gradient(top, #ccc,  #fff);
	-moz-border-radius: 20px;border-radius: 20px;
	border: #ccc solid 1px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}
#contact-info {
	width:350px;
	border-left: 1px solid #000;
	float:right;
	margin-top:25px;
	padding-left:40px;
	padding-bottom:30px;
}
.newsletter {
	background: url(images/field.png) repeat-x  bottom #fff;
	border: 2px solid #CCC; 
	text-align:center; 
	width:200px;
	height:30px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	margin-bottom:20px;
	margin:2px;
	filter:alpha(opacity=50);
 	opacity: 0.5;
}
.newsletter:focus {
	background:#fff;
	border: 2px #06F solid;
	filter:alpha(opacity=100	);
 	opacity: 1;
}
