* { font-family: 'Play', sans-serif, verdana, arial, Sans-Serif; color: #ffffff; }

img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; }

.clear {
  clear: both;
}

html {
  background: #141414 url('/gfx/bg_html.jpg');
}

body {
  background: url('/gfx/bg_body2.jpg') no-repeat center top, url('/gfx/bg_body.jpg') repeat-x;
}

header#top {
  height: 35px;
}

#top_strip {
  height: 14px;
  background: black;
}

.loader {
    background: url("/gfx/loader.gif") no-repeat center center;
}

.tassel {
     background: url("/gfx/bg_tassel.png");
     width: 35px;
     height: 80px;
     float: left;
}

.grad_01 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#000000));
  background: -moz-linear-gradient(top,  #2d2d2d, #000000);
  background: -o-linear-gradient(#2d2d2d,#000000); 
}

.looo {
  width: 1000px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  margin: 0px auto 0 auto;
}

.goo {
  width: 900px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  margin: 0px auto 0 auto;
}

#top {
  height: 80px;
  margin: 30px 0 0 0;
}

#nav_top {
  float: left;
  width: 926px;
  margin: 0 2px 0 2px;
  background: #0b0b0b ;
  height: 80px;
}


#menu a {
  padding: 15px 20px 15px 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
   margin: 0px 5px 0 5px;
   color: #6a6a6a;   
  -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in;     
}

#menu a:hover {
  color: white;
  -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in;       
}


ul#menu {
   list-style: none;
   background: url('/gfx/bg_lines.png');
   width: 800px;
   padding: 0;
   height: 50px;
   float: right;
   border-top: 1px solid #343434;
   border-bottom: 1px solid #343434;
   margin: 14px 30px 10px 0;
    text-align: center;
}

ul#menu li {   
  z-index:112;
  display: inline-block;
  position: relative; 
  background: none;
  background-position: center -30px;  
  -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;   
}

ul#menu li:hover {
  background-position: center;
  -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

ul#menu li a {
  padding: 15px 20px 15px 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
   margin: 0px 5px 0 5px;
   color: #6a6a6a;   
  -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in;    
}


ul#menu li a:hover {
  color: #ffffff;
  -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;  
}

ul#menu li ul {
	list-style: none;
	display: none;
	position:absolute;
	width:250px;
	top: 45px;
	left: 10px;
	font-weight: normal;
	padding: 0;
	margin-left:0px;
  background: rgba(11,11,11,.7);
  box-shadow: 2px 2px 5px #000000;
  overflow:hidden;   
  z-index:200;
}

ul#menu li ul li {
      width: 230px;
			display: block;
      padding: 0px;
      margin: -1px 10px 0 10px;
      text-align: left;
      border-top: 1px dotted #4a4a4a;               
}     
 
ul#menu li ul li a {
       text-align: left;
       font-size: 11pt;
       width: 240px;
       padding: 20px 0 0 10px;
       height: 38px;
       color: red;
       text-shadow: 1px 1px 0px #000000;
       border: 0;
       font-weight: normal;
       background: none;  
} 

ul#menu li ul li a:hover {
  border: 0px;
  text-decoration: underline;
  color: red;
}


ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
}


#icons {
  float: right;
  border-left: 1px solid #343434;
  width: 220px;
  height: 50px;
  padding: 0 0 0 10px;
}

#icons a {
  padding: 25px;
  margin: 5px 0 0 0;
  height: 50px;
}

#icons a.home:hover, #icons a.fb:hover, #icons a.phone:hover, #icons a.help:hover {
  background-position: center 0px;
  -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in;     
}

#icons a.home {
  background: url('/gfx/ico_home.png') no-repeat center 5px;
}

#icons a.fb {
  background: url('/gfx/ico_fb.png') no-repeat center 5px;
}

#icons a.phone {
  background: url('/gfx/ico_phone.png') no-repeat center 5px;
}

#icons a.help {
  background: url('/gfx/ico_help.png') no-repeat center 5px;
}

.logo {
  margin: 3px 5px 0 15px;
}

.line {
  clear: both;
  width: 1000px;
  height: 1px;
  background: #2b2b2b;
  margin: 0px auto 0px auto;
}

.line_mar {
  margin: 10px auto 10px auto;  
}


.left {
  float: left;
}

.right {
  float: right;
}

.ten {
  height: 10px;
}


.content {
  padding: 140px 0 0 0;
  border-left: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
}


#slide {
  padding: 0;
  margin: 8px auto 0 auto;
  width: 1000px;
  height: 200px;
  position: relative;
}

#title {display:table;width:100%}

h1 {
  color: #303030;
  font-size: 65pt;
  text-shadow: 0 0 3px #000000;
  padding: 0 0 0 40px;
  margin: 0px;
  line-height: 150%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 90%;
}

h2 {
  color: red;
}

.lin {
  display:table-cell; 
  width: 100%;
   line-height: 50%;
  padding: 0 50px 0 0;
   
}

.linin {
   background: url('/gfx/bg_lines2.png');
  display: block;
  float: left;
  width: 100%;
  height: 60px;
}

p, p strong {
  color: #4e4e4e;
  font-size: 14pt;
  text-shadow: 0 0 1px #000000;
  padding: 5px 0 5px 0;
  margin: 0;
  line-height: 160%;
  text-align: justify;
}

p strong {
  font-weight: bold;
  color: #5e5e5e;  
}

ul.txt {
list-style-image:url('/gfx/ico_li.jpg');
}


ul.txt li {
  color: #4e4e4e;
  font-size: 14pt;  
padding: 5px;
}

p a, ul.txt li a {
  text-decoration: none;
  color: #8e8e8e;
}

.stripes {
  height: 10px;
   background: url('/gfx/bg_lines2.png');  
}

footer {
  border-bottom: 1px solid #2b2b2b;
  height: 75px;
}

#icons_bottom {
    margin: 10px;
}

#icons_bottom a {
  padding: 5px 15px 5px 10px;
  border-right: 1px solid #2b2b2b;
  display: inline-block;
}

#icons_bottom a.last, #menu_bottom a.last {
  border: none;
}

img.alph, #icons_bottom a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

img.alph:hover,  #icons_bottom a:hover img {
    opacity: 1;
  filter: alpha(opacity=100);
}

#menu_bottom {
  margin: 14px 30px 0 0;
}

#menu_bottom a {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  color: #4a4a4a;
  text-decoration: none;
  border-right: 1px solid #2b2b2b;
  
}

#menu_bottom a:hover {
  color: #808080;
}

