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


/* start global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */




a:link {  color: #999; text-decoration: none}

a:visited {  color: #333; text-decoration: none}

a:hover {  color: #666; text-decoration: none}

a.nav:link {  color: #CCCCCC; text-decoration: none}

a.nav:visited {  color: #CCCCCC; text-decoration: none}

a.nav:hover {  color: #99CC99; text-decoration: none}




body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	background-color: #fff;
}



#container {
  width: 1100px;
  margin: 0 auto;
  background: url(images/header.png) repeat-x;
}



#header{
	margin: 0 auto;
}


#title {
  height: 180px;
  width: 450px;
  float: left;
  }
  
  
  
  h1 {
  text-indent: -9999px;
  float: left;
  font-size: 24px;
}



h1 a {
  display: block;
  background: url(images/title.png) no-repeat left top;
  float: left;
  height: 180px;
  width: 450px;
}




#navigation {
  float: left;
  width: 560px;
  height: 100px;
  }
  
  
  
  
  .navlinks li {
  list-style-type: none;
  display: block;
  float: right;
  width: 140px;
  text-align: center;
  margin-top: 100px;
  background: url(images/div.gif) left no-repeat;
}




.navlinks li a {
  text-decoration: none;
  color: #432303;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: -2px;
}




.navlinks li a:hover { 
color: #902b03; 
}



.navlinks li.nodivider { 
background-image: none; 
}

#content {
	margin: 0 auto;
}



.divider {
	float: left;
	height: 2px;
	width: 1005px;
	background-image: url(images/pgDivider.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 40px;
}


#main-text {
  float: left;
  width: 440px;
  padding-left: 50px;
}

h2.featured-work {
  background: url(images/WWD.png) no-repeat;
  height: 25px;
  width: 190px;
  text-indent:-9999px;
  margin-bottom: 20px;
}



h3 {
    font-size: 16px;
	margin: 5px;
}




#featured-image {
	float: right;
	width: 444px;
	height: 316px;
	margin: 45px 50px 15px 5px;
}  


h2.about-us {
  background: url(images/aboutUs.png) no-repeat;
  height: 25px;
  width: 190px;
  text-indent:-9999px;
  margin-bottom: 20px;
}
 

  
  h2.contact-us {
  background: url(images/cntctLable.png) no-repeat;
  height: 34px;
  width: 250px;
  text-indent:-9999px;
  margin-bottom: 20px;
}
  
.contactForm  {
	float: left;
	width: 950px;
	padding-left: 50px;
	
}


#content input {
	background: url(images/cntInput.png) no-repeat;
	margin: 0px 25px 10px 5px;
	width:410px;
	height:30px;
	font-size:16px;
	border: none;
}


#content textarea {
	background: url(images/cntctBkGrnd.png);
	width:600px;
	height:220px;
	font-size:16px;
	overflow: auto;
	border: none;
}


.content-box-left {
  float: left;
  width: 301px;
  padding-left: 50px;
}

.content-box-center {
	width: 301px;
	float: left;
	padding-right: 10px;
	padding-left: 50px;
}

.content-box-right {
	float: right;
	width: 301px;
	padding-right: 70px;
}

h2.design {
  background: url(images/design.png) no-repeat;
  position: relative;
  top: -25px;
  left: 75px;
  height: 36px;
  width: 77px;
  text-indent:-9999px;
}

h2.photo-restore {
  background: url(images/photoRest.png) no-repeat;
  position: relative;
  top: -25px;
  left: 30px;
  height: 37px;
  width: 179px;
  text-indent:-9999px;
  }
  
h2.logo-design {
  background: url(images/logoDes.png) no-repeat;
  position: relative;
  top: -25px;
  left: 50px;
  height: 36px;
  width: 119px;
  text-indent:-9999px;
  }


.content-box-small {
	float: left;
	width: 305px;
	margin-right: 10px;
	padding-left: 50px;
}




.content-box-small img {
  float: left;
  background-color: #ba5009;
  padding: 5px;
  margin: 0 10px 10px 0;
}




h2.links {
  background: url(images/links.png) no-repeat;
  height: 28px;
  width: 105px;
  text-indent:-9999px;
  margin-bottom: 5px;
}



h2.flickr {
  background: url(images/flickr.png) no-repeat;
  height: 28px;
  width: 65px;
  text-indent:-9999px;
  margin-bottom: 20px;
}



h2.twitter {
  background: url(images/twitter.png) no-repeat;
  height: 28px;
  width: 84px;
  text-indent:-9999px;
  margin-bottom: 20px;
}



#footer {
  background: url(images/footer.png) no-repeat;
  float: left;
  height: 43px;
  width: 1003px;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 40px;
}



#footer p {
	color: #fff;
	text-align: center;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}



.clear{
	clear: both;
	}



#thank {
	float: left;
	height: 105px;
	width: 1000px;
	padding-left: 250px;
  }



h2.thank-you { 
  font-size: 20px;
  text-transform: capitalize;
  text-indent:25px; 
  margin-bottom: 20px;
}



  
#thank-text {
  float: left;
  height: 105px;
  width: 550px;
  margin: 0px 0px 0px 100px
  }
