@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	margin:0px auto;
	background:url("images/header.jpg") no-repeat scroll 0 95px #032D53;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.clear{
	clear:both;}
	
a{color:#c00205;}
img {border:0px;}
h2{
	font-weight:normal;
	font-size:20px;
	margin:0 0 10px 0;
	text-shadow: 1px 1px #CCCCCC;
	color:#C00205;}

#wrapper{
	margin:0px auto;
	padding:0px;}
	
#head-1-main{
	margin:0px;
	padding:0px;
	height:96px;
	background:#000;}

.head-1{
	margin:0px auto;
	padding:0px;
	width:970px;
}
.logo{
	float:left;
	width:365px;
	margin:20px 0 0 0;}

.top-nav{
	margin:39px 0 0 0;
	padding:0px;
	float:right;}
.top-nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.top-nav li{
	margin:0px;
	padding:0px;
	display:inline;
}
.top-nav li a{
	margin:0px;
	padding:0px 15px;
	display:inline;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
 }
 
.top-nav li a:hover{
	 background: none repeat scroll 0 0 #17517F;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-opera-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
     padding: 7px 15px;
}
.top-nav li a.active{
	 background: none repeat scroll 0 0 #17517F;
        border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-opera-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

     padding: 7px 15px;
}
#head-2-main{
	margin:0px;
	padding:0px;
	height:375px;
}
.head-2{
	margin:0px auto;
	padding:0px;
	width:980px;
	position:relative;
}
.head-product{
	background:url(images/head-product.png) no-repeat;
	width:520px;
	height:259px;
	margin:30px 0 0 30px;
	float:left;}
.best-price{
	background:url(images/best-price.png) no-repeat;
	width:207px;
	height:179px;
	margin:50px 0 0 100px;
	float:left;}
.intro-text{
	 bottom: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
    margin: 0;
    position: absolute;
    right: 45px;
    text-shadow: 1px 1px #000000;}
#nav{
	background:url(images/nav-bg.png) repeat-x;
	height:44px;
	width:980px;
	margin:0px auto;
	padding:0px;
	position:absolute;
	top:-35px;
	left:0px;}
#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav li{
	margin:0px;
	padding:0px 5px;
	display:inline;
	line-height:44px;
}
#nav li a{
	margin:0px;
	padding:7px 11px;
	display:inline;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
 }
 
#nav li a:hover{
	color:#000;
	background:#ffffff;
}
#nav li a.active{
	color:#000;
	background:#ffffff;
}
	
#container{
	    background: none repeat scroll 0 0 #FFFFFF;
     margin: 0 auto;
    padding: 24px 15px 15px;
    position: relative;
    width: 950px;
	border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-khtml-border-radius: 0 10px 10px 10px;
	-opera-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;}

#container-1{
	background: none repeat scroll 0 0 #FFFFFF;
     margin: 0 auto;
    padding: 24px 15px 15px;
    position: relative;
    width: 950px;
 	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-opera-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top:10px;
}
.left-menus{
	margin:0px;
	padding:0px;
	float:left;
	width:268px;
	height:auto;
	background:#eeeeee;}
.left-menus ul{
	margin:0px;
	padding:10px 0;
	list-style:none;
}
.left-menus li{
	margin:0px 13px;
	padding:0px;
	display:block;
	line-height:33px;
	border-bottom:1px dotted;
}
.left-menus li a{
	margin:2px 0px;
	padding:0px 11px;
	display:block;
	color:#282828;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px #FFFFFF;
 }
 
.left-menus li a:hover{
	color:#fff;
	background:#7e7e7e;
	text-shadow: 1px 1px #000;
}

.content{
 	width:auto;
	margin:0;}
.content th {
    background-color: #CCCCCC;
    font-size: 9pt;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.content td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 3px;
    text-align: left;
}
.content td:last-child {
	border-right:0px; text-align: center;
}
.odd {
    background-color: #fff;
}
.even {
    background-color: #FFF;
}
#footer{
      margin: 20px auto;
    padding:22px 15px;
    position: relative;
    width: 950px;
	color:#fff;
}
#footer span{
	float:left;
}
#footer ul{
	margin:0px;
	float:right;
	padding:0;
	list-style:none;
}
#footer li{
	margin:0px;
	padding:0px 11px;
	display:inline;
    border-left:1px solid;
  }
#footer li a{
	margin:2px 0px;
	padding:0;
	display:inline;
	color:#fff;
 	text-decoration:none;
  }
 
#footer li a:hover{
text-decoration:underline;}

#footer li:first-child{
	border-left:0px;
}
.site-links{
	margin:0px;
	padding:20px;
	}
.site-links ul{
	margin:0 0 0 48px;
	padding:0px;
	float:left;
}
.site-links li {
    line-height: 20px;
    margin: 0 0 0 30px;
    padding: 0;
}
.list{
	border:1px solid #CCC;
	-moz-border-radius: 5px 5px 5px 5px;
	-opera-border-radius:5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin:20px 0 0 0;
	font-size:13px;
 }


#visas_style_div{display:none;}