body{
	margin:0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.wrapper { 
	position:fixed;
	width:100%;
	height:100%; 
	z-index:5;
}
#home-page{
	background: url(../slices/home_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/home_bg_2560.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/home_bg_2560.jpg', sizingMethod='scale')";
}
#about-page{
	background: url(../slices/about_bg_2560.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/about_bg_2560.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/about_bg_2560.jpg', sizingMethod='scale')";
}
#work-page{
	background: url(../slices/work_bg_2560.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/work_bg_2560.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/work_bg_2560.jpg', sizingMethod='scale')";
}
#contact-page{
	background: url(../slices/contact_bg_2560.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/work_bg_2560.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../slices/work_bg_2560.jpg', sizingMethod='scale')";
}
.content-wrap{
	overflow:auto;
	margin:auto;
	width:100%;
	height:100%;
	/*background: url(../slices/tv_overlayCenter_800x516_80p.png) no-repeat center fixed;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/slices/tv_overlay_16x9.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/slices/tv_overlay_16x9.png', sizingMethod='scale')";
	z-index:999;	padding-top:3%;*/
}
.header{
	width:100%;
	margin:auto;
}
.nav-bar {
	background:url(../slices/top_bar_2560.png) no-repeat;
	width:100%;
	height:225px;
	margin:auto;
}
.nav-content{
	margin:auto;
	width:92%;
	max-width:1100px;
	min-width: 755px;
	overflow:hidden;
	padding-left:8%;
}
.cm-title{
	margin-top:110px;
	width: 50%;
	min-width:370px;
	float:left;
}
.cm-title img{
	/*float:right;*/
	/*padding-left:100px;*/
}
.page-tagline{
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
	width:65%;
	max-width:920px;
}
#home{
	background:url(../slices/home_tagline.png) no-repeat top right;
	height:85px;
}
#about{
	background:url(../slices/about_tagline.png) no-repeat top right;
	height:85px;
}
#work{
	background:url(../slices/work_tagline.png) no-repeat top right;
	height:85px;
}
#contact{
	background:url(../slices/contact_tagline.png) no-repeat top right;
	height:85px;
}
.nav-menu{
	margin-top:110px;
	/*margin-left:3%;*/
	width:50%;
	/*min-width: 377px;*/
	float:left;
}
.nav-menu a{
	list-style-type: none;	
	float:left;
	height:28px;
}
#nav-home{
	width:81px;
	background:url(../slices/home_btn.png) no-repeat;
}
#nav-home:hover, #nav-home.active{
	background:url(../slices/home_btn_roll.png) no-repeat;
}
#nav-about{
	width:103px;
	background:url(../slices/about_btn.png) no-repeat;
}
#nav-about:hover, #nav-about.active{
	background:url(../slices/about_btn_roll.png) no-repeat;
}
#nav-work{
	width:90px;
	background:url(../slices/work_btn.png) no-repeat;
}
#nav-work:hover, #nav-work.active{
	background:url(../slices/work_btn_roll.png) no-repeat;
}
#nav-contact{
	width:103px;
	background:url(../slices/contact_btn.png) no-repeat;
}
#nav-contact:hover, #nav-contact.active{
	background:url(../slices/contact_btn_roll.png) no-repeat;
}
.content{
	width:100%;
	min-height:171px;
	margin:auto;
	padding: 8% 0 0 0;
}
#work-page .content, #contact-page .content{
	padding: 2% 0 0 0;
}
.content .top-border{
	background:url(../slices/content_border_top.png) top center no-repeat;
	height:20px;
}
.content .btm-border{
	background:url(../slices/content_border_btm.png) bottom center no-repeat;
	height:20px;
}
.main-text{
	background:url(../slices/content_bg.png) repeat;
}
.content p{
	width:63%;
	max-width:980px;
	margin:auto;
	padding: 30px 0 30px 0;
	font-size:1.2em;
	line-height:1.6em;
}
.content big{
	font-weight:bold;
	color:#dfab05;
}

/************** WORK PAGE STYLES ******************/

.work-content-wrap{
	width:90%;
	max-width:1100px;
	min-width:750px;
	margin:auto;
	padding: 20px 0 20px 0;
	padding-left:11%;
	overflow:hidden;
}
.work-nav{
	background: url(../slices/work_leftnav_bg.png) no-repeat;
	padding: 5px 5px 5px 20px;
	float: left;
	width:187px;
	height:378px;
}
.work-nav h2{
	font-weight:bold;
	font-size:1.1em;
	color:#dfab05;
	margin-bottom:0px;
}
.work-nav a{
	display:block;
	color:#FFF;
	text-decoration:none;
	line-height:1.6em;
	text-indent: 12px;
}
.work-nav a:hover,
.work-nav .active{
	color:#ff7800;
	text-decoration:underline;
}
.work-content{
	float:right;
	width:70%;
}
.work-sect-title{
	background:url(../slices/work_contentTitle_bg.png) no-repeat;
	width:287px;
	height:32px;
	padding:5px 0 0 20px;
}
.work-item{
	float:left;
	margin:20px 30px 10px 0;
}
.work-item img{
	border:#FFF 8px solid;
}
.work-item img:hover{
	border:#ff7800 8px solid;
	cursor:pointer;
}
p.work-item-caption{
	background:url(../slices/work_itemCaption_bg.png) no-repeat;
	padding:8px 0 0 0;
	font-size:.8em;
	text-align:center;
	margin:10px 0 0 -15px;
	width:316px;
	height:45px;
}
.work-item-caption big{
	display:block;
	line-height:1em;
}

/************** CONTACT PAGE STYLES ******************/

.contact-intro{
	background:url(../slices/contact_intro_bg.png) no-repeat;
	width:536px;
	padding:9px 55px 10px 30px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	line-height:1.25em;
}
.contact-intro a{
	color:#dfab05;
	text-decoration:none;
}
.contact-intro a:hover{
	text-decoration:underline;
}
.contact-form-wrap{
	width:100%;
	margin:auto;
	max-width:690px;
}
.contact-form{
	margin-top:25px;
}
.contact-form input, .contact-form textarea{
	font-size:1.3em;
	background:url(../slices/contact_formFill_bg.png) repeat;
	border:none;
	-webkit-box-shadow: 0px 0px 20px 1px #666;
	box-shadow: 0px 0px 20px 1px #666;
}
.contact-form-wrap li{
	list-style-type: none;
}
.contact-form-message, .contact-form-name, .contact-form-email{
	height:30px;
	display:inline-block;
	padding:7px 0 10px 0;
	margin:-2px 5px 0 0;
	text-align:right;
	vertical-align:top;
}
.contact-form-message{
	background:url(../slices/contact_message_bg.png) no-repeat;
	width:133px;
}
.contact-form-name{
	background:url(../slices/contact_name_bg.png) no-repeat;
	width:91px;
	margin-left:42px;
}
.contact-form-email{
	background:url(../slices/contact_email_bg.png) no-repeat;
	width:150px;
	margin-left:-17px;
}
.contact-form big{
	font-size:1.1em;
	margin-right:15px;
}
.contact-form .submit-button{
	float:right;
	color:#dfab05;
	margin-top:7px;
	background:url(../slices/contact_message_bg.png) no-repeat;
	text-align:center;
	font-size:1.15em;
	font-weight:bold;
	margin-right:35px;
	padding:2px 0 0 15px;
	width:133px;
	height:30px;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 0px 0px #666;
	box-shadow: 0px 0px 0px 0px #666;
}
.contact-form .submit-button:hover{
	color:#FFF;
}