@font-face {  
	font-family:"Walkway"; src:url("/templates/x1/fonts/Walkway-Bold.ttf");
}
@font-face {
	font-family:"Walkway-UltraExpand-Bold"; src:url("/templates/x1/fonts/Walkway-Bold.ttf");
}
@font-face {
	font-family:"Walkway-Expand-Bold"; src:url("/templates/x1/fonts/Walkway-Bold.ttf");
}
@font-face {
	font-family:"HelveticaNeueCyr"; src:url("/templates/x1/fonts/HelveticaNeueCyr-Thin.otf");
}
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
}
a:link, a:visited {
	color:#EEE;
	text-decoration:none;
}
a:active, a:hover {
	color:#fff;
	text-decoration:none;
}
.slideshow { 
	width:985px;
	z-index:1;
}
.slide img { padding:2px 3px 0 4px; }
#wrapper {
	width:985px;
	margin:0 auto;
}
#logo {
	margin:0 0 15px 0;
	background:url(/templates/x1/images/logo.jpg) no-repeat;
	width:426px;
	height:62px;
	float:left;
}
#logo a {
	width:426px;
	height:62px;
	display:block;
}
#logo h1, #logo h2 {
	text-indent:-9999px;
}
#right-menu {
	margin-top:10px;
	float:right;
	height:25px;
}
#right-menu a {
	height:25px;
	background-color:#0099ff;
	padding:2px;
	color:#fff;
}
#box {
	width:985px;
	height:400px;
}
#follow {
	float:right;
	width:400px;
	text-align:right;
	margin-top:10px;
}
#copyright {
	float:right;
	width:460px;
	text-align:right;
	margin-top:10px;
	color:#D8D8D8;
}
#follow span {
	background:#0099ff;
	padding:2px;
	color:#fff;
}
#news {
	float:right;
	width:228px;
	height:176px;
	background:#D8D8D8;
	margin:90px 5px 0 5px;
	font-size:10.5px;
}
#showroom {
	float:right;
	width:228px;
	min-height:174px;
	background:#D8D8D8;
	padding-top:3px;
	margin:90px 5px 0 5px;
}
#showroom img {
	padding-left:4px;
}
#news ul {
	margin:0;
	padding-left:15px;
}
#news li {
	padding:1px 1px 1px 1px;
	line-height:16px;
}
#news li a {
	color:#333;
}
#news h2, #showroom h2 {
	color:#0099ff;
	padding:3px;
	margin:0;
	font-size:17px;
	font-weight:bold;
}
.boxed {
	width:216px;
	height:163px;
	border:1px solid #999;
	margin:5px;
}
.separator {
	width:216px;
	height:1px;
	background:#0099ff;
}
#shipyards {
	float:left;
	width:500px;
	text-align:center;
	margin:100px 5px 0 0;
}
#shipyards img {
	padding:2px 5px;
}
/************************** MENU CSS START ***************************/
#menu {
	margin-top:-120px;
	position:relative;
	background-color:#000;
	font:16px Tahoma, Sans-serif;
	width:100%;
	z-index:2;
}
#menu ul {
	padding:0;
	margin:0 auto;
	width:985px;
}  
#menu li {
	font-family:"Walkway", "HelveticaNeueCyr", Tahoma, Arial, Helvetica, sans-serif;
    float:left;
    list-style-type:none;
	/*text-indent: -5000px;*/
}  
#menu ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}  
#menu li a {
	display:block;
	padding:10px 15px;
	color:#eee;
	text-decoration:none;
	font-size:22px;
	margin-right:25px;
}
#menu li.item91 a {
	margin-right:0;
}  
#menu li a:focus {
    outline:none;
    text-decoration:underline;
}  
#menu li:first-child a {
    border-left:none;
}  
#menu li.last a {
    border-right:none;
}
#menu a span {
    display:block;
    float:right;
}  
#menu ul ul {
	display:none;
	width:100%;
	position:absolute;
	background:url(../images/submenu-bkg.png) repeat-x;
	bottom:40px;
	left:0;
	height:30px;
}  
#menu ul ul li {
    float:left;
	padding:0;
}  
#menu ul ul li a {
	font-size:20px;
    padding:3px 10px;
    border-left:none;
    border-right:none;
    font-size:21px;
}
/************************** MENU CSS END ***************************/
.sub {
	width:985px;
	margin:0 auto;
	/*padding-left:20px;*/
	padding-left:0;
}
a:hover {
    cursor: pointer;
}
a {
	text-decoration:none;
}
/*********** SEARCH BOX STYLE ***********/
form{margin:0;padding:0}

.search-box{ /*outer background*/
	/*background:url(../images/search-box.gif) no-repeat top left;*/
	height: 20px;
	padding: 5px 0 0 0;
	width: 190px;
	float:right;
}

input.search-field{ /*input field */
	float: left;
	border:0;
	margin:0;
	font-family:tahoma;
	font-size: 12px;
	padding: 3px 2px 0px 4px;
	height:18px;
	background: #ffffff url(../images/search-form.png) no-repeat top left;
	width: 154px;
}

input.search-go { /*search icon */
	float:left;
	border:0;
	margin:0;
	padding:0;
	margin-left: 5px;
	height: 21px;
	width: 21px;
	background: url(../images/search-icon.png) no-repeat top left;
	cursor: pointer;
}

input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(../images/search-icon.png) no-repeat bottom left;
}
/********** image slider ********/
#slideshow {
    position:relative;
    height:166px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*********************************/
#top {
	height:30px;
	background-color:#000;
	z-index:40;
	position:relative;
}
#top-left {
	width:630px;
	float:left;
	/*border:1px solid #990;*/
}
#top-right {
	width:340px;
	float:left;
	/*border:1px solid #F33;*/
	text-align:right;
}
#header {
	height:78px;
	background-color:#000;
	z-index:40;
	position:relative;
}
#header-left {
	width:980px;
	float:left;
	background:#000;
	/*border:1px solid #39F;*/
}
#header-right {
	width:490px;
	float:left;
	/*border:1px solid #0C3;*/
}
.moduletable-nav ul {
	margin: 0;
	padding: 0;
    float: left;
}
.moduletable-nav {
	font-family:"Walkway", "HelveticaNeueCyr", Tahoma, Arial;
	font-size:16px;
	text-transform:uppercase;
	color:#a4a3a3;
}
.moduletable-nav a {
	font-family:"Walkway", "HelveticaNeueCyr", Tahoma, Arial;
	font-size:16px;
	display: inline;
	padding:2px 4px;
	text-transform:uppercase;
	color:#a4a3a3;
	text-decoration:none;
}
.moduletable-nav ul li {
	font-family:"Walkway", "HelveticaNeueCyr", Tahoma, Arial;
	font-size:16px;
	display: inline;
	padding:2px 4px;
	text-transform:uppercase;
}
.moduletable-nav ul li a {
	color:#a4a3a3;
	text-decoration:none;
}