body {
	margin: 0;
	font-size: 12px;
	color: #888;
	font-family: Verdana;
	padding-left: 40px;
	padding-right: 40px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

td.main-low {
	background-image: url(/images/content_main_bg_low.gif);
	background-repeat: no-repeat;
}

td.side-low {
	background-image: url(/images/content_side_bg_low.gif);
	background-repeat: no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container {
	position: relative;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	border: 0px dotted red;
}

#nav {
	position: relative;
	width: 872px;
	height: 19px;
	border: 0px dotted red;
}

html>body #nav {
	height: auto;
	min-height: 19px;
}

#body {
	position: relative;
	background-image: url(/images/content_bg_low.gif);
	background-repeat: no-repeat; 
}

#main {
	width: 613px;
	height: 447px;
	background-image: url(/images/content_main_bg.png);
	background-repeat: no-repeat; 
}

#side {
	position: relative;
	width: 259px;
	height: 447px;
	margin-top: -447px;
	margin-left: 613px;
	background-image: url(/images/content_side_bg.png);
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	left: 100px;
	top: -12px;
	width: 433px;
	height: 94px;
	background-image: url(/images/logo_small.png);
	background-repeat: no-repeat;
	border: 0px dotted green;
}	

html>body #logo {
	left: 200px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

a:hover {
	color: #EE060B;
	text-decoration: none; 
}

a:focus {
	outline-offset: -100px;
}

a img {
	border: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav ul {
	float: right;
	list-style: none;
	margin: 0 0 4px 35px;
	padding: 0;
}

#nav ul li {
	float: left;
	margin-right: 35px;
}

html>body #nav ul li.home {
	position: absolute;
	top: 0px;
	left: 35px;
}

#nav ul li a {
	font-size: 12px;
	color: #909090;
	letter-spacing: 1px;
}

#nav ul li a:hover {
	color: #EE060B;
}

body.clients	#nav ul li.gallery  { color: #C5C5C5; }

body.home		#nav ul li.home		a,
body.gallery	#nav ul li.gallery	a,
body.shows		#nav ul li.shows	a,
body.press 		#nav ul li.press	a,
body.about-us	#nav ul li.about-us a,
body.contact	#nav ul li.contact  a { color: #C5C5C5; }

body.clients	#nav ul li.gallery  a 	 	{ color: #909090; }
body.clients	#nav ul li.gallery  a:hover { color: #EE060B; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main .content {
	position: relative;
	top: 14px;
	margin-left: 30px;
	margin-right: 23px;
	height: 418px;
	overflow: auto;
}

#main .content .pad {
	padding: 10px 20px 20px 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* articles */

#main .content .article {
	margin-top: 18px;
	font-size: 11px;
	color: #E9E9E9;
}

/* headers */

#main .content .article h3 {
	font-size: 14px;
	color: #E5E5E5;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main .content .article h4 {
	font-size: 12px;
	color: #E5E5E5;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* tables */

#main .content .article table {
	margin-bottom: 12px;
	border-collapse: collapse
}

#main .content .article table tr td {
	padding: 5px 10px 5px 10px;
}

#main .content .article table tr td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #777;
}

#main .content .article table tr td.last {
	border-width: 0 0 1px 0;
}

#main .content .article table tr.last td {
	border-width: 0 1px 0 0;
}

#main .content .article table tr.last td.last {
	border-width: 0 0 0 0;
}

#main .content .article p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}

/* links */

#main .content .article p.more {
	margin-top: 10px;
}

#main .content .article p.more-after-body {
	margin-top: 0;
}

#main .content .article a {
	font-weight: bold;
	color: #eee;
	border-bottom: 1px dotted #EE060B;
}

#main .content .article a:hover {
	color: #EE060B;
}

/* images */

#main .content .article img {
	margin-top: 4px;
	margin-bottom: 5px;
	max-width: 500px;
}

#main .content .article .left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#main .content .article .right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#main .content .article .center {
	text-align: center;
	margin-bottom: 10px;
}

#main .content .article .image img {
	margin-top: 4px;
	margin-bottom: 0px;
}

#main .content .article .image .credit {
	font-size: 10px;
	color: #AAA;
	text-align: right;
}

#main .content .article .image .caption-box {
	margin-right: auto;
	margin-left: auto;
}

#main .content .article .image .caption {}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main .content-fade-top {
	display: none;
}

#main .content-fade-bottom {
	display: none;
}

html>body #main .content-fade-top {
	position: absolute;
	display: block;
	width: 560px;
	height: 35px;
	top: 14px;
	left: 30px;
	z-index: 100;
	background-image: url(/images/content_fade_top.png);
}

html>body #main .content-fade-bottom {
	position: relative;
	display: block;
	width: 560px;
	height: 35px;
	top: -21px;
	left: 30px;
	background-image: url(/images/content_fade_bottom.png);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#side .header {
	width: 240px;
	height: 44px;
	background-repeat: no-repeat;
}

#side .content {
	margin-top: 0px;
	margin-left: 23px;
	margin-right: 23px;
	border: 0px dotted red;
}

body.home     #side .header { background-image: url(/images/titles/blog.png);     }
body.blog     #side .header { background-image: url(/images/titles/blog.png);     }
body.gallery  #side .header { background-image: url(/images/titles/gallery.png);  }
body.shows	  #side .header { background-image: url(/images/titles/shows.png);    }
body.press    #side .header { background-image: url(/images/titles/press.png);    }
body.about-us #side .header { background-image: url(/images/titles/about-us.png); }
body.contact  #side .header { background-image: url(/images/titles/contact.png);  }

#side .content-fade-top {
	display: none;
}

#side .content-fade-bottom {
	display: none;
}

html>body #side .content-fade-top {
	position: absolute;
	display: none;
	width: 232px;
	height: 35px;
	top: 44px;
	left: 13px;
	z-index: 100;
}

html>body #side .content-fade-bottom {
	position: relative;
	display: none;
	width: 232px;
	height: 35px;
	margin-top: -35px;
	left: 13px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}

hr {
	display: none;
}

h1 {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* IE PNG FIX */

#logo,
#side .header,
#side .list a span,
body.shows #main .content h4 { 
	behavior: url(/js/iepngfix.htc); 
}

