@import url('index_top_menu.css');
@import url('faq.css');
@import url('contact_us.css');
@import url('how_it_works.css');
@import url('sign_up.css');

/*-- Body 
--------------------------------------------------------*/

body {
	background-image:url('../img/index_top_bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:tahoma;
	font-size:11px;
	color:#2D2D2D;
	background-color:#EFEFEF;
}

td {
	vertical-align:top;
	font-family:tahoma;
	font-size:11px;
	color:#2D2D2D;
}

#left_column {
	background-color:#ffffff;
}

a:hover {
	text-decoration:none;
}

/*-- Members 
--------------------------------------------------------*/

#members_block {
	background-image:url('../img/members_form_bg.gif');
	background-repeat:no-repeat;
	width:232px;
	height:140px;
}

#members_block input{
	width:130px;
	border:1px solid #DEDEDE;
	margin-bottom:4px;
	font-family:tahoma;
	font-size:11px;
	color:#6C6C6C;
	height:20px;
}

#members_block a{
	color:#ffffff;
	font-family:tahoma;
	font-size:9px;

}

/*-- Web site block 
--------------------------------------------------------*/

#web_site_block {
	z-index:3px;
	position:relative;

	margin-bottom:150px;
	padding-left:46px;
}

#web_site_block .web_site{
	margin-top:23px;
}

#web_site_block .web_site img{
	margin-bottom:13px;
	border:0px;

}

#web_site_block .web_site .info{
	color:#ffffff;
}

#web_site_block .web_site .info a{
	font-weight:bold;
	color:#ffffff;
}

/*-- Web site block 1
--------------------------------------------------------*/

#web_site_block1 {
	z-index:3px;
	position:relative;

	margin-bottom:20px;
	padding-left:46px;
}

#web_site_block1 .web_site1{
	margin-top:23px;
}

#web_site_block1 .web_site1 img{
	margin-bottom:13px;
	border:0px;

}

#web_site_block1 .web_site1 .info1{
	color:#ffffff;
}

#web_site_block1 .web_site1 .info1 a{
	font-weight:bold;
	color:#ffffff;
}

/*-- Center 
--------------------------------------------------------*/

#center {
	background-image:url('../img/center_1.jpg');
	background-repeat:no-repeat;
	padding-left:41px;
	background-color:#ffffff;
}

#center p {
	margin:0px;
	padding:0px;
	padding-right:28px;
	text-align:justify;
	margin-bottom:15px;
}

/*-- right 
--------------------------------------------------------*/

#right{
	background-image:url('../img/center_2.gif');
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-color:#ffffff;
	padding-left:37px;
}

/*-- bottom 
--------------------------------------------------------*/

#bottom {
	background-image:url('../img/bottom_bg_2.jpg');
	background-repeat:no-repeat;
	background-position:0% 0%;
	height:157px;
	margin-top:29px;
}

#bottom a{
	color:#ffffff;
	font-size:9px;
}

#bottom_2 {
	background-image:url('../img/bottom_bg_3.jpg');
	background-repeat:no-repeat;
	background-position:0% 0%;
}

#bottom_3 {
	background-image:url('../img/bottom_bg_4.jpg');
	background-repeat:repeat-x;
	background-position:0% 100%;
}