/* STYLESHEET / CLIENT: LEWIS GRANAIOLA / MEDIA: SCREEN / AUTHOR: STUDIO JUICE http://www.studiojuice.com/
-------------------------------------------------------------------------------------------------------*/
body {
	margin: 100px 0 0 0;
	padding: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696b6b;
}
/* GLOBALS
-------------------------------------------------------------------------------------------------------*/
abbr {
	border: 0px;
	font-weight: bold;
}
img {
	border: 0px;
}
hr {
	background: #DDDEDF;
	color: #DDDEDF;
	height: 2px;
	border: 0;
}
a {
	color: #696b6b;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-shadow: #000000;
}
h1, h2 {
	display: none;
}
h5 {
	height: 30px;
	background: #f7f9fa url(../img/thumb_h4_bg.jpg) no-repeat top left;
	padding: 0 0 0 2.65em;
	margin: 5px 0;
	line-height: 2.6em;
	font-size: 11px;
	font-weight: normal;
}
.clear {
	clear: both;
}
/* WRAPPER
-------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 750px;
	background: #FFFFFF url(../img/bg_header.gif) top left no-repeat;
	margin: auto;
	margin-bottom: 100px;
	padding-top: 60px;
}
.clear {
	clear: both;
}
/* NAVIGATION
-------------------------------------------------------------------------------------------------------*/
#nav {
	height: 25px;
	margin: 0;	
	padding: 0;
	list-style: none;
	border-top: 1px solid #9c9c9d;
	border-bottom: 1px solid #9c9c9d;
}
#nav li {
	text-align: center;
	float: left;
}
#nav a {
	display: block;
	padding: 0 2.67em;
	line-height: 2.25em;
	text-decoration: none;
	text-transform: uppercase;
	color: #9c9c9d;
	font-weight: bold;
}
#nav a:hover {
	color: #815da7;
}
#home #nav .home a,
#practice #nav .practice a,
#services #nav .services a,
#projects #nav .projects a,
#project #nav .projects a,
#news #nav .news a,
#clients #nav .clients a,
#contact #nav .contact a {
	cursor: default;
	color: #815da7;
	font-weight: bold;
}
#nav_sub {
	height: 25px;
	padding: 0 2.65em;
	line-height: 2.25em;
	text-decoration: none;
	text-transform: uppercase;
	color: #9c9c9d;
}
#nav_sub a {
	color: #9c9c9d;
	text-decoration: none;
	font-weight: bold;
}
#nav_sub a:hover {
	color: #815da7;
}
#nav_sub .counter {
	margin:  10px;
}
#nav_sub a.disabled {
	color: #EFEFEF;
	cursor: default;
}
#nav_sub .prev {
	padding-right: 5px;
}
#nav_sub .next {
	padding-left: 5px;
}
/* FLASHBOX
-------------------------------------------------------------------------------------------------------*/
#flashbox750x325 {
	background: #f7f9fa;
	width: 750px;
	height: 325px;	
}
#flashbox240x325 {
	background: #f7f9fa;
	width: 240px;
	height: 325px;
	float: left;
}
/* COPY
-------------------------------------------------------------------------------------------------------*/
#copy {
	background: #f7f9fa;
	width: 470px;
	height: 295px;
	float: left;
	margin-right: 10px;
	padding: 15px;
}
#copy hr {
	background: #696b6b;
	color: #696b6b;
	height: 1px;
	border: 0;
	margin: 0;
}
#copy h3, #copy h4 {
	font-size: 12px;
	margin: 10px 0;
}
#copy p {
	line-height: 1.25em;
	margin: 10px 0;
	clear: both;
}
#copy p.lo {
	font-size: 9px;
	margin-top: 25px;
}
#copy #holder {
	width: 470px;
	height: 295px;
}
#copy .scroll-pane {
	overflow: auto;
}
/* GRID
-------------------------------------------------------------------------------------------------------*/
#grid {
	width: 750px;
	height: auto;
}
#grid .thumb {
	width: 240px;
	height: 150px;
	margin: 0px 15px 5px 0px;
	float: left;
}
#grid .thumb img {
	width: 240px;
	height: 115px;
	background: #f7f9fa;
}
#grid .thumb h4 {
	width: 240px;
	height: 30px;
	background: #f7f9fa url(../img/thumb_h4_bg.jpg) no-repeat top left;
	margin: 5px 15px 0px 0px;
}
#grid .thumb h4 a {
	display: block;
	padding: 0 0 0 2.65em;
	line-height: 2.6em;
	text-transform: uppercase;
	text-decoration: none;
}
/* ENDS
------------------------------------------------------------------------------------------------------*/
