/* =Common Elements
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #000 url('../images/bg.jpg') no-repeat top center;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px auto;
	}
	
img {
     -ms-interpolation-mode:bicubic;
}

:focus {
	-moz-outline-style: none;
	}

.clearit {
	clear: both;
	font-size: px; /*for IE*/
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

h1 {
	color: #f6921e;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	}

h1.alt {
	margin: 15px 0px 0px 0px;
	}

h2 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	}

h3 {
	color: #f6921e;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}

h4 {
	border-bottom: 1px solid #e5e5e5;
	color: #f6921e;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	}
	
p {
	margin: 15px 0px 0px 0px; 
	}
	
p.alt {
	margin: 0px 0px 0px 0px; 
	}

p a {
	color: #f6921e;
	}

p a:hover {
	color: #666;
	}
	
/* =Nav
----------------------------------------------- */

#nav {
	background: url('../images/bg_nav.gif') no-repeat top center;
	height: 115px;
	margin: 0px auto;
	padding: 0px 0px 0px 50px;
	position: relative;
	width: 800px;
	}

#navItemHome a {
	background: url('../images/nav_home.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 50px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemHome a:hover {
	background: url('../images/nav_home_on.gif') no-repeat 0px 0px;
	left: 45px;
	position: absolute;
	top: 0px;
	width: 64px;
	}

#navItemWork a {
	background: url('../images/nav_work.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 115px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemWork a:hover {
	background: url('../images/nav_work_on.gif') no-repeat 0px 0px;
	left: 109px;
	position: absolute;
	top: 0px;
	width: 65px;
	}

#navItemStudio a {
	background: url('../images/nav_studio.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 180px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemStudio a:hover {
	background: url('../images/nav_studio_on.gif') no-repeat 0px 0px;
	left: 170px;
	position: absolute;
	top: 0px;
	width: 73px;
	}

#navItemContact a {
	background: url('../images/nav_contact.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 245px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemContact a:hover {
	background: url('../images/nav_contact_on.gif') no-repeat 0px 0px;
	left: 229px;
	position: absolute;
	top: 0px;
	width: 85px;
	}

#navItemClients a {
	background: url('../images/nav_clients.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 310px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemClients a:hover {
	background: url('../images/nav_clients_on.gif') no-repeat 0px 0px;
	left: 299px;
	position: absolute;
	top: 0px;
	width: 75px;
	}

#navItemMytakes a {
	background: url('../images/nav_mytakes.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 115px;
	left: 375px;
	margin: 0px 12px 0px 0px;
	position: absolute;
	top: 0px;
	width: 53px;
	}

#navItemMytakes a:hover {
	background: url('../images/nav_mytakes_on.gif') no-repeat 0px 0px;
	left: 365px;
	position: absolute;
	top: 0px;
	width: 74px;
	}


/* =More Common Elements
----------------------------------------------- */
#container {
	height: 529px;
	margin: 0px auto;
	padding: 0px 55px 0px 55px;
	position: relative;
	width: 850px;
	}

#bigArrow {
	float: left;
	left: 0px;
	position: absolute;
	top: 39px;
	}

#contentHome {
	height: 350px;
	padding: 39px 0px 0px 115px;
	position: relative;
	width: 735px;
	}
	
#content {
	height: 490px;
	padding: 39px 0px 0px 115px;
	position: relative;
	width: 735px;
	}
	
.project, .projectAlt {
	color: #999;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	}

.project .client, .projectAlt .client {
	color: #f6921e;
	font-size: 15px;
	line-height: 19px;
	margin: 0px 0px 2px 0px;
	}

.project .client a, .projectAlt .client a {
	color: #f6921e;
	text-decoration: none;
	}

.project .client a:hover, .projectAlt .client a:hover {
	color: #666;
	}

#feature {
	float: left;
	padding: 0px 30px 0px 0px;
	width: 450px;
	}
	
#feature .video { padding: 0px 0px 10px 0px; }

#feature img {
	margin: 0px 0px 20px 0px;
	}
	
#feature .project, #video-details-section .projectAlt {
	border-right: 1px solid #e5e5e5;
	color: #999;
	float: left;
	height: 77px;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	}
#feature .project .client, #video-details-section .projectAlt .client {
	color: #f6921e;
	font-size: 21px;
	margin: 0px 0px 5px 0px;
	}

#feature .project .client a, #video-details-section .projectAlt .client a {
	color: #f6921e;
	text-decoration: none;
	}

#feature .project .client a:hover, #video-details-section .projectAlt .client a:hover {
	color: #666;
	}

#news {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 255px;
	}

#logo {
	margin: 0px auto;
	padding: 32px 0px 0px 0px;
	width: 304px;
	}

.newsItem {
	}

.newsItem a {
	background: url('../images/news.gif') no-repeat 0px 0px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	display: block;
	padding: 10px 55px 10px 0px;
	text-decoration: none;
	width: 200px;
	}

.newsItem a:hover {
	background: url('../images/news_on.gif') no-repeat 0px 0px;
	color: #f6921e;
	}

#news .btnUp {
	float: right;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 280px;
	}

#news .btnUp a {
	background: url('../images/arrowup.gif') no-repeat 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	width: 34px;
	}

#news .btnUp a:hover {
	background: url('../images/arrowup_on.gif') no-repeat 0px 0px;
	}

#news .btnDown {
	float: right;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 320px;
	}

#news .btnDown a {
	background: url('../images/arrowdown.gif') no-repeat 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	width: 34px;
	}

#news .btnDown a:hover {
	background: url('../images/arrowdown_on.gif') no-repeat 0px 0px;
	}

.btnBack
{
	float: right;
	margin: 15px 0 0 0;
	text-align: center;
	width: 34px;
}

.btnBack a {
	background: url('../images/arrow_back.gif') no-repeat 0px 18px;
	color: #c2c2c2;
	display: block;
	height: 60px;
	text-decoration: none;
	}

.btnBack a:hover {
	background: url('../images/arrow_back_on.gif') no-repeat 0px 18px;
	color: #f6921e;
	}
	
.btnBack_mytake
{
	float: right;
	margin: 200px 0 0 0;
	text-align: center;
	width: 34px;
}

.btnBack_mytake a {
	background: url('../images/arrow_back.gif') no-repeat 0px 18px;
	color: #c2c2c2;
	display: block;
	height: 60px;
	text-decoration: none;
	}

.btnBack_mytake a:hover {
	background: url('../images/arrow_back_on.gif') no-repeat 0px 18px;
	color: #f6921e;
	}

.workThumb {
	float: left;
	height: 165px;
	margin: 5px 30px 20px 0px;
	width: 215px;
	}

.workThumb img {
	margin: 0px 0px 10px 0px;
	width: 215px;
	}

#workNav {
	border-bottom: 1px solid #e5e5e5;
	left: 114px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 20px;
	width: 736px;
	}

#workNav ul {
	list-style: none;
	}

#workNav ul li {
	float: left;
	padding: 0px 15px 2px 0px;
	}
	
#workNav ul li a {
	color: #666;
	text-decoration: none;
	}
	
#workNav ul li a:hover {
	color: #f90;
	}
	
#workNav ul li.current a {
	color: #f90;
	text-decoration: none;
	}
	
#workNav ul li.current a:hover {
	color: #666;
	}
	
#indicator {
	/*left: 115px;
	position: absolute;
	top: 430px;*/
	height: 8px;
	margin: 10px 0px 10px 0px;
	width:225px;
	text-align: center;
	}

#indicator a {
	background: url('../images/dots.gif') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 8px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	width: 8px;
	}

#indicator a.on {
	background: url('../images/dots.gif') no-repeat -36px 0px;
	}

#indicator a:hover {
	background: url('../images/dots.gif') no-repeat -18px 0px;
	}

#pageNav {
	float: left;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 440px;
	width: 78px;
	z-index: 88;
	}
	
#detailNav {
	display: none;
	float: left;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 440px;
	width: 78px;
	z-index: 88;
	}

#pageNavAlt {
	float: right;
	height: 34px;
	position: absolute;
	right: 287px;
	top: 415px;	
	}

#pageNav #prev, #pageNavAlt #prev, #detailNav #prevDetail {
	float: right;
	height: 34px;
	margin: 0px 10px 0px 0px;
	width: 34px;
	}

#pageNav #prev a, #pageNavAlt #prev a, #detailNav #prevDetail a {
	background: url('../images/arrow_prev.gif') no-repeat 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	}
	
#pageNav #prev a:hover, #pageNavAlt #prev a:hover, #detailNav #prevDetail a:hover {
	background: url('../images/arrow_prev_on.gif') no-repeat 0px 0px;
	}
	
#pageNav #next, #pageNavAlt #next, #detailNav #nextDetail {
	float: right;
	height: 34px;
	width: 34px;
	}

#pageNav #next a, #pageNavAlt #next a, #detailNav #nextDetail a {
	background: url('../images/arrow_next.gif') no-repeat 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	}
	
#pageNav #next a:hover, #pageNavAlt #next a:hover, #detailNav #nextDetail a:hover {
	background: url('../images/arrow_next_on.gif') no-repeat 0px 0px;
	}

.column1 {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 450px;
	}

.mytakes_column1 {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 450px;
	}

.column2 {
	float: left;
	width: 225px;
	}

.thumb {
	float: left;
	margin: 10px 10px 0px 0px;
	width: 82px;
	}

.thumb img {
	width: 82px;
	}

.thumb a {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-interpolation-mode:bicubic;
	}

.thumb a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-interpolation-mode:bicubic;
	}

#userLinks {
	float: left;
	margin: 45px 0px 0px 0px;
	/*position: absolute;
	top: 413px;*/
	}

#userLinks a.mytakes {
	background: url('../images/icon_mytakes.gif') no-repeat 0px 0px;
	color: #c2c2c2;
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 3px 0px 0px 25px;
	text-decoration: none;
	}

#userLinks a.sendfriend {
	background: url('../images/icon_email.gif') no-repeat 0px 3px;
	color: #c2c2c2;
	display: block;
	float: left;
	padding: 3px 0px 0px 28px;
	text-decoration: none;
	}

#userLinks a:hover {
	color: #f6921e;
	}

img.bigPic {
	height: 253px;
	width: 450px;
	}

ul#subnav {
	list-style: none;
	width: 255px;
	}

ul#subnav li {
	background: url('../images/bullet_off.gif') no-repeat 0px 13px;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	}

ul#subnav li.on {
	background: url('../images/bullet_on.gif') no-repeat 0px 13px;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	}

ul#subnav li.first {
	background-image: none;
	border-top: none;
	font-size: 15px;
	padding: 0px 0px 10px 0px;
	}

ul#subnav li a {
	color: #999;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	}	
	
ul#subnav li a:hover {
	background: url('../images/bullet_on.gif') no-repeat 0px 13px;
	color: #f6921e;
	}	
	
ul#subnav li.first a {
	background-image: none;
	padding: 0px;
	color: #666;
	}

ul#subnav li.first a:hover {
	background-image: none;
	color: #999;
	}

ul.plain {
	list-style: none;
	margin: 15px 0px 0px 0px;
	}

ul.alt {
	color: #999;
	float: left;
	list-style: none;
	margin: 15px 35px 0px 0px;
	}

img.intPic {
	float: right;
	margin: 0px 0px 15px 15px;
	width: 150px;
	}

img.client {
	float: left;
	height: 70px;
	margin: 0px 16px 15px 0px;
	width: 100px;
	}

img.clientAlt {
	float: left;
	height: 70px;
	margin: 0px 0px 15px 0px;
	width: 100px;
	}

#screen {
	position: relative;
	}

#sections ul {
	list-style-type: none;
	}

.mytakesThumb {
	background-color: #eee;
	float: left;
	height: 115px; /*KW changed ? to 115px */
	margin: 7px 7px 0px 0px; /*KW changed 10px to 7px */
	padding: 7px; /*KW changed 10px to 7px */
	position: relative;
	width: 91px; /*KW changed 82 to 91px */
	}

.mytakesThumb img {
	margin: 0px 0px 5px 0px;
	width: 82px;
	}

.mytakesThumb .project {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	margin: 0px 0px 2px 0px;
	}
	
.mytakesThumb .project .client {
	color: #f6921e;
	font-size: 10px;
	line-height: 13px;
	margin: 0px 0px 2px 0px;
	}

.mytakesThumb .delete {
	background-color: #fff;
	border-left: 3px solid #fff;
	float: right;
	font-size: 11px;
	right: 0px;
	line-height: 11px;
	padding: 2px;
	position: absolute;
	text-align: center;
	top: 118px;
	}

.mytakesThumb .delete a {
	color: #f90;
	text-decoration: none;
	}

.mytakesThumb .delete a:hover {
	color: #333;
	}



/* =Footer
----------------------------------------------- */

#footerHome {
	background: url('../images/bg_footer.gif') no-repeat top center;
	height: 105px;
	left: 50px;
	margin: 0px auto;
	padding: 35px 0px 0px 115px;
	position: absolute;
	top: 388px;
	width: 735px;
	}

#footer {
	background: url('../images/bg_footer.gif') no-repeat top center;
	height: 27px;
	left: 50px;
	margin: 0px auto;
	padding: 35px 0px 0px 115px;
	position: absolute;
	top: 467px;
	width: 735px;
	}

#slogan {
	color: #333;
	font-size: 14px;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	}

#footerHome #phone {
	background: url('../images/icon_phone.gif') no-repeat 0px 0px;
	float: right;
	height: 20px;
	padding: 5px 0px 0px 20px;
	position: absolute;
	right: 0px;
	top: 30px;
	}

#footer #phone {
	background: url('../images/icon_phone.gif') no-repeat 0px 0px;
	float: right;
	height: 20px;
	padding: 5px 0px 0px 20px;
	position: absolute;
	right: 0px;
	top: 20px;
	}

.number {
	color: #333;
	font-size: 15px;
	padding: 0px 25px 0px 10px;
	}




/* =Form Styling
----------------------------------------------- */

form {
	display: inline;
	}
	
form dl {
	margin: 0px 0px 0px 0px;
	width: 450px;
	}

form dl dt {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	clear: left;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px 10px 5px 0px;
	padding: 5px;
	width: 140px;
	}

form dl dt.error, form .labelError {
	background-color: #f4cfcf;
	border: 1px solid #f4cfcf;
	color: #c00;
	}

form dl dd {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 280px;
	}

form input {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px 5px 0px 0px;
	}

form input.reg, form textarea.reg {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 5px;
	width: 270px;
	}

form input.alt {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 5px;
	}

form dd.error input, form dd.error textareao {
	border: 1px solid #c00;
	}
	
form .label {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 15px 0px 5px 0px;
	padding: 5px;
	}

form .field {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	}

form .fieldError {
	color: #c00;
	}
	
.myTakesFull {
	color: #c00;
	display: block;
	padding-bottom: 15px;
	}

.btnBackAlt {
	float: right;
	height: 54px;
	width: 34px;
	}

.btnBackAlt a {
	background: url('../images/btn_back.gif') no-repeat top center;
	display: block;
	height: 54px;
	width: 34px;
	text-decoration: none;
	}

.btnBackAlt a:hover {
	background: url('../images/btn_back_on.gif') no-repeat top center;
	}

















