@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: #37372b; text-decoration: none}

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

a:hover {  color: #04447f; 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: #37372b;
	text-align: justify;
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#container {
  width: 1100px;
  margin: 20px 0 0 20px;
  float: left;
}

#title {
  height: 200px;
  width: 450px;
  float: left;}
  
  h1 {
  text-indent: -9999px;
  float: left;
}

h1 a {
  display: block;
  background: url(images/title.png) no-repeat left top;
  float: left;
  height: 200px;
  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.png) 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; }

.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;
}


#undrConst {
	float: left;
	height: 200px;
	width: 411px;
	padding-left: 335px;
  }


#featured {
	float: left;
	height: 455px;
	width: 1000px;
	padding-left: 50px;
  }
  
#featured-text {
  float: left;
  height: 450px;
  width: 570px;
}

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



#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
  }



h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: capitalize;
}


.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #37372b;
	margin-left: 45px;
	margin-right: 10px;
}

#featured-image {
	float: right;
	width: 338px;
	height: 241px;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#about {
	float: left;
	height: 275px;
	width: 1000px;
	padding-left: 50px;
  }
  
#about-text {
  float: left;
  height: 450px;
  width: 570px;
}

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

#con {
	background:  url(images/contBG.png)no-repeat ;
	float: left;
	height: 485px;
	width: 973px;
	padding: 45px 10px 10px 30px;
	margin: 15px  15px  15px  55px;
	
  }
  
.conForm  {
	float: left;
	height: 450px;
	width: 430px;
	padding-left: 5px
	
}.conForm1  {
	float: left;
	height: 450px;
	width: 430px;
	padding-left: 35px
	
}


.conDiv {
	float: left;
    background: url(images/conDiv.png) no-repeat;
	height: 350px;
	width: 3px;
	margin: 20px  20px  0px  45px;
}



#con input {
	margin-bottom:5px;
	width:285px;
	height:21px;
	background-color:#d3d4c1;
}


#con textarea {
	width:287px;
	height:135px;
	//height:142px;
	overflow:auto;
	background-color:#d3d4c1;
}


.conTitle {
    font-size: 20px;
    text-transform: capitalize;
	padding-left: 5px
}


.conTdiv {
	padding: 5px  0px 0px  5px;
	
}



.conInfo  {
	float: left;
	height: 450px;
	width: 350px;
	padding-left: 10px
	
}


.conRegular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #37372b;
	margin-left: 5px;
	margin-right: 10px;
}


.conSpec {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #a13c3b;
	margin-left: 5px;
	margin-right: 10px;
}



.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;
  height: 28px;
  width: 65px;
  text-indent:-9999px;
  margin-bottom: 20px;
}

h2.photo-restore {
  background: url(images/photoRest.png) no-repeat;
  height: 28px;
  width: 168px;
  text-indent:-9999px;
  margin-bottom: 20px;
  }
  
h2.logo-design {
  background: url(images/logoDes.png) no-repeat;
  height: 28px;
  width: 112px;
  text-indent:-9999px;
  margin-bottom: 20px;
  }


.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;
}


