/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body	{
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #404040;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #404041;
}
a:active, a:hover {
	color: #999999;
}


p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}


h1 {
	margin:  0 0 0.65em 0;
	font-size: 150%;
	font-weight: normal;
	color: #404040;
}
h2 {
	margin: 0 0 0.55em 0;
	padding: 0;
	font-size: 110%;
	color: #404040;
}
h3 {
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 100%;
	color: #404040;
}


li {
	margin-bottom: 0.4em;
}

ul {
	margin-bottom: 1.2em;
}


.highlight {
	font-weight: bold;
	color: ##404041;
}


.imageLeft	{
	float: left;
	padding: 0px 10px 10px 0px;
}
.imageRight {
	float: right;
	padding: 0px 0px 10px 10px;
}



/*-------------------WRAPPERS-------------------*/


#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 560px;
	margin-top: -280px;
	margin-left: -480px;
	background-color: #FFF;
}

#contentWrapper {
	position: relative;
	width: 960px;
	background: url(sitegraphics/bg_contentwrapper.gif) 720px 0 repeat-y #FFF;
	margin: 25px 0 0 0;
}


/*-------------------BRANDING-------------------*/


#branding {
	height: 100px;
}


/*-------------------CONTENT-------------------*/


#contentMain {
	float: left;
	width: 695px;
	font-size: 130%;
}

#contentMain ul {
	margin: 0 0 1.2em 1em;
}
#contentMain li {
	padding: 0 0 0 12px;
	background: url(sitegraphics/bullet.gif) no-repeat 0 0.45em;
}

#contentMain p {
	line-height: 1.5em;
}

.credits {
	font-size: 90%;
	color: #999999;
}
.credits p {
	margin: 0 0 0.25em 0;
}

.instruction {
	position: absolute;
	top: 7px;
	right: 270px;
	font-size: 80%;
	color: #999;
}
.instruction a:link, .instruction a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.instruction a:active, .instruction a:hover {
	color: #404040;
}

#contentMain .caseStudies {
	margin: 0;
	padding: 0;
}
#contentMain .caseStudies li {
	float: left;
	width: 225px;
	margin: 0 0 10px 10px;
	padding: 0;
}
#contentMain .caseStudies li.noLeftMargin {
	margin-left: 0;
}

#contentMain .galleryThumbnails {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contentMain .galleryThumbnails img {
	border: 0;
}
#contentMain .galleryThumbnails li {
	margin: 0;
	padding: 0;
	background: none;
}
#contentMain .galleryThumbnails li.noShow {
	display: none;
}


/*-------------------CONTENT SUB-------------------*/


#contentSub {
	float: right;
	width: 220px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	color: #797979;
}
#contentSub h2, #contentSub p {
	margin: 0 0 0.4em 0;
}


/*-------------------NAV-------------------*/


#nav {
	float: right;
	width: 240px;
	height: 180px;
	margin: 0;
	padding: 0;
	background-color: #404040;
}

#nav li,
#nav a {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 45px;
	background-image: url(sitegraphics/nav.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav li a:hover { background-image: none;}

#nav-home a { background-position: 0px 0px;}
#nav-about a { background-position: 0px -45px;}
#nav-casestudies a { background-position: 0px -90px;}
#nav-contact a { background-position: 0px -135px;}

#nav-home { background-position: -240px 0px;}
#nav-about { background-position: -240px -45px;}
#nav-casestudies { background-position: -240px -90px;}
#nav-contact { background-position: -240px -135px;}

#home #nav-home a { background-position: -240px 0px;}
#about #nav-about a { background-position: -240px -45px;}
#casestudies #nav-casestudies a { background-position: -240px -90px;}
#contact #nav-contact a { background-position: -240px -135px;}


/*-------------------NAV SUB-------------------*/


#navSub {
	float: right;
	margin: 0;
	padding: 0;
}

#navSub ul {
	margin: 0;
	padding: 0;
}

#navSub li {
	float: left;
	padding: 30px 0 0 15px;
	font-size: 120%;
}


/*-------------------CONTENT MAIN-------------------*/


#titleHome { width: 450px; height: 30px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_home.gif); }


/*--------------------FOOTER-------------------*/


#footer {
	clear: both;
}


/*--------------------AMBRIT-------------------*/


#ambrit {
	width: 960px;
	margin: 20px auto;
	text-align: right;
}

#ambrit a:link, #ambrit a:visited {
	color: #146314;
}
#ambrit a:active, #ambrit a:hover {
	color: #FFF;
}