@charset "UTF-8";

/* CSS Document */


/*GENERAL FORMATTING*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 26px;
	background-image: url(/img/repeat-pattern3.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	color: #31251A;
}

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



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;
	float: left;
	line-height: 50px;
}

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

/* TAG CLOUD */

ul.wp-tag-cloud
{
width: 420px;
margin: 0;
padding: 0;
margin-top: 10px; 
margin-left: 10px; 
}

ul.wp-tag-cloud li
{
margin: 10px;
float: left;
height: 20px;
display: block;
}

ul.wp-tag-cloud li a
{
 color: #E07E5F;
text-decoration: none;
}

/*MAIN HEADER - includes the navigation*/


#main_header_section {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 100%;
	background-image: url(/img/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(/img/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(/img/logo_trans.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#slogan_list {
	padding: 0px;
	float: right;
	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: 0px;
}

.slogan_list_item {
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#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: 100px;
	display: block;
	margin: 0px;
	padding: 0;
	padding-top: 20px;
	/*padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px; */
	
	text-align: center;
	text-decoration: none;
}

.main_nav_item .nav_link:hover {
	color: #FFFFFF;
}



/*DIVIDER BAR*/

#main_divider_section {
	background-image: url(/img/main_divider.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: 19px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#welcome_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 500px;
	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;
}

#divider_bar_quote_holder {
height: 44px;
width: 204px;
margin: 0px;
background-image: url(/img/divider_bar_indent-trans.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(/img/quote_icon-trans.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(/img/swatches.gif);
	background-repeat: no-repeat;
	background-position: center 40px;

}

#inner_content_holder {
	margin: auto;
	height: auto;
	width: 960px;
	background-image: url(/img/fish.gif);
	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(/img/homepage_drawn_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;


}

#featured_project_homepage_viewer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
	width: 608px;
	background-image: url(/img/featured_project_viewer_back-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}



#homepage_introtext_holder {
	margin: 0px;
	float: left;
	height: 366px;
	width: 332px;
	background-image: url(/img/paint_title_back-trans.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: 24px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	float: left;
}



/*HOMEPAGE BOTTOM LEFT SECTION - web/print/brand columns */

#homepage_bottom_left_holder {
	margin: 0px;
	float: left;
	height: auto;
	width: 620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/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_relative {
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
	float: left;

}

.section_header_tag_absolute {
	position: absolute;
	left: 0px;
	top: -40px;
	z-index: 10;
	height: 90px;
	width: 170px;
}

.section_header_tag_absolute_two {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 10;
	height: 90px;
	width: 170px;you
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.section_header_tag_absolute_three {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: 90px;
	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(/img/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(/img/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(/img/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(/img/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(/img/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(/img/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;
}

#quote_holder {
	padding: 0px;
	height: 290px;
	width: 340px;
	background-repeat: no-repeat;
	background-image: url(/img/quote_shadow2-trans.png);
	margin: 0px;
}

#quote_paper {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 340px;
	float: left;
	background-image: url(/img/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-repeat: no-repeat;
	background-position: center center;
}

#featured_quote_client_logo img {

	margin-top: 13px;
	margin-left: 7px;

}

#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(/img/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(/img/denim_speech_bubble_shadow-trans.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(/img/denim_speech_bubble.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

#footer_section {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(/img/leather_texture.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.full_dashed_divider {
background-image: url(/img/dashes.gif);
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
height: 16px;
width: 100%;
background-position: center 4px;
}

#footer_inner_holder {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 960px;
}

#footer_resources_holder {
	margin: 0px;
	height: auto;
	width: 960px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #FCF6E8;
	float: left;
}

#footer_resources_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	list-style-type: none;
}

#tag_cloud_holder {
	padding: 0px;
	float: left;
	height: auto;
	width: 440px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer_spacer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
}

#tag_cloud_top_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 160px;
	width: 440px;
	background-image: url(/img/tag_cloud_top_dashes.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#tag_cloud_footer {
	background-image: url(/img/tag_cloud_footer.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 56px;
	width: 440px;
}

#popular_articles_holder {
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#links_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
}

#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: 255px;
	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;
}

.twitter_icon {
	background-image: url(/img/twitter_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

.rss_icon {
	background-image: url(/img/rss_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding: 0px;
	margin: 0px;
}

.delicious_icon {
	background-image: url(/img/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(/img/footer_oc_logo-trans.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#jquery_viewer_holder {
	padding: 0px;
	float: left;
position: relative;
	height: 310px;
	width: 555px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	*margin-left: 35px;
	_margin-left: 17px;
}


/*CLASSES ACCROSS THE WHOLE SITE*/
#lower_holder
{
margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 960px;
	
}
.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;
}

/* ABOUT  */

.about_page_gap {
	padding-top: 20px;
}

#whoweare_holder {
	background-image: url(/img/notepad-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: left;
	height: 490px;
	width: 662px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#whoweare_text_area {
	padding: 0px;
	float: left;
	height: auto;
	width: 540px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	*margin-left: 70px;
	_margin-left: 35px;
}

#our_clients_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 490px;
	width: 298px;
	background-image: url(/img/our_clients_grunge.jpg);
	background-repeat: no-repeat;
	background-position: left 35px;
	position: relative;
	z-index: 0;
}

#ourclients_captionholder {
	padding: 0px;
	float: left;
	height: 180px;
	width: 255px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	*margin-left: 25px;
	_margin-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
}

#client_list_holder {
	padding: 0px;
	float: left;
	height: auto;
	width: 270px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	*margin-left: 25px;
	_margin-left: 12px;
}

#client_list_header {
	padding: 0px;
	float: left;
	height: 44px;
	width: 260px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	line-height: 12px;
	background-image: url(/img/ourclientsarrow.gif);
	background-repeat: no-repeat;
	background-position: 100px 10px;
}

#client_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
	list-style-position: inside;
	line-height: 20px;
}

.client_list_item {
	display: inline;
	float: left;
	width: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.first_item {
	padding-left: 0px;
}

.who_work_there_header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 960px;
	background-image: url(/img/whoworkthere_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#who_work_there_header_left {
	margin: 0px;
	float: left;
	height: 40px;
	width: 730px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#who_work_there_header_right {
	float: right;
	height: 45px;
	width: 180px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/whoworkthere_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

.oval_cube_crunch_holder {
	height: 80px;
	width: 960px;
	background-image: url(/img/ovalcubecrunch-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#oval_crunch_holder_left {
	padding: 0px;
	float: left;
	height: 40px;
	width: 240px;
	line-height: 14px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#oval_crunch_holder_left span {
	font-weight: bold;
}

#oval_crunch_holder_right {
	padding: 0px;
	float: right;
	height: 60px;
	width: 240px;
	line-height: 14px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/img/cereal-icons.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}




/*REPEAT EMPLOYEE SECTION HOLDERS*/

#employees_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	list-style-type: none;
}

.employees_list_item {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 168px;
	width: 480px;
	background-image: url(/img/employee_list_dashes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.employee_pic_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 167px;
	width: 200px;
}

.employee_details_holder {
	margin: 0px;
	float: right;
	height: 158px;
	width: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/img/employee_title_back.jpg);
	background-repeat: no-repeat;
	background-position: right 34px;
}

.employee_details_list {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	line-height: normal;
}

.employee_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EE490A;
	font-size: 17px;
	line-height: 30px;
}

.employee_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.employee_text {
	line-height: 22px;
}

/* CONTACT */

.contact_grunge_quote_holder {
	height: 40px;
	background-image: url(/img/contact_page_grunge_quote.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 60px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.contact_or_section_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 110px;
	background-image: url(/img/contact_or.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.contact_or_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 400px;
	line-height: 100px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(/img/contact_or_left_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contact_or_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100px;
	width: 400px;
	line-height: 100px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(/img/contact_or_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#contact_page_left {
	margin: 0px;
	float: left;
	height: auto;
	width: 470px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#contact_form_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
	list-style-type: none;
}

#contact_form_list p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
}

.contact_form_item {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.contact_form_half {
	height: auto;
	width: 225px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.contact_input_half_holder {
	float: left;
	height: 40px;
	width: 225px;
	background-image: url(/img/contact_form_half-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}



.contact_input_full_holder {
	float: left;
	height: 160px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/contact_message_box-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.minus_20px_margin {
	margin-right: -20px;
}

#name_text_input {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}

#email_text_input {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}

#hear_about_dropdown {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}

#colour_dropdown {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}


.contact_form_full {
	height: 180px;
	width: 470px;
	margin: 0px;
	padding: 0px;
}

#contact_page_right {
	margin: 0px;
	float: right;
	height: auto;
	width: 470px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 67px;
	padding-left: 0px;
	background-image: url(/img/contact_details_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contact_details_table {
	margin: 0px;
	float: left;
	width: 470px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/img/contact_table_outer_dashes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.contact_table_left_col {
	width: 149px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ECDFC0;
	display: inline;
	float: left;
	height: 60px;
	list-style-type: none;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(/img/popular_articles_item_light.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.contact_table_right_col {
	width: 279px;
	text-align: right;
	float: left;
	height: 60px;
	list-style-type: none;
	background-image: url(/img/horiz_dark_dashes.gif);
	background-repeat: repeat-x;
	background-position: -3px bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.list_two_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ECDFC0;
	line-height: 60px;
	background-image: url(/img/popular_articles_item_light.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	text-indent: 20px;
	width: 278px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_two_header p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 278px;
}

.contact_table_right_col p {
	text-align: right;
	line-height: 60px;
	height: 60px;
	margin: 0px;
	width: 259px;
	background-image: url(/img/contact_right_col_dashes.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.address_holder {
	width: 278px;
	text-align: right;
	float: left;
	height: 100px;
	list-style-type: none;
	background-image: url(/img/horiz_dark_dashes.gif);
	background-repeat: repeat-x;
	background-position: -3px bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.address_height {
	height: 100px;
	
}

.tester {
	height: 90px;
	width: 278px;
	background-image: url(/img/contact_right_col_dashes.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.address_height p {
	text-align: right;
	line-height: 20px;
	height: 20px;
	width: 258px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}


/*.address_padding {
	margin: 0px;
	padding: 0px;
}*/

#map_holder {
	float: left;
	height: 374px;
	width: 960px;
	position: relative;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/img/contact_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#map_shadow {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 438px;
	width: 960px;
	background-image: url(/img/map_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

#map_key_list {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.map_key_item {
	width: 146px;
	color: #777777;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	height:40px;
	line-height:40px;
}

#map_key_holder {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 374px;
	width: 200px;
}

#map_key_holder p {
	padding: 0px;
	line-height: normal;
	margin-top: 30px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #777777;
	font-weight: bold;
	font-size: 15px;
}




.map_icon_one {
	background-image: url(/img/map_icons/one.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.map_icon_two {
	background-image: url(/img/map_icons/two.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.map_icon_three {
	background-image: url(/img/map_icons/three.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.map_icon_busstop {
	background-image: url(/img/map_icons/busstop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.map_icon_tramstop {
	background-image: url(/img/map_icons/tramstop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.map_icon_tree {
	background-image: url(/img/map_icons/tree.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*.contact_dyed_back_w_dashes {
	background-image: url(/img/popular_articles_item_light.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 288px;
	margin-left: 1px;
}*/

.contact_input_full_holder textarea
{
width: 452px;
height: 125px;
margin: 5px;
border: none;
background: none;
color: #ccc;
font-size:16px;
font-family:Georgia,"Times New Roman",Times,serif;
}


/* WHAT WE DO */

/* CSS Document */



.text_grunge_back-what_we_do {
	background-image: url(/img/whatwedo-quoteback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#caption_section_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 180px;
}

#caption_section_right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 600px;
}

#caption_holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
	margin: 0px;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 28px;
	color: #31251A;
}


.paper_texture {
	background-image: url(/img/whatwedo_paper_texture2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}

.paper_header {
	background-image: url(/img/whatwedo_paper_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 960px;
}

#header_content_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 960px;
}

#header_holder_left {
	margin: 0px;
	float: left;
	height: 126px;
	width: 240px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECDFC0;
}

#header_holder_right {
	margin: 0px;
	float: left;
	height: 80px;
	width: 700px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#quick_jumpto_list {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
	width: 600px;
}

.quick_jumpto_item {
	display: inline;
	margin: 0px;
	float: left;
	height: 38px;
	width: 270px;
	line-height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.quick_jumpto_link:link, .quick_jumpto_link:visited, .quick_jumpto_link:active {
	color: #31251A;
	text-decoration: none;
}

.quick_jumpto_link:hover {
	color: #EE490A;
}

.dashed_divider {
	background-image: url(/img/dashed_divider1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.holder_one-top_left {
	margin: 0px;
	float: left;
	height: 160px;
	width: 460px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.holder_one-top_left p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #EE490A;
}

.holder_one-top_right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 460px;
	background-image: url(/img/paper_holders-whatwedo-trans.png);
	background-repeat: no-repeat;
}

.holder_one-image {

	height: 119px;
	width: 401px;
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}

.holder_one-text_area {
	padding-left: 30px;
	width: 900px;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.holder_one-footer {
	margin: 0px;
	height: 52px;
	width: 960px;
	padding: 0px;
	position: relative;
	float: left;
}

.back-to-top_btn {
	position: absolute;
	left: 411px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	width: 142px;
	height: 40px;
	z-index: 10;
	text-align: center;
}

.back-to-top_btn a:link, .back-to-top_btn a:visited, .back-to-top_btn a:active {
	color: #31251A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-image: url(/img/back_to_top_arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 25px;
	width: 142px;
}

.back-to-top_btn a:hover {
	color: #EE490A;
	background-position: right center;
}

#get_in_contact_bubble-holder {
	float: right;
	height: 52px;
	width: 66px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.get_in_contact:link, .get_in_contact:visited, .get_in_contact:active {
	height: 42px;
	width: 60px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #31251A;
	background-image: url(/img/getincontact_speechbubble.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.get_in_contact:hover {
	color: #FFFFFF;
	background-position: right top;
}

.thirtypx-spacer {
	clear: both;
	height: 50px;
	float: left;
	width: 960px;
}

.whatwedo_paper_footer {
	background-image: url(/img/whatwedo_paper_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 960px;
}

#articles_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
	list-style-type: none;
}

.article_item {
	padding: 0px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	float: left;
}

.article_img_holder {
	margin: 0px;
	float: left;
	height: 50px;
	width: 50px;
	background-image: url(images/think-vitamin.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

.article_text_holder {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 175px;
	font-size: 11px;
	line-height: 16px;
}

.articles_link_style:link, .articles_link_style:visited, .articles_link_style:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


.articles_link_style:hover {
	color: #EE490A;
}


#links_list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
	list-style-type: none;
}

.links_item {
	padding: 0px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	float: left;
}

#links_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
}

.link_header_holder {
	margin: 0px;
	float: left;
	height: auto;
	width: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.links_header_style:link, .links_header_style:visited, .links_header_style:active {
	text-decoration: none;
	font-size: 16px;
	color: #2D5FB2;
}

.links_header_style:hover {
	color: #3283F9;
}

.links_description {
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	width: 210px;
	line-height: 20px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}





.picsmargin-left: 75px;
{
 width: 555px;
 height: 310px;
}

.pics img
{
 width: 555px;
 height: 310px;
}

#preview_nav_holder
{
height: 19px;
float: right;
z-index: 10;
position: absolute;
bottom: 20px;
right: 20px;
}

#feature_controls_holder {


	width: 70px;	
height: 20px;
float: right;
z-index: 10;
position: absolute;
bottom: 20px;
right: 20px;
}


#feature_controls_holder span {
	display: none;	
}

#feature_control_previous_holder {
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	*margin-right: 5px;  

	_margin-right: 3px;
}

.previous_btn_control:link, .previous_btn_control:visited, .previous_btn_control:active {
	background-image: url(/img/feature_prev_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}

.previous_btn_control:hover {
	background-position: right top;
}

#feature_control_play_holder {
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	*margin-right: 5px;
	_margin-right: 3px;
}

.play_btn_control:link, .play_btn_control:visited, .play_btn_control:active {
	background-image: url(/img/feature_play_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}

.play_btn_control:hover {
	background-position: right top;
}

#feature_control_pause_holder {
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	*margin-right: 5px;
	_margin-right: 3px;
}

.pause_btn_control:link, .pause_btn_control:visited, .pause_btn_control:active {
	background-image: url(/img/feature_pause_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}

.pause_btn_control:hover {
	background-position: right top;
}


#feature_control_next_holder {
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
	margin: 0px;
}

.next_btn_control:link, .next_btn_control:visited, .next_btn_control:active {
	background-image: url(/img/feature_next_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}

.next_btn_control:hover {
	background-position: right top;
}


#gallery { position: relative; }
#pictures { position: relative; height: 330px; }
#pictures img { position: absolute; top: 0; left: 0; }

.quote_tooltip
{
margin: 0;
padding: 0;
*padding: 0;
_padding: 0;
width: 112px;
height: 100px;
cursor: pointer;

}




/*CLASSES ACCROSS THE WHOLE SITE*/



/* PORTFOLIO CLASSES */



/* CSS Document */


.portfolio_page_gap {
	background-image: url(/img/portfolio_header_stain.jpg);
	background-repeat: repeat-x;
	background-position: center 22px;
	height: auto;
}

.featured_top_left_holder {
	 background-image: url(/img/case_study_barcode-trans.png); 
	background-repeat: no-repeat;
	background-position: right 24px;
	height: auto;
	width: 460px;
	padding-top: 60px;
	padding-left: 20px;
}

#featured_project_tags {
	margin: 0px;
	float: left;
	height: auto;
	width: 430px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(/img/portfolio_tag_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#featured_project_tags ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 430px;
}

#featured_project_tags ul li {
	float: left;
	margin: 0px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
	width: auto;
}

#featured_project_text {
	float: left;
	height: auto;
	width: 430px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(/img/portfolio_text_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featured_project_launch_btn:link, .featured_project_launch_btn:visited, .featured_project_launch_btn:active {
	margin: 0px;
	float: left;
	height: 30px;
	width: 400px;
	font-size: 14px;
	line-height: 30px;
	color: #31251A;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/sml_hand.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.featured_project_launch_btn:hover {
	color: #EE490A;
}

#featured_project_viewer {
	float: right;
	height: 340px;
	width: 460px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#next_prev_btn_holder {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 460px;
	height: 40px;
}

#prev_btn_holder {header
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 230px;
}

.previous_btn:link, .previous_btn:visited, .previous_btn:active {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 230px;
	display: block;
	text-decoration: none;
	text-indent: 20px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECDFC0;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/img/previous_btn.jpg);
}

.previous_btn:hover {
	background-position: right top;
}

#next_btn_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 230px;
}

.next_btn:link, .next_btn:visited, .next_btn:active {
	margin: 0px;
	height: 40px;
	width: 210px;
	display: block;
	text-decoration: none;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECDFC0;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/img/next_btn.jpg);
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.next_btn:hover {
	background-position: right top;
}

#filter_holder {
	padding: 0px;
	float: left;
	height: 50px;
	width: 960px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#filter_list {
	height: 50px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	float: left;
	width: 540px;
	background-image: url(/img/filter_brackets.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.filter_header {
	margin: 0px;
	height: 50px;
	width: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 50px;
	color: #31251A;
	text-align: left;
	float: left;
	padding: 0px;
}

.filter_item {
	margin: 0px;
	height: 50px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	float: left;
	padding: 0px;
}

.web_icon {
	background-image: url(/img/filter_web_icon.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}

.print_icon {
	background-image: url(/img/filter_print_icon.jpg);
	background-repeat: no-repeat;
	background-position: 25px center;
}

.brand_icon {
	background-image: url(/img/filter_brand_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.squirrels_icon {
	background-image: url(/img/filter_squirrels_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 115px;
}

.filter_link:link, .filter_link:visited, .filter_link:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 50px;
	color: #31251A;
	text-decoration: none;
}

.filter_link:hover {
	color: #EE490A;
}

#projects_row_list {
	float: left;
	width: 960px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.projects_row_item {
	height: 360px;
	width: 460px;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	*margin-right: 10px;
	_margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;

	padding: 0px;
}

/*This is what will need to be hacked in Perch*/
.project_minus_margin {
	margin-left: 0px;
}

.project_name_holder {
	background-image: url(/img/portfolio_grunge_headers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 460px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.project_title {
	margin: 0px;
	float: left;
	height: 40px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 40px;
	color: #31251A;
}

.project_tags {
	float: right;
	height: 40px;
	width: 160px;
	line-height: 40px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.project_letterbox_image_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 460px;
	background-image: url(/img/portfolio_letterbox_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.project_inner_image {
	padding: 0px;
	height: 120px;
	width: 425px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

.portfolio_text_area {
	margin: 0px;
	float: left;
	height: auto;
	width: 440px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.project_info_btn_holder {
	margin: 0px;
	height: 30px;
	width: 440px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.screenshot_btn:link, .screenshot_btn:visited, .screenshot_btn:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	float: right;
	height: 30px;
	width: 115px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/view_screenshots_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
}

.screenshot_btn:hover {
	background-position: right top;
}

.visitsite_btn:link, .visitsite_btn:visited, .visitsite_btn:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	height: 30px;
	width: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/visit_site_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.visitsite_btn:hover {
	background-position: right top;
}

.project_info_btn_holder a.hidden
{
display: none;
}

#homepage_introtext
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #31251A;
	font-size: 24px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 50px;
}

#homepage_introtext p
{
margin: 0;
}

#legal_holder
{
padding: 30px;
width: 900px;
}

#rates_holder
{

}

.legal_header {
background-image: url(/img/legal_header.jpg);
height: 170px;
}

.rate_card_header {
background-image: url(/img/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(/img/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('/img/ratecard_shield.jpg');
background-repeat: no-repeat;
background-position: 600px 20px;
}

#shield_overlay {
	font-family: Georgia, "Times New Roman", Times, serif;
float: left;
height: 175px;
width: 190px;
margin-left: 175px;
_margin-left: 138px;
margin-top: 30px;
line-height: 35px;
font-size: 13px;
text-align: center;
}
#shield_overlay span {
display: block;
}

.quick_links_header {
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #31251A;
	font-size: 20px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: 50px;
	width: 200px;

}

.rates_top_section_inner_left {
float: left;
width: 450px;
_width: 350px;
}

.rates_top_section_inner_right {
float: left;
width: 450px;

}

.rates_item h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #EE490A;
font-weight: normal;
}

.rates_item h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bolder;
font-size: 12px;
}

.float_right {
float: right;
}

