/* -------------------------------------------------------------------------- */
/* Reset elements
/* -------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, a, hr, pre, code, blockquote, ul, ol, li, div, 
form, fieldset, legend, table, caption, th, tr, td, thead, tbody, tfoot {
    margin: 0px;
    padding: 0px;
}



/* -------------------------------------------------------------------------- */
/* Set new element defaults
/* -------------------------------------------------------------------------- */
html {
	background: #666766;
}

body {
	color: #b5b5b5;
	font: 14px/1.3 "Helvetica Neue", Arial, Helvetica sans-serif;
}

/* This is in here for Google crawlers only */
h1, h2 {
	color: #d7dbdd;
	font-size: 1.3em;
	text-transform: uppercase;
}

/* This is here to prevent flicker of Cufon */
.cufon-loading h1,
.cufon-loading h2 {
  visibility: hidden !important;
}


p {
	margin: 0 0 1.3em 0;
}

a:active,
a:link,
a:visited,
a:hover {
	color: #bed73b;
	text-decoration: none;
	outline: 0;
	-moz-outline: none;
}
a:hover {
	text-decoration: underline;
}
	a:active img,
	a:link img,
	a:visited img,
	a:hover img {
		border: none;
	}



/* -------------------------------------------------------------------------- */
/* Clearfix to clear floated elements. Apply to parent of floated elements
/* -------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/* -------------------------------------------------------------------------- */
/* Fixed positioning defaults
/* -------------------------------------------------------------------------- */
.fixed-top /* position fixed Top */{position:fixed;bottom:auto;top:0px;}
.fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;}
.fixed-left /* position fixed Left */{position:fixed;right:auto;left:0px;}
.fixed-right /* position fixed right */{position:fixed;right:0px;left:auto;}
 
* html,* html body /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top /* IE6 position fixed Top */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right /* IE6 position fixed right */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom /* IE6 position fixed Bottom */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left /* IE6 position fixed Left */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}



/* -------------------------------------------------------------------------- */
/* Site template (header, torso, footer)
/* -------------------------------------------------------------------------- */
.header {
	margin: 20px 42px 0 0;
	overflow: hidden;
	width: 205px;
}
	.header .logo {
		background: transparent url(/sup/img/logo.jpg) no-repeat left top;
		display: block;
		height: auto !important;
		height: 131px;
		min-height: 131px;
		text-indent: -9999px;
		width: 205px;
	}

	.header .primary_nav {
		list-style: none;
		margin-top: 50px;
	}
		.header .primary_nav li .primary_nav_item {
			background-color: transparent;
			background-position: 0 -62px;
			background-repeat: no-repeat;
			display: block;
			height: auto !important;
			height: 31px;
			margin: 6px 0 0 4px;
			min-height: 31px;
			text-indent: -9999px;
			width: 202px;
		}
			.header .primary_nav li a.primary_nav_item:hover {
				background-position: 0 -31px;
			}
			.header .primary_nav li.active .primary_nav_item,
			.header .primary_nav li.active .primary_nav_item:hover {
				background-position: 0 0;
			}
		
			.header .primary_nav li.work_item .primary_nav_item {
				background-image: url(/sup/img/primary_nav/work.jpg);
			}
		
			.header .primary_nav li.info_item .primary_nav_item {
				background-image: url(/sup/img/primary_nav/info.jpg);
			}
		
			.header .primary_nav li.news_item .primary_nav_item {
				background-image: url(/sup/img/primary_nav/news.jpg);
			}
		
			.header .primary_nav li.contact_item .primary_nav_item {
				background-image: url(/sup/img/primary_nav/contact.jpg);
			}
		
	.header .secondary_nav {
		list-style: none;
		margin: 0 0 10px 27px;
		width: 100%;
	}
		.header .secondary_nav a:active,
		.header .secondary_nav a:link,
		.header .secondary_nav a:visited,
		.header .secondary_nav a:hover {
			color: #b5b5b5;
			text-decoration: none;
		}
		.header .secondary_nav a:hover {
			color: #ddd;
			text-decoration: underline;
		}
		
.torso-top {
	background-color: #666766;
	height: auto !important;
	height: 195px;
	left: 50%;
	margin-left: -351px;
	min-height: 195px;
	width: 600px;
	z-index: 4;
}
.torso {
	left: 50%;
	margin-left: -280px;
	padding: 0 55px;
	position: absolute;
	top: 200px;
	width: 450px;
	z-index: 1;
}
		
.footer {
	background: transparent url(/sup/img/footer.jpg) no-repeat left top;
	height: auto !important;
	height: 77px;
	min-height: 77px;
	width: 121px;
}

.copyright {
	font-size: 0.85em;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	text-align: right;
	padding: 0 40px 20px 0;
	width: 130px;
}


/* -------------------------------------------------------------------------- */
/* Page-specific elements (in order of primary navigation elements)
/* -------------------------------------------------------------------------- */

/* homepage ----------------------------------------------------------------- */
.torso.homepage h1 {
	margin-bottom: 8px;
}

.torso.homepage .major {
	float: left;
}

.torso.homepage .minor {
	float: right;
	list-style: none;
}
	.torso.homepage .minor li {
		line-height: 1;
		margin-bottom: 8px;
	}


/* /info -------------------------------------------------------------------- */
.torso.info h1 {
	margin: 0 0 20px 0;
}


/* /news -------------------------------------------------------------------- */
.torso.news {
	padding: 0 20px;
	width: 500px;
}
	.torso.news h1 {
		margin: 0 0 20px 100px;
	}
	
	.torso.news ul {
		list-style: none;
	}
		.torso.news li {
			margin: 0 0 5px 0;
		}
			.torso.news li .date {
				float: left;
				width: 100px;
			}
		
			.torso.news li .title_description {
				float: left;
				width: 400px;
			}
				.torso.news li .title {
					font-size: 1.1em;
					font-weight: bold;
					line-height: 1.1;
				}


/* /work -------------------------------------------------------------------- */
.torso.work {
	text-align: right;
}
	.torso.work h1 {
		display: none;
	}
	
	.torso.work .h2_fix {
		background: #000;
		display: block;
		height: auto !important;
		height: 5px;
		min-height: 5px;
		position: relative;
		top: -220px;
		width: 5px;
		z-index: 50;
	}
	
	.torso.work ul {
		list-style: none;
		margin-bottom: 45px;
	}
		.torso.work li {
			float: right;
			margin: 0 0 10px 10px;
		}
			.torso.work a:active,
			.torso.work a:link,
			.torso.work a:visited,
			.torso.work a:hover {
				display: block;
				line-height: 1;
			}
			


/* /contact -------------------------------------------------------------------- */
.torso.contact h1 {
	margin-bottom: 28px;
}
.torso.contact .address {
	margin-top: 10px;
}
.torso.contact .address,
.torso.contact .phone {
	margin-bottom: 18px;
}
