	
@import url('/css/gallery.css');
	

*
	{
	margin:0;
	padding:0;
	}
	
html
	{
	height:100%;
	}
	
body
	{
	height:100%;
	padding-bottom:1px;
	background:#1d1d1d;
	color:#b7b7b7;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a
	{
	color:#f51212;
	}
	
img
	{
	border:0;
	}
	
ul
	{
	list-style:none outside;
	}
	
li a
	{
	text-decoration:none;
	}
	
.center
	{
	margin:0 auto;
	text-align:center;
	}
	
.column	
	{
	float:left;
	}
	
.clear:after
	{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:.1em;
	height:.1em;
	height:0;
	}
	
.clear
	{
	display:block;
	}	

.left
	{
	width:305px;
	}
	
.right
	{
	width:615px;
	}
	
.container
	{
	width:920px;
	margin:0 auto;
	}	
	
table
	{
	width:100%;
	table-layout:fixed;
	border:0;
	border-collapse:collapse;
	}
	
td, th
	{
	vertical-align:top;
	}	
	
#main
	{
	min-height:100%;
	}
	
#main-menu
	{
	padding:28px 0 10px 0;
	background:#323232;
	font-size:11px;
	text-transform:uppercase;
	}
	
#main-menu .container
	{
	padding:0 0 10px 0;
	border-bottom:1px solid #767676;
	}
	
#main-menu ul
	{
	background:url(../images/layout/menu-right.png) top right no-repeat #222;
	}
	
#main-menu li
	{
	
	display:block;
	float:left;
	text-align:center;
	}	
	
#main-menu a
	{
	position:relative;
	display:block;
	float:left;
	padding:18px 0 16px 0;
	color:#acacac;
	width:173px;
	border-right:1px solid #323232;
	font-weight:bold;
	font-size:16px;
	}

#main-menu .active a
	{
	color:#f6f6f6;
	background:url(../images/layout/menu-active.png) top left repeat-x #f51212;
	}	
	
#main-menu a:hover
	{
	color:#f6f6f6;
	}

#main-menu .sub
	{
	position:absolute;
	width:173px;
	}	
	
#main-menu li ul
	{
	background:none;
	}
	
#main-menu li ul li
	{
	
	float:none;
	}
	
#main-menu li ul li a, #main-menu li.active li a
	{
	float:none;
	background:#222;
	}
	
#main-menu li ul li a:hover
	{
	color:#f6f6f6;
	background:url(../images/layout/menu-active.png) top left repeat-x #f51212;
	}
	
#main-header
	{
	
	}
	
#header-left
	{
	background:url(../images/layout/header-left.png) top left no-repeat;
	}
	
#header-right
	{
	background:url(../images/layout/intro.jpg) top left no-repeat;
	}
	
#header-left, #header-right
	{
	height:225px;
	}
	
#main-body
	{
	background:url(../images/layout/body.png) top center repeat-y #222;
	}
	
#body-left
	{
	padding-bottom:35px;
	}

#body-left h4
	{
	margin-bottom:10px;
	}	
	
#body-left .menu
	{
	width:220px;
	padding:40px 0 0 40px;
	}
	
#body-left .menu ul
	{
	font-weight:bold;
	}
	
#body-left .menu li
	{
	padding:4px 0 6px 0;
	background:url(../images/layout/side-menu-line.png) bottom left repeat-x;
	}
	
#body-left .menu li a
	{
	background:url(../images/layout/link-arrow-right.png) left center no-repeat;
	padding-left:15px;
	}	
	
#object
	{
	height:105px;
	}	
	
#body-left .references
	{
	padding:45px 0 12px 5px;
	}
	
#body-left .references h4, #body-left .references .more
	{
	padding-left:35px;
	}	
	
#body-left .references .items
	{
	padding:6px 0 20px 0;
	}
	
#body-left .references .items .button
	{
	padding:30px 15px 0 15px;
	float:left;
	}
		
	
#body-left .references .items ul
	{
	float:left;
	}
	
#body-left .references .items li
	{
	display:block;
	float:left;
	padding-left:30px;
	}
	
#body-left .references .items li:first-child
	{
	padding-left:0;
	}	
	
#body-left .references .more
	{
	text-decoration:none;
	
	}

#body-left .link
	{
	padding:40px 0 0 0;
	text-align:center;
	}

#body-left .link a
	{
	display:block;
	margin:3px 0 0 0;
	color:#b7b7b7;
	text-decoration:none;
	}

#body-left .button
	{
	padding-top:30px;
	}

#body-right
	{
	padding:0 0 24px 0;
	}
	
#body-right .wrapper
	{
	padding:0 30px 0 30px;
	}
	
h1, h2, h3, h4
	{
	color:#fff;
	text-transform:uppercase;
	}

h1, h2
	{
	color:#f51212;
	}	
	
h1
	{
	font-size:16px;
	margin:0 0 20px 0;
	}
	
h2
	{
	margin:0 0 12px 0;
	padding:0 0 12px 0;
	font-size:14px;
	border-bottom:1px solid #626262;
	line-height:17px;
	}
	
h3
	{
	font-size:14px;
	}
	
h4
	{
	font-size:13px;
	}
	
.focus
	{
	color:#fff;
	}
	
	
#body-right p
	{
	line-height:18px;
	margin:0 0 10px 0;
	}	
	
#body-right ul
	{
	padding-left:14px;
	margin:0 0 1em 0;
	list-style:square outside;
	}	
	
#body-right li
	{

	}		
	
#body-right .top
	{
	padding-top:33px;
	}
		
#body-right .top h1
	{
	margin:0 0 24px 0;
	}	
	
	
#body-right .intro-fx
	{
	color:#d8d8d8;
	border-top:1px solid #222;
	padding-bottom:12px;
	padding-top:18px;
	margin-bottom:36px;
	background:url(../images/layout/intro-fx.png) bottom left no-repeat #323232;
	}
	
#body-right .intro-fx .button
	{
	text-align:center;
	float:right;
	background:url(../images/layout/button.png) center center no-repeat #c0c0c0;
	font-weight:bold;
	text-transform:uppercase;
	min-width:96px;
	min-height:29px;
	
	}
	
#body-right .intro-fx .button a
	{
	display:block;
	padding:5px 0 0 0;
	text-decoration:none;
	}
	
#body-right .intro-fx h1
	{
	color:#fff;
	font-size:16px;
	
	}
	
#body-right .intro-fx h1 .focus
	{
	color:#f51212;
	font-size:30px;
	}
	
#body-right strong
	{
	font-size:13px;
	color:#fff;
	}	
	
#body-right a.more
	{
	font-size:11px;
	text-transform:uppercase;
	padding:0 15px 0 0;
	background:url(../images/layout/link-arrow-left.png) right center no-repeat;
	}
	
table.columns
	{
	width:555px;
	margin-left:-30px;
	}	
	
table.columns td
	{
	width:262px;
	padding-left:30px;
	}	
	
#main-footer
	{
	padding:0 0 40px 0;
	font-size:11px;
	text-transform:uppercase;
	}
	
#main-footer, #main-footer a
	{
	color:#484848;
	}
	
#footer-left, #footer-right
	{
	padding:12px 0 14px 0;
	}	
	
#footer-left
	{
	background:url(../images/layout/footer-left.png) bottom left no-repeat #161616;
	}
	
#footer-left .wrapper
	{
	padding-left:30px;
	}
	
#footer-left a
	{
	font-weight:bold;
	text-decoration:none;
	}
	
#footer-right
	{
	text-align:right;
	background:url(../images/layout/footer-right.png) bottom right no-repeat #191919;
	}
	
#footer-right .wrapper
	{
	padding-right:15px;
	}
	
#footer-right ul
	{
	
	}

#footer-right li
	{
	display:inline;
	padding-left:18px;
	}
	
#footer-right li.first
	{
	padding-left:0;
	}
	
#footer-right li a
	{
	
	}	
