body {
	background-color: #ebebeb;
	text-align: center;
	margin: 0;
	font: 12px Verdana, serif;
}

#wrapper {
	width: 730px;
	height: 100%;
	margin: 0 auto;
	margin-top:10px;
	padding:10px;
	background-color:white;
	border:1px solid #c8c8c8;
}

a {
	color:#6a6a6a;
	background: url(images/back.png);	
}

h3{
	font-size:16px;
	font-weight: bold;
	margin-bottom:-1px;
	color: #6a6a6a;
}


/* HEADER */
#header {
	width: 100%;
	height:72px;
	padding-bottom:20px;
}

/*TOP NAVIGATION*/
#topnav{
	height:24px;
}

.separator{
	color:#00aeef;
	font-weight: bold;
}
	
#topnav a:hover{
	text-decoration:underline;
}

#topnav p{
	float:right;
	margin:0px;
	padding-top:5px;
}

/*BANNER*/
#banner{
	height:75px;
	margin:px 0 5px 0;
	/*border: 1px solid #adadad;*/
	/*background: url(images/banner.jpg) no-repeat;*/
}

/*CONTENT*/
#content{
	margin-top:5px;
	min-height:436px;
}

* html #content {
	height:436px;
}

/*LEFT Block*/
.leftBlock{
	float:left;
	width:297px;
	margin-top:8px;
}

.leftBlockIn{
	line-height:17px;
	float:left;
	width:530px;
	margin-top:8px;
	color: #6a6a6a;
}

/*RIGHT Block*/
.rightBlock{
	float:right;
	width:408px;
	margin-top:8px;
}

.rightBlockIn{
	float:right;
	width:180px;
	margin-top:8px;
}

.rightBlock h3, .rightBlockIn h3,
.leftBlock h3, .leftBlockIn h3{
	margin:0  5px -2px 0;
}
.blueLine{
	height:4px;
	background-color: #00aeef;
	margin-bottom:5px;
	font-size: 1px; 
	ovrerflow: hidden;
}

.rightMenu{
	background: url(images/colors.jpg) no-repeat;
	height:315px;
}

.rightMenuin{
	/*background: url(images/colorsin.jpg) no-repeat;*/
	height:315px;
}

/*contact*/
#contact{
	width:100%;
	height:50px;
	border-top: 1px solid #adadad;
	background:url(images/contact.jpg) no-repeat;
}

.contact1{
	float:left;
	margin-left:90px;
	_margin-left:40px;
	width:220px;
}

.contact2{
	float:right;
	margin-left:0px;
	width:325px;
}

.contact1, .contact2{
	color:#6a6a6a;
	margin-top:5px;
	font:11px Verdana;
}

/*FOOTER*/
#footer{
	border-top: 1px solid #adadad;
	color:#b5b5b5;
}
#footer p{
	margin:5px 0 3px 0;
}


/*---*/
.main-menu a {
	font-family: verdana;
	font-size: 12px;
	display: block;
	padding: 2px 2px 2px 10px;
	background: #ffffff;
	text-decoration: none; /*lets remove the link underlines*/
	background:transparent none repeat scroll 0%;
}

.main-menu a:link, .main-menu a:active, .main-menu a:visited {
	color: #6a6a6a;
	margin: 2px 0 0 0;
	list-style:none;
}

.main-menu a:hover{
	background: #fc94d2;
	color: #ffffff;
	font-weight: bold;
}

.mainin-hover{
	background-color: #fc94d2 !important;
	color: #ffffff !important;
	font-weight: bold;
	
}

.main-menuin2{
	padding-left:10px;
}

.mainin-hover2{
	background-color: #fc94d2 !important;
	color: #ffffff !important;
	font-weight: bold;
	
}

.main-menu {
	margin-bottom:20px;
	color: #6a6a6a;
	
}

/*main menu in*/

.main-menuin a {
	font-family: verdana;
	font-size: 12px;
	display: block;
	padding: 2px 2px 2px 10px;
	background: #fff;
	text-decoration: none; /*lets remove the link underlines*/
	background:transparent none repeat scroll 0%;
}

.main-menuin a:link, .main-menuin a:active, .main-menuin a:visited {
	color: #6a6a6a;
	margin: 2px 0 0 0;
	list-style:none;
}

.main-menuin a:hover {
	background: #fc94d2;
	color: #ffffff;
	font-weight: bold;
}

.main-menuin {
	margin-bottom:20px;
}

/*end of main menu in*/

.main_buttons{
	margin-top:153px;
}

.yellowLine{
	height:4px;
	background: #fff200;
	margin-bottom:5px;
	font-size: 1px; 
	ovrerflow: hidden;
}

.titleList h3{
	margin:0  5px -2px 0;
	padding-right:5px;
}

.session{
	float:left;
	padding:5px;
	background-color:black;
	color:white;
	margin:25px 0 0 2px;
	width:150px;
}

.offerTable{
	margin:0px;
	padding:0px;
}

/*mailtables*/
.mailtables td{
	background-color:#f5f5f4;
}

.mailtables input{
	/*border:1px solid #c8c8c8;*/

}

/* end of mailtables*/


.input_w{
	width:90%;
}

.contentin{
	padding: 2px 2px 2px 10px;
}