@charset "UTF-8";
body {
	padding : 0;
	margin : 0;
	font : 12px/16px 'Arial', Helvetica, sans-serif;
	color : #8F8F8F;
	background:#070707 url(http://kazin0.com/shablony/template-21/images/main-bg.gif) top left repeat-x;
}
td{font : 16px/26px 'Arial', Helvetica, sans-serif;
	color : #8F8F8F;}
div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea {
	padding : 0;
	margin : 0;
}
p {
	padding : 0 0 8px 0;
	margin : 0;
}
ul {
	list-style : none;
}
img {
	outline : none;
	border : none;
}
a {
	outline : none;
	text-decoration : none;
}


.chart {
}
.chart th {
	background:url(images/table_bg.gif) 0 0 repeat-x;
	padding:4px 0px 4px 3px;
	color:#000;
	font-weight:bold;
}
.chart tr td {
	padding:1px 1px 1px 3px;
	color:#6e6e6c;
}
.chart tr:hover td {
	background:#3F3C3A;
}


/*Всплывающий скриншот*/ 
.thumbnail{  
position: relative;  
z-index: 0;  
}  
.thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.thumbnail span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #3d3d3d;  
padding: 5px;  
left: -1000px;  
border: 1px solid white;  
visibility: hidden;  
color: Yellow;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px; 
-moz-border-radius: 4px 4px 4px 4px; 
-webkit-border-radius: 4px 4px 4px 4px; 
}  
.thumbnail span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.thumbnail:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
top: 0;  
left: 210px; /*position where enlarged image should offset horizontally */  
}  
/*---------------------*/

.images {
	margin: 0 auto;
}

.images img {
	margin: 0px;
	opacity: 0.8;
	border: 0px solid #eee;

	/*transition*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	/*отражение*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}


.images img:hover {
   opacity: 1;

   /*отражение*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));

   /*свечение*/
  -webkit-box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
}


/*----------------start header---------------*/
#header{
	height:182px;
	background:url(http://kazin0.com/shablony/template-21/images/header.jpg) top left no-repeat;}
#logo{ padding:26px 0 0 12px; font-size:11px; color:#705F38; font-style:italic;}	
/*----------------end header---------------*/
/*----------------start menu---------------*/
.examples{
	
	background: url(bbappworldx-web.jpg);
	}
#menu{
	border-top:#913E3E 1px solid;
	border-bottom:#1E0D0D 1px solid; 
	background:url(http://kazin0.com/shablony/template-21/images/menu-bg.gif) top left repeat-x;}
#menuBg2{ background:url(http://kazin0.com/shablony/template-21/images/menu-bg2.gif) top left no-repeat; padding:0px 0 0px 0;}
#menu a{
	color:#E2DCDC;
	/*padding:0 17px 0 17px;*/
	}
#menu a:hover{ color:#E98145;}		
/*----------------end menu---------------*/
/*----------------start meinContant---------------*/
#meinContant{background:#060708 top left repeat-x;}
#meinContantInner{
	padding:17px 0 0 0;
	width:950px;
	margin:auto;
	text-align:center;
	background:url(/uploadfiles/maincontant-bg2.gif) top right no-repeat;
	}
#meinContantInners{
	padding:17px 0 0 0;
	width:950px;
	margin:auto;
	text-align:center;
	background:url(/uploadfiles/maincontant-bg2.gif) top center no-repeat;
	}
/*----------------end meinContant---------------*/
/*----------------start leftPanel---------------*/
.leftPanelbox{ 
	width:254px;
	background:url(http://kazin0.com/shablony/template-21/images/left-hading-bg.gif) top left no-repeat;
	padding:0 0 15px 0;}
.leftHading{
	padding:19px 0 0 20px;
	}
.leftHading td{ 
	font-size:18px;
	color:#fff;
	
	}
.leftMid{ 
	padding:10px 22px 0 25px;}
.leftMid li{
	padding-left:5px;
	background:url(http://kazin0.com/shablony/template-21/images/dot1.gif) bottom left repeat-x;
	}	
.leftMid a{ 
	background:url(http://kazin0.com/shablony/template-21/images/arrow2.gif) top left no-repeat;
	padding:5px 15px 7px 15px;
	display:block;
	color:#B81F1F;
	height:1%;
	}
.leftMid a:hover{ color:#999999; text-decoration:underline;}
.poker{ 
	padding:10px 22px 0 25px;}
.poker li{ 
	padding-left:5px;
	background:url(http://kazin0.com/shablony/template-21/images/dot1.gif) bottom left repeat-x;}	
.poker a{ 
	background:url(http://kazin0.com/shablony/template-21/images/arrow2.gif) top left no-repeat;
	padding:5px 0px 12px 15px;
	display:block;
	color:#8F8F8F;
	height:1%;
	}
.poker a:hover{ color:#fff; text-decoration:underline;}
.border{ border:#000 1px solid;}
.grayBorder{ border:#434B4C 1px solid;}

.addbox{ padding:20px 0 20px 0 ; text-align:center;}
 
#welcomeOuter{ width:651px; background:url(http://kazin0.com/shablony/template-21/images/welcome_bg.gif) top left repeat-y; }
#welcomeInner{ width:651px; min-height:192px;  background:url(http://kazin0.com/shablony/template-21/images/welcome_img.jpg) bottom right no-repeat; }
#welcome{ margin:0 5px 10px 6px; width:640px;}
#welcomeInners{ width:935px; min-height:192px;background:#000000; bottom right no-repeat;border-radius: 20px;border: 1px rgba(255, 255, 255, 0.42) solid; }
#welcomes{ margin:20px 10px 10px 10px; }
.pageHeading{ font-size:20px; font-weight:normal; color:#791010; padding:8px 0 12px 0;}
.whiteLink{ color:#D7D7D7; text-decoration:underline; font-weight:bold;}
.whiteLink:hover{ color:#B80D0D; text-decoration:none;}
.whiteText{ color:#fff;}
.redText{ color:#AF1E1E;}
.redLink{ color:#AF1E1E; }
.redLink:hover{ color:#fff; text-decoration:underline;}

.fontSize14{ font-size:14px; color:#DFDFDF; line-height:20px;}
.fontSize18{ font-size:18px; color:#fff; line-height:30px;}
.fontSize20{ font-size:20px; color:#fff; line-height:30px;}
.fontSize24{ font-size:24px; color:#fff; line-height:30px;}
.fontSize36{ font-size:36px;  line-height:40px;}


.chartBox{ background:#130E0E url(http://kazin0.com/shablony/template-21/images/bg1.gif) top center no-repeat; border-right:#070707 1px solid;}
 
.chartBoxHeading td{
color:#fff;
padding:5px 0 5px 12px;
border-bottom:#070707 1px solid; 
border-top:#070707 1px solid; 
border-left:#070707 1px solid;
 
}
.chartBoxContent td{
color:#DFDFDF;
padding:12px 0 12px 12px;
border-bottom:#070707 1px solid;  
border-left:#070707 1px solid;
background:#0F0F0F;
 
}




/*----------------start footer---------------*/
#footer_bg{
	padding:20px 0 0 0;
	line-height:18px; 
	background:url(http://kazin0.com/shablony/template-21/images/footer-bg.gif) top center no-repeat;}
#footer{ color:#E7E7E7;}
#footer a{ 
	color:#E7E7E7;
	}
#footer a:hover{ color:#FF9900;}
#footer .footerRedLink{ color:#AF1E1E; text-decoration:underline;}
#footer .footerRedLink:hover{ color:#fff; }
.copyright{ color:#B43131; font-size:11px;}		
/*----------------end footer---------------*/

#contactForm input{ border:0px; padding:2px;}

























































