@charset "UTF-8";
/* CSS made with bunches splicing love. */

* {
	outline:0;
}
body {
	margin:30px 0 30px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
}
a img {
	border:0;
}
h1{
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
	color:#CCC;
	margin:15px 0 5px 0;
}
small{
	font-size:10px;
	text-transform:uppercase;
	color:#3c3341;
	margin-top:5px;
}
#wrapper {
	width:910px;
	margin:0 auto;
	position:relative;
	background-color:#f7f6f6;
	padding:25px 25px 0 25px;
	margin-bottom:20px;
	border-top:8px solid black;
	border-bottom:8px solid black;
}
#header {
	margin:0 0 130px 0;
}
#banner {
	width:660px;
	height:100px;
	margin:0 auto;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
	padding: 0 0 40px 0;
	z-index:1;
}
#banner a{
	color:black;
}	
#bannerpage p {
	font-size:14;
	font-family:Arial, Helvetica, sans-serif;
}
#bannerpage {
	width:660px;
	margin:0 auto;
	margin-bottom:50px;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
	padding: 30px 0 30px 0;
	z-index:1;
	background-image:url(images/bannertop.png);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
	font-size:27px;
	border-bottom:5px solid black;
}
#bannerpage a {
	color:#666;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}
#bannerpage a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px #000 dotted;
}
ul#menu {
	margin:35px 0 0 0;
	padding:0;
	color:#666;
	float:right;
}
ul#menu li {
	float:left;
	list-style:none;
}
ul#menu a {
	padding:0 10px 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-decoration:none;
	font-size:15px;
}
ul#menu a:hover {
	text-decoration:underline;
}
#formHolder {
	width:400px;
	position:relative;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
}
 .input {
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999;
	font-style:italic;
	padding-bottom:7px
 }
input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#999;
	font-style:italic;
}
#paint1 {
	background-image:url(images/paint.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:1157px;
	height:289px;
	position:absolute;
	top:100px;
	left:-100px;
	z-index:5000px;
}
#paint2 {
	background-image:url(images/paint2.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:1157px;
	height:289px;
	position:absolute;
	top:100px;
	left:-100px;
	z-index:5000px;
}
#paint3 {
	background-image:url(images/paint3.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:1157px;
	height:504px;
	position:absolute;
	top:100px;
	left:-100px;
	z-index:5000px;
}
#paint4 {
	background-image:url(images/paint4.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:1157px;
	height:504px;
	position:absolute;
	top:100px;
	left:-100px;
	z-index:5000px;
}
#portfolio {
	text-align:left;
	margin-top:40px;
	z-index:2;
	position:relative;
}
#portfolio span {
	text-indent:15px;
	display:block;
	margin:0;
	padding:0;
	border:0;
	width:280px;
	height:30px;
	line-height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cac0d1;
	background-color:#786f7e;
	text-shadow:#000 0 1px 0;
}
#portfolio #item a {
	text-decoration:none;
	padding:0;
	margin:0;
}
#portfolio #item a img {
	border:0;
	margin:0;
	padding:0;
	height:137px;
	width:280px;
}
#portfolio #item a:hover span {
	color:white;
}
#portfolio #item {
	width:280;
	height:165px;
	float:left;
	margin:11px 11px 25px 11px;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}
#footer {
	background-image:url(images/footerbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:40px;
	color:#CCC;
	width:100%;
	font-size:10px;
	text-align:left;
	padding-top:15px;
	margin-top:30px;
}
#clear {
	clear:both;
}
.right {
	margin:15px 0 15px 15px;
	float:right;
	padding:5px;
	border:1px solid #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}
.right a:hover, .left a:hover{
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px  #999;
}
.left {
	float:left;
	margin:15px 15px 15px 0;
	padding:5px;
	border:1px solid #CCC;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}
p.textleft {
	float:left;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.funitem {
	margin-top:20px;
}
