/*** GLOBAL ***
 **************/

body
{
	color:#666;
	margin:-10px 0 0;
	padding:10px 0 0;
	min-height: 100%;
	height: auto;
	background: #828282 url(http://) repeat fixed;
	font: 12px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	vertical-align: 1.2em;
}

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.
 */



/* these styles are used on home & work */
#home_upper_left
{
	width:545px;
	padding: 0px !important;
}

#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
{
	z-index: 6;
}

#page_background div
{
	width: 830px;
	height: 100%;
	background: #fff;
	margin: 10px auto;
}

img
{
	vertical-align: middle;
}

a img
{
	border:0;
}

a, a:active, a:visited
{
	color:#EE3624;
	font-weight:700;
	text-decoration:none;
	outline: none;
	font-family: Helvetica, Arial
}

a:hover{
	color:#a2261a;
}

select
{
	vertical-align: middle;
	-webkit-appearance: textarea;
}

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

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-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px 130px;
}

#ie6 .main_wrap
{
	overflow: hidden;
}

.header
{
	clear:both;
	width:770px;
	overflow:hidden;
	margin-bottom:25px;
}

.header img
{
	float:left;
	width:68px;
	height:56px;
	border:0;
}

.header p
{
	float:right;
	margin:0;
	padding:10px 0 0;
}

.header p a
{
	color:#333;
}

.logo {
	width: 70px;
	height: 60px;
	float: left;
	clear: none;
}



.intro_text
{
	float:left;
	font-size:18px;
	font-weight: 100;
	line-height:30px;
	margin:0;
	padding:0 100px 0 0;
	color: #333;
	text-indent: 73px;
}

.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
{
	display:block;
	font-size:11px;
	font-weight:700;
	height:14px;
	padding:3px 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 ************************/

/****************** network ************************/

#network_nav
{
	height:64px;
	width:350px;
	margin: 0;
	padding: 0;
}
#network_nav a
{
	display: block;
	float: left;
	height: 64px;
}

#network_nav a span
{
	display: none;
}

#network_nav-facebook
{
	width:115px;
	background: transparent url(../images/network.jpg) 0 0;
}

#network_nav-linkedin
{
	width:136px;
	background: transparent url(../images/network.jpg) -115px 0;
}
#network_nav-flickr
{
	width:99px;
	background: transparent url(../images/network.jpg) -251px 0;
}

#network_nav-facebook:hover {
	background-position: 0 -64px;
}

#network_nav-linkedin:hover {
	background-position: -115px -64px;
}

#network_nav-flickr:hover {
	background-position: -251px -64px;
}

/****************** footer ************************/


/* 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
{
	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
{
	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;
}

/* ----------- UTILITY CLASSES -------------*/

.clearfix:after
{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
	line-height:0;
	height:0;
}

a.red_link{
	font-size: 11px;
}
.red
{
	color:#EE3624;
}

.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;
}




.blogline{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
