/* Resets. Ignore Me. */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {border:none}

img { behavior: url(/javascripts/iepngfix/iepngfix.htc) }

/* global */

body {
  background-color: #ccc;
  font: normal 12px Verdana, Helvetica, Arial, sans-serif;
  color: #fff;
}

#container {
  background-color: #990000;
  width: 980px;
  margin: 0 auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position:relative;
  }

a {
  text-decoration: none;
  color: #adc2d4;
  }

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

p {
  color: #fff;
  margin: 10px 0;
  line-height: 1.5em;
  }

.col {
  float:left;
  margin: 10px 40px 10px 0;
  }


/* header */

#header {
  font: normal 13px  "Trebuchet MS", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #992424;
}

.homeImg {
    background: url(/images/home-bg.gif) no-repeat #e6e6e6;
  height:287px;
}

.channelImg {
    background: url(/images/channel-bg.gif) no-repeat #e6e6e6;
  height:184px;
}


#contentHed {
  position:absolute;
  left:40px;
  top:130px;
  }

#logo {
  position:absolute;
  left:50px;
  top:-65px;
  }
  
#nav {
  position: absolute;
  left: 0;
  top: 75px;
  height:50px;
  width:940px;
  padding-left: 40px;
  }

#nav a {
  color: #aaa;
  text-transform: uppercase;
  margin: 30px 0 0 25px; 
  padding: 0; 
  letter-spacing: 1px;
	float:left;
  }

#nav a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #9a0000;
  }

#nav .selected {
  color: #fff;
  border-bottom: 2px solid #9a0000;
    }

#last {
  margin: 30px 0 0 80px !important; 
  }

/* Content */

#content {
  width: 900px;
  margin: 10px 20px 10px 50px;
  padding: 0 0 10px 0;
  overflow: auto; 
  min-height: 300px;
  }  


h1 {
  padding: 10px 0 10px 10px;
  font-size:30px;
  color: #fff;
  font: normal 30px "Trebuchet MS", Helvetica, Arial, sans-serif;
}  

h1 a {
  font-size: 26px;
  }
  
h1 a:hover, #links a:hover  {
  text-decoration: none;
  }  
 
h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}  


/* HOME */

#home #content {
  height:250px;
  }

#clientList {
  float:left;
  margin: 30px 0 0 0;
  }  
  
#clientScroll {
  overflow: auto;
  height:120px;
  width:200px;
  background-color: #fff;
  padding:5px 10px;
  margin: 5px 0 5px 0;
  border: 4px solid #740000;
  color: #000;
  }  
  
#clientScroll a {
  color: #222;
  }

#clientScroll a:hover {
  text-decoration: underline;
  }

#featured {
  margin: 30px 0 0 20px;
  padding: 0 0 10px 30px;
  float:right;
  border-left: 1px solid #b1baca;
  }

#featured p {
  margin: 0 0 0 2px;
  line-height:1.3em;
  }

#featured .item {
  float:left;
  width:200px;
  margin-bottom: 20px;
  color: #fff;
  }  
  
#featured .item img {
  width:150px;
  height:90px;
  background-color: #740000;
  padding:4px;
  margin: 5px 0 5px 0;
  }  

#footer {
  position:absolute;
  bottom:-20px;
  left:10px;
  font-size: 10px;
  color: #000;
  }



/* ABOUT */

#about p {
  margin-right:150px;
  }


/* CLIENT LIST */

#clients ul {
  float:left;
  color: #fff;
  margin: 10px 40px 10px 0;
  }


/* OUR WORK */

#work #featured {
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  float:right;
  border-left: none;
  }



/* CONTACT */

#contact #content {
  height:300px;
  }
  
/* !SCRATCH */

#scratch #content {
  height: 300px;
  }   
  
  