/*** GLOBAL ***
 **************/

body
{
	font-size:12px;
	color:#666;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin:0;
	padding:0;
	min-height: 100%;
	height: auto;
	background: #828282 url(http://) no-repeat fixed; /* force ie6 to execute expressions before rendering */
}

html, body
{
	height: 100%;
}

/* page_background is the white background that extends to the full height of the page.
 * Normally I would just give the wrapper element a min-height of 100%, but in this case
 * the extra padding at the bottom that keeps the sticky footer from covering the last of
 * the content creates a vertical scrollbar when the height is set at 100% (100% + padding).
 * Another method would be to include an 830px white strip in the background image, but resizing
 * the browser window horizontally can create a 1 pixel jitter that misaligns the background with
 * the real page.
 */

#page_background, #body_background
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ie6 #page_background, #ie6 #body_background
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
	left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}

#page_background div
{
	width: 830px;
	height: 100%;
	background: #fff;
	margin: 10px auto;
}

img
{
	vertical-align: middle;
}

a img
{
	border:0;
}

a, a:hover, a:active, a:visited
{
	color:#EE3624;
	font-weight:700;
	text-decoration:none;
	outline: none;
	font-family: Helvetica, Arial
}

select
{
	vertical-align: middle;
	-webkit-appearance: textarea;
}

ul
{
	list-style: disc;
	padding-right: 25px;
	margin: 10px 0 0 15px;
}

hr
{
	clear:both;
	border: none;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding: 0;
	margin: 10px 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#ie6 hr, #ie7 hr
{
	margin: 0;
}

div.header a, div.footer_inner a
{
	font-weight: inherit;
	text-transform: none;
	font-size: inherit;
	color: inherit;
}


.main_wrap
{
	position: relative;
	z-index: 20;
	width:770px;
	background:#FFF;
	margin:10px auto;
	padding:30px 30px 50px;
	min-height: 100%;
}

#ie6 .main_wrap
{
	overflow: hidden;
}

.header
{
	clear:both;
	width:770px;
	overflow:hidden;
	margin-bottom:25px;
}

.header img
{
	float:left;
	width: auto;
	height: auto;
	border:0;
}

.header p
{
	float:right;
	margin:0;
	padding:10px 0 0;
}

.header p a
{
	color:#333;
}

#experience
{
	float: right;
}

.intro_text
{
	float:left;
	font-size:18px;
	font-weight: 100;
	line-height:30px;
	margin:0;
	padding:0 100px 0 0;
	color: #333;
}

.wider_intro
{
	padding:0 0 45px 0;
}

.smaller_intro_text{
	font-size:18px;
	line-height:27px;
	margin:0;
	padding:0 50px 0 0;
	color: #333;
}

.line_headtxt
{
	font-size:14.5px;
	color:#666;
	margin:40px 0 0 0;
}
	
.R_btm_right span
{
	font-size: 14px;
	font-weight: 100; 
}

.go_next_page
{
	clear:both;
	float:right;
	margin:30px 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: 700;
}

.FL {
	float:left;
}

.FR
{
	float:right;
	margin:0;
	padding:0;
}

.CB
{
	clear:both;
	margin:0;
	padding:0;
}

.left_nav_wrap 
{
	float:left;
	width:170px;
	margin:0;
	padding:7px 30px 30px 0;
}

.body_right { float:left; width:570px; margin:0px;}

ul.left_nav li a
{
	color:#EE3624;
	display:block;
	font-size:11px;
	font-weight:700;
	height: 14px;
	padding:2px 0 0 4px;
	white-space: nowrap;
}

#ie6 ul.left_nav li a, #ie7 ul.left_nav li a
{
	padding: 3px 0 0 4px;
	height: 13px;
}

ul.left_nav li
{
	background:url("../../images/left_nav_bg.jpg") no-repeat left;
	margin:0 0 20px;
	padding: 0 0 0 16px;
	height:16px;
	overflow: hidden;
}

.left_nav li a:hover,.left_nav li.hot a
{
	background: #666;
	color:#FFF;
}

.left_nav
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:170px;
	margin:0;
	padding:7px 30px 0 0;
}

.left_nav_wrap .left_nav
{
	padding: 0;
}


/****************** footer ************************/

#footer_bg, #footer
{
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
}


#ie6 #footer_bg, #ie6 #footer
{
	width: 100%;
	height: 100px;
	position: absolute;
	top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
	left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}

#footer_bg
{
	background: transparent url("../pre-dev/images/foot_bg.png") repeat-x;
	z-index: 5;
}

#footer
{
	z-index: 20;
}

#footer_nav
{
	height:100px;
	margin:0 auto;
	width:870px;
}

#footer_nav a
{
	display: block;
	float: left;
	height: 100px;
}

#footer_nav a span
{
	display: none;
}

#footer_nav-logo
{
	width:361px;
	background: transparent url("../../images/footer_nav-logo.png");
}

#footer_nav-home
{
	width: 76px;
	background: transparent url("../../images/footer_nav-home.png");
}

#footer_nav-work
{
	width: 72px;
	background: transparent url("../../images/footer_nav-work.png");
}

#footer_nav-services
{
	width: 93px;
	background: transparent url("../../images/footer_nav-services.png");
}

#footer_nav-studio
{
	width: 80px;
	background: transparent url("../../images/footer_nav-studio.png");
}

#footer_nav-blog
{
	width: 72px;
	background: transparent url("../../images/footer_nav-blog.png");
}

#footer_nav-contact
{
	width: 116px;
	background: transparent url("../../images/footer_nav-contact.png");
}

#footer_nav-home:hover, #footer_nav-work:hover, #footer_nav-services:hover, #footer_nav-studio:hover, #footer_nav-blog:hover, #footer_nav-contact:hover, #footer_nav a.selected
{
	background-position: 0 -100px;
}



/* end footer */

.go_next_page a, .news_txt_right a, .work_gotime_btmright a, .work_double_btm_first_element a, .work_double_btm a, .project_detail_left_btmlink a, .project_detail_rightbtmlink a
{
	color: #ee3624;
	font-size: 11px;
	font-weight: 700;
	
}


a.left,.services_R_img img,.contact_inputborder
{
	float:left;
}

h1
{
	font-weight: normal;
	font-size:14px;
	color: #666666;
	display: inline; 
}

.services_R_txt span, .services_R_btm_left span,.services_R_btm_right span, .studio_R_btm_left span, .studio_R_btm_right span
{
	font-weight: 100;
	font-size:14px;
	color: #666666;
}

.services_R_btm_left a,.studio_R_btm_left div a
{
	color:#ee3624;
	font-size:11px;
	font-weight:700;
	background:url("../../images/services_down_arrow.jpg") no-repeat left;
	padding:2px 2px 0 25px;
}

.contact_formtab ul,.contact_thanks_formtab ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.contact_formtab ul li,.contact_thanks_formtab ul li
{
	float:left;
	width:385px;
}

.contact_form_wrapper,.contact_thanks2_form
{
	clear:both;
	width:770px;
	background:#e2e0d6;
	margin:0 0 40px;
	padding:0 0 30px;
}

/* ----------- UTILITY CLASSES -------------*/

.clearfix:after
{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
	line-height:0;
	height:0;
}

.red
{
	color:#EE3624;
}

.drkblue
{
	color:#072A7C;
}
.yellow
{
	color:#FDE500;
}
.light_grey
{
	color: #666;
	
}

.big
{
	font-size: 14px;
}

.bold /* use <strong> if possible!!! */
{
	font-weight:100;
}

._15px
{
	font-size:15px;
}

.block	{display:block}
.inline	{display:inline}
.nomargin	{margin:0!important}
.nopadding	{padding:0!important}
.pngfix		{behaivior: url("../iepngfix.htc")}

/* shared cForms styling */

.date
{
	font-size: 10px;
	color: #999;
}

.sendbutton
{
	clear:both;
	width:68px;
	height:35px;
	border:0;
	background:#666;
	text-align:center;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
	margin: 30px 0 0 207px;
	padding:0;
}

.sendbutton:hover{
	background: #EE3624;
}



.success {
	background:#FFFFEE none repeat scroll 0 0;
	border:1px solid;
	color:#336633;
	font-size:14px;
	margin:10px 190px;
	padding:10px;
	text-align:center;
	width:350px;
}

/* errors */
.cf_error{
	border: 1px solid #f00;
}

.cf_li_text_err {
	color:#f00;
	padding-top: 10px;
	margin-left: 165px;
}
h2.faqa {
	margin-top:0px;
	font-family: arial;
	font-size:10pt;
	font-weight:normal;
}
h2.faqh {
	margin-bottom:2px;
	font-family: arial;
	font-size:10pt;
	font-weight:bold;
	color:#666666;
}