* { margin: 0; padding: 0; }

html { margin: 0; padding: 0; }

body { margin: 0; padding: 0; background: #7f5e29 url(../img/fabric.jpg) top center; text-align: center; }

#top-bar { width: 100%; overflow: hidden; position: fixed; top: 0; height: 35px; background: url(../img/top-bar.png) repeat-x; z-index: 5; }

#wrapper { width: 1200px; height: 3200px; background: url(../img/BG.jpg) no-repeat; position: absolute; left: 50%; top: 5px; margin-left: -600px;}


/* ////////////////

NAVIGATION 

*/

#nav { 
	position: fixed; 
	left: 50%; 
	top: 0; 
	margin-left: -280px; 
	text-align: center; 
	z-index: 6;
}
#nav .homelink {
	width: 170px;
	height: 105px;
	float: left;
	margin-right: 10px;
	background: url(../img/worddd-tag.png) no-repeat;
	
}
#nav a img { border: none; }
#nav ul { list-style: none; margin: 0; padding: 0; float: left; }
#nav ul li { float: left; }
#nav ul li a { 
	display: block;
	padding: 18px 15px 10px 18px;
	margin-top: -8px;
	margin-right: 10px;
	background: #6d501f url(../img/tab.jpg) top left no-repeat;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}
#nav ul li a:hover, #nav ul li a.current {
	background-position: 0 -100;
	margin-top: 0;
	text-decoration: underline;
}

/* ////////////////

SOCIAL LINKS 

*/

#social {
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 5;
	background: #333;
	padding: 10px;
	border: 2px solid #555;
	border-right: none;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -khtml-border-radius-bottomleft:10px;
    -khtml-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-topleft:10px;
}

#social h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;	
}

#social ul {
	list-style: none;	
}

#social ul li a {
	display: block;
	float: left;
	width: 67px;
	height: 67px;
	margin-bottom: 10px;
	background: url('../img/social-icons.png') no-repeat;	
}

#social .facebook {
	background: url('../img/social-icons.png') -67px 0px no-repeat;
}

#social .linkedin {
	background-position: top right;
	margin-bottom: 0;
}


/* ////////////////

MAIN CONTENT 

*/

#content {
	position: absolute;
	width: 960px;
	left: 50%;
	top: 0;
	padding-top: 100px;
	margin-left: -480px;
	text-align: center;
	background: url(../img/back-wall.jpg) 234px 0 no-repeat;
}

#content a img {
	border: 10px solid #c56700;
	-moz-box-shadow: 1px 1px 3px #222;
}

#content a img:hover {
	padding: 10px;
	border: none;
	background: url(../img/opac20.png) repeat;	
}

#title {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/box-top.png) bottom no-repeat;
}

#feature {
	width: 710px;
	min-height: 350px;
	margin: 0 auto;
	margin-top: 0;
	padding: 10px 25px 25px 25px;
	background: #5d4117 url(../img/box.jpg) top no-repeat;
}


/* ///////////////

FRONT PAGE CONTENT

*/

.banner { height: 400px; padding-top: 20px; }

.business {
	float: left;
	width: 225px;
	margin: 6px;
	margin-left: 9px;
	background: url(../img/banner.png) top left no-repeat;
}

.blog {
	float: left;
	width: 220px;
	margin: 6px;
	margin-top: 21px;
	background: url(../img/banner.png) top center no-repeat;
}

.identity {
	float: left;
	width: 225px;
	margin: 6px;
	margin-top: 35px;
	background: url(../img/banner.png) top right no-repeat;
}


/* ///////////////

OTHER CONTENT

*/

.dark-box {
	width: 680px;
	padding: 15px;
	background: url(../img/opac30.png) repeat;
}

.flourish {
	margin: 0 auto;
	width: 618px;
	height: 50px;
	background: url(../img/flourish1.png) no-repeat;
}

.feature-box {
	margin-top: 20px;
	text-align: left;
	padding: 0 0 5px 0;
	background: url(../img/opac10.png) repeat;
	border: 1px solid #594729;
	-moz-box-shadow: 0px 0px 4px #222;
}

.feature-box:hover {
	background: url(../img/opac10.png) repeat;
	-moz-box-shadow: 1px 1px 4px #111;
}

.feature-box p {
	margin: 10px 20px 10px 20px;
}

.feature-box ul { 
	list-style: none;
	margin: 10px;
	padding-left: 50px;
	font-size: 1.4em;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px #111;
}

.feature-box ul li {
	background: url(../img/triangle.png) left center no-repeat;
	padding: 5px 0 0 20px;
}

.view {
	color: #fff;
	float: right;
	font-size: 0.6em;
	padding: 5px 5px 6px 30px;
	background: #422f12 url(../img/arrow.png) left center no-repeat;
	border: 1px solid #523c16;
	text-decoration: none;
}
.view:hover {
	color: orange;	
}

#underneath-box {
	width: 500px;
	height: 110px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: url(../img/bottom.jpg) top center no-repeat;
}

#foot-bar { width: 100%; position: fixed; bottom: 0; height: 12px; background: url(../img/foot-bar.png) repeat-x; }

#tag { position: fixed; bottom: 10px; right: 5px; font-size: 1.5em; color: #594729; text-transform: uppercase; }

.invisible { width: 0; height: 0; }



/* ----------- Portfolio Page + classes ------------ */

.portfolio-group {
	margin: 0 10px 25px 10px;
	background: #83673a url(../img/big-stripes.png) repeat;
	padding: 20px;
	border-top: 2px solid #4f3b1f;
	border-left: 2px solid #896e3f;
	border-right: 2px solid #896e3f;
	border-bottom: 4px solid #a1814b;
}

.portfolio-group a img {
	margin: 10px 0 0 10px;
	padding: 0;
	border: 4px solid #667;	
}

.portfolio-group a img:hover {
	border: 4px solid #FFF;	
}

.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }



/* ///////////////

FORM STYLING (CONTACT PAGE)

*/

label {
  display: block;
  font-size: 1.8em;
}

input,
textarea,
select {
  margin: 3px;
  padding: 4px;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;
  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

.contactForm {
	padding: 20px 5px 5px 5px;
	width: 480px;
	background: url('../img/header_stripes.png') repeat;
	word-wrap: break-word;
}
.contactForm fieldset { border: none; }

.contactForm legend { 
	padding:0 10px; 
	margin-left:20px; 
	color:#b4de73;}
.contactForm ul { 
	margin:0;  
	list-style:none;}
.contactForm ul li {
	clear:both; 
	background:none; }
.contactForm ul label { 
	display:block; 
	float:left; 
	width:180px; 
	padding:3px 0;
	margin-top: 7px;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #111; }
.contactForm .txtField  {
	display:block; 
	float:left; 
	padding:3px 5px;
	background: #d0b483;
	border: 4px solid #937544;
	font-size: 1.6em;
	width:260px;
	-moz-box-shadow: 0px 1px 3px #222;
	margin:5px 0 7px 0;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	color:#594729; }
.contactForm .txtField:hover, .txtField:active { 
	border-color:#594729; }
.contactForm .txtField:focus {
	border-color:#594729;
	background: url(../img/stripes.png) repeat; }
em {
	font-size:0.9em; 
	color:#ff9600; 
	font-style:normal;
	text-transform: lowercase;}
.contactForm .send {
	width:223px; 
	height:65px;
	padding-bottom:10px;
	background: url(../img/send.jpg) no-repeat;
	text-align:center;
	border:none; 
	margin: 0; 
	border:none;
	color: #c2f671;
	text-transform: uppercase;
	margin-left:140px; 
	color:#FFFFFF;   }
.contactForm .send:hover {
	cursor:pointer;
	background-position: 0 -65px; }
.contactForm.request fieldset {
	border:1px #5b8a10 solid; 
	padding:5px;}
.contactForm fieldset.extra { margin-top:15px; }
.contactForm .file {
	display:block; 
	float:left; 
	padding:3px; 
	width:260px; 
	margin:5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;}
.mail_icon {
	float: left;
	margin: 70px 0 0 -430px;	
}
.required {
	font-size: 1.2em;
	color: orange;	
}

#contact-info {
	float: right;
	width: 200px;
	margin-top: 25px;
	text-align: left;
	padding: 10px 20px 10px 15px;
	font-size: 0.8em;	
}

.index-img {
	width: 680px;
	margin-top: 10px;
	-moz-box-shadow: 1px 1px 3px #111;	
}






