@charset "utf-8";
/* CSS Document */
/* This CSS Is Used For Products Pages, http://www.studioblossoms.com */
ul
{
	margin-left: 25px;
}

ul.black
{
	color: #000;
}

a
{
	color: #d00000;
	text-decoration: none;
}

img
{
	border: none;
}

.right
{
	text-align: right;
	font-weight: bold;
}

.clear
{
	clear: left;
}

.module
{
	padding: 20px;
	border: 1px solid #d7d6d6;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}

.block_img
{
	display: block;
}

.module a
{
	color: #D00000;
	text-decoration: none;
}

.button
{
	padding-top: 15px;
}

.mid_bold
{
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.bio
{
	padding-left: 35px;
	padding-bottom: 20px;
}

#wrapper
{
	position: relative;
	margin: 0px auto;
	width: 946px;
}

#main_nav
{
	margin: 0px;
	position: relative;
	padding-top: 28px;
	padding-bottom: 17px;
	height: 81px;
	/*background: url(../Script/images/nav_bg.jpg) top center no-repeat;*/
}

#home_nav
{
	position: absolute;
	display: block;
	left: 41px;
	width: 84px;
	height: 81px;
}

#company_nav, #approach_nav, #work_nav, #services_nav, #contact_nav
{
	position: absolute;
	display: block;
	top: 94px;
	height: 17px;
	line-height: 11px;
	font-size: 6px;
}

#careers_nav, #blog_nav
{
	position: absolute;
	display: block;
	top: 9px;
	height: 12px;
	line-height: 7px;
	font-size: 6px;
}

.active
{
	top: 80px !important;
	padding-top: 10px;
	border-top: 4px solid #fff;
}

#home_nav a, #company_nav a, #approach_nav a, #work_nav a, #services_nav a, #contact_nav a, #careers_nav a, #blog_nav a
{
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
}

#company_nav
{
	left: 330px;
	width: 83px;
}

#approach_nav
{
	left: 451px;
	width: 91px;
}

#work_nav
{
	left: 583px;
	width: 89px;
}

#services_nav
{
	left: 712px;
	width: 81px;
}

#contact_nav
{
	left: 833px;
	width: 89px;
}

#careers_nav
{
	left: 822px;
	width: 50px;
}

#blog_nav
{
	left: 892px;
	width: 30px;
}

/*#banner
{
	padding: 5px 7px;
	background-color: #670200;
	background: url(../Script/images/banner_bg.jpg) top center no-repeat;
}

#h1_banner
{
	text-indent: -2000em;
	margin: 0px;
	padding: 0px;
}
*/
/* Scroll Elements for Home page */
#scroll_wrapper
{
	width: 932px;
	height: 120px;
	overflow: hidden;
	background-color: #000;
}

#scroll_inner
{
	width: 3728px;
}

.item
{
	float: left;
	display: block;
	width: 932px;
	height: 359px;
}

#scroll_links
{
	position: absolute;
	left: 850px;
	top: 457px;
	font-size: 13px;
	background-color: #d00000;
	width: 70px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	display: none;
}

#scroll_links a
{
	color: #333333;
}

#scroll_links a.active_link
{
	color: #fff;
}

/* Main site style */
#main_wrapper
{
	padding: 0px 7px;
	/*background: url(../Script/images/content_bg.gif) top left repeat-y;*/
}

#left_col
{
	color: #575757;
	line-height: 20px;
	width: 570px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#right_col
{
	color: #575757;
	line-height: 20px;
	float: left;
	width: 326px;
	padding-bottom: 2px;
}

#footer
{
	color: #a1a0a0;
	font-size: 11px;
	height: 38px;
	padding-right: 35px;
	line-height: 38px;
	text-align: right;
	/*background: url(../Script/images/footer_bg.gif) top left no-repeat #dcdcdc;*/
}

#footer a
{
	color: #a1a0a0;
}

#footer a.red
{
	color: #d00000;
}

/* Team tag images */
/*#team_scott, #team_sean, #team_aaron, #team_chris
{
	text-indent: -2000em;
	height: 22px;
}

#team_scott
{
	background: url(../Script/images/scott.gif) 0 0 no-repeat;
}

#team_sean
{
	background: url(../Script/images/sean.gif) top left no-repeat;
}

#team_aaron
{
	background: url(../Script/images/aaron.gif) top left no-repeat;
}

#team_chris
{
	background: url(../Script/images/chris.gif) top left no-repeat;
}*/

/* Services style */


.past_thumb_left
{
	margin-right: 5px;
}

/* Contact Form Styles */
#contact_form label
{
	float: left;
	clear: left;
	display: block;
	font-weight: bold;
	color: #d00000;
	width: 90px;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

#contact_form textarea
{
	overflow: auto;
}

.input
{
	padding: 6px 5px;
	float: left;
	display: block;
	width: 430px;
	margin-bottom: 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.choice
{
	display: none;
}

input.input_error, textarea.input_error, select.input_error
{
	border: 1px solid #D00000;
}

.spam_code
{
	float: left;
	padding: 6px 5px;
	width: 430px;
}

.errors
{
	color: #D00000;
}

select.input
{
	width: 442px;
}

#contact_submit
{
	clear: left;
	display: block;
	text-align: right;
	padding-right: 10px;
}

/* Our Work Styles */
.recent_wrapper
{
	position: relative;
	clear: both;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	margin-top: 0px;
}

.not_first
{
	margin-top: 0px;
}

.recent_scroll_wrapper
{
	width: 560px;
	height: 120px;
	overflow: hidden;
}

.recent_scroll_wrapper_1 {
	width: 560px;
	overflow: hidden;
}


.recent_links
{
	position: absolute;
	top: 254px;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	display: none;
	background-color: #e9d59f;
	/*background-image: url(../Script/images/links_bg.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
	border: 1px solid #CCBD82;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#recent_links_1
{
	left: 440px;
}

#recent_links_2
{
	left: 440px;
}

#recent_links_3
{
	left: 440px;
}

#recent_links_4
{
	left: 440px;
}

#recent_links_5 {
	left: 475px;
}

#recent_links_6 {
	left: 475px;
}

#recent_links_7 {
	left: 475px;
}

.recent_links a
{
	color: #000000;

}

.recent_links a.active_link
{
	color: #a38b4a;
}

.recent_scroll 
{
	width: 2212px;
}

.recent_item
{
	float: left;
	display: block;
	width: 560px;
	height: 120px;
}

.recent_work_info
{
	overflow: hidden;
	margin-top: 10px;
	background-image: url(../images/background_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 555px;
}

.recent_work_links
{
	float: right;
	width: 60px;
	overflow: hidden;
	padding-top: 5px;
}

.recent_work_title
{
	font-size: 14px;
	font-weight: bold;
}
.height_30px {
	background-color: #F1F1F1;
	height: 20px;
}
