/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; padding: 0;
	font-size: 72.5%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	background: url(../images/background.jpg) #3b200c; 
	color: #3b200c; 
	position: relative;
	line-height: 18px;
}


h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img { border:none; text-decoration: none;}



/* STRUCTURE */

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#container{
  width: 100%;
  padding: 0;
  margin: 0;
}

#content{
  width: 900px;
  height: 600px;
  margin: 130px auto 30px auto;
  padding: 0;
  background: #ffe380;
  
}

#topnav {
	width: 900px;
	height: 53px;
}

#maincontent{
  width: 900px;
  height: 547px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0px;
  background: url(../images/background-paper.jpg);
  
}

#maincontent2{
  width: 900px;
  height: 547px;
  margin: 0;
  padding: 0px;
  background: url(../images/background-2.jpg);
  
}

#maincontent3{
  width: 900px;
  height: 547px;
  margin: 0;
  padding: 0px;
  background: url(../images/background-3.jpg);
  
}

#innercontent{
  width: 650px;
  height: 418px;
  padding-top: 110px;
  padding-left: 128px;
 
  
}

#innercontent2{
  width: 650px;
  height: 418px;
  padding-top: 20px;
  padding-left: 128px;
  
}



div#logo {
position: relative;
	background: url(../images/logo.jpg) no-repeat left top;
	width: 439px;
	height: 72px;
	margin: 15px 0 40px 95px;
}

div#backlogo {
	position: relative;
	background: url(../images/logo-sm.jpg) no-repeat left top;
	width: 53px;
	height: 500px;
	margin: 50px 20px 0 -30px;
	float: left;
}

span {
	display:none;
	}
p.home {
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
	font-size: 1.5em;
	line-height: 24px;
}

div.backcontent {
	margin: 46px 0 15px 15px;
}

p.backbody {
	font-size: 1.0em;
	text-align: left;
	margin-bottom: 10px;
}
p.backbodythanks {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}

.copyright {
	color: #977d20;
	font-size: 9px;
 	text-transform: uppercase;
	
	}
	
	
	.toreadaboutourservices {
	background: url(../images/readaboutservices.gif) no-repeat left top;
	width: 263px;
	height: 22px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px auto 20px auto;
}

.toreadaboutourservices a:link, .toreadaboutourservices a:visited {
	width: 263px;
	background: url(../images/readaboutservices.gif) left top no-repeat;	
}
.toreadaboutourservices a:hover {
	width: 263px;
	background: url(../images/readaboutservices-on.gif) left top no-repeat;
}

	
	.inna {
		border: solid 0px #790000;
		margin: 5px 10px 0 10px;
	}

/*  TITLE IMAGES */

.pagetitlecontact {
	background: url(../images/pagetitle-contact.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

.pagetitleoverview {
	background: url(../images/pagetitle-overview.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

.pagetitleservices {
	background: url(../images/pagetitle-services.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

.pagetitlepress {
	background: url(../images/pagetitle-press.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

.pagetitleportfolio {
	background: url(../images/pagetitle-portfolio.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul.features {
	margin-bottom: 10px;
}

ul.features li {
	list-style: square;
}


/* LINK COLORS */

.body:link {
	color: #790000; 
	text-decoration: none;
		}
.body:visited {
	color: #790000; 
	text-decoration: none;
	}
.body:hover {
	color: #3b200c; 
	text-decoration: none;
	}
.body:active {
	color: #3b200c; 
	text-decoration: none;
	}


.copyrightlink:link {
	color: #977d20; 
	text-decoration: none;
	text-transform: uppercase;
		}
.copyrightlink:visited {
	color: #977d20; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:hover {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:active {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
	
	
/* TOP NAV */
ul#mainNav {
	margin: 0 auto;
	height: 53px;
	width: 900px;
}
ul#mainNav li {
	height: 53px;
	list-style: none;
	margin: 0;
	float:left;
}
ul#mainNav li a {
	display: block;
	height: 53px;
}

ul#mainNav li a span {
	display: none;
}

/* HOME */


ul#mainNav li#home a:link, ul#mainNav li#home a:visited {
	width: 128px;
	background: url(../images/nav-home.gif) left top no-repeat;	
}
ul#mainNav li#home a:hover {
	width: 128px;
	background: url(../images/nav-home-on.gif) left top no-repeat;
}
ul#mainNav li#home a.selected {
	width: 128px;
	background: url(../images/nav-home-on.gif) left top no-repeat;
	
}

/* OVERVIEW */

ul#mainNav li#overview a:link, ul#mainNav li#overview a:visited {
	width: 167px;
	background: url(../images/nav-overview.gif) left top no-repeat;	
}
ul#mainNav li#overview a:hover {
	width: 167px;
	background: url(../images/nav-overview-on.gif) left top no-repeat;
}
ul#mainNav li#overview a.selected {
	width: 167px;
	background: url(../images/nav-overview-on.gif) left top no-repeat;
	
}

/* SERVICES */

ul#mainNav li#services a:link, ul#mainNav li#services a:visited {
	width: 156px;
	background: url(../images/nav-services.gif) left top no-repeat;	
}
ul#mainNav li#services a:hover {
	width: 156px;
	background: url(../images/nav-services-on.gif) left top no-repeat;
}
ul#mainNav li#services a.selected {
	width: 156px;
	background: url(../images/nav-services-on.gif) left top no-repeat;
	
}

/* PORTFOLIO */

ul#mainNav li#portfolio a:link, ul#mainNav li#portfolio a:visited {
	width: 173px;
	background: url(../images/nav-portfolio.gif) left top no-repeat;	
}
ul#mainNav li#portfolio a:hover {
	width: 173px;
	background: url(../images/nav-portfolio-on.gif) left top no-repeat;
}
ul#mainNav li#portfolio a.selected {
	width: 173px;
	background: url(../images/nav-portfolio-on.gif) left top no-repeat;
	
}
/* PRESS */

ul#mainNav li#press a:link, ul#mainNav li#press a:visited {
	width: 129px;
	background: url(../images/nav-press.gif) left top no-repeat;	
}
ul#mainNav li#press a:hover {
	width: 129px;
	background: url(../images/nav-press-on.gif) left top no-repeat;
}
ul#mainNav li#press a.selected {
	width: 129px;
	background: url(../images/nav-press-on.gif) left top no-repeat;
	
}
/* CONTACT */

ul#mainNav li#contact a:link, ul#mainNav li#contact a:visited {
	width: 146px;
	background: url(../images/nav-contact.gif) left top no-repeat;	
}
ul#mainNav li#contact a:hover {
	width: 146px;
	background: url(../images/nav-contact-on.gif) left top no-repeat;
}
ul#mainNav li#contact a.selected {
	width: 146px;
	background: url(../images/nav-contact-on.gif) left top no-repeat;
	
}