/*
Theme Name: SportContact
Theme URI: sportcontact.ru
Description: 
Version: 1.0
Author: Site project
Author URI: site-project.ru
*/



/* Begin Typography & Colors */
html,body {
   height:100%;
}
body {
   padding:0px;
   margin:0px;
   font:11px Tahoma, Arial, Geneva, Helvetica, sans-serif;
   color:#345889;
   min-width:1000px;
}


h1 {
	color:#345889;
	font:bold 14px Tahoma;
}

h2 {
	color:#345889;
	font:bold 12px Tahoma;
	clear:both;
}
h3 {
	color:#DC9B64;
	font:bold 11px Tahoma;
}	
a, a:visited {
	color:#789FC0;
}
a:hover {
	color:#345889;
}
a img {
	border:none; 
}
.overall_wrapper {
   width:100%;
   height:100%;
   border-collapse:collapse;
   background:url('images/bg_6.jpg') bottom left repeat-x;      
}
.overall_wrapper td{
   padding:0px;
   margin:0px;
   vertical-align:top;
}
.overall_wrapper td.td1 {
   width:314px;
	background:#628EB3 url('images/bg_7.jpg') right bottom repeat-y;
	text-align:right;   
}
.overall_wrapper td.td1 .div1 {
	width:314px;
	height:425px;
	background:url('images/bg_1.jpg') top left no-repeat;	
	overflow:hidden;
}
.overall_wrapper td.td2 {
   width:61px;
	background:url('images/bg_9.jpg') top left no-repeat;	   
}

/*----------- header ----------------*/
table.header {
	width:100%;
	height:165px;
	overflow:hidden;
   background:url('images/bg_2.jpg') top left no-repeat;
   border-collapse:collapse;
}
table.header td.top_header {
	background:url('images/bg_3.gif') top left repeat-x;
	height:117px;
}

/*----------- /header ----------------*/


/*----------- menu ----------------*/
.td3 {
	background:#FFF7E8 url('images/bg_5.gif') bottom left repeat-x;
	height:48px;
}
ul.menu {
	padding:0px;
	margin:0px;
	list-style-type:none;
	height:46px;
	//height:41px;
	display:inline-block;
	//display:inline;		
	zoom:1;
	min-width:790px;
	//width:790px;
	
}
ul.menu li{
	height: 46px;
	//height:41px;
	width: 130px;
	list-style: none;
	display: inline-block;
	//display: inline;
	float:left;
	border-right:1px solid #FFFFFF;	
}
ul.menu a{
	/*overflow:hidden;*/
	height:46px;
	//height:41px;	
	display:table-cell;
	line-height: 46px;
	//line-height: 41px;
	background:#FFF7E8 none repeat scroll 0 0;
	border-bottom:5px solid #E4BC6D;
	color:#345889;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:0px 5px;
	margin:1px 0px;
	text-align:center;
	text-decoration:none;	
	width:130px;
}
ul.menu a:hover {
	border-bottom:5px solid #628EB3;
	cursor: hand;
	color:#789FC0;
}
		
.menu li a, .menu li a p{
	vertical-align:middle; 
}
.menu li a p {
	line-height:normal;
	display:inline;	
	margin:0px;
}
.menu *{
	zoom:1;	 
}

.menu li.current_page_ancestor a, .menu li.current_page_parent a, .menu li.current_page_item a {
	/*color:#789FC0;*/
	border-bottom:5px solid #628EB3;
}

/*----------- /menu ----------------*/


/*----------- left side ------------*/
td.td5 {
	height:50px;
	color:#345889;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background:#ffffff url('images/bg_10.jpg') right top repeat-x;
}
td.td6 {
   width:314px;
	background:#628EB3 url('images/bg_11.gif') right bottom repeat-y;
	text-align:right;  
}
/*----------- /left side ------------*/


/*----------- menu2 ----------------*/
.menu2_table {
	float:right;
	border-collapse:collapse;
}

ul.menu2, #submenu ul, #submenu2 ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	border-top:solid 3px #628EB3;	
}
ul.menu2 li, #submenu ul li, #submenu2 ul li {
	_height:25px;
	margin:0px;
	padding:0px;
}
ul.menu2 a, #submenu a, #submenu2 a {
	color:#ffffff;
	font:bold 11px Tahoma;
	text-decoration:none;
	display:block;
	padding:8px 35px 8px 5px;
	margin:0px 4px;
}
ul.menu2 a.selected, #submenu a.selected, #submenu2 a.selected, #submenu li.current_page_item a{
	background:url('images/bg_8.jpg') right center no-repeat;
}
#submenu.left li.current_page_item a{
	background:none;
}
ul.menu2 a:hover, #submenu a:hover, #submenu2 a:hover {
	text-decoration:underline;
}

.menu2_table .left a {
	padding:8px 5px !important;
}
/*----------- /menu2 ----------------*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#content {
	padding-right:20px;
}
#content ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}
#content ul li {
	margin-left:5px;
	padding-left:8px;
	background:url('images/bullet_1.gif') left 6px no-repeat;
}

/*--------- Catalog -------------*/
.catalog_table {
	width:100%;
}
.catalog_table td {
	width:33%;
	padding:10px 30px 10px 10px;
}

.catalog_description_table {
	width:90%;
	border-collapse:collapse;
}
.catalog_description_table td {
	padding:5px;
	border:solid 1px #789FC0;
}
ul.catalog_list li{
	background:url('images/bullet_2.gif') left 6px no-repeat !important;
	padding:2px;
}
/*--------- /Catalog -------------*/
.breadcrumbs {
	color:#789FC0;
}
.breadcrumbs a {
	color:#789FC0;
}
.breadcrumbs a:hover {
	color:#345889;
}

.divStyle1 {
	background:#FFF7E8;
	padding:5px;
	margin-bottom:10px;
}
.divStyle1 a {
	color:#E4BC6D;
}
.divStyle1 p {
	padding:0px;
	margin:0px;
}
.divStyle1 h4 {
	margin:0px 0px 5px 0px;
	padding:5px 0px;
	background:url('images/bg_12.gif') left bottom repeat-x;
	font:bold 11px Tahoma;
}
.tableStyle1 td{
	padding:20px !important;
	vertical-align:middle !important;
}
.tableStyle2 td{
	padding:0px 40px 10px 40px !important;
	vertical-align:bottom !important;
}

.tableStyle3 p {
	margin:0px;
}
.tableStyle3 td.img {
	vertical-align:middle;
	width:15%;
	text-align:center;
}
.tableStyle3 td {
	width:35%;
}
.tableStyle3 td.border {
	height:1px;
	background:url('images/bg_12.gif') left center repeat-x;
	padding:0px;
}
.tableStyle3 td.separator {
	width:1px;
	padding:0px 5px;
}
div#contactForm {
	float:right;
	width:230px;
}
div#contactForm .formHeader{
	padding:15px 0px 15px 0px;
	background:url('images/bg_13.gif') 120px center no-repeat;
}
div#contactForm .formHeader h2{
	background:url('images/bg_12.gif') left bottom repeat-x;
	padding-bottom:2px;
	display:inline;
}
div#contactForm input, div#contactForm textarea {
	border:solid 1px #789FC0;
	width:200px;
}
div#contactForm .formBuilderLabel {
	font-weight:bold !important;
}
div#contactForm .formBuilderSubmit input {
	background:url('images/send_button.gif') center center no-repeat;
	width:72px;
	height:22px;
	border:none;
}
div#contactForm p {
	padding:0px;
	margin:0px;
}

#content ul.news li{
	background:none;
	padding:10px 0px;
	margin:0px;
}
#content ul.news h3, h3.dotted {
	background:url('images/bg_12.gif') left bottom repeat-x;
	padding-bottom:3px;
	margin-bottom:2px;
}
#content ul.news p {
	margin-top:0px;
}
#content .date {
   color:#345889;
}
#content ul.news a.details {
	display:block;
	float:right;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#628EB3 !important;
  filter:alpha(opacity=50) !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
}
* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #E4BC6D !important;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  /*border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;*/
  border:solid 1px #E4BC6D !important;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

span.tel {
    color: #FFFFFF;
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 10px;
}
