html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

body {background: #001636;}

h1, h2, h3, h4, h5, h6, p, ul, form, input, select, textarea {padding: 0; margin: 0; list-style: none;}
h3 {font-family:Tahoma; font-size:12px; color:#004990; font-weight:normal}

.fLeft {float: left}
.fRight {float: right}
.fClear {clear: both}
.bold {font-weight:bold !important}
.up {	text-transform: uppercase; }
.pb120 { padding-bottom: 120px; }

h2 {
	font: normal 26px Helvetica;
	color:#00aeef;
	letter-spacing: -1px;		
}

img {border: none;}
a {text-decoration: none; }
form {padding: 0px;	margin: 0px;}

input, textarea, select {
	border: 1px solid #e0e0d6;
	color: #80807d;
	padding: 3px 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	overflow: auto;
}

input{overflow: hidden; }



/* --------------------------------------------------- */

.main_outer {
	position: relative; 
	width: 980px;
	margin: auto;
	height: auto;
	background: white;
}

.topline {
	height: 9px;
	font-size: 0;
	background: url(../img/t_l.gif) repeat-x;
}

/* header styles */

.header {height: 91px; background: url(../img/logo.gif) no-repeat 10px 5px}

.header .menu, .header .menu a {font: 12px Tahoma; color: #fff}
.header .menu ul {float: right;}
.header .menu ul li {position: relative; float: left; width: 119px; padding: 0 10px; background: url(../img/menu_separator.gif) no-repeat 0 0;}
.header .menu ul li.first {background: none;}


.header .menu ul li div.sub-menu {position: absolute; display: none; width: 138px; padding: 10px 1px 0 1px; top: -9px; left: 0; background: url(../img/sub-menu_top.gif) no-repeat 0 0;}
.header .menu ul li div.sub-menu .link {display:block;width:138px; height: 65px;}
.header .menu ul li ul {float: none; padding: 5px 2px 5px 2px; background: url(../img/sub-menu_bg.gif) no-repeat 0 bottom}
.header .menu ul li ul li {width: auto; float: none; padding: 5px 0 4px 2px; background: url(../img/sub-menu_item_bg.gif) repeat-x 0 bottom;}
.header .menu ul li ul li.last {background: none;}

.eyebrow {
	position: absolute;
	width: 140px;
	height: 8px;
	top: -8px;
	background: url(../img/eyebrow.jpg) no-repeat;
	left: 0px;
}

/* end header styles */


.headpict {
	width:980px;
	height:175px;
}

.picthome {
	background: url(../img/headpict_home.jpg) no-repeat;	
}

.pictlogin {
	background: url(../img/headpict_login.jpg) no-repeat;
}

.pictretail {
	background: url(../img/headpict_retail.jpg) no-repeat;
}

.pictmarketing {
	background: url(../img/headpict_marketing.jpg) no-repeat;
}

.pictsolutions{
	background: url(../img/headpict_solutions.jpg) no-repeat;
}

.pictprofiles {
	background: url(../img/headpict_profiles.jpg) no-repeat;
}

.main_container{
	position: relative;	
	height: 1%;
	background: url(../img/main_container_bg.jpg) repeat-y right top;
}

.main_part {
	position: relative;
	float: left;
	width: 765px;
}

.breadcrumb {
	height: 19px;
	border-bottom: 1px solid #d4d4d4;
	color:#717073;
	font: bold 11px Tahoma;
	padding: 6px 0 0 10px;
}

.breadcrumb a {
	color: #004990;
	font: bold 11px Tahoma;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #50c8e8;
}

.left_block{
	float: left;
	width: 222px;
}

.left_block .back_img {
	width: 222px;
	height: 366px;
	background-repeat: no-repeat;
	margin-top: 25px;
}

.giraffe{
	background: url(../img/giraffe.jpg);
}

.ladybird {
	background: url(../img/ladybird.jpg);
}

.bee {
	background: url(../img/bee.jpg);
}

.peafowl {
	background: url(../img/peafowl.jpg);	
}

.searchbox {
	position: relative;
	padding: 35px 0 0 10px;
}

.servleft {
	position: relative;
	padding: 15px 0 15px 10px;
}

.calendar {
	position: relative;
	width: 175px;
	height: 148px;
	border: 1px solid #708bb6;
}

.calendar .yearbox {
	position: relative;
	width: 175px;
	height: 27px;
	padding-top: 4px; 
	font: normal 15px Tahoma;
	background: url(../img/c_year_bg.jpg) repeat-x;
	color: white;
	text-align: center;
}

.calendar .yearbox a.right{
	display: block;
	float: right;
	margin: 2px 5px;
	height: 15px;
	width: 13px;
	background: url(../img/c_right_arr.jpg) no-repeat right top;
}

.calendar .yearbox a.right:hover{
	background: url(../img/c_right_arr.jpg) no-repeat left top;
}

 .calendar .yearbox a.left{
	display: block;
	float: left;
	margin: 2px 5px;
	height: 15px;
	width: 13px;
	background: url(../img/c_left_arr.jpg) no-repeat left top;
 }

.calendar .yearbox a.left:hover{
	background: url(../img/c_left_arr.jpg) no-repeat right top;
} 

.calendar .month {
	position: relative;
	margin: auto;
	width: 120px;	
}

.calendar .month table td{
	text-align: center;
	padding: 5px 0px;
}

.calendar .month table td a {
	color:#000;
	font: normal 14px Tahoma;
	text-decoration: underline;
}

.calendar .month table td a:hover {
	text-decoration: none;
}

.calendar .month table td a.chs {
	color: #50c8e8;
	text-decoration: underline;
}


.searchbox h1 {
	font: normal 26px Helvetica;
	color:#00aeef;
	letter-spacing: -1px;	
}

.searchbox input.input{
	width: 187px;
	margin: 5px 0px;
}

.searchbox .submit {
	text-align: right;
	font: normal 11px Arial;
	color: #646464;
}


.center_block {
	float: left;
	width: 543px;
}

.main_content {
	position: relative;	
	padding: 30px 15px 10px 10px;
}

.main_content h1{
	float: left;
	color:#f5f5f5;
	font: normal 24px Helvetica;
	padding: 0 0 20px 0;
	letter-spacing: -1px;
	text-transform: lowercase;
}

.main_content .right_node {
	float:right;
	color:#004990;
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 18px 0 0 0;
	letter-spacing: -1px;
}

.main_content .right_node b{
	letter-spacing: 0px;	
}

.main_content .txt, .txt {
	color:#717073;
	font: normal 11px Tahoma;
	line-height:18px;
	padding-bottom:15px;
}

.main_content .txt a {
	color: #00aeef;
	text-decoration: underline;
	font-weight: bold;
}


.grayhr {
	height: 1px;
	background: url(../img/hr_bg.jpg) repeat-x;
	clear: both;
	font-size: 0px;
}

.subscribe {
	height: 20px;
	padding: 20px 0 2px 0;
	margin: 0;
}

.subscribe a{
	float: right;
	display: block;
	width: 111px;
	background: url(../img/ar2.gif) no-repeat 0px 2px;
	color:#004990;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: right;
	font: normal 11px Arial Narrow;
}
/*
.subscribe a:hover{
	background: url(../img/ar1.gif) no-repeat 0px 2px;
	color: #00aeef;
}
*/


.capbox {
	float: left;
	width: 190px;
}

.latest .h{
	font: normal 26px Helvetica;
	color:#00aeef;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

.latest a {
	display: block;
	height: 15px;
/*	width: 176px;*/
	background: url(../img/ar1.gif) no-repeat 0px 7px;
	color: #00aeef;
	padding: 5px 0 0 16px;
	font: bold 11px Tahoma;
}

.latest a:hover{
	background: url(../img/ar2.gif) no-repeat 0px 7px;
	color:#004990;
	color: #002a5c;
	text-decoration: underline;
}

.quote {
	font: normal 12px Tahoma;
	color: #004990;
	text-align: center;
}

.rightblock {
	float :left;
	position: relative; 
	width:214px; 
	background:#004990;
	margin-left: 1px;
}


/* ----------------------------------------  right control ----------------------*/

.ph_login{
	background:transparent url(../img/pharmacy_login_bg.gif) no-repeat left top;
	min-height: 73px;
	margin: -20px 0 10px 0;
	position: relative;
	padding: 32px 5px 5px 5px;
}

input.login {
	width: 154px;
	height: 12px;
	border: 1px solid #c2d4e0;
	font: normal 11px Arial;
	color: #727074;
	line-height: 12px;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 2px;
}

.log{
	color: #fff;
	font: bold 10px Arial;
	width: 44px;
	text-align: center;
}

a.login {
	display: block;
	height: 21px;
	width: 21px;
	background: url(../img/login_button.gif) no-repeat right top;
}

a.login:hover {
	background: url(../img/login_button.gif) no-repeat left top;
}

.reglinks {
	color:#ace0f0;
	font-size: 9px;
	margin: 3px 0px;
}

.reglinks input {
	border: none;
	padding: 0;
	margin: 0;
}

a.forgot{
	color:#ace0f0;
	font-size: 9px;
	text-decoration: underline;
}

a.register{
	float: right;
	display: block;
	background: url(../img/arr04.gif) no-repeat 0px 2px;
	color:#ace0f0;
	padding-left: 13px;
	text-align: right;
	font: normal 11px Arial Narrow;
}


/* --------------  logged ______________*/

.member table td{
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	line-height: 17px;
}

.membername { font-style: italic; }

.member table td a{
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}

/* ------------------------------------------------------------------- */

.gr_line {
	position:relative;
	width:214px;
	height:5px;
	background:url(../img/green_line.gif) repeat-x;
	font-size: 0px;
}


.lifeclubposter{
	height:244px;
	width:214px;
}

.gr_area {
	position:relative;
	width:204px;
	height:32px;
	background-color:#8cc63f;
	font:bold 11px Tahoma;
	color:White;
	padding:5px 0 0 10px;
	border-top: solid 1px white;
}

.liveclubcard {
	height: 233px;
	margin: 10px 0 10px 25px;
}


/* ----------------------------------------  rightmenu ---------- */

.rightmenu {
	position: relative;
	width: 214px;
	height: 1%;
	background: url(../img/rightmenu_bg.jpg) repeat-y;	
	border-bottom: 1px solid #fff;
	padding-top: 1px;
}

.rightmenu a {
	display: block;
	height: 16px;
	border-top: 1px solid #019e5f;
	color: #fff;
	font: normal 15px Tahoma;
	padding: 6px 0 7px 30px;
}

.rightmenu a.current {
	background: url(../img/arrow_green.gif) no-repeat 8px 6px;
	font-weight: bold;
}

.rightmenu a:hover {
	background: url(../img/arrow_green.gif) no-repeat 8px 7px;
//	font-weight: bold;
}

/* ----------------------------------------------------------------------    */



/* -------------------------------------    liveclubbottom links ---------------*/

.liveclubbottom {
	position: absolute;
	width: 518px;
	height: 120px;
	top: -120px;
	left: 222px;
	padding: 0px 15px 0px 10px;	
}


.lifeclublinks {
	position: relative;
	bottom:0px;
	background: url(../img/liveclubqlinks.jpg) no-repeat left 30px;
	padding: 20px 0px 0px 140px;
	height: 88px;
}

.lifeclublinks table td {
	text-align: center;
}

.lifeclublinks a{
	margin: auto;
	display: block;
	width: 68px;
	height: 81px;
}

.lifeclublinks .ql_calendar {
	background: url(../img/ql_calendar.jpg) no-repeat;	
}

.lifeclublinks .ql_stories {
	background: url(../img/ql_stories.jpg) no-repeat;		
}

.lifeclublinks .ql_website {
	background: url(../img/ql_website.jpg) no-repeat;		
}

.lifeclublinks .ql_contact {
	background: url(../img/ql_contact.jpg) no-repeat;		
}


.footer {
	position: relative;
	height: 20px; 
	width:960px; 
	text-align: right;
	color: #fff; 
	font:normal 10px Tahoma; 
	padding: 11px 10px 0px 10px;
	background: url(../img/footer_fon.gif) repeat-x; 
	border-top: 1px solid #fff;
}
.footer a {
	color: #fff; 
	font:normal 10px Tahoma; 
	text-transform: uppercase;
}
.footer a:hover, .footer a.active {color: #fff; text-decoration: underline}



/* -------------- login-logout pages and two-part pages - newsletter, etc. ------------------- */

.center_left {
	position: relative;
	float: left;
	padding: 0px 0px 20px 0px;
	width: 245px;
}

.form_holder table td {
	padding: 4px 0px;
	color: #8e8e8e;
	font: bold 12px Tahoma;
}

.form_holder table td input, .form_holder table td textarea {
	width: 220px;
	color:#c4bfbc;
	border:solid 1px #8e8e8e;
}
.form_holder table td select {
	width: 232px;
}

.form_holder table td table.submit td {
	text-align: right;
	font: normal 11px Arial;
	color: #646464;
}

.form_holder table td table.submit td input{
	width: 20px;
	height: 20px;
	
}

.form_holder a.bluelink{
	float: right;
	display: block;
	height: 15px;
	background: url(../img/ar1.gif) no-repeat 0px 7px;
	color: #00aeef;
	padding: 5px 0 0 22px;
	font: bold 12px Arial;
	text-decoration: underline;
}

.form_holder a.bluelink:hover{
	background: url(../img/ar2.gif) no-repeat 0px 7px;
	color:#004990;
}

.form_holder input.loginsubmit {
	width: 80px;
	height: 22px;
	padding: 0px; 
	border: none;
	font: normal 12px Arial;
	color: #646464;
	text-align: center;
	background: url(../img/loginsubmitbtn.gif) no-repeat;
}

.center_right  {
	position: relative;
	float: left;
	width: 235px;
	padding: 0px 0px 10px 35px;
}

.contacts table td{
	vertical-align: top;
	color:#717073;
	font: normal 11px Tahoma;
	line-height:18px;
	padding: 5px;
}

.text_block_w_paper {
		background-image:url(../img/icon_paper.jpg);
		background-repeat:no-repeat;
		padding-left:30px;
		margin-top:20px;
		margin-bottom:10px;
}

.report a.aqua {
	color: #50c8e8;
	font: normal 10px Tahoma;
	text-decoration: underline;
}

.report a.gray {
	color: #717073;
	font: normal 10px Tahoma;
	text-decoration: none;
}


/*   --------     Andrey      -----------  */


.text_block_w_pic
{
		text-align:justify; 
		background-image:url(../img/text_block_pic.gif);
		background-repeat:no-repeat;
		padding-left:30px;
		margin-top:20px;
		margin-bottom:10px;
}

.main_content .txt .bld_blue 
{
	color:#002a5c;
	font-weight:bold;
}

.main_content .txt .bld_gray, .main_content .txt .bld_gray a 
{
	color:#717073;
	text-decoration:none;
	font-weight:bold;
}

.main_content .txt .bld_gray a:hover
{
	color:#004990;
}

.main_content .txt .quotegray{
	font: bold 12px Tahoma;
	line-height: 18px;
} 


.main_content .txt a.graylink
{
	color:#717073;
	font-weight: normal;
}

.text_block_w_ar
{
		text-align:justify; 
		background: url(../img/ar1.gif) no-repeat 0px 5px;
		background-repeat:no-repeat;
		padding-left:25px;
		margin:0px 30px;
		line-height:25px;
}

.text_block_w_ar_big
{
		color:#717073;
		text-align:justify; 
		background: url(../img/ar1.gif) no-repeat 0px 5px;
		background-repeat:no-repeat;
		padding-left:20px;
		margin:8px 10px 8px 30px;
}

.main_content h2{
	color:#00aeef;
	font: normal 24px Helvetica;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}

.main_content a.bluelink1{
	display: block;
	height: 15px;
	background: url(../img/ar1.gif) no-repeat 0px 7px;
	color: #54c3f0;
	padding: 5px 0 0 22px;
	margin-left:40px;
	font: bold 12px Arial;
	text-decoration: underline;
}

.main_content a.bluelink1:hover{
	background: url(../img/ar2.gif) no-repeat 0px 7px;
	color:#004990;
}

.text_block_lifeclub_calendar
{
		text-align:justify; 
		margin:20px 10px 20px 50px;
		color:#00aeef;
		font-weight:bold;
}

.main_content .txt li a
{
	color:#717073;
	margin-left:30px;
	padding-top:5px;
	text-decoration:none;
	font-weight:normal;
}

.main_content .txt li a:hover
{
	color:#004990;
}

.title_mp3
{
	background-image:url(../img/pic13_1.gif); 
	color:#89888b; 
	font-family:Tahoma; 
	font-size:10px; 
	font-weight:bold; 
	background-repeat:no-repeat; 
	width:315px; 
	height:23px; 
	padding-top:1px;
	padding-left:35px;
	text-decoration:none !important;
	cursor:pointer;
}

#welcome_to_instigo {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#welcome_to_instigo span {
	background: url(../img/title/welcome_to_instigo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}

#latest_news {
	width: 329px;
	height: 25px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
	}
#latest_news span {
	background: url(../img/title/latest_news.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#database_management {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#database_management span {
	background: url(../img/title/database_management.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#contact_us {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#contact_us span {
	background: url(../img/title/contact_us.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#health_solutions {
	width: 329px;
	height: 25px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
	}
#health_solutions span {
	background: url(../img/title/health_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#hr_tools {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#hr_tools span {
	background: url(../img/title/hr_tools.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#instigo_solutions {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#instigo_solutions span {
	background: url(../img/title/instigo_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}

#our_solutions {
	width: 329px;
	height: 30px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
	}
#our_solutions span {
	background: url(../img/title/our_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#lam_solutions {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#lam_solutions span {
	background: url(../img/title/lam_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#lifeclub_calendar {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#lifeclub_calendar span {
	background: url(../img/title/lifeclub_calendar.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#retail_campaigns {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#retail_campaigns span {
	background: url(../img/title/retail_campaigns.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#login {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#login span {
	background: url(../img/title/login.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#logged_out {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#logged_out span {
	background: url(../img/title/logged_out.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#marketing_solutions {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#marketing_solutions span {
	background: url(../img/title/marketing_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#welcome_members {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#welcome_members span {
	background: url(../img/title/welcome_members.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#current_reports {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#current_reports span {
	background: url(../img/title/current_reports.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#messages_on_hold {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#messages_on_hold span {
	background: url(../img/title/messages_on_hold.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#moment_of_truth {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#moment_of_truth span {
	background: url(../img/title/moment_of_truth.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#instigo_news {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#instigo_news span {
	background: url(../img/title/instigo_news.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#available_newsletters {
	width: 329px;
	height: 30px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
	}
#available_newsletters span {
	background: url(../img/title/available_newsletters.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#newsletter_sigup {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#newsletter_sigup span {
	background: url(../img/title/newsletter_sigup.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#people_solutions {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#people_solutions span {
	background: url(../img/title/people_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#privacy {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#privacy span {
	background: url(../img/title/privacy.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}

#retail_health_check {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#retail_health_check span {
	background: url(../img/title/retail_health_check.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#retail_solutions {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#retail_solutions span {
	background: url(../img/title/retail_solutions.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
	
#website_map {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#website_map span {
	background: url(../img/title/website_map.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#success_stories {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#success_stories span {
	background: url(../img/title/success_stories.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#thank_you {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#thank_you span {
	background: url(../img/title/thank_you.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#tmp_profiles {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#tmp_profiles span {
	background: url(../img/title/tmp_profiles.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#top_retail_tips {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#top_retail_tips span {
	background: url(../img/title/top_retail_tips.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}
	
#forgotten_password {
	width: 329px;
	height: 0px;
	margin-top:-30px;
	padding-top:30px;
	padding-bottom:0px;
	position: relative;
	}
#forgotten_password span {
	background: url(../img/title/forgotten_password.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 200%;
	}

		
/*   --------     Andrey      -----------  */
