html, body {
	margin:0px;
	background:#FFFFFF;
	color:#777777;
	height:100%;
}

.bgTopCollage{
	height:7px;
	background-image: url('../images/bg_top_collage.jpg');
	background-repeat: repeat-x;
	background-position: left;
}

.bgCollage{
	text-align:right;
	width:569px;
	height:132px;
	background-image: url('../images/bg_collage.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.bgMain{
	width:100%;
	background-image: url('../images/bg_main.jpg');
	background-repeat: repeat-x;
	background-position: right;
	padding:10px 0px 0px 20px;
}

.bgMenu{
	height: 24px;
	padding-left:24px;
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
}

div.sepmenu{
	width:1px;	
	height:15px;
	background-color:#A5BED4;
}

div#phonTitle{
	width:300px;	
	margin: 24px 0px 0px 10px;
	color: white;
	font-weight:bold;
	font-size:16px;
}

div.price{
	width:28px;
	margin-top: 70px;
	margin-right: 15px;
	float:right;
}
/*----- меню -----*/
.selMenu{
	background-image: url('../images/bg_top_sel_menu.gif');
	background-repeat: repeat-x;
	background-color:#00386B;
}
.midSelMenu{
	background-image: url('../images/bg_top_menu.gif');
	background-repeat: repeat-x;
	background-color:#5B88B0;
}
/*----- \меню\ -----*/
table.main {
	height:70%;
	font-family:arial,sans-serif;
	font-size:12px;
}

table.main td.dark{
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	padding: 0px 10px 0px 10px;
	background-color:#EEEEEE;
}

table.main td.main_part{
	padding: 0px 10px 0px 10px;
	height:100%;
}

h1 {
	margin:10px 0px 10px 20px;
	font-size:13px;
	font-weight:bold;
	color:#FF9900;
	text-transform:uppercase;
}

h2 {
	margin:10px 0px 10px 0px;
	font-size:13px;
	font-weight:bold;
	color:#FF9900;
}

table.contentBlock h1, table.contentBlock h2{
	font-size:12px;
	margin:8px 0px 8px 0px;
	color:#777777;
}

span.title {
	color:#777777;
	font-weight:normal;
	text-transform:uppercase;
}

div.group {
	background-image: url('../images/main_marker.gif');
	background-repeat: no-repeat;
	margin:4px 0px 4px 0px;
	padding-left:10px;
}
div.subgroup {
	background-image: url('../images/sub_marker.gif');
	background-repeat: no-repeat;
	margin:4px 0px 4px 0px;
	padding-left:10px;
}
div.separate {
	height:2px;
	background-image: url('../images/separate.gif');
	background-repeat: repeat-x;
}

div.footer {
	margin:10px;
	font-size:11px;
}

a:link{color:#777777; text-decoration:none;}
a:visited{color:#777777; text-decoration:none;}
a:active{color:#777777; text-decoration:none;}
a:hover{color:#FF8C00; text-decoration:underline;}

a.blue:link{color:#5B75A6; text-decoration:underline;}
a.blue:visited{color:#5B75A6; text-decoration:underline;}
a.blue:active{color:#5B75A6; text-decoration:underline;}
a.blue:hover{color:#5B75A6; text-decoration:none;}