@CHARSET "ISO-8859-1";

html, body {
	width: 100%;
	margin: 0px;
	background-color: #000;
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}

html {
	overflow-y: scroll;
}

h4 {
	color: #05ABDE;
}

#main {
	width: 1200px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/********* LEFT NAV ***********/

#nav {
	width: 150px;
	margin-left: 10px;
	padding-top: 36px;
	position: fixed;
	_position: absolute;
	top: 0px;
}

/******** CONTENT PANE *********/

#content {
	width: 1050px;
	margin-left: 150px;
	position: relative;
}

#body {
	display: none;
}

/******** ABOUT PAGE **********/

#about #header {
	width: 366px;
	height: 312px;
	margin-top: -5px;
}

#about #body {
	width: 695px;
	min-height: 46px;
	_height: 46px;
	margin-top: -15px;
	padding: 0px 55px 90px 135px;
	background-image: url('../images/bottoms/about.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/******** CHOPSHOPTV PAGE **********/

#chopshoptv #header {
	width: 523px;
	height: 220px;
	margin-top: 70px;
}

#chopshoptv #body {
	width: 695px;
	min-height: 46px;
	_height: 46px;
	padding: 0px 0px 0px 105px;
}

#chopshoptv iframe {
	width: 895px;
	height: 500px;
	border: 1px solid #000;
	overflow: hidden;
}

/******** CLIENTS PAGE **********/

#clients #header {
	width: 418px;
	height: 252px;
	margin-top: 40px;
}

#clients #body {
	width: 685px;
	min-height: 65px;
	_height: 65px;
	padding: 10px 103px 60px 115px;
	background-image: url('../images/bottoms/clients.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#clients #body a {
	width: 150px;
	height: 107px;
	margin: 0px 8px 9px 0px;
	display: block;
	float: left;
	overflow: hidden;
}

#clients #body a img {
	width: 150px;
	height: 107px;
	border: 0px;
}

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

#contact #header {
	width: 453px;
	height: 205px;
	margin-top: 59px;
}

#contact #body {
	width: 425px;
	min-height: 46px;
	_height: 46px;
	padding: 30px 85px 70px 120px;
	background-image: url('../images/bottoms/contact.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#contact #emails {
	width: 180px;
	border-right: 2px solid #FFF;
	padding: 20px 0px 40px;
	float: left;
}

#contact #emails h3 {
	margin-bottom: 5px;
}

#contact #emails a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}

#contact #other_info {
	width: 200px;
	margin-left: 25px;
	padding-top: 15px;
	float: left;
}

#contact #other_info img {
	width: 150px;
}

#contact #address {
	margin: 10px 6px 10px 2px;
}

#contact #phones span {
	margin-right: 5px;
}

/*********** SHOPSTUDIES PAGE ************/

#shopstudies #header {
	width: 427px;
	height: 205px;
	padding-top: 85px;
}

#shopstudies #body {
	width: 798px;
	min-height: 46px;
	_height: 46px;
	padding: 0px 110px 40px 113px;
	background-image: url('../images/bottoms/shopstudies.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

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

#work #header {
	width: 525px;
	height: 220px;
	padding-top: 70px;
}

#work #body {
	width: 845px;
	min-height: 46px;
	_height: 46px;
	padding: 0px 43px 33px 113px;
	background-image: url('../images/bottoms/work.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/************ WORK/SHOPSTUDIES SHARED **************/

#work #categories, #shopstudies #categories {
	height: 20px;
	display: block;
	margin: 0px 0px 10px;
	padding-left: 19px;
}

#work #categories li, #shopstudies #categories li {
	margin-right: 10px;
	float: left;
	list-style: none;
}

#work #categories li a, #shopstudies #categories li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#work #categories li a.selected, #shopstudies #categories li a.selected {
	color: #FF00A9;
}

#work #categories li a:hover, #shopstudies #categories li a:hover {
	color: #FF00A9;
}

#work .video_list, #shopstudies .video_list {
	width: 150px;
	height: 457px;
	overflow: hidden;
	position: relative;
}

#work #video_list_container, #shopstudies #video_list_container {
	width: 150px;
	height: 529px;
	margin-right: 8px;
	clear: left;
	float: left;
}

#work .scroller, #shopstudies .scroller {
	width: 150px;
	height: 36px;
	clear: both;
	display: block;
	background-image: url('../images/work/up.png');
	background-position: center;
	background-repeat: no-repeat;
}

#work .scroller.down, #shopstudies .scroller.down {
	background-image: url('../images/work/down.png');
	background-repeat: no-repeat;
}

#work .video_list div.filler, #shopstudies .video_list div.filler {
	height: 10px;
}

#work .video_list .content, #shopstudies .video_list .content {
	width: 150px;
	height: 107px;
	position: relative;
	overflow: hidden;
}

#work .video_list img, #shopstudies .video_list img {
	width: 150px;
	height: 107px;
}

#work .video_list .thumb_covers {
	width: 150px;
	height: 107px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#work .video_list .cover, #shopstudies .video_list .cover {
	width: 150px;
	height: 107px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: hand;
	cursor: pointer;
	z-index: 2;
}

#work .video_list .details, #shopstudies .video_list .details {
	width: 150px;
	height: 107px;
	position: absolute;
	top: 107px;
	z-index: 1;
}

#work .video_list .details .details_actual, #shopstudies .video_list .details .details_actual {
	width: 150px;
	height: 107px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#work .video_list .details .background, #shopstudies .video_list .details .background {
	width: 150px;
	height: 107px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#work .video_list .details h3, #shopstudies .video_list .details h3 {
	width: 140px;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
}

#work .video_list .details sub, #shopstudies .video_list .details sub {
	margin-left: 5px;
	color: #e70199;
}

#work .video_list .details p, #work .video_list .details p {
	margin: 0px 0px 0px 5px;
	font-size: 10px;
}

.side_area {
	width: 640px;
	float: left;
}

.side_container {
	width: 640px;
	height: 367px;
	margin-top: 36px;
	background-color: #191919;
}

.side_details {
	width: 620px;
	height: 109px;
	margin-top: 8px;
	background-color: #191919;
}

.side_details h2 {
	width: 500px;
	margin: 5px 5px 2px;
	float: left;
	font-size: 14px;
}

.side_details sub {
	width: 60px;
	margin-top: 9px;
	float: right;
	color: #e70199;
	text-align: right;
}

.side_details sub a {
	color: #e70199;
	text-decoration: none;
}

.side_details p {
	margin: 5px 0px 0px 5px;
	clear: both;
	font-size: 11px;
}

#gallery_side {
	display: none;
}

#gallery_container {
	overflow: hidden;
	position: relative;
}

#gallery_container img {
	width: 142px;
	height: 100px;
	margin: 17px 0px 0px 14px;
	cursor: hand;
	cursor: pointer;
}

#gallery_container #large {
	width: 620px;
	height: 347px;
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: hand;
	cursor: pointer;
}

#gallery_container #large span {
	position: absolute;
	top: 2px;
	right: 5px;
	color: #e70199;
	font-size: 11px;
}

#gallery_container #large img {
	width: 620px;
	height: 347px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/************ SHOPSTUDIES MODIFIERS *****************/

#shopstudies #categories {
	padding-left: 0px;
}

#shopstudies #categories li a.selected {
	color: #92258E;
}

#shopstudies #categories li a:hover {
	color: #92258E;
}

#shopstudies #video_list_container {
	clear: right;
	float: right;
	margin-right: 0px;
	margin-left: 8px;
}

#shopstudies .side_container {
	margin-top: 0px;
}

#shopstudies .side_details {
	width: 640px;
}

#shopstudies .scroller {
	margin-top: -30px;
	float: right;
	background-image: url('../images/shopstudies/up.png');
}

#shopstudies .scroller.down {
	margin-top: 0px;
	background-image: url('../images/shopstudies/down.png');
}

#shopstudies .side_details sub {
	color: #932890;
	margin-right: 5px;
}

#shopstudies .side_details sub a {
	color: #932890;
}

#shopstudies #gallery_container #large span {
	color: #932890;
}