@charset "utf-8";
/* CSS Document */

body
{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background:#D7D7D7 url(image/bg_body.gif);
	font-family:Tahoma;
}
html
{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.col
{
	float:left;
}
.endcol
{
	clear:both;
}

a img
{
	border:none;
}

.conteiner
{
	width:760px;
	margin:0px auto 0px auto;
	background:#EEF0E5;
}
.text_red{
	color:#A2171B;
}
.text_dred{
	color:#9D1116;
}
.text_green{
	color:#1F5F57;
}
.text_greenlite
{
	color:#487D74;
}
.text_greenblue
{
	color:#15A690;
}

input.input
{
	border:1px solid #676B66;
}


/*** start header ***/

.header{}
	.header .logo
	{
		width:212px;
		padding:16px 0px 23px 27px;
	}
	.header .topMenu
	{
		margin:23px 0px 0px 0px;
		background:url(image/bg_topmenu.gif) repeat-x;
	}
/*** end header  ***/


/*** start content ***/

.content
{
	background:url(image/bg_cont_shadow.gif) center top no-repeat;
	padding:0px 0px 40px 0px;
	color:#363636;
	font-size:12px;
}
	.greenText
	{
		color:#23554E;
	}
	.upperText
	{
		text-transform:uppercase;
	}
	
	.size_11
	{
		font-size:11px;
	}
	
	.content .topBaners{}
		.content .topBaners .signup_col
		{
			padding:10px 33px 26px 12px;
		}
		.content .topBaners .buynow_col
		{
			margin:36px 0px 29px 0px;
			background:#FFFFFF;
		}
	
	.content .text_subBaners
	{
		padding:0px 0px 46px 28px;
	}
	.content .text_subBaners_add{
		padding:0px 0px 30px 28px;
	}
	.content .text_subBaners_add div{
		float:left;
	}
	.content .text_subBaners_add .pic{
		width:80px;
	}
	.content .text_subBaners_add .link{
		width:72px;
	}
	.content .text_subBaners_add .link a{
		color:#1F5F57;
		font-weight:bold;
	}
	.link_tab{
		padding:0px 0px 0px 5px;
	}
	.content .contTab{
		padding:0px 0px 0px 25px;
	}
	
		.content .contTab .left_col
		{
			padding:0px 50px 0px 0px;
		}
		.content .contTab .left_col .title
		{
			padding:0px 0px 8px 4px;
		}
		.content .contTab .left_col .par_1
		{
			padding:0px 0px 8px 0px;
		}
		.content .contTab .left_col .par_2
		{
			padding:0px 0px 16px 0px;
		}
		.content .contTab .left_col .par_3
		{
			padding:0px 0px 8px 0px;
		}
		.content .contTab .left_col .par_4
		{
			padding:0px 0px 8px 0px;
		}
		
		.content .contTab .right_col
		{
			width:435px;
		}
			.content .contTab .right_col .title
			{
				padding:0px 0px 22px 0px;
			}
			
			.content .contTab .right_col a.page_link
			{
				color:#2E3092;
				text-decoration:underline;
			}
			.content .contTab .right_col a.page_link:hover
			{
				text-decoration:none;
			}
			.content .contTab .right_col img.next_page
			{
				margin:0px 0px 0px 6px;
			}
	.table tr td{
		border:1px solid #DCE1C8;
		font-family:Tahoma, Verdana;
		font-size:12px;
		color:#363636;
		background-color:#F7F8F2;
	}
	.table tr td.noBordRT{
		border-right:0px;
		border-top:0px;
	}
	.table tr td.noBordT{
		border-top:0px;
	}
	.table tr.head td{}
	.table tr.head2 td{
		padding:0px 0px 0px 21px;
	}
	.table tr.head2bg td{
		background-color:#E6F7EE;
	}
	.table tr td.cont{
		padding:28px 0px 25px 21px;
	}
	.table tr td.cont1{
		padding:7px 0px 13px 21px;
	}
	.noBordnoPad tr td{
		border:0px;
		padding:0px;
	}
	.fontBig{
		font-size:17px;
	}
	.content_short{
		width:700px;
	}
	.boxred{
		background-color:#A2171B;
		color:#FFFFFF;
		font-weight:bold;
		padding:14px 0px 14px 0px;
		width:475px;
	}
	.boxred a{
		color:#FFFFFF;
	}
	.pos_rel{
		position:relative;
		left:0px;
		top:2px;
	}
		

/*** end content ***/

/*** start footer ***/

.footer
{
	background:#656A66 url(image/bg_footer_shodow.gif) center top no-repeat;
	height:52px;
	border-bottom:1px solid #336699;
	text-align:center;
	font-size:10px;
	color:#EFF1E6;
}
	.footer .text
	{
		padding:20px 0px 0px 0px;
	}
		.footer .text a
		{
			text-decoration:none;
			color:#EFF1E6;
		}

/*** end footer ***/





/*** office page ***/

.contTextInnerDiv
{
	width:494px;
	margin-right:24px;
}

.picDivInnerPage
{
	padding-top:20px;
}


/*** end ***/


/*** login page ***/

.loginForm{}
	.loginForm .col_1
	{
		width:51px;
		height:25px;
		padding:3px 0px 0px 0px;
	}
.checkboxDiv
{
	padding:25px 0px 20px 0px;
}
	.checkboxDiv input
	{
		position:relative;
		top:2px;
		left:-8px;
	}
.btnLogin
{
	padding:0px 0px 100px 52px;
}

/*** end ***/

