@charset "UTF-8";
/* CSS Document */
/*
*/
html {
	color:#000;
}
body {
	margin:0;
	padding:0;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	margin:0 auto;
	text-align:left;
	width: 880px;
	background: transparent url(../images/background_line.gif) no-repeat top;
	border: 1px solid #fff;
}

#banner {
	margin: 59px 0 0 115px;
	padding: 0;
	width: 425px;
	height: 60px;
}

#banner h1 {
	text-indent: -999999px;
}



a:link, a:visited {
	color: #000;
	text-decoration: none;
	}		

 a:hover {
 	text-decoration: underline;
	color: #f99d1c;
	}



/********** TEXT **********/

#hometext {
	float: right;
	margin: 31px 235px 0 0;
	display: inline;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	width: auto;
}

#hometext h2 {
	color: #f99d1c;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 5px;
}

#hometext p {
	width: 240px;
	line-height: 200%;
}

#homeimage {
	margin: 28px 0 60px 242px;
}

 div.credit {
	float: left;
	font-size: 8px;
	letter-spacing: 0.04em;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: -180px;
	padding-left: 80px;
	display: inline;
}

.indent {
	margin-left: 20px;
}

/******** nav elements ***********/

#gutter {
	width: 195px;
	float: left;
}

#navbar {
	margin-top: 28px;
	float: left;
	width: 130px;
	height: 100px;
	display: inline;
	position: relative;
}

ul#nav {
	margin-top: 0px;
	width: 130px;
	height: 100px;
}

#nav li {
  float: left;
  list-style: none;
}
#nav li a {
  margin-left: 0px;
   display: block;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;

	}

li#clients a {
  width: 130px;
  height: 25px;
  background-position: 0 0;
}

li#clients a:hover {
  background-position: -130px 0;
}


li#portfolio a {
	width: 130px;
  	height: 25px;
	background-position: 0 -25px;
  }


li#portfolio a:hover {
  background-position: -130px -25px;
}


li#services a {
	width: 130px;
  height: 25px;
	background-position: 0 -50px;
}

li#services a:hover {
  background-position: -130px -50px;
}

li#contact a {
	width: 130px;
	background-position: 0 -75px;
  height: 25px;
}

li#contact a:hover {
  background-position: -130px -75px;
}


/******** bracket pages ***********/

#bracket1 {
	margin-top: 111px;
	margin-left: -163px;
	height: 500px;
	background-image:url(../images/left_bracket.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#bracket1 p.clients {
	margin-top: 0px;
	margin-left: 536px;
	padding-top: 16px;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 14px;
	}
	
#bracket1 p.contact {
	margin-top: 0px;
	margin-left: 536px;
	padding-top: 16px;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-size: 14px;
	}	
	
#bracket2 {
	margin-top: 67px;
	margin-left: -167px;
	height: 500px;
	background-image:url(../images/left_bracket2.gif);
	background-repeat: no-repeat;
	background-position:top;
}

#bracket2 .services {
	margin-top: 0px;
	margin-left: 542px;
	padding-top: 3px;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#bracket2 .services h3 {
	margin-top: 13px;
	font-size: 14px;
	line-height: 160%;
}

#bracket2 .services p {
	font-size: 12px;
	line-height: 150%;
}

/****** PORTFOLIO ******/

#portfolioblock {
	float: right;
	width: 518px;
	margin-top: -82px;
	margin-left: 0;
}

ul#portfolionav {
	display: block;
	list-style: none;
}

ul#portfolionav li {
	margin-left: 8px;
	display: block;
	display: inline;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul#portfolionav li a {
	text-decoration: none;
}

ul#portfolionav li a:hover {
	 color: #f99d1c1;
 }

ul#portfolionav li a.hot {
	color: #f99d1c;
	font-weight: bold;
}


ul#portfoliosub {
	margin-top: -2px;
	display: block;
	list-style: disc;
	color: #8d8d8d;
}

ul#portfoliosub li {
	margin-left: 8px;
	padding-right: 6px;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #8d8d8d;
	
}

ul#portfoliosub li a {
	
	color: #8d8d8d;
	text-decoration: none;
}

ul#portfoliosub li a:hover {
	color: #f99d1c;
}


ul#portfoliosub li a.hot {
	color: #000;
}

#image {
	text-align: center;
	margin: 18px 8px 18px 0;
}

img.trademark {
	margin-top: 89px;
	margin-left: 9px;
	margin-bottom: 150px;
	}