/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-31) YYYY-MM-DD
* Website: http://www.squidgemedia.com/
* Author: Andy @ Squidge Media
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;
	font-style: inherit;*/
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
sub {
	font-size:0.8em;
	position:relative;
	top:0.4em;
	vertical-align:baseline;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
ul {
	margin-left:20px;
}
ol {
	margin-left:30px;
}
hr {
	border: none 0;
	border-top: 2px solid #083654;
	height: 2px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}
body {
	background-image:url(../images/bg_slice_03.jpg);
	background-position:center;
	background-repeat: repeat-y;
	background-color: #64AFD6;
	color:#333;
}

/***********************
* NAVIGATION
***********************/
#nav {
	float: left;
}
#nav_list {
	display: block;
	width: 690px;
	margin: 0px;
	clear: both;
	list-style-type: none;
	padding: 7px 10px 7px 280px;
	float: left;
	background-image: url(../images/home4_07.jpg);
	background-color: #BFBFC0;
	background-repeat: repeat-x;
	border-bottom:1px solid #999999;
	border-top:1px solid #E3E3E3;
}
#nav_list li {
	float: left;
}
#nav_list a {
	display: block;
	font-size: 12px;
	height: 26px;
	background-image: url(../images/nav_01.png);
	background-repeat: no-repeat;
	margin: 0 5px;
	color: #000;
	background-position: center -26px;
	font-weight: bold;
	text-align: center;
	width: 86px;
	text-decoration:none;
}
#nav_list .nav_p2 {
	width: 86px;
	background-image: url(../images/nav_03.png);
}
#nav_list .nav_p4 {
	width: 156px;
	background-image: url(../images/nav_06.png);
}
#nav_list .nav_p3 {
	background-image: url(../images/nav_02.png);
	width: 127px;
}
#nav_list .nav_p5 {
	background-image: url(../images/nav_05.png);
	width: 72px;
}
#nav_list .nav_p6 {
	background-image: url(../images/nav_04.png);
	width: 90px;
}
#nav_list a span {
	padding: 7px;
	display: block;
}
#nav_list a:hover, #nav_list .selected {
	background-position:center 0;
	color:#fff;
}


/********************
 FOOTER STYLES
*********************/

#news_feed {
	background-image: url(../images/home4_35.jpg);
	background-repeat: repeat-x;
	height: 38px;
}
.new_rss_link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	font-size: 12px;
	padding: 10px 25px 10px 20px;
}
#news_feed span {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding: 10px;
	float: left;
}
#news_feed span a {
	color: #FFFFFF;
	text-decoration:none;
}
#news_feed span a:hover {
	text-decoration:underline;
}


#footer {
	background-image: url(../images/home4_38.jpg);
	background-repeat: repeat-x;
	background-color: #C3C3C3;
	height:146px;
}
#footer_nav {
	padding: 15px 20px;
	float: left;
	width: 700px;
	list-style-type: none;
	margin-left: 0px;
	font-size: 12px;
}
#footer_nav li {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#footer_nav a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration:underline;
}

#footer_nav ul {
	margin-left: 0px;
	list-style-type: none;
}
#footer_nav ul li {
	clear: left;
	padding: 0;
}
#footer_nav ul a {
	font-weight: normal;
}

#footer_contact {
	float: left;
	width: 210px;
	font-size: 12px;
	padding: 0 15px 15px 15px;
	color: #333;
}
#footer_contact p {
	margin: 15px 0 0 0;
}
#footer_contact a {
	color: #333333;
	text-decoration: none;
}

#tcc {
	background-color:#C3C3C3;
	clear:left;
	float:left;
	height:15px;
	padding:2px 0 2px 840px;
	width:140px;
}


/********************
  GENERIC SITE STYLES
*********************/

#header, #content, #footer, #news_feed {
	margin: 0 auto;
	width: 980px;
	clear:both;
}
#header {
	position: relative;
}
#members_link {
	float: left;
	width: 280px;
	font-size: 12px;
	padding: 10px 10px 10px 690px;
	background: #fff;
}
#members_link p {
	float: left;
	display: block;
	width: 108px;
	font-size: 10px;
	color: #828282;
	font-style: italic;
	padding: 8px 0 0 0;
}
#members_link a {
	background-image: url(../images/home4_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 171px;
	padding: 10px 0 0;
	text-align: center;
	color: #fff;
	height: 25px;
	text-decoration:none;
}
#members_link a:hover, #members_link .selected {
	background-position:left -35px;
}
.main_content {
	padding: 10px 10px 20px 10px;
	float: left;
	width: 960px;
	background-color: #fff;
	clear: left;
}

.tooltip { 
    display:none; 
    background:transparent url(../images/white_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:150px; 
    padding:25px 30px;
	text-align:center;    
}
.link_full_width {
	display: block;
	clear: left;
	width: 100%;
	background-image: url(../images/about_about_03.jpg);
	text-decoration: none;
	color:#fff;
}
.link_full_width:hover {
	text-decoration:underline;
}
.link_full_width span {
	display: block;
	width: 100%;
	text-align: center;
	background-image: url(../images/about_about_27.png);
	background-repeat: no-repeat;
	background-position: 320px center;
	text-indent: 60px;
	font-size: 14px;
	padding: 25px 0;
	color: #fff;
}
.link_half_width {
	display: block;
	float: left;
	width: 50%;
	background-image: url(../images/about_about_03.jpg);
	text-decoration: none;
	color:#fff;
}
.link_half_width:hover {
	text-decoration:underline;
}
.link_half_width span {
	display: block;
	width: 100%;
	text-align: center;
	background-image: url(../images/about_about_27.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	text-indent: 30px;
	font-size: 14px;
	padding: 25px 0;
	color: #fff;
}
.link_half_width .icon_mail {
	background-image: url(../images/icon_mail_03.png);
}
.alert_message {
	background-image:url(../images/contact_form_bg_03.jpg);
	clear:left;
	color:#000000;
	display:block;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:980px;
}
/********************
  HOME PAGE STYLES
*********************/

.homepage_h1 {
	background-image: url(../images/home4_10.jpg);
	background-repeat: no-repeat;
	height: 326px;
	width: 980px;
	text-indent: -9999px;
	border-bottom:1px solid #999999;
}
.home_node {
	display: block;
	margin: 10px;
	float: left;
	width: 220px;
}
.home_cta_title {
	background-image:url(../images/home4_14.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	display:block;
	padding:7px 0 6px;
	text-align:center;
}
.home_cta_short {
	background-image: url(../images/home4_18.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px 70px 0px 10px;
	min-height:58px;
}
.home_cta a:hover .home_cta_short {
	background-position:left -73px;
}
#content .home_node h2 {
	color:#1A5BAD;
	font-size:27px;
	font-weight:normal;
	line-height:1.4em;
	margin:0;
	padding:0 0 10px;
	width:100%;
}
.home_node p {
	font-size: 14px;
	color: #333;
	padding: 10px 0 0 0;
}
.home_node a {
	color: #1D5DAE;
	text-decoration: none;
}
#content .home_h3 {
	font-weight: normal;
	color: #1A5BAD;
	font-size: 18px;
	padding: 20px 0 10px 10px;
	clear: left;
	margin:10px 20px 20px 0;
}
.home_quick_sell img {
	float: left;
	padding: 0 10px 0 0;
}
.home_quick_sell p {
	float:left;
	padding:0;
	width:140px;
}


/*********************
	PAGE STYLES
**********************/

.b2b_logo {
	position: absolute;
	height: 126px;
	width: 235px;
	display: block;
	top: 8px;
	left: 10px;
	background-image: url(../images/logo_03.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.page_23 {
	display: block;
	float: left;
	width: 620px;
	margin:20px;
}
.page_13 {
	display: block;
	float: left;
	width: 300px;
	margin: 20px 0;
}
#page_main_heading {
	background-image: url(../images/about_about_03.jpg);
	padding: 27px 20px;
	float: left;
	width: 940px;
}
#member_main_heading {
	background-image: url(../images/members_03.jpg);
	padding: 27px 20px;
	float: left;
	width: 940px;
}
#page_main_heading h1, #member_main_heading h1 {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: lighter;
	float: left;
}
#page_main_heading a, #member_main_heading a {
	background-image:url(../images/about_about_11.png);
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:30px;
	margin-top:3px;
	padding:17px 22px 0;
	text-decoration:none;
}
#page_main_heading a:hover, #member_main_heading a:hover {
	background-position:left -47px;
}
#page_subnav {
	clear: left;
	width: 960px;
	display: block;
	margin-left: 0px;
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
#page_subnav li {
	float: left;
}
#page_subnav a {
	display: block;
	padding: 20px 25px;
	font-size: 13px;
	color: #333;
	background-image: url(../images/about_about_07.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
	text-decoration:none;
}
#page_subnav a:hover, #page_subnav .selected {
	background-position: center top;
}
#page_subnav .selected {
	font-weight:bold;
}
#content h2 {
	margin: 20px 20px 0 20px;
	clear: left;
	float: left;
	font-size: 23px;
	font-weight: normal;
	width: 940px;
}
#content h3 {
	clear: left;
	color: #6D6D6D;
	margin: 10px 20px 20px;
	float: left;
	width: 940px;
}
.about_about_points {
	list-style-type: none;
	width: 260px;
}
.about_about_points li {
	display: block;
	clear: left;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
.about_about_points img {
	float: left;
}
.about_about_points span {
	float: left;
	display: block;
	padding: 20px 20px 0 10px;
	font-size: 14px;
	color: #0071BC;
	width:140px;
}
.page_23 h4, .page_13 h4, .page_12 h4 {
	font-size: 18px;
	color: #0071BC;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.page_23 p, .page_23 ul, .page_23 ol, .page_13 p, .page_13 ul, .page_13 ol, .page_12 p, .page_12 ul, .page_12 ol {
	font-size: 14px;
	padding: 10px 0 0 0;
}
.page_23 ul li, .page_23 ol li {
	margin-top:5px;
	margin-bottom:5px;
}
p.highlight, ul.highlight, ol.highlight, span.highlight {
	color: #0071BC;
}
.b2b_company_details_col {
	padding:20px 0 0 40px;
	width:280px;
	margin-top:0;
	background-image: url(../images/about_b2b_col_devider_03.jpg);
	background-repeat: no-repeat;
}
.b2b_company_details_col h4 {
	font-weight: bold;
	color: #2F8CC9;
	padding: 10px 0;
}
.b2b_company_details_col h5 {
	font-size: 14px;
	font-weight: normal;
	color: #2F8CC9;
}
.b2b_company_details_col p {
	padding: 10px 0;
	font-size: 14px;
}
.director_node {
	clear: left;
	padding: 20px;
	float: left;
	width: 940px;
}
.director_node img {
	float: left;
}
.director_desc_node {
	float: left;
	width: 540px;
	margin-left: 20px;
}
.director_desc_node h4 {
	color:#0071BC;
	font-size:18px;
	font-weight:normal;
	padding:0 0 10px;
}
.director_desc_node h5 {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
.director_desc_node p {
	font-size: 14px;
	padding-top: 20px;
}
.main_content .member_intro {
	width: 300px;
	font-size: 14px;
	float: left;
	margin:10px;
}
#member_alphabetical {
	display:block;
	float:left;
	list-style-type:none;
	margin:10px 0 0 60px;
	width:570px;
}
#member_alphabetical li {
	float: left;
}
#member_alphabetical span {
	display: block;
	height: 22px;
	width: 11px;
	background-image: url(../images/members_alpha_03.jpg);
}
#member_alphabetical .end_alpha {
	background-image: url(../images/members_alpha_09.jpg);
}
#member_alphabetical a {
	background-image: url(../images/members_alpha_06.jpg);
	background-repeat: repeat-x;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding:3px 5px 3px;
}
.clear_both {
	clear: both;
}
.member_col {
	float: left;
	width: 300px;
	margin: 10px;
}
.member_col ul {
	margin: 10px;
	list-style-type: none;
	font-size: 13px;
}
.member_col h4 {
	background-image: url(../images/members_alpha_06.jpg);
	color: #fff;
	padding: 2px 0 2px 10px;
	background-repeat: repeat-x;
	background-color: #4081A1;
	font-size: 14px;
}
.ta_intro {
	margin-left: 10px;
}
.ta_logos {
	margin-right: 10px;
	margin-top: 0px;
}
.page_13 a, .page_23 a, .page_12 a {
	color: #0071BC;
	text-decoration: none;
}
.page_13 a:hover, .page_23 a:hover, .page_12 a:hover, .services_node a:hover {
	text-decoration:underline;
}	
.ta_logos ul {
	margin-left: 0px;
	list-style-type: none;
}
.ta_logos a {
	display:block;
	float:left;
	height:140px;
	margin:7px;
	width:140px;
}
.ta_epdwa {
	background-image:url(../images/ta_logos/ta_logo_bnw_0009_Layer%2014.jpg);
}
.ta_gambica {
	background-image:url(../images/ta_logos/ta_logo_bnw_0011_Layer%2012.jpg);
}
.ta_cogdem {
	background-image:url(../images/ta_logos/ta_logo_bnw_0004_Layer%2019.jpg);
}
.ta_bivda {
	background-image:url(../images/ta_logos/ta_logo_bnw_0005_Layer%2018.jpg);
}
.ta_abhi {
	background-image:url(../images/ta_logos/ta_logo_bnw_0006_Layer%2017.jpg);
}
.ta_wef {
	background-image:url(../images/ta_logos/ta_logo_bnw_0002_Layer%2021.jpg);
}
.ta_iabm {
	background-image:url(../images/ta_logos/ta_logo_bnw_0001_Layer%2022.jpg);
}
.ta_cesa {
	background-image:url(../images/ta_logos/ta_logo_bnw_0010_Layer%2013.jpg);
}
.ta_barema {
	background-image:url(../images/ta_logos/ta_logo_bnw_0007_Layer%2016.jpg);
}
.ta_afdec {
	background-image:url(../images/ta_logos/ta_logo_bnw_0008_Layer%2015.jpg);
}
.ta_plasa {
	background-image:url(../images/ta_logos/ta_logo_bnw_0003_Layer%2020.jpg);
}
.ta_beama {
	background-image:url(../images/ta_logos/ta_logo_bnw_0000_Layer%2023.jpg);
}
.page_ident_image {
	clear: left;
	float: left;
	width: 980px;
	height: 235px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 2px solid #ececec;
}
.page_ident_text {
	clear: left;
	padding: 0 500px 25px 20px;
	font-size: 14px;
}
.about_meet_ident {
	background-image: url(../images/about_meet_ident_03.jpg);
}
h4.left_icon {
	padding: 12px 0 12px 70px;
	background-repeat: no-repeat;
}
.openday_list li {
	font-size: 15px;
	padding: 5px 0;
}
.openday_list li:hover {
	cursor:pointer;
}
#link_arrange_meeting:hover .arrange_meeting_link {
	background-position:320px -71px;
}
.link_full_width .arrange_meeting_link {
	background-image: url(../images/about_meet_14.png);
	background-position:320px top;
	text-indent: 30px;
	padding:0;
	line-height:71px;
}
.services_ident {
	background-image: url(../images/services_ident_03.jpg);
	height: 280px;
}
.service_node h4 {
	color: #1A5BAD;
	display: block;
	padding: 0 80px 5px 0;
	background-repeat: no-repeat;
	background-position: right center;
}
.icon_briefcase h4 {
	background-image: url(../images/home4_22.jpg);
}
.icon_screen h4 {
	background-image:url(../images/home4_24.jpg);
}
.icon_i h4 {
	background-image:url(../images/home4_26.jpg);
}
.icon_people h4 {
	background-image:url(../images/home4_28.jpg);
}
.services_node {
	margin: 10px;
	float: left;
	width: 300px;
}
.services_node h4 {
	font-size: 18px;
	font-weight: normal;
	color: #1A5BAD;
	padding: 0 0 10px 0;
}
.services_node p {
	font-size: 14px;
	padding: 5px 0;
}
.services_node a {
	color: #1A5BAD;
	text-decoration: none;
}
.services_node .send_email_sml {
	background-image:url(../images/contact_03.png);
	background-position:left 0;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:57px;
	margin:20px auto;
	text-align:center;
	text-indent:45px;
	width:273px;
}
.services_node .send_email_sml:hover {
	background-position:left -57px;
}
.services_node blockquote {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
}
.services_node .quote_credit {
	text-align: right;
	padding-left: 30px;
}
.weee_node h4 {
	font-size: 18px;
	color: #0071BC;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.link_full_width .icon_mail {
	background-image: url(../images/icon_mail_03.png);
}
.link_full_width .icon_mail:hover{
	text-decoration:underline;
}
.page_12 {
	display:block;
	float:left;
	padding:0 10px 0 10px;
	width:450px;
}
.icon_legislation {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 80px;
	height: 80px;
}
.legislation_desc_node {
	float: left;
	width: 370px;
	margin: 0 0 30px 0;
}
.legislation_desc_node a:hover {
	text-decoration:underline;
}
.icon_book {
	background-image: url(../images/weee_legislation_03.jpg);
}
.icon_paper {
	background-image: url(../images/weee_legislation_05.jpg);
}
.icon_eu {
	background-image: url(../images/weee_legislation_10.jpg);
}
.icon_clipboard {
	background-image: url(../images/weee_legislation_17.jpg);
}
.icon_plus {
	background-image: url(../images/weee_legislation_14.jpg);
}
.legislation_download_link {
	background-image: url(../images/about_about_27.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 20px center;
	min-height: 60px;
	color: #0071BC;
	font-size: 14px;
	margin: 20px 0;
	text-decoration: none;
}
.legislation_download_link span {
	padding: 15px 20px 0 100px;
	display: block;
}
.legislation_ident {
	background-image: url(../images/weee_legislation_ident_03.jpg);
	height: 260px;
}
.obligated_ident {
	background-image: url(../images/weee_obligated_03.jpg);
	height: 320px;
}
.obligated_ident h4 {
	clear: left;
	float: left;
	padding: 0 0 20px 20px;
	font-size: 18px;
	color: #0071BC;
	font-weight: normal;
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	margin:10px;
	width:940px;
}

/* accordion header */
#accordion h5 {
	background-image:url(../images/weee_obligated_08.jpg);
	background-position:left -43px;
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
	line-height:43px;
	margin:0;
	min-height:30px;
	padding:0 50px;
}

/* currently active header */
#accordion h5.current, #accordion h5:hover {
	cursor:pointer;
	background-position: left top;
	color: #fff;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:10px 10px 30px;
	font-size:14px;
}

/* a title inside pane */
#accordion div.pane h6 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
#accordion .pane p {
	padding: 10px 0 5px;
}
#accordion .pane a {
	color: #0071BC;
	text-decoration: none;
}
.page_13 .sector_nav {
	margin: 0px;
	list-style-type: none;
}
.page_13 .sector_nav a {
	background-image:url(../images/weee_industry_03.jpg);
	background-position:left -30px;
	border-right:1px solid #ECECEC;
	display:block;
	font-size:13px;
	font-weight:normal;
	margin:0;
	min-height:18px;
	padding:6px 20px;
	text-align:right;
}
.page_13 .sector_nav a:hover, .page_13 .sector_nav .selected {
	background-position:left top;
	color:#fff;
}
.page_23 .sector_contact_link {
	display: block;
	padding: 20px 20px 20px 90px;
	background-image:url(../images/icon_mail_03.png);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.page_23 .quote_credit {
	text-align: right;
	padding: 0 0 5px;
}
.page_23 .sector_quote {
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px 0;
}




.industry_logos {
	margin-left: 0px;
	list-style-type: none;
}
.industry_logos li {
	float: left;
	display: block;
	height: 140px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center -140px;
	margin: 7px;
}
.industry_logos li:hover {
	background-position:center top;
}
.industry_logos span {
	text-indent: -9999px;
	display: block;
}
.page_12 .links_ul {
	margin: 0 0 20px 0;
	list-style-type: none;
}
.page_12 .links_ul a {
	color: #666;
	text-decoration: none;
}
.page_12 .links_ul a:hover {
	color: #0071BC;
	text-decoration:underline;
}
.news_page_13 {
	background-image:url(../images/about_b2b_col_devider_03.jpg);
	background-repeat:no-repeat;
	min-height:350px;
	padding:0 0 20px 30px;
	width:270px;
}
.page_13 .news_archive {
	font-size:13px;
	list-style-type: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.page_13 .news_archive li {
	font-size:12px;
}
.news_archive ul {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.news_archive ul ul {
	list-style-type: disc;
	font-weight: normal;
	margin: 0 0 0 30px;
}
.page_13 .news_archive a {
	color: #333333;
}
.news_divider {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin: 20px 0;
	width: 100%;
	clear: left;
}
#content .news_rss {
	display: block;
	position: absolute;
	width: 85px;
	height: 27px;
	padding: 9px 0 0 0;
	color: #6D6D6D;
	background-image: url(../images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	top: -8px;
	right: 10px;
	text-decoration:none;
	font-size:15px;
}
#content .news_rss:hover {
	text-decoration:underline;
}
.contact_ident {
	background-image: url(../images/contact_07.jpg);
	height: 200px;
	background-position: right bottom;
}
.contact_details p {
	display: block;
	height: 30px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/contact_11.jpg);
	padding-left: 70px;
	margin: 0 0 20px 0;
}
.contact_details .fax {
	background-image: url(../images/contact_14.jpg);
}
.contact_details .address {
	background-image: url(../images/contact_17.jpg);
	height: 130px;
}
#page_main_heading .contact_email_link {
	background-image: url(../images/contact_03.png);
	background-position: left top;
	height: 35px;
	width: 190px;
	padding: 22px 0 0 85px;
	color: #fff;
	text-indent:10px;
}
#page_main_heading .contact_email_link:hover {
	background-position:left -57px;
}
.testimonials h4 {
	font-style: italic;
	font-weight: bold;
}
.testimonials img {
	padding: 0 0 0 10px;
}
.page_23 .member_text {
	float: left;
	width: 330px;
	margin: 0 25px 15px 0;
}
.page_23 .member_login {
	background-image: url(../images/members_07.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	display: block;
	float: left;
	width: 160px;
	padding: 12px 70px 12px 25px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	margin-top: 12px;
}
.page_23 .member_login:hover {
	background-position:left bottom;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 5px;
	width: 100%;
	margin: 15px 0;
}
.page_13 .member_join_link {
	background-image:url(../images/members_10.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	margin:15px auto;
	text-align:center;
	width:194px;
}
.page_13 .member_join_link:hover {
	background-position:left -37px;
}
.free_rider_form ul {
	list-style-type: none;
	margin-left: 0px;
}
.free_rider_form li {
	display: block;
	padding: 6px 0;
}
.free_rider_form .free_rider_text {
	border: 1px solid #666;
	padding: 10px 5px;
	width: 270px;
}
.free_rider_form #submit {
	background-image: url(../images/members_10.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 195px;
	padding:10px 0 9px;
	float: right;
}
.free_rider_form #submit:hover {
	cursor:pointer;
	background-position:left -37px;
}
#content .free_rider_heading {
	background-image: url(../images/about_about_03.jpg);
	padding: 27px 20px 27px 30px;
	float: left;
	width: 930px;
	margin: 0;
	color: #fff;
}
.pad_13 {
	padding: 0 10px;
	width: 280px;
}
.page_23 .account_login {
	background-image: url(../images/members_14.jpg);
}
.page_23 .data_login {
	background-image: url(../images/members_16.jpg);
}
#contact_form, #meet_contact_form {
	clear: left;
	position: relative;
	padding: 20px;
	width: 940px;
	background-image: url(../images/contact_form_bg_03.jpg);
	float: left;
	background-color: #D0D1D2;
	display: none;
	font-size:14px;
}
#contact_form h4, #meet_contact_form h4 {
	font-size: 18px;
	font-weight: normal;
	color: #0071BC;
	padding: 0 0 15px 0;
}
#contact_form p, #meet_contact_form p {
	display: block;
	width: 430px;
}
#contact_form ul, #meet_contact_form ul {
	display: block;
	margin: 15px 15px 0 0;
	float: left;
	width: 455px;
	list-style-type: none;
}
#contact_form li, #meet_contact_form li {
	display: block;
	margin: 5px 0;
}
#contact_form ul label, #meet_contact_form ul label {
	display: block;
	width: 150px;
	float: left;
}
.input_text {
	padding: 5px;
	border: 1px solid #D1D1D1;
	width: 280px;
}
.input_textarea {
	height: 160px;
}
.input_select {
	padding:2px 0 2px 5px;
	border: 1px solid #D1D1D1;
}
.input_submit {
	background-image: url(../images/about_meet_contactform_07.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display: block;
	height: 36px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	font-weight: bold;
	color:#fff;
	margin-right:13px;
}
.input_submit:hover {
	background-position:left -36px;
	cursor:pointer;
}
.margin_left_10 {
	margin-left:10px;
}