@import "reset.css";
/* GLOBALS */
html,body {
	text-align:center;
	font-family:helvetica,arial, sans-serif;
	color:#666666;
	font-size:12px;
	height:auto;
}
#meta-container {
	height:auto;
	background: url(./i/bg_shdw_vertical.gif) repeat-y center;
	z-index:0;
}
#top {
	background: url(./i/bg_top.gif) no-repeat center bottom white;
	height:125px;
	z-index:1;
}
#bottom {
	background: url(./i/bg_bot.gif) no-repeat center top;
	height:120px;
	z-index:2;
}
#deco1 {
	background:url(./i/bg_deco1.gif) no-repeat center top;
}
#deco2 {
	background:url(./i/bg_deco2.gif) no-repeat center bottom;
}
#container {
	z-index:10;
	text-align:center;
	width:890px;
	margin:0 auto;
	min-height:450px;
	text-align:left;
	padding-bottom:1em;
}
.content {
	width:650px;
	margin:0 auto;
	clear:both;
}
.content.client {
	width:650px;
}

/* HEADER */
#header {
	text-align:right;
	height:120px;
}

.logo {
	float:left;
	margin:15px 0 0 ;
}
#menu {
	margin-top:63px; width:450px; float:right;
}
#menu ul {
	margin:0;
	padding:0;
	line-height:30px;
	font-size:23px;
}
#menu li {
	display:inline;
	font-family:sans-serif;
	margin:0 0 0 7px;
}
#menu a {
	text-decoration:0;
	border:0;
	margin:0;
	display:inline;
}
a.Home {background:url(./i/nav_home.gif) no-repeat 0px 0px;}
a.About {background:url(./i/nav_about.gif) no-repeat 0px 0px;}
a.Clients {background:url(./i/nav_clients.gif) no-repeat 0px 0px;}
a.Press {background:url(./i/nav_press.gif) no-repeat 0px 0px;}
a.Contact {background:url(./i/nav_contact.gif) no-repeat 0px 0px;}
a.Blog {background:url(./i/nav_blog.gif) no-repeat 0px 0px;}

a:hover.Home {background-position: -44px 0px;}
a:hover.About {background-position:-48px 0px;}
a:hover.Clients {background-position:-50px 0px;}
a:hover.Press {background-position: -43px 0px;}
a:hover.Contact {background-position:-61px 0px;}
a:hover.Blog {background-position:-35px 0px;}

a.cHome {background:url(./i/nav_home.gif) no-repeat -88px 0px; cursor:default;}
a.cAbout {background:url(./i/nav_about.gif) no-repeat -96px 0px; cursor:default;}
a.cClients {background:url(./i/nav_clients.gif) no-repeat -100px 0px; cursor:default;}
a.cPress {background:url(./i/nav_press.gif) no-repeat -86px 0px; cursor:default;}
a.cContact {background:url(./i/nav_contact.gif) no-repeat -122px 0px; cursor:default;}
a.cBlog {background:url(./i/nav_blog.gif) no-repeat -70px 0px; cursor:default;}

/* TITLE BAR */
#titlebar {
	margin-top:70px;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 30px;
}
.titletext {float:left; margin-top:-20px;}
.titleflourish {float:right; margin-top:-14px;}

.flourishbar {margin:30px 0;border-bottom: 1px #e5e5e5 solid;}
.flourishleft {float:left;margin-top:-14px;}
/* FOOTER */
#footer {
	text-align:left;
	padding-top:20px;
	margin:0 auto;
	color:#999999;
	width:930px;
	font-size:11px;
}
.spaced {
	margin-right: 1em;
}

/* CONTENT FORMATTING */
h1 {}
h2 {}
#container h3 {
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
#container h4 {
	font-size:15px;
	text-transform:uppercase;
	color:#bbb;
	margin-bottom: 0.2em;
}
h5 {
	font-size:14px;
	color:#666666;
	margin: 0.5em 0;
}
#container h6 {
	font-size:14px;
	font-weight:bold;
	color:#777777;
	margin-bottom: 0.2em;
}
#container p {
	font-size:13px;
	line-height:1.2em;
	margin-bottom:0.75em;
	color:#000000;
}
a:link {color:#169d9e;}
a:hover {color:#169d9e;}
a:visited {color:#169d9e;}
a:active {color:#169d9e;}


/* CLIENTS page */
div.client-content {
	margin-bottom:2em;
	margin-right:100px;
	width:150px;
	float:left;
}
div.last-client-content {
	margin-bottom:2em;
	width:150px;
	float:left;
}

.client-content h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:6px;
}
.client-content img {
	margin-bottom:2em;
	border:0;
}
.client-content a img {
	border:0;
}
.client-content p{
	margin-top:0.5em;
}
/* CLASSES */
.cleardiv {
	clear:both;
}
.thin {
	line-height:20px;
	margin-top:20px;
}