/******************************************************************************/
/*Общие стили для всего сайта*/
/******************************************************************************/
body {
	padding:0px;
	margin:0px;
	font-family:'Arial';
	background:no-repeat #FFF URL('/img/super-bg.jpg') center 182px;
	font-size:12px;
	color:#555;
    height:100%;
}

body a {
	font-family:'Arial';
	color:#0066ff;
	font-size:12px;
}

body a:hover {
	text-decoration: none;
}

table {
	border:0; 
	border-collapse: collapse
}

table td {
	padding:0
}


h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

h2 {
	color:#6f6f6f;
	font-size:16px;
}

h3 {
	color:#6f6f6f;
	font-size:14px;
}

p, textarea {
	padding:3px; 
	margin:2px;
}


form {
	padding:0px; margin:0px; 
}

img {
	border:0;
}

.screen-width {
	width:1024px;
	margin:auto;
}

.small-line {
	border:none;
	border-top:1px solid #e1e1e1;
	width:145px;
	height:1px;
	margin:0px auto;
	padding:0px;
}

.big-line {
	border:none;
	border-top:1px solid #e1e1e1;
	width:520px;
	height:1px;
	margin:0px auto;
	padding:0px;
}

.img-border img{
	border:1px solid #cccccc !important;
}
/******************************************************************************/
/* Шапка сайта*/
/******************************************************************************/
.header {
	height:183px;
}

.header-map-01 {background:no-repeat #2BC9F4 URL('/img/two_header.gif');width:514px;height:148px;}
.header-map-02 {background:no-repeat #2BC9F4 URL('/img/two_right_header.gif');width:305px;height:148px;}
.header-logo {width:205px; height:148px;background-color:#2BC9F4}

.btn-find {
	width:120px;
	padding-left:0px !important;
	padding-top:3px;
	padding-bottom:2px;
	margin-left:0px !important;
	border:1px solid #DBDADA;
	border-left:0px;
	color:#666666;
}

.top-menu-panel
{
	background:repeat-x URL('/img/top-menu-bg.gif');
	height:34px;
}
/******************************************************************************/
/* Стили для округлой таблицы */
/******************************************************************************/
.cTopL {background:no-repeat URL('/img/corner-top-left.gif');width:4px;height:4px;}
.cTopBg {background:URL('/img/corner-top-bg.jpg');height:4px;}
.cTopR {background:no-repeat URL('/img/corner-top-right.gif');width:4px;height:4px;}

.cBottomL {background:no-repeat URL('/img/corner-bottom-left.gif');width:4px;height:4px;}
.cBottomBg {background:URL('/img/corner-bottom-bg.jpg');height:4px;}
.cBottomR {background:no-repeat URL('/img/corner-bottom-right.gif');width:4px;height:4px;}

.cLeftBg {background:URL('/img/corner-bg-left.jpg');width:4px;}
.cRightBg {background:URL('/img/corner-bg-right.jpg');width:4px;}
/******************************************************************************/
/* Стили футера */
/******************************************************************************/
.footer {
	height:50px;
	background:#929292 URL('/img/footer-bg.gif');
}
