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

* {
  margin: 0;
  padding: 0;
}

.light {
  background-color: #dcdcdc;
  color: #1c1c1c;
  
}

.light a:link {color: #1c1c1c; text-decoration: none;}
.light a:visited {color: #1c1c1c; text-decoration: none;}
.light a:hover {color: #1c1c1c; text-decoration:underline;}
.light a:active {color: #1c1c1c; text-decoration: none;}


p {
	line-height:25px;
	
}

ul {
	line-height:20px;
}



.dark {
  background-color: #1c1c1c;
  color: #CCC;
 
}


.dark a:link {color: #CCC; text-decoration: none;}
.dark a:visited {color: #CCC; text-decoration: none;}
.dark a:hover {color: #CCC; text-decoration:underline;}
.dark a:active {color: #CCC; text-decoration: none;}


a:link {color: #CCC; text-decoration: underline;}
a:visited {color: #CCC; text-decoration: none;}
a:hover {color: #CCC; text-decoration:underline;}
a:active {color: #CCC; text-decoration: none;}




body { 

font: 12px "Lucida Grande", Verdana, sans-serif;
 background-color: #1c1c1c;

}

img { border: 0; }

.box {
	border: #1c1c1c 8px solid;
}

div.section div.inside {
  margin: 0 auto;
  padding: 30px 0px;
  width: 950px;
}

div.inside {
	margin-bottom: 50px;	
}


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

.right {
	float: right;
}

div.section h1 {
  margin-bottom: 0px;
  padding-top: 39px;
}

div.links {
	margin-bottom:45px;
	text-align:right;
	font-size:14px;
	word-spacing:10px;
}

div.about h1 { }
div.work h1 {  }
div.quote h1 {  }




div.section h2 {
  margin-bottom: 15px;
  padding-top: 0px;
}

div.about h2 {  }
div.work h2 { }
div.quote h2 { }

ul {
	margin: 15px 0 0 35px;
}



.quoteform {
	width: 450px;
	height:253px;
	background-color:#FFF;
	border: #1c1c1c 8px solid;
	
}
.contactform {
	width: 450px;
	height:253px;
        color: #1c1c1c;
	background-color:#FFF;
	border: #aaa 8px solid;
	
}


#workthumbs {
        margin-top: 20px;
        word-spacing: 44px;
        text-align: center;
}

#formsuccess {
        font-size: 36px;
        color: #FFF;
        text-align: center;
        margin-top: 150px;

}

.sendbtn {
        font-size: 12px;
        color: #FFF;
        border: solid 1px #333;
        background-color: #555;
}





#clear {
	clear:both;
	visibility:hidden;
}