/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	text-align: center;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #f2f2f2;
	padding: 15px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #1d96b8;
}

a:hover {
	color: #f87100;
}

h1 {
	color: #1e1918;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: .5em;
	margin-bottom: 0.4em;
	margin-left: -2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #78170A;
	font-size: 19px;
	line-height: .5em;
	margin-bottom: 0.8em;
	padding-bottom: 2px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #161616;
	height: 31px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #6a6a6a;
	font-size: 9px;
	line-height: 1em;
}

#top .inner,
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 375px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #1d96b8;
}

#top a:hover {
	color: #fff;
}

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 29px;
	padding-bottom: 20px;
	height: 75px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 16px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 85px;
	min-height: 585px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
}

#footer .inner {
        font-family: tahoma, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 9px;
	padding: 20px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 375px;
	bottom: 20px;
	font-size: 15px;
}

ul#nav li {
	height: 12px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden;
}

/* our clients */
ul#nav li#clients {
	width: 81px;
	background: #fff url(/images/nav/our_clients.gif) top left no-repeat;
}

ul#nav li#clients:hover {
	background: #fff url(/images/nav/our_clients_on.gif) top left no-repeat;
}

ul#nav li#clients.active {
	width: 81px;
	background: #fff url(/images/nav/our_clients_on.gif) top left no-repeat;
}

/* the work */
ul#nav li#work {
	width: 78px;
	background: #fff url(/images/nav/the_work.gif) top left no-repeat;
	padding-left: 8px;
}

ul#nav li#work:hover {
	background: #fff url(/images/nav/the_work_on.gif) top left no-repeat;
}

ul#nav li#work.active {
	width: 78px;
	background: #fff url(/images/nav/the_work_on.gif) top left no-repeat;
	padding-left: 8px;	
}

/* about us */
ul#nav li#about {
	width: 81px;
	background: #fff url(/images/nav/about_us.gif) top left no-repeat;
	padding-left: 5px;
}

ul#nav li#about:hover {
	background: #fff url(/images/nav/about_us_on.gif) top left no-repeat;
}

ul#nav li#about.active {
	width: 81px;
	background: #fff url(/images/nav/about_us_on.gif) top left no-repeat;
	padding-left: 5px;	
}

/* services */
ul#nav li#services {
	width: 75px;
	background: #fff url(/images/nav/services.gif) top left no-repeat;
	padding-left: 9px;	
}

ul#nav li#services:hover {
	background: #fff url(/images/nav/services_on.gif) top left no-repeat;
}

ul#nav li#services.active {
	width: 75px;
	background: #fff url(/images/nav/services_on.gif) top left no-repeat;
	padding-left: 9px;		
}
