/* CSS document */


/* 
 * CSS for all pages 
 */

body {
    background-color: #efefef;
    margin-top: 8px;
}

* {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
    line-height: 14px;
    margin: 0; 
    padding: 0;
	font-size: 11px;
}

.body {
    margin-top: 5px;

    width: 980px;
    background: white;
}

br { 	clear: both; }

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

h1 {
	background: transparent url(shared/h1.jpg) no-repeat 0 0;
	line-height: 27px;
	font-size: 18px;
	text-indent: 10px;
	width: 634px;
    color: #403C38;
}

h1.big {
    background: transparent url(shared/h1big.jpg) no-repeat 0 0;
    width: 770px;
    color: #403C38;
}

h2 {
    
	line-height: 25px;
	height: 25px;
	font-size: 18px;
	text-align: left;
	text-indent: 10px;
    color: #403C38;
}

h3 {
    line-height: 24px;
    text-indent: 10px;
    color: #403C38;
}

h3 a,
h3 a:visited,
h3 a:active {
    line-height: 15px;
    font-size: 14px;
    color: #000;
}
h3 a:hover {
    color: #cc0000;
}

a, 
a:visited,
a:active {	
    text-decoration: underline; 
    color: #444;
}
a:hover { 
    text-decoration: none; 
    color: #000; 
}

.center { text-align: center; }

.red { color: #cc0000; }
.white { color: #fff; }
.brown { color: #8C7972; }
.Dgrey { color: #646464; }

.Fleft { float: left; }
.Fright{ float: right; }

.none {	
	text-decoration: none;
    border: 0;
    cursor: pointer;
}

.normal {     font-weight: normal;}
.bold {    font-weight: bold;}
.small_size {     font-size: 9px; }
.normal_size {     font-size: 11px; }
.big_size {     font-size: 14px; }

.marged {
    margin-left: 10px;
    margin-right: 10px;
}

div.body {
	width: 980px;
    margin: auto;
}

div.header {
	width: 980px;
	height: 100px;
	background: transparent url(header/header.jpg) no-repeat 0 0;
}

div.menu {
	height: 29px;
	margin-top: 71px;
}

div.menu a, 
div.menu a:active, 
div.menu a.selected, 
div.menu a:visited {
	line-height: 29px;
    height: 29px;
	display: block;	
	text-align: center;
	color: #000;
	
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;

    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

div.menu a:hover, 
div.menu a.selected {
    color: #FFF;
	background: transparent url(header/button.png) repeat-x 0 0;
}

div.left_index {
	width: 634px;
    margin-left: 10px;
}

div.right_index {
	width: 310px;
    margin-right: 10px;
}

div.right_bg {
	background: transparent url(shared/right_menu.png) no-repeat 0 0;
	width: 310px;
}

div.right_bg_bottom {
	background: transparent url(shared/right_menu.png) no-repeat 0% 100%;
    width: 334px;
}

div.footer {
	width: 980px;
	height: 30px;
	
    border-top: 1px solid #9f9f9f;
    text-align: center;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    padding-top: 11px;
}

div.footer a {
    font-size: 10px;
}
table.table {
    border: 1px solid #000;
    width: 40%;
    margin-left: 30%;
    border-collapse:collapse;
}

table.table tr td,
table.table tr td {
    border: 1px solid #000;
}

table tr td { padding: 5px; } 

ul,
ul li {
    margin: 0; 
    padding: 0;
}

ul li {
    padding-left: 20px;
    list-style-image: none;
    list-style: none;
    background: transparent url(/images/shared/li.png) no-repeat 0 5px;
}

div.tab {
    margin-left: 10px;
    margin-right: 10px;
    height: 26px;
    background: transparent url(/images/shared/tab_bar.png) repeat-x 0 100%;
}

div.tab a,
div.tab a:visited,
div.tab a:active,
div.tab a.selected {
    width: 199px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(/images/shared/tab-unselected.png) repeat-x 0 100%;
    display: block;
    float: left;
    text-indent: 15px;
    color: #B7AAA2;
}

div.tab a:hover,
div.tab a.selected {
    font-weight: bold;
    height: 26px;
    background: white url(/images/shared/tab-selected.png) repeat-x 0 0;
    color: #403C38;
}



/***********************/
/*    CSS for index    */
/***********************/

a.offer,
a.offer:active {
	text-decoration: none;
	margin-top: 0px;
	color: #000;
	padding-top: 0px;
	width: 201px;
    height: 325px;
}

div.offers{
	width: 201px;
	height: 325px;
	background: transparent url(index/offers.png) no-repeat 0 0;
}

/*div.offers p{
	margin-top: 100px;
	width: 200px;
	margin-left: 5px;
	color: #8C7972;
	text-indent: 5px;
    font-weight: bold;
}*/

/*div.offers a {
	margin-top: 50px;
	float: right; 
	margin-right: 5px;
}*/

/******************************/
/*    CSS for Informations    */
/******************************/

div.left_part {
    width : 200px;
    float: left;
    margin-left: 10px;
}

div.left_bg_top {
    background: transparent url(shared/left_menu.png) no-repeat 0 0;
}

div.left_bg_top a,
div.left_bg_top a:active,
div.left_bg_top a:visited {
    width: 198px;
    margin-left: 1px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-indent: 10px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

div.left_bg_top a:hover,
div.left_bg_top a.selected {
    color: #ffffff;
    background-color: #A6948A;
}

div.left_bg_bottom {
    background: transparent url(shared/left_menu.png) no-repeat 0% 100%;
}

div.right_part {
    float: right;
    width: 750px;
    margin-right: 10px;
}

p.news {
    text-indent: 10px;
    margin-left: 10px;
}

div.big_map {
    background: transparent url(network_map.png) no-repeat 0 0; 
    width: 771px; 
    height: 337px;
}

div.big_map a,
div.big_map a:visited,
div.big_map a:active {
    text-decoration: none;
    border: none;
    margin: 0;
}

div.big_map a:hover {
    background: transparent url(pt_anime.gif) no-repeat 0 0;
}


/************************/
/*    CSS for offers    */
/************************/

p.offers {
    margin-left: 10px;
    text-indent: 10px;
}

a.order {
    display: block;
    background: transparent url(/images/shared/order.jpg) no-repeat 0 0;
    width: 310px;
    height: 25px;
}

a.order:hover {
    background: transparent url(/images/shared/order.jpg) no-repeat 0% 100%;
}
