@charset "UTF-8";

/* CSS Document */


/*GENERAL FORMATTING*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 26px;
	background-image: url(/images/repeat-pattern3.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #31251A;
	background-attachment: scroll;
}

html {
	width: 100%;
	height: 100%;
}

a:link, a:visited, a:active {
	color:#EDE0C0;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}

a:hover {
	color:#ee490a;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, span,img, table, tr,td {
	padding: 0px;
	margin: 0px;
}

h2 {
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #31251A;
	font-size: 16px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 40px;
	width: 100%;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EDE0C0;
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 100%;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #31251A;
	font-size: 24px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	line-height: 50px;
}
h7  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EE490A;
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 100%;
}

.clearer {
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

table {
	border-collapse: collapse;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}



/*MAIN HEADER - includes the navigation*/


#main_header_section {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 100%;
	background-image: url(/images/repeat-pattern3.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#main_header_img_holder {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	background-image: url(/images/main_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header_inner_holder {
	margin: auto;
	padding: 0px;
	height: 170px;
	width: 960px;
}

#main_logo {
	float: left;
	height: 170px;
	width: 210px;
	background-image: url(/images/logo_trans.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#slogan_list {
	padding: 0px;
	float: left;
	width: auto;
	list-style-type: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 16px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.slogan_list_item {
	display: block;
	float: left;
	margin: 0px;
	padding: 0 10px;
}

#main_nav_list {
	height: 55px;
	width: 600px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_nav_list .main_nav_item {
	display: block;
}

.main_nav_item {
	display: inline;
	list-style-type: none;
	height: 55px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.main_nav_item .nav_link:link, .nav_link:visited, .nav_link:active {
	color: #F9DEE1;
	font-size: 14px;
	height: 34px;
	width: auto;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
}

.main_nav_item .nav_link:hover {
	color: #FFFFFF;
}



/*DIVIDER BAR*/

#main_divider_section {
	background-image: url(/images/main_divider2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 94px;
	width: 100%;
	background-position: center top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#inner_divider_bar_holder {
	padding: 0px;
	height: 50px;
	width: 960px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#welcome_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	display:inline;
	height: 48px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #88725B;
	line-height: 48px;
}



#welcome_holder span {
	color: #EDE0C0;
}

.welcome_link:link, .welcome_link:visited, .welcome_link:active {
	text-decoration: none;
	color: #EDE0C0;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.welcome_link:hover {
	color: #EE490A;
}

#sticker_list{
	float:left;
	display:inline;
	width:200px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

#sticker_list li{
	float:left;
	display:inline;
	width:40px;
	height:50px;
}

#sticker_list a{
	width:40px;
	height:50px;
	display:block;
	background-position:left bottom;
}

#sticker_list a:hover{
	background-position:left top;
}


#sticker_twitter{
	background-image:url(/images/sticker_twitter.jpg);
}

#sticker_fbk{
	background-image:url(/images/sticker_fbk.jpg);
}

#sticker_flickr{
	background-image:url(/images/sticker_flickr.jpg);
}

#sticker_in{
	background-image:url(/images/sticker_in.jpg);
}



#divider_bar_quote_holder {
	height: 44px;
	width: 204px;
	margin: 0px;
	background-image: url(/images/divider_bar_indent.png);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 48px;
	color: #88725B;
	background-position: left top;
	text-align: left;
	text-indent: 0px;
	float: right;
	position: relative;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#quote_icon {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 40px;
	position: absolute;
	top: -10px;
	right: 4px;
	background-image: url(/images/quote_icon.png);
	background-repeat: no-repeat;
}



/*MAIN SECTION - this is split into it's seperate sections*/

#main_section {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(/images/swatches.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}

#inner_content_holder {
	margin: auto;
	height: auto;
	width: 960px;
	background-image: url(/images/fish.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}



/*HOMEPAGE FEATURED PROJECT*/

#homepage_feature_holder {
	margin: 0px;
	float: left;
	height: auto;
	width: 960px;
	background-image: url(/images/homepage_drawn_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#featured_project_homepage_viewer {
	margin: 0px;
	 padding:60px 0px 0px 35px;
	float: left;
	height: 340px;
	width: 573px;
	background-image: url(/images/featured_project_viewer_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}



#homepage_introtext_holder {
	margin: 0px;
	float: left;
	height: 366px;
	width: 332px;
	background-image: url(/images/paint_title_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#homepage_introtext_holder p {
	width: 320px;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	float: left;
}

/* JQUERY CYCLE BANNER -------------------------------------------------------------------------- */
#slider_wrap{
 position:relative;
 width:100%;
 height:200px;
 padding:0px;
 margin:0px;
}
#slider_holder{
 width:555px;
 height:310px;
 padding:0px;
 margin:0px;
 z-index:10;
}
#slide_pager{
display:none;
}
#slide_pager a{
 display:inline;
 padding:0px 5px 0px 0px;
}
#slide_pager a.activeSlide{ 
 font-weight:bold;
 color:#000000;
}
#btnslidebk{
 position:absolute;
 top:60px;
 left:0px;
 width:40px;
 height:80px;
 cursor:pointer;
 z-index:60;
 background-color:#fff;
 background-image:url(/images/site/slider_btn-trans.png);
}
#btnslidefw{
 position:absolute;
 top:60px;
 right:0px;
 width:40px;
 height:80px;
 cursor:pointer;
 z-index:60;
 background-color:#fff;
 background-image:url(/images/site/slider_btn-trans.png);
}



/*HOMEPAGE BOTTOM LEFT SECTION - web/print/brand columns */

#homepage_bottom_left_holder {
	margin: 0px;
	float: left;
	height: auto;
	width: 620px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/cut_along_text.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
}

.section_header_tag {
	height: 60px;
	width: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
}

.section_header_tag_absolute_two {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 10;
	height: auto;
	width: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.section_header_tag_absolute_three {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: auto;
	width: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#homepage_web_print_brand_cols {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(/images/web_print_brand_cols_dash.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	float: left;
	position: relative;
	height: auto;
	width: auto;
}

#homepage_web_print_brand_cols p {
	padding: 0px;
	width: 166px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

.homepage_web_print_brand_item {
	width: 196px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	float: left;
	height: 430px;
	position: relative;
}

.homepage_web_print_brand_header {
	padding: 0px;
	height: 72px;
	width: 196px;
	background-image: url(/images/dyed_texture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 70px;
	color: #ECDFC0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-indent: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.homepage_web_icon {
	background-image: url(/images/web_homepage_icon.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 196px;
	background-position: 150px 22px;
}

.homepage_print_icon {
	background-image: url(/images/print_homepage_icon.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 196px;
	background-position: 150px 22px;
}

.homepage_brand_icon {
	background-image: url(/images/brand_homepage_icon.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 196px;
	background-position: 157px 15px;
}

.read_more_link_hands:link, .read_more_link_hands:visited, .read_more_link_hands:active {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 196px;
	display: block;
	text-decoration: none;
	color: #31251A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 50px;
	text-indent: 75px;
	background-image: url(/images/sml_hand.gif);
	background-repeat: no-repeat;
	background-position: 150px 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.read_more_link_hands:hover {
	color: #EE490A;
}



/*HOMEPAGE BOTTOM RIGHT SECTION - "what our clients say" quotes */

#homepage_bottom_right_holder {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 340px;
}

.test {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
}
.section_header_tag_absolute {
	position: absolute;
	left: 0px;
	top: -40px;
	z-index: 10;
	height: auto;
	width: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#quote_holder {
	padding: 0px;
	float: left;
	height: 290px;
	width: 340px;
	background-repeat: no-repeat;
	background-image: url(/images/quote_shadow2.png);
	margin: 0px;
}

#quote_paper {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 340px;
	float: left;
	background-image: url(/images/quote_paper.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#quote_paper_text_holder {
	padding: 0px;
	float: left;
	height: 250px;
	width: 240px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	*margin-left: 75px;
	_margin-left: 37px;
}

#clients_featured_quote {
	float: left;
	height: 180px;
	width: 180px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #684F3E;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#featured_quote_client_logo {
	margin: 0px;
	float: left;
	height: 60px;
	width: 95px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(/images/test_client_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#featured_quote_client_name {
	margin: 0px;
	float: left;
	height: 30px;
	width: 120px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #31251A;
	text-align: center;
}

#more_quote_bubbles_holder {
	width: 340px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#more_quotes_header {
	padding: 0px;
	float: left;
	height: 50px;
	width: 340px;
	background-image: url(/images/small_other_quotes_arrow.gif);
	background-repeat: no-repeat;
	background-position: 126px 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#more_quotes_header_left {
	margin: 0px;
	float: left;
	height: 50px;
	width: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	color: #31251A;
	font-size: 15px;
	padding: 0px;
}

#more_quotes_header_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	line-height: 20px;
}

#more_quotes_list {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	width: 340px;
}

.more_quotes_item {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 112px;
	display: inline;
	background-image: url(/images/denim_speech_bubble_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.denim_speech_bubble {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 112px;
	background-image: url(/images/denim_speech_bubble.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.denim_speech_bubble .denim{
 display:block;
 width:112px;
 height:100px;
}
.more_quotes_client_name {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 112px;
	color: #31251A;
	font-size: 11px;
	float: left;
	line-height: 16px;
	text-align: right;
}



/*FOOTER SECTION - the three sub sections are held inside the same list for failover*/

#jumbo_wrap{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(/images/leather_texture.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.full_dashed_divider {
	background-image: url(/images/dashes2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 100%;
	background-position: center 4px;
}

#jumbo_holder{
	width:960px;
	margin:auto;
	padding:20px 0px 20px 0px;
	color:#ccc;
	line-height:21px;
}

#jumbo_holder a{
	color:#E07E5F;
}

#jumbo_holder h4{
	margin:0px 0px 20px 0px;
}

#jumbo_left{
	float:left;
	display:inline;
	width:300px;
	height:auto;
    padding:5px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	background:url(/images/jumbo_twitter-trans.png) left top no-repeat;
}

#jumbo_middle{
	float:left;
	display:inline;
	width:280px;
	height:auto;
    padding:5px 0px 0px 0px;
	margin:0px 30px 0px 0px;
}

#jumbo_right{
	float:left;
	display:inline;
	width:320px;
	height:auto;
    padding:5px 0px 0px 0px;
	margin:0px;
	background:url(/images/jumbo_blog-trans.png) right top no-repeat;
}

#articles_list{
	list-style:none;
	padding:0px;
	margin:0px;
}

.article_item{
	width:auto;
	height:auto;
	margin:0px 0px 20px 0px;
	clear:both;
}

.article_img_holder{
	float:left;
	display:inline;
	margin:0px 10px 0px 0px;
}

.gfc-resultsHeader{
 display:none;
}

.tweet_list li{
	margin:0px 0px 20px 0px;
	padding:0px;
}

.tweet_list li a{
	display:inline;
}

.tweet_list{
	list-style:none;
	margin:0px;
	padding:0px;
}

.tweet_first{
	margin:0px;
	padding:0px;
}

.gfc-result .gf-title{
	line-height:1.4em;
}

.gf-snippet{
	margin:0px 0px 20px 0px;
}

/*----------------------------------------------------------------------------------------------------*/

#footer_terms_holder {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 960px;
	float: left;
}

#legal_text_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 890px;
	line-height: 40px;
	color: #FCF6E8;
}

#legal_text_holder p {
	float: left;
}

#follow_us_holder {
	float: right;
	height: 40px;
	width: 245px;
	margin: 0px;
	padding: 0px;
}

#follow_us_list {
	padding: 0px;
	float: left;
	width: 245px;
	list-style-type: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.follow_us_list_item {
	display: inline;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	line-height: 20px;
}

.follow_us_list_item a{
	color:#fff;
	text-decoration:none;
}

.follow_us_list_item a:hover{
	color:#ee490A;
}

.twitter_icon {
	background-image: url(/images/twitter_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

.rss_icon {
	background-image: url(/images/rss_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

.delicious_icon {
	background-image: url(/images/delicious_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

.first_item {
	padding-left: 0px;
}

.last_item {
	padding-right: 0px;
}

#footer_oc_logo {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 60px;
	width: 60px;
	background-image: url(/images/footer_oc_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#jquery_viewer_holder {
	padding: 0px;
	float: left;
	height: 310px;
	width: 555px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}


/*CLASSES ACCROSS THE WHOLE SITE*/

.full_width_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 960px;
	position: relative;
	z-index: 0;
}

.half_width_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 480px;
	position: relative;
	z-index: 0;
}

.content_half_left {
    display: inline;
    float: left;
    height: auto;
    margin: 20px 10px 10px 30px;
    width: 440px;
}

.content_half_right {
    display: inline;
    float: right;
    height: auto;
    margin: 20px 30px 10px 30px;
    width: 420px;
}




.text_grunge_back-what_we_do {
    background-image: url(/images/whatwedo-quoteback.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
#caption_section_left {
    float: left;
    height: 170px;
    margin: 0;
    padding: 0;
    width: 180px;
}
#caption_section_right {
    float: left;
    height: 170px;
    margin: 0;
    padding: 0;
    width: 600px;
}
#caption_holder {
    color: #31251A;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 46px 0 0;
    text-align: center;
}
.paper_texture {
    background-image: url(/images/whatwedo_paper_texture2.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    height: auto;
}
.paper_header {
    background-image: url(/images/whatwedo_paper_header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 960px;
}
#header_content_holder {
    float: left;
    height: 160px;
    margin: 0;
    padding: 0;
    width: 960px;
}
#header_holder_left {
    color: #ECDFC0;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    height: 126px;
    margin: 0;
    padding: 34px 0 0;
    text-align: right;
    width: 240px;
}
#header_holder_right {
    float: left;
    height: 80px;
    margin: 0;
    padding: 32px 0 0;
    width: 700px;
}

.whatwedo_paper_footer {
    background-image: url(/images/whatwedo_paper_footer.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 960px;
}


#legal_holder
{
padding: 30px;
width: 900px;
}

#rates_holder{
	padding:0px 30px 0px 30px;
}

.legal_header {
background-image: url(/images/legal_header.jpg);
height: 170px;
}

.rate_card_header {
background-image: url(/images/rate_card_header.jpg);
height: 60px;
margin-top: 20px;
}

.rates_top_section ul#rates_links {
padding: 0;
margin: 0;
margin-top: 10px;
float: left;
}

.rates_top_section ul#rates_links li {
 list-style-type: none;
margin: none;
padding-left: 30px;
height: 25px;
background-image: url(/images/ratecard-list-arrows.gif);
background-repeat: no-repeat;
background-position: 0px 8px;
}

a.rates_link {
color: #EE490A;
_color: #EE490A !important;
}

a.rates_link:hover {
color: #31251A;
_color: #31251A !important;
}

a.rates_contact_link {
color: #31251A;
font-weight: bold;
}

a.rates_contact_link:hover {
color:#EE490A;

}

.rates_top_section {
background-image: url(/images/ratecard_shield.jpg);
background-repeat: no-repeat;
background-position: 600px 20px;
}

#shield_overlay {
font-family: Georgia, "Times New Roman", Times, serif;
height: 270px;
width: 310px;
line-height: 35px;
font-size: 13px;
text-align: center;
padding:30px 0px 0px 0px;
margin:0px 0px 20px 0px;
background:url(/images/ratecard_shield.jpg) left top no-repeat;
}
#shield_overlay span {
display: block;
}



.float_right {
float: right;
}



/* NEW RATES PAGE STYLES FEB 2011 ////////////////////////////////////////////////////////////////////*/

.rates_left{
	float:left;
	display:inline;
	width:560px;
	margin:0px 30px 0px 0px;
}

.rates_left_section{
	margin:0px 0px 40px 0px;
}

.rates_left_section a{
	color:#EE490A;
}

.rates_left_section a:hover{
	color:#FF7950;
}

#right_fit_list{
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#right_fit_list li{
	padding:0px 0px 0px 80px;
	margin:0px 0px 20px 0px;
}

#right_fit_list h5{
	color:#EE490A;
}

#right_fit_1{
	background:url(/images/right_fit_1-trans.png) left top no-repeat;
}

#right_fit_2{
	background:url(/images/right_fit_2-trans.png) left top no-repeat;
}

#right_fit_3{
	background:url(/images/right_fit_3-trans.png) left top no-repeat;
}

#right_fit_4{
	background:url(/images/right_fit_4-trans.png) left top no-repeat;
}

.rates_right{
	float:left;
	display:inline;
	width:310px;
	height:auto;
}

.rates_right p{
	padding:10px;
	margin:0px 0px 20px 0px;
	border:1px dashed #7F6450;
	color:#72695A;
	background-color:#D8CCB4;
}

#tight a {
    color:#EE490A;
}
#tight a:hover {
    color:#FF7950;
}

#tight h6{
	padding:0px 0px 10px 80px;
	background:url(/images/tight-trans.png) left top no-repeat;
}

#nervous{

}

#nervous h6{
	padding:0px 0px 10px 80px;
	background:url(/images/nervous-trans.png) left top no-repeat;
}

#stalling{

}

#stalling h6{
	padding:0px 0px 10px 80px;
	background:url(/images/stalling-trans.png) left top no-repeat;
}











.preview{
	display:none;
	width:960px;
	height:640px;
	background-color:#fff;
}

.preview_image{
	float:left;
	display:block;
	width:640px;
	height:640px;
}

.preview_text{
	float:left;
	display:block;
	width:260px;
	height:460px;
	padding:140px 40px 40px 20px;
	color:#666666;
}

.preview_portfolio{
	background: url(/images/preview_portfolio.jpg) 0px 10px no-repeat #fff;
}

.preview_testimonials{
	background: url(/images/preview_testimonials.jpg) 0px 10px no-repeat #fff;
}


.preview_text h2{
	color:#31251A;
	margin:0px 0px 20px 0px;
}
