html {
	background-color: #aaa;
}

html, body {
	height:100%;
	min-height:100%;
}

body {
	color: #333333;
	font-family: Arial, HelveticaNeue-Light, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #663399;
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:active {
	color: #330066;
	text-decoration: underline;
	outline: none;
}

img {
	border: 0;
}

button {
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.clearfix {
	clear: both;
}

.txt_black {
	color: #000;
}

#notfound {
	padding: 50px 0 150px 0;
	width: 700px;
	margin: 0 auto;
}

/* START: Top Nav */
#nav_container {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: white;
}

#nav {
	margin: 0 auto;
	padding: 0;
	width: 915px;
	height: 69px;
	text-align: left;
}

#nav a#logo, a#logo:visited {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 259px;
	height: 69px;
	text-decoration: none;
	background: url(../img/gen/logo.gif) no-repeat 0 0;
}

#nav a#logo:hover, a#logo:active {
	background: url(../img/gen/logo.gif) no-repeat 0 -69px;
}

#nav #nav_links ul {
	float: right;
	margin: 0;
	padding: 29px 13px 0 0;
}

#nav #nav_links li {
	margin: 0;
	padding-left: 41px;
	list-style: none;
	display: inline;
}

#nav #nav_links li a.nav_link, a.nav_link:visited {
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: none;
}

#nav #nav_links li a.nav_link:hover, a.nav_link:active {
	color: #330066;
}

#nav #nav_links li a.nav_link_at:link, a.nav_link_at:visited, a.nav_link_at:hover, a.nav_link_at:active {
	font-size: 14px;
	color: #660099;
	text-decoration: none;
}

/* END: Top Nav */

/* START: Purple Bar */
#purple_bar_container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 64px;
	text-align: center;
	background: url(../img/gen/purple_bar_bg.gif) repeat-x;
	background-color: #330066;
}

#purple_bar {
	margin: 0 auto;
	padding: 0;
	width: 915px;
	height: 64px;
	text-align: right;
}
/* END: Purple Bar */

/* START: Content */
#content_container {
	margin: 0;
	padding: 0 0 65px 0;
	width: 100%;
	text-align: center;
	background: url(../img/gen/content_bg.gif) repeat-x;
	background-color: #e6e6e6;
}

#content {
	margin: 0 auto;
	padding: 20px 0 25px 0;
	width: 895px;
	text-align: left;
	/*overflow: hidden;*/
}
/* END: Content */

/* START: Footer */
#footer_container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: url(../img/gen/footer_bg.gif) repeat-x;
	background-color: #ccc;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 915px;
	min-height: 25px;
	text-align: left;
	background: url(../img/gen/footer_shadow_bg.gif) no-repeat;
}
/* END: Footer */

/* START: Home */
#home_top {
	margin: 0;
	padding: 0 10px 25px 11px;
	width: 884px;
	height: 254px;
}

#home_main_img {
	float: left;	
	margin: 0;
	padding: 0;
	width: 656px;
	height: 254px;
	background: url(../img/home/ad_iphone.jpg) no-repeat;
}

#home_slide_show {
	float: left;	
	margin: 0;
	padding: 0;
	width: 656px;
	height: 254px;
	background: transparent;
}

#home_main_img_copy {
	position: relative;
	top: 98px;
	left: 369px;
	width: 240px;
	line-height: 150%;
}

#home_main_img_links {
	padding-top: 10px;
	text-align: right;
	width: 230px;
}

#home_news {
	float: right;
	margin: 0 11px 0 10px;
	padding: 15px 0 15px 0;
	width: 197px;
	height: 224px;
}

a.hdr_home_news, a.hdr_home_news:visited {
	margin: 0;
	padding: 0;
	display: block;
	width: 207px;
	height: 45px;
	text-decoration: none;
	background: url(../img/home/hdr_news.gif) no-repeat 0 0;
}

a.hdr_home_news:hover, a.hdr_home_news:active {
	background: url(../img/home/hdr_news.gif) no-repeat 0 -45px;
}

#news_article {
	margin: 0;
	padding: 0;
	width: 197px;
	line-height: 120%;
	border-bottom: 1px dotted #999;
}

#news_footer {
	margin: 0;
	padding: 15px 15px 0 15px;
	width: 167px;
}

#news_article p {
	margin: 0 0 10px 0;
	padding: 0;
}

#home_bottom {
	margin: 0;
	padding: 0 10px 0 11px;
	width: 874px;
	height: 284px;
}

#home_bottom_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 425px;
	background-color: white;
}

#home_bottom_right {
	float: right;
	margin: 0 0 0 24px;
	padding: 0;
	width: 425px;
	background-color: white;
}

.home_bottom_hdr {
	width: 425px;
	height: 15px;
	background: url(../img/home/bottom_hdr_bg.gif) no-repeat;
}

.home_bottom_content {
	width: 395px;
	height: 253px;
	padding: 0 15px 15px 15px;
}

.home_bottom_content p {
	margin: 0;
	padding-bottom: 10px;
}

.recent_work {
	margin: 0;
	padding: 16px 0 16px 0;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #ccc;
}

.recent_work img {
	margin: 0;
	padding: 0 4px 0 4px;
}

a.hdr_home_video, a.hdr_home_video:visited {
	margin: 0;
	padding: 0;
	display: block;
	width: 395px;
	height: 31px;
	text-decoration: none;
	background: url(../img/home/hdr_video.gif) no-repeat 0 0;
}

a.hdr_home_video:hover, a.hdr_home_video:active {
	background: url(../img/home/hdr_video.gif) no-repeat 0 -31px;
}

a.hdr_home_web, a.hdr_home_web:visited {
	margin: 0;
	padding: 0;
	display: block;
	width: 395px;
	height: 31px;
	text-decoration: none;
	background: url(../img/home/hdr_web.gif) no-repeat 0 0;
}

a.hdr_home_web:hover, a.hdr_home_web:active {
	background: url(../img/home/hdr_web.gif) no-repeat 0 -31px;
}

.home_bottom_foot {
	width: 425px;
	height: 20px;
	background: url(../img/home/bottom_foot_bg.gif) no-repeat;
}
/* START: Home */

/* START: Interior pages */
/* START: Secondary Navigation */
#secondary_nav {
	float: left;
	padding: 0;
	margin: 0;
	width: 193px;
}
#secondary_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#secondary_nav li {
	margin: 0;
	padding-bottom: 16px;
}

#secondary_nav li a.nav_link, a.nav_link:visited {
	font-size: 14px;
	color: #5a5a5a;
	text-decoration: none;
}

#secondary_nav li a.nav_link:hover, a.nav_link:active {
	color: #330066;
}

#secondary_nav li a.nav_link_at:link, a.nav_link_at:visited, a.nav_link_at:hover, a.nav_link_at:active {
	font-size: 14px;
	color: #660099;
	text-decoration: none;
}
/* END: Secondary Navigation */

/* START: Tertiary Navigation */
#tertiary_nav {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	width: 183px;
}
#tertiary_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tertiary_nav li {
	margin: 0;
	padding-bottom: 16px;
}

#tertiary_nav li a.tertiary_link, a.tertiary_link:visited {
	font-size: 12px;
	color: #9a9a9a;
	text-decoration: none;
}

#tertiary_nav li a.tertiary_link:hover, a.tertiary_link:active {
	color: #5a5a5a;
}

#tertiary_nav li a.tertiary_link_at:link, a.tertiary_link_at:visited, a.tertiary_link_at:hover, a.tertiary_link_at:active {
	font-size: 12px;
	color: #660099;
	text-decoration: none;
}
/* END: Tertiary Navigation */

#middle_column {
	float: left;
	padding: 0	15px 0 15px;
	margin-bottom: 0;
	width: 455px;
	min-height: 400px;
	border-width: 0 1px 0 1px;
	border-style: dotted;
	border-color: #ccc;
	line-height: 200%;
}

#middle_column p {
	padding: 0 0 20px 0;
	margin: 0;
}

#middle_column ul {
	margin-top: 0;
}

#middle_column ol {
	margin-top: 0;
}

#right_column {
	float: right;
	padding-left: 15px;
	margin: 0;
	width: 200px;
	line-height: 200%;
}

#news_column {
	float: left;
	padding: 0	15px 50px 15px;
	width: 670px;
	min-height: 400px;
	border-left: 1px dotted #ccc;
	line-height: 200%;
}

#news_column h1.news {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	border-bottom: 1px dotted #333;
}

.post h2 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	border-bottom: 1px dotted #333;
}

ul.news_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_column p {
	padding: 0 0 20px 0;
	margin: 0;
}

a.news {
	position: relative;
	top: 22px;
}

.news_img {
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.news_img img {
	padding: 0 0 5px 5px;
}

.video_reel_container {
	padding: 0 0 10px 0;
	margin: 0;
	width: 200px;
}

.video_reel {
	float: left;
	padding: 0;
	margin: 0;
	width: 45px;
	vertical-align: middle;
}

.video_reel a img {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

.video_reel_title {
	float: right;
	padding: 6px 0 0 0;
	margin: 0;
	width: 155px;
	line-height: 110%;
}

.video_reel_title2 {
	float: right;
	padding: 0;
	margin: 0;
	width: 155px;
	line-height: 110%;
}

#reel_description {
	margin-top: 10px;
	padding-top: 10px;
	width: 455px;
	border-top: 1px dotted #ccc;
}

#reelHolder {
	z-index: 200;
	position: relative;
}

a.view_web_work:link, a.view_web_work:visited {
	padding: 0;
	margin: 10px 0 10px 0;
	display: block;
	width: 180px;
	height: 21px;
	text-decoration: none;
	background: url(../img/video/btn_view_web_work.gif) no-repeat 0 0;
}

a.view_web_work:hover, a.view_web_work:active {
	background: url(../img/video/btn_view_web_work.gif) no-repeat 0 -21px;
}

a.view_video_reels:link, a.view_video_reels:visited {
	padding: 0;
	margin: 10px 0 10px 0;
	display: block;
	width: 180px;
	height: 21px;
	text-decoration: none;
	background: url(../img/web/btn_view_video_reels.gif) no-repeat 0 0;
}

a.view_video_reels:hover, a.view_video_reels:active {
	background: url(../img/web/btn_view_video_reels.gif) no-repeat 0 -21px;
}

a.view_pricing:link, a.view_pricing:visited {
	padding: 0;
	margin: 5px 0 10px 0;
	display: block;
	width: 180px;
	height: 21px;
	text-decoration: none;
	background: url(../img/video/btn_view_pricing.gif) no-repeat 0 0;
}

a.view_pricing:hover, a.view_pricing:active {
	background: url(../img/video/btn_view_pricing.gif) no-repeat 0 -21px;
}

table.pricing {
	margin: 0;
	width: 455px;
	font-size: 11px;
	line-height: 150%;
}

table.pricing th {
	padding: 10px;
	vertical-align: bottom;
	border-bottom: 1px solid #5a5a5a;
	background-color: #ddd;
}

table.pricing td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

table.pricing td.three {
	padding: 10px;
	width:350px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

.staff {
	margin: 0;
	padding: 0 0 25px 0;
}

.purple {
	color: #330066;
	font-size: 14px;
	border-bottom: 1px dotted #333;
}

a.purple {
	color: #330066;
	font-size: 14px;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

img.left {
	float: left;
	padding: 0;
	margin: 10px 15px 0 0;
}

.client_list {
	padding: 0;
	margin: 0;
	width: 455px;
}

.client_left {
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	width: 220px;
}

.client_right {
	float: right;
	padding: 0;
	margin: 0;
	width: 220px;
}

.client_head {
	float: left;
	padding: 5px 5px 5px 10px;
	margin: 0;
	width: 205px;
	font-size: 11px;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #5a5a5a;
	background-color: #ddd;
}

.client {
	float: left;
	padding: 5px 5px 5px 10px;
	margin: 0;
	width: 205px;
	font-size: 11px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
}

#project_image {
	display: block;
	padding: 0 0 15px 0;
	margin: 0;
	width: 455px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

#project_description {
	display: block;
	padding: 15px;
	margin: 0;
	width: 425px;
}

#visit_site {
	float: right;
	padding: 0;
	margin: 0;
}

.coming_soon {
	color: #666;
}

.spacer {
	clear:both;
	height:1px;
}

#stylized {
	margin: auto 0;
	padding: 0;
	width: 455px;
}

#stylized p {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 145px;
	float: left;
}

#stylized input{
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 2px 0 20px 10px;
	border: 1px solid #5a5a5a;
	width: 250px;
}

#stylized select{
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 2px 0 20px 10px;
	border: 1px solid #5a5a5a;
	width: 250px;
}

#stylized textarea{
	float: left;
	padding: 4px 2px 4px 2px;
	margin: 2px 0 20px 10px;
	border: 1px solid #5a5a5a;
	width: 250px;
	height: 150px;
}

#stylized button {
	clear: both;
	padding: 0 0 3px 0;
	margin-left: 155px;
	width: 180px;
	height: 21px;
	background: url(../img/contact/btn_blank.gif) no-repeat 0 0;
	text-align: center;
	color: #330066;
	font-size: 12px;
}

#bgpop {
	position:fixed;
	/*overflow: hidden;*/
	left: 0;
	top: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	background: black fixed top left;
	z-index: 100;
}

/* End: Interior pages */

/*START: Popup Div Styling */
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 350px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 0;
}

#close {
	width: 330px;
	padding: 5px 10px;
	text-align: right;
	background: #663399;
	border-bottom: 1px solid #000;
}

#close a {
	color:#fff;
}
/*END: Popup Div Styling */

.contact_icon_container {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}

.contact_icon_image {
	float: left;
	padding: 0;
	margin: 0;
	width: 45px;
	vertical-align: middle;
}

.contact_icon_image a img {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

.contact_icon_title {
	float: right;
	padding: 10px 0 0 0;
	margin: 0;
	width: 155px;
	line-height: 110%;
}

/* boulder outdoor cinema styling */
#outdoor_cinema #content {
	width: 1050px;
	padding-left: 18px;
}
#outdoor_cinema #nav {
	width: 1046px;
}
#outdoor_cinema #content_teaser {
	margin-top: 10px;
}
#outdoor_cinema #middle_column {
	width: 800px;
	border-left: none;
	padding-left: 0px;
}
#outdoor_cinema #contest_submissions {
	float: left;
	padding-left: 25px;
	width: 491px;
}
#outdoor_cinema #submit {
	padding-top: 15px;
}
#outdoor_cinema p {
	line-height: 24px;
}
#prizes.section {
	padding-top: 10px;
	margin-top: 7px;
}
#outdoor_cinema .section {
	border-top: dotted 1px #ccc ;
	padding-bottom: 20px;
}
#prizes_left, #prizes_right {
	float: left;
}
#prizes_left {
	width: 186px;
	padding-top: 7px;
}
#prizes_right {
	padding-top: 5px;
}
#outdoor_cinema .left {
	width: 284px;
	float: left;
}
#outdoor_cinema #submit p {
	width: 210px;
}
#movie_popup #movie_content {
	margin: 0px auto;
	top: 25px;
	/*border: 3px #2F2F2F solid;*/
	width: 462px;
	height: auto;
}
#movie_popup a {
	color: #CFCFCF;
}
#movie_content p {
	color: #663399;
}
#outdoor_cinema .thumbnail {
	border: 3px solid #d1d1d1;
	float: left;
	margin-right: 10px;
}
/*a.submissionThumb {
	display: block;
	float: left;
	color: #333;
}
a.submissionThumb img {
	border: 3px solid #d1d1d1;
}
a.submissionThumb:hover {
	color: #666;
	text-decoration: none;
}
a.submissionThumb:hover img {
	border: 3px solid #b1b1b1;
}*/
/** end of boulder outdoor cinema shorts styling */


/* Start: Home Slideshow */
#slideshow {list-style:none;}
#slideshow span {display:none}
#wrapper {width:656px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:656px; height:254px;}
#information {visibility: hidden; position:absolute; bottom:0; width:656px; height:0; overflow:hidden; z-index:200; /*opacity:.7; filter:alpha(opacity=70)*/}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:656px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:254px; cursor:pointer; z-index:150}
#imgprev {left:0; background: transparent url(../img/home/left.png) left center no-repeat;}
#imgnext {right:0; background: transparent url(../img/home/right.png) right center no-repeat}
#imglink {position:absolute; height:254px; width:100%; z-index:100;}
#imglink_fix {float: left; height:254px; width:100%; background-image:url(../img/home/i.gif);}
.linkhover {background:url(../img/home/link.png) center center no-repeat}
#thumbnails {visibility: hidden; margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../img/home/scroll-left.gif) center center no-repeat;}
#slideright {float:right; width:20px; height:81px; background: url(../img/home/scroll-right.gif) center center no-repeat}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; padding:2px}
/* END: Home Slideshow */