
/* FIREFOX SCROLLBAR FIX */

	html {
		overflow-y: scroll;
	}

/* MARGINS-BORDERS-PADDING */

	html, body,
	h1, h2, h3, h4, h5, h6,
	p, span, font, a,
	form,
	table, tr, td,
	ul, ol, li,
	div, img {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		outline: none;
	}

	h1, h2, h3, h4, h5, h6 {
		letter-spacing:-1px;
	}
	
	.news_heading {
		cursor: pointer;
	}

/* BACKGROUND-COLOR */

	html, body {
		background-color: #F7F7F7;
		background-image: none;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0 0;
	}

/* FONT RESET */

	html, body,
	h1, h2, h3, h4, h5, h6,
	p, span, font, a,
	form, input,
	table, tr, td,
	ul, ol, li,
	div {
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		font-weight: normal;
		text-decoration: none;
		outline: none;
	}

	.default_smaller, .default_small, .default, .default_large, .default_larger {
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0;
		outline: none;
	}

	a.default_smaller:hover, a.default_small:hover, a.default:hover, a.default_large:hover, a.default_larger:hover {
		text-decoration: underline;
	}	

	.default_smaller {
		font-size: 10px;
		line-height: 20px;
	}
	
	.default_small {
		font-size: 11px;
		line-height: 15px;
	}
	
	.default {
		font-size: 12px;
		line-height: 15px;		
	}

	.default_mid {
		font-size: 14px;
		line-height: 17px;		
	}
	
	.default_large {
		font-size: 15px;
		line-height: 17px;		
	}
	
	.default_larger {
		font-size: 19px;
		line-height: 26px;		
	}



/* PAGE WRAPPER */

	.page_wrapper {
		background-color: #F7F7F7;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.page_wrapper_border {
		background-color: #F7F7F7;
		width: 50%;
		height: auto;
	}

	.page_wrapper_content_wrapper {
		background-color: #F7F7F7;
		width: 970px;
		overflow: hidden;
		height: auto;

	}

/* PAGE HEADINGS LEFT & RIGHT */

	.left_page_heading {
		width: auto;
		height: auto;
		position: relative;
		margin: 14px 0 14px 18px;
		padding: 0;
	}

/* SITE NAVIGATION */ 

	.menu_wrapper {
		height: 48px;
		width: 970px;
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		margin: 15px 0 0 0;
	}

	.menu_ul_wrapper {
		position: relative;
		list-style-type: none; 
		float: left; 
		height: 48px;
		width: 970px;
	}

	.menu_li_wrapper {
		position: relative;
		width: auto;
		height: 48px;
		display: inline;
	}

	.read_more {
		position: absolute;
		z-index: 100;
		bottom: 5px;
		right: 3px;
	}

/* CONTENT WRAPPERS */

	.one_four_column_wrapper_left {
		width: 236px;
		height: auto;
		position: relative;
		float: left;
		margin: 0 0 0 2px;		
	}

	.one_four_column_wrapper_right {
		width: 236px;
		height: auto;
		position: relative;
		float: right;
		margin: 0 2px 0 0;		
	}

	.one_four_content_heading {
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: top left;
		width: 236px;
		height: 27px;
		position: relative;
		margin: 20px 0 0 0;		
	}
	
	.one_four_content_wrapper {
		background-image: url("../img/wrapper/1.4_cnt_y.png");
		background-color: #FFFFFF;
		background-repeat: repeat-y;
		background-position: top left;
		width: 204px;
		height: auto;
		position: relative;
		padding: 8px 20px 12px 12px;
		margin: 0;
	}

	.one_four_content_terminate {
		background-image: url("../img/wrapper/1.4_terminate.png");
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: top left;
		width: 236px;
		height: 8px;
		position: relative;
		margin: 0 0 20px 0;
	}

	.three_four_column_wrapper_left {
		width:716px;
		margin: 0 0 0 2px;
		position: relative;
		float: left;
		height: auto;
	}

	.three_four_column_wrapper_right {
		width:716px;
		margin: 0 2px 0 0;
		position: relative;
		float: right;
		height: auto;
	}

	.three_four_content_heading {
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: top left;
		width: 716px;
		height: 27px;
		position: relative;
		margin: 20px 0 0 0;		
	}

	.three_four_content_wrapper {
		background-image: url("../img/wrapper/3.4_cnt_y.png");
		background-color: #FFFFFF;
		background-repeat: repeat-y;
		background-position: top left;
		width: 688px;
		height: auto;
		position: relative;
		padding: 8px 20px 12px 8px;
		margin: 0;
	}

	.three_four_content_terminate {
		background-image: url("../img/wrapper/3.4_terminate.png");
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: top left;
		width: 716px;
		height: 8px;
		position: relative;
		margin: 0 0 20px 0;
	}		



	.four_four_content_heading_blank {
		background-image: url("../img/glob/start_4q.png");
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top left;
		width: 966px;
		height: 5px;
		position: relative;
		margin: 20px 0 0 2px;		
	}
	
	.four_four_content_heading {
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top left;
		width: 966px;
		height: 26px;
		position: relative;
		margin: 20px 0 0 2px;		
	}
	
	.four_four_content_wrapper {
		background-image: url("../img/glob/content_4q.png");
		background-color: #FFFFFF;
		background-repeat: repeat-y;
		background-position: top left;
		width: 938px;
		height: auto;
		position: relative;
		padding: 8px 20px 12px 8px;
		margin: 0 0 0 2px;
	}
	
	.four_four_content_terminate {
		background-image: url("../img/glob/end_4q.png");
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: top left;
		width: 966px;
		height: 8px;
		position: relative;
		margin: 0 0 0px 2px;
	}		

	.pull_footer_up {
		position: absolute;
		bottom: 5px;
		left: 3px;
	}
	
/* INDEX CONTENT */

	.about_us_intro_td {
		width: 315px; 
		padding: 0 0 0 15px;
	}

	.color_switch_footer {
		width: 966px;
		height: 5px;
		position: absolute;
		left: 3px;
		bottom: 5px;
	}
	
	.color_switch_footer_table {
		width: 960px; 
		height: 5px;
	}
	
	.color_switch_blue {
		width: 400px;
		background-color: #00AEEF;
	}
	
	.color_switch_purple {
		width: 162px;
		background-color: #96629F;
	}

	.color_switch_green {
		width: 398px;
		background-color: #6B9F62;
	}

/* WORLD WIDE PARTNERS CONTENT */

	.flag_wrap_around {
		margin: 0 2px 2px 0;
	}

/* FOOTER WRAPPER */

	.footer_heading_wrapper {
		width: 966px;
		height: 26px;
		overflow: hidden;
		line-height: 1px;
		font-size: 1px;
		background-color: #00aeef;
		background-image: url("../img/title/heading_contact_us_world_partners_worldwide_service_support_and_documentation.png");
		background-repeat: no-repeat;
		background-position: top left;
		position: relative;
		margin: 0 2px 0 2px;
	}

	.footer_content_wrapper {
		width: 960px;
		height: auto;
		background-color: #F7F7F7;
		background-image: url("../img/glob/footer_content_4q.png");
		background-repeat: repeat-y;
		background-position: top left;
		position: relative;
		margin: 0 5px 0 5px;
		padding: 8px 0 12px 0;
	}

	.footer_terminate_wrapper {
		width: 952px;
		height: 60px;
		background-color: #F7F7F7;
		background-image: url("../img/glob/footer_end_4q.png");
		background-repeat: no-repeat;
		background-position: top left;
		position: relative;
		margin: 0 5px 0 5px;
		vertical-align: bottom;
		padding: 4px 0 0 8px;	
	}

	.footer_td_logo {
		width: 162px;
		padding: 0 0 0 8px;
	}
	
	.footer_td_contact {
		width: 242px;
	}

	.footer_td_flags {
		width: 172px;
	}
	
	.footer_td_world_wide_intro {
		width: 140px;
		padding: 0 20px 0 0;
	}
	
	.footer_td_support_and_documentaion {
		width: 216px;
	}

/* FOOTER CONTENT */

	.imaging_logo_wrapper_sml {
		width: 138px;
		height: 90px;
		overflow: hidden;
		background-image:  url("../img/glob/imaging_logo_sml.gif");
		background-color: transparent;
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
	}

	.imaging_logo_wrapper {
		width: 140px;
		height: 109px;
		overflow: hidden;
		background-image:  url("../img/glob/imaging_logo_lrg.gif");
		background-color: transparent;
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
	}	
	
	.logo_wrapper_flag {
		position: absolute;
		bottom: 4px;
		left: 4px;
	}
		
	.flag_wrapper {
		width: 120px;
		height: auto;
		background-color: transparent;
		margin: 0 0 0 5px;
	}
	
	.flag_wrapper_image {
		float: left;
		margin: 2px;
	}
/* GLOBALS */

	.grey {color: #5d5d5d;}
	.black {color: #000000;}
	.blue {color: #00aeef;}
	.green {color:#79a55d;}
	.orange {color: #f79e4c;}
	.white{color: #FFFFFF;}

	.height-auto {height: auto}
	.width-auto {width: auto}

	.overflow-hide {overflow: hidden}
	.overflow-visible {overflow: visible}

	.display-block {display: block}
	.display-none {display: none}

	.top {vertical-align: top}
	.middle {vertical-align: middle}
	.bottom {vertical-align: bottom}

	.left {text-align: left}
	.center {text-align: center}
	.right {text-align: right}

	.float-l {float: left}
	.float-r {float: right}

	.static {position: static}
	.absolute {position: absolute}
	.relative {position: relative}
	.float {position: float}

	.destroy {margin: 0; padding: 0; border: 0; border-collapse: collapse}
	.margin-0 {margin: 0}
	.padding-0 {padding: 0}
	.border-0 {border: 0; border-collapse: collapse}

	.bold {font-weight: bold}
	.underline {text-decoration: underline}
	.italic {font-style: italic}
	.decoration-0 {text-decoration: none}

	.upper {text-transform: uppercase}
	.lower {text-transform: lowercase}

	.font-6 {font-size: 6px}
	.font-7 {font-size: 7px}
	.font-8 {font-size: 8px}
	.font-9 {font-size: 9px}
	.font-10 {font-size: 10px}
	.font-11 {font-size: 11px}
	.font-12 {font-size: 12px}
	.font-13 {font-size: 13px}
	.font-14 {font-size: 14px}
	.font-15 {font-size: 15px}
	.font-16 {font-size: 16px}
	.font-17 {font-size: 17px}
	.font-18 {font-size: 18px}
	.font-19 {font-size: 19px}
	.font-20 {font-size: 20px}
	.font-21 {font-size: 21px}
	.font-22 {font-size: 22px}
	.font-23 {font-size: 23px}
	.font-24 {font-size: 24px}
	.font-25 {font-size: 25px}
	.font-26 {font-size: 26px}
	.font-27 {font-size: 27px}
	.font-28 {font-size: 28px}
	.font-29 {font-size: 29px}
	.font-30 {font-size: 30px}

	.line-10 {line-height: 10px}
	.line-12 {line-height: 12px}
	.line-14 {line-height: 14px}
	.line-16 {line-height: 16px}
	.line-18 {line-height: 18px}
	.line-20 {line-height: 20px}
	.line-22 {line-height: 22px}
	.line-24 {line-height: 24px}
	.line-26 {line-height: 26px}
	.line-28 {line-height: 28px}
	.line-30 {line-height: 30px}
	.line-32 {line-height: 32px}
	.line-34 {line-height: 34px}

	.page_break {
		width: auto;
		height: 1px;
		background-color: transparent;
		line-height: 1px;
		font-size: 1px;
		clear: both;
		overflow: hidden;
	}
	
/* TEXT OVER */

.blue_1q_heading {
	width: 224px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/blue_1q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.blue_1q_start {
	width: 236px;
	height: 17px;
	background-image: url("../img/glob/blue_1q_t_notitle.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.blue_4q_headingc {
	width: 954px;
	height: 20px;
	padding: 2px 0 0 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/blue_4q_tc.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.green_4q_heading {
	width: 954px;
	height: 24px;
	padding: 2px 0 0 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/green_4q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.multi_4q_heading {
	width: 966px;
	height: 26px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/multi_4q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.blue_4q_heading {
	width: 966px;
	height: 26px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/blue_4q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.green_1q_heading {
	width: 224px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/green_1q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.orange_1q_heading {
	width: 224px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/orange_1q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.red_1q_heading {
	width: 224px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/red_1q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.half_blue_heading {
	width: 464px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/blue_2q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.light_green{color:#12c000}

.half_orange_heading {
	width: 464px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/orange_2q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_blue_heading {
	width: 704px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/blue_3q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.blue_head_795 {
	width: 783px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/blue_head_795.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.orange_head_795 {
	width: 783px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/orange_head_795.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_blue_red_heading {
	width: 716px;
	height: 27px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/blue_red_3q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_light_green_heading {
	width: 704px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/green_light_3q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.four_quarters_blue_mid_heading {
	width: 966px;
	height: 26px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url("../img/glob/blue_4q_m.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_blue_mid_heading {
	width: 704px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/blue_3q_m.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_green_heading {
	width: 704px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/green_3q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.three_quarters_purple_heading {
	width: 704px;
	height: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px 0 0 12px;
	background-image: url("../img/glob/purple_3q_t.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.content_1q {
	width: 196px;
	height: auto;
	background-image: url("../img/glob/content_1q.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;
}

.content_2q {
	width: 436px;
	height: auto;
	background-image: url("../img/glob/content_2q.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;
}

.content_3q {
	width: 676px;
	height: auto;
	background-image: url("../img/glob/content_3q.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;	
}

.content_300 {
	width: 266px;
	height: auto;
	background-image: url("../img/glob/content-300.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;	
}


.content_620 {
	width: 586px;
	height: auto;
	background-image: url("../img/glob/content-620.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;	
}

.content_795 {
	width: 755px;
	height: auto;
	background-image: url("../img/glob/content_795.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 12px 20px 0 20px;
	position: relative;	
}

.end_1q {
	width: 236px;
	height: 8px;
	background-image: url("../img/glob/end_1q.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}

.end_2q {
	width: 476px;
	height: 13px;
	background-image: url("../img/glob/end_2q.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}

.end_3q {
	width: 716px;
	height: 8px;
	background-image: url("../img/glob/end_3q.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}

.end_795 {
	width: 795px;
	height: 18px;
	background-image: url("../img/glob/footer_795.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}

.end_300 {
	width: 306px;
	height: 16px;
	background-image: url("../img/glob/end-300.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}

.end_620 {
	width: 626px;
	height: 18px;
	background-image: url("../img/glob/end-620.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 20px 0;
	position: relative;
}


.column_wrapper_left {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	background-color: transparent;
	margin: 0 0 0 3px;
}

.column_wrapper_right {
	width: auto;
	height: auto;
	float: right;
	position: relative;
	background-color: transparent;
	margin: 0 3px 0 0;
}

.space {
	margin: 15px 0;
}

.space_small {
	margin: 8px 0;
}

.content_divide {
	width: 100%;
	background-image: url("../img/glob/divide.png");
	background-color: #555555;
	height: 8px;
	margin: 10px 0;
	clear: both;
	overflow: hidden;	
}

.page_heading_left {
	margin: 12px 20px;
}

.page_heading_right {
	margin: 12px 10px;
}

.request_article {
	display: block;
	width: 122px;
	height: 65px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url("../img/glob/request_article.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	padding:0;
	margin: 0 0 10px 0;
	float: right;
	clear: both;
}

.support_brochure {
	display: block;
	width: 126px;
	height: 42px;
	background-image: url("../img/glob/blue_pdf.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 6px 90px 0 10px;
	text-align: center;
	float: left;
	margin: 0 0 16px 0;
}

.rental_information {
	display: block;
	width: 126px;
	height: 42px;
	background-image: url("../img/glob/orange_envelope.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 6px 90px 0 10px;
	text-align: center;
	float: left;
	margin: 0 0 16px 18px;
}

.consult_information {
	display: block;
	width: 126px;
	height: 42px;
	background-image: url("../img/glob/red_envelope.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 6px 90px 0 10px;
	text-align: center;
	float: left;
	margin: 0 0 16px 19px;
}

.blue_1q_footer {
	display: block;
	width: 236px;
	height: 24px;
	background-image: url("../img/glob/blue_1q_b.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 1px 0 0 0;
	margin: 0 0 20px 0;
}

.green_1q_footer {
	display: block;
	width: 236px;
	height: 26px;
	background-image: url("../img/glob/green_1q_b.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 0 20px 0;
}
.blue_sq_btn {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	width: 80px;
	height: 18px;
	background-image: url("../img/glob/blue_sq_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	padding: 2px 0 0 0;
	position: absolute;
	bottom: 5px;
	right: 3px;
}

.orange_sq_btn {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	width: 80px;
	height: 18px;
	background-image: url("../img/glob/orange_sq_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	padding: 2px 0 0 0;
	position: absolute;
	bottom: 5px;
	right: 3px;
}

.blue_detail_spec {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/blue_rnd_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 136px;
	height: 43px;
	padding: 5px 0 0 0;	
}

.red_detail_spec {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/red_rnd_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 136px;
	height: 43px;
	padding: 5px 0 0 0;
	text-transform: capitalize;
}

.green_detail_spec {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/green_rnd_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 136px;
	height: 43px;
	padding: 5px 0 0 0;	
}

.green_detail_spec_sitt {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/green_rnd_btn_sitt.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 136px;
	height: 43px;
	padding: 5px 0 0 0;	
}

.purple_detail_spec {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/purple_rnd_btn.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 136px;
	height: 43px;
	padding: 5px 0 0 0;	
}

.login {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url("../img/glob/login.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	width: 219px;
	height: 30px;
	padding: 5px 0 0 0;		
}

.img_info_wrapper {
	width: 120px; 
	padding: 8px 0 15px 0; 
	position: relative; 
	left: 50%; 
	margin-left: -60px;
	font-weight: bold;
}

.choose_your_country {
	background-image: url('../img/glob/avaliable_worldwide.png');
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding: 0 0 40px 0; 
	position: relative; 
	margin-left: -16px; 
	width: 230px;
}

.padding_top {
	padding-top: 1px;
}

.width_100 {
	width: 230px;
}

.flag_left {
	margin: 0 0 2px 2px;
}

.flag_right {
	margin: 0 2px 2px 0;
}
