﻿* 
{
	padding: 0; margin: 0;
}

html, body
{
    height:100%;
}

body
{
    background-image:url(../images/main_background.jpg);
    
    font-family:Verdana;
    
    text-align:center;
}

img
{
	border:0;
}

/*-- for firefox --*/
body
{
    background-image:url(../images/main_background.jpg);
    
    font-family:Verdana;
    
    text-align:-moz-center;
}

div#topLinks
{
	text-align:right;
}
/*-- for firefox --*/
div#topLinks
{
	text-align:right;
}

html div#conext
{
	position:relative;
	min-height:100%;
    width:777px;

    margin: 0 auto;
    
    background:url(../images/container_bg.gif) repeat-y;
}

* html div#conext
{
	height:100%;
}

img
{
	border:0;
}

div#topLinks
{
	height:29px;
	width:770px;
    background:url(../images/top_links_bg.gif) repeat-x;
}

div#topActions
{
	height:120px;
	width:770px;
    background:url(../images/top_actions_bg.gif) repeat-x;
}

div#topActions1
{
	height:115px;
	width:770px;
    background:url(../images/top_actions_bg1.gif) repeat-x;
    text-align:right;
}
div#topActions1
{
	height:115px;
	width:770px;
    background:url(../images/top_actions_bg1.gif) repeat-x;
    text-align:-moz-right;
}

div#footer
{
	position:relative;
	bottom:0;
	clear:both;
	
	height:39px;
	width:777px;
    background:url(../images/footer_bg.gif) no-repeat;
}

/*-- Меню --*/
.menuItem
{
	color:#737a7d;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.menuItem:hover
{
	color:#4a5256;
}

.subMenuItem
{
	color:#737a7d;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	padding-left:10px;
	margin-top:10px;
}
.subMenuItem:hover
{
	color:#4a5256;
}

div#menuDiv
{
	margin-top:15px;
	margin-left:25px;
	position:relative;
	float:left;
	text-align:left;
}

/*-- Контент --*/
div#contentDiv
{
	position:relative;
	float:left;
	
	font-size:12px;
	color:#3a3a3a;
	
	padding-left:25px;
	padding-right:25px;
	padding-top:21px;
	
	text-align:justify;
	width:570px;
}

span.select
{
	color:#ff7900;
}

/*-- Для отображения информации --*/
.trainerImg
{
	border:solid 5px #fff;
}

.trainerTitle
{
	color:#737a7d;
	font-size:16px;
	font-weight:bold;
	
	padding-left:10px;
}

.trainerInfo
{
	color:#3a3a3a;
	font-size:11px;
	/*text-indent:12px;*/
}

.td
{
	padding-top:15px;
	padding-left:10px;
}

.span
{
	font-weight:bold;
}