* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 50px 50px;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%; /* IE 6 */
	overflow-y: scroll;
}

html>body {
	font-size: 10px; /* Firefox etc */
}

a {
	outline: none;
	text-decoration: none;
}

.accessibility {
	display: none;
}

.clearfloat {
	clear: both;
	font-size: 0;
	line-height: 0em;
	width: 0;
	height: 0;
}

em {
	color: #008ad8;
	font-style: normal;
}

img {
	border: 0;
}

/* ______________________________________________________________
   HEADERS
*/

h3 {
	font-size: 1.2em;
	font-weight: bold;
	/*text-transform: lowercase;*/
}

.header {
	margin-bottom: 1em;
}

/* ______________________________________________________________
   HEADER
*/

#wrapper {
	margin: 0 auto;
	width: 78em;
	max-width: 98%;
}

#header {
	position: fixed;
	display: block;
	background: #fff;
	width: 78em;
	height: 160px;
	top: 0;
	padding-top: 30px;
	z-index: 1000;
}

#logo,
#logo_loggedin,
#logo_loggedout {
	background: url("/graphics/woo-logotype.gif") no-repeat;
	display: block;
	width: 169px;
	height: 17px;
	position: absolute;
	bottom: 78px;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
}

#description {
	display: none;
}

/* ______________________________________________________________
   MENU
*/

#navigation {
	position: absolute;
	top: 55px;
	left: 26%;
}
	#navigation li {
		list-style-type: none;
		float: left;
		margin: 0 20px 5px 0;
		display: block;
	}
	#navigation li a {
		display: block;
		height: 17px;
		overflow: hidden;
	}
	#navigation a {
		text-indent: -9000px;
		overflow: hidden;
	}

		#navigation .news a {
			background: url("/graphics/menu/news.gif") no-repeat;
			width: 46px;
		}
		#navigation .portfolio a {
			background: url("/graphics/menu/portfolios.gif") no-repeat;
			width: 92px;
		}
		#navigation .shop a {
			background: url("/graphics/menu/shop.gif") no-repeat;
			width: 44px;
		}
		#navigation .about a {
			background: url("/graphics/menu/about.gif") no-repeat;
			width: 55px;
		}
		#navigation .contact a {
			background: url("/graphics/menu/contact.gif") no-repeat;
			width: 70px;
		}
		#navigation .illustration a {
			background: url("/graphics/menu/illustration.gif") no-repeat;
			width: 103px;
		}
		#navigation .animation a {
			background: url("/graphics/menu/animation.gif") no-repeat;
			width: 94px;
		}
		#navigation .filesharing a {
		    background: url("/graphics/menu/file_sharing.gif") no-repeat;
		    width: 106px;
		}
		#navigation .back_to_cms a {
		    background: url("/graphics/menu/back_to_cms.gif") no-repeat;
		    width: 114px;
		}


		#navigation .active a, #navigation a:hover {
			background-position: 0px -17px;
		}

		#newsletter {
			width: 103px;
			height: 56px;
			display: block;
		}

		#newsletter a {
			text-indent: 0;
			overflow: normal;
			width: 103px;
			height: 56px;
			position: absolute;
			top: 33px;
			right: 14px;
		}




/* ______________________________________________________________
   BODY
*/

#body {
	padding-top: 210px;
	font-size: 11px;
}

	/* ______________________________________________________________
	   SUBMENU
	*/

	#submenu {
		/*font: 1.4em/1.5em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;*/
		list-style-type: none;
		text-transform: lowercase;
		float: left;
		width: 220px;

	}
		#submenu a {
			color: #000;
		}
		#submenu * {
			/*font-weight: bold;*/
			list-style-type: none;
		}
		#submenu li.active a, #submenu a:hover, #submenu h4.active a {
			color: #008ad8;
		}
		#submenu li li {
			margin: 0 0 0 1.4285714em;
		}

	.showreel_link {
		padding-top: 5em;
		display: block;
	}

	.dimmed {
		color: #ccc;
	}

	/* ______________________________________________________________
	   CONTENT
	*/

	#content {
		float: left;
		margin-left: 0;
		padding-bottom: 50px;
		width: 560px;
		z-index: 1;
		font-size: 11px;
		line-height: 1.5em;
	}

	#content h3 {
		/*font-size: 1.2em;*/
		font-weight: bold;
		clear: both;
	}

	#content img {
		display: block;
	}

	.expanding_description {
		clear: both;
	}

	.spacer {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	a.downloadShowreel {
		color: #000;
	}
		a.downloadShowreel:hover {
			color: #008ad8;
		}

	.back_to_top {
		display: block;
		text-align: right;
		text-transform: uppercase;
	}

	.back_to_top a {
		color: #333;
		text-transform: uppercase;
	}
		.back_to_top a:hover {
			color: #008ad8;
		}

		/* ______________________________________________________________
		   NEWS
		*/

		.news_item {
			margin-bottom: 4em;
			border-bottom: 1px #DDD dotted;
			padding-bottom: 4em;
		}

		.news_item img {
			display: block;
		}

		.news_item h3, h3.portfolio {
			float: left;
			font-size: 12px;
			margin-top: 0.5em;
			text-transform: uppercase;
		}

		.news_item .date {
			font-size: 1em;
			margin: 0.7em 0 0 0.5em;
			float: left;
		}

		.news_item .description {
			clear: both;
			padding-top: 0.2em;
		}

		.news_item .description a, .portfolio_description a {
			color: #000000;
			border-bottom: 1px #333333 dotted;
		}

		.news_item .description a:hover, .portfolio_description a:hover {
			color: #008ad8;
			border-color: #008ad8;
		}

		/* ______________________________________________________________
		   PORTFOLIO
		*/

		.portfolio_item {
			clear: both;
			padding: 0 0 4em 0;
			border-bottom: 1px #DDD dotted;
			margin-bottom: 4em;
		}

		.info {
			margin: 0.8em 0 0 0.5em;
			float: left;
			cursor: pointer;
		}

		.portfolio_description {
			padding-top: 0.2em;
		}

		.portfolio_links {
		    margin: 0 0 20px 0;
		    color: #444;
		    display: block;
		    text-transform: lowercase;
		    font-weight: bold;
		    text-align: right;
		}

		#submenu .overview_link {
		    padding: 1px 0 3px 0;
		    font-weight: normal;
		    font-size: 11px;
		    /*font-style: italic;*/
		    display: block;
		    /*background: url('/graphics/overview_link.gif') repeat-x;*/
		    border-bottom: 1px solid #000;
		    padding-bottom: 10px;
		    margin: 10px 20px 10px 0;
		    width: 140px;
		    font-weight: bold;
		}

		/* ______________________________________________________________
		   SHOP
		*/

		form.buy_now {
			float: left;
			margin: 0.3em 0.2em 0 1em;
		}

		.contact_seller {
			display: block;
			width: 41px;
			height: 20px;
			background: url("/graphics/contact_seller.gif") no-repeat;
			background-position: 0px -20px;
			float: left;
			text-indent: -9000px;
			margin: 0.3em 0.1em 0 1em;
		}

		/* ______________________________________________________________
		   SHOP
		*/

		#unsubscribeForm {
			margin-top: 2em;
		}

			#signupForm input, #unsubscribeForm input {
				margin-bottom: 1em;
			}


.leftForm {
margin-left: 200px;
}

.fileform_submit {
clear: both;
    padding-top: 15px;
}

.formerrors {
    font-size: 12px;
    color: red;
}

.caps {
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.attribute {
    float: left;
    width: 120px;
}

.value {
    float: left;
    font-weight: bold;
}

.uploadRow {
    clear: both;
    font-size: 13px;
}

.uploadRow .value,
.uploadRow .attribute {
margin: 4px 0;
}

.fileMessage {
    font-size: 13px;
}

#newsNavigation a {
color: #333333;
text-transform: uppercase;
}

#newsNewer {
float: right;
}

#newsNewer a:hover {
    color: #008ad8;
}

#newsOlder {
float: right;
}

#newsOlder a:hover {
    color: #008ad8;
}

#downloadFile {
display: block;
margin: 10px 0 0 0;
font-weight: bold;
width: 65px;
}

.shopnav {
margin-bottom: 19px;
}

#submenu {
text-transform: uppercase;
}

#submenu * {
font-weight: normal;
font-size: 12px;
}

#submenu h3 {
padding-bottom: 10px;
border-bottom: 1px solid #000;
margin-bottom: 10px;
width: 140px;
font-weight: bold;
text-transform: uppercase
}

#submenu h4,
#submenu ul li {
    margin-bottom: 4px;
}

#woo_logo {
    float: left;
}

#woo_logo a,
#woo_logo_cms a,
#woo_logo_fs a {
    margin-top: 20px;
    text-indent: -9999em;
    outline: none;
    width: 580px;
    height: 59px;
    display: block;
    background: url('/graphics/woo_logo2.png') no-repeat;
    margin-bottom: 10px;
}

#woo_logo_cms a {
    width: 735px;
    background: url('/graphics/woo_logo2-cms.png') no-repeat;
}

#woo_logo_fs a {
    width: 735px;
    background: url('/graphics/woo_logo2-fs.png') no-repeat;
}

#newsletter2 {
    margin-top: 50px;
    float: right;
}

#navigation2 {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#navigation2 li {
    float: left;
}

.nav_link {
    display: block;
    height: 40px;
    text-indent: -999em;
    outline: none;
    height: 36px;
    margin-left: 52px;
}

.nav_link:hover {
    background-position: 0 -36px;
}

.nav_news {
    width: 63px;
    background: url('/graphics/menu/news2.png') no-repeat;
    margin: 0;
}

.nav_illustration {
    width: 144px;
    background: url('/graphics/menu/illustration2.png') no-repeat;
}

.nav_animation {
    width: 115px;
    background: url('/graphics/menu/animation2.png') no-repeat;
}

.nav_contact {
    width: 99px;
    background: url('/graphics/menu/contact2.png') no-repeat;
}

.nav_shop {
    width: 105px;
    background: url('/graphics/menu/shop2.png') no-repeat;
    margin-left: 54px;
}

.nav_portfolio {
    width: 128px;
    background: url('/graphics/menu/portfolios2.png') no-repeat;
}

.nav_settings {
    width: 98px;
    background: url('/graphics/menu/settings2.png') no-repeat;
}

.nav_filesharing {
    width: 140px;
    background: url('/graphics/menu/file_sharing2.png') no-repeat;
}

.nav_logout {
    width: 87px;
    background: url('/graphics/menu/logout2.png') no-repeat;
}

.nav_backtocms {
    width: 138px;
    background: url('/graphics/menu/backtocms.png') no-repeat;
    margin: 0;
}

.nav_link.active {
    background-position: 0 -36px;
}

.overview-image {
    margin-bottom: 24px;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }

