html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: black;
	background-image: url('../img/bgblack.jpg');
	background-position: center;
	background-repeat: no-repeat;
	
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

#vertical {
   height:50%;
   width:1px;
   margin-bottom:-400px; /* half the wrappers height */
   float:left;
}

#wrapper {
   margin:0 auto; /* use if centering horizontally  */
   text-align:left; /* set text back to default if centering horizontally  */
   position:relative;
   height:800px;
   width:1200px;
   clear:left;
   overflow: hidden;
}

div.select_bar{
	position: absolute;
	width: 85px;
	height: 3px;
	background-color: white;
	top: 30px;
	left: -85px;

}

.country {
	color: rgba(255,255,255,0.5);
}

.country:hover{
	color: rgba(255,255,255,0.7);
}
img.countrymask {
	display: none;
	position: absolute;
	
	/*z-index: 1;*/
}


div.content_box {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	/*overflow: hidden;*/
	left: 307px;
	top: 285px;
	height: 341px;
	width: 630px; /* 590  */
	background-color: rgba(255,255,255,0.9);
	/*opacity: 0.9;*/
	background-repeat: no-repeat;
	background-color: white;
	background-size: cover;
	display: none;
	z-index: 100;
}

div.cbox_x {
	position: absolute;
	right: -4px;
	top: -4px;
	color: black;
	width: 15px;
	height: 15px;
	padding: 2px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	opacity: 0.8;
	
	
}

img.closeall{
	cursor: pointer;
}

.content_box_prod{
	/*margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	*/
}
img.product {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 275px;
	height: 321px;
	overflow: hidden;
	
} 

div.product_title {
	position: absolute;
	left: 305px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;	
}

div.product_subtitle {
	position: absolute;
	left: 330px;
	top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;	
	color: rgb(56,87,102);
}

table.product{
	position: absolute;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
		
	background-color: rgb(255,247,153);
	
	font-size: 9pt;
	
	left: 305px;
	width: 310px; /* 275  */
	text-align: center;
	color: white;
	
	overflow: hidden;
}

table.season{
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	
	text-align: center;
	color: black;
	overflow: hidden;
	
	font-size: 8pt;
	font-weight: bold;
}
table.formats {

	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border-spacing: 0px;
	color: black;
	font-weight: bolder;
}


table.formats td{
	border-right: thin dotted black;
	
	
}

div.services_text {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	position: absolute;
	font-size: 10pt;
	color: black;
	overflow: hidden;

}

div.sub_menu {
	position: absolute;
	
	/*background-color: rgba(255,255,255,0.7);
	height: 30px;*/
	/*width: 600px;*/
	left: 380px;
	z-index: 10;
	display: none;
}

div.sitewrap {
	position: relative;
	min-width: 1200px;
	margin: auto;
	margin-top: 15px;
	border: 1px;
	border-style: solid;
	border-color: rgb(65,64,66);
	width: 1200px;
	height: 800px;
	overflow: hidden;
}

div.menu_top {
	margin: 0px;
	padding: 0px;
	height: 78px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: white;

	background-image: url('../img/top_bg.png');
}

div.content {
	position: static;
	margin: 0px;
	padding: 0px;
	height: 721px;
	
	background-color: red;
    background-image: url('../img/bgred2.jpg');
	z-index:0;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;

}


div.subsubmenu {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: thin solid rgb(50,50,50);
	position: absolute;
	left: 20px;
	top: 30px;
	width: 100px;
/*	height: 150px;*/
	
	
	background-color: rgb(6,33,42);
	display: none;
}

ssmitem {
	margin-bottom: 1px;
	position: relative;
	left: 10px;
	font-size: 10px;
	color: white;
	display: block;
}

ssmitem:hover{
	color: rgb(200,200,200);
	cursor: pointer;
}

ssmitem2 {
	margin-bottom: 1px;
	position: relative;
	left: 10px;
	font-size: 10px;
	color: white;
	display: block;
}

ssmitem2:hover{
	color: rgb(200,200,200);
	cursor: pointer;
}

sssmitem {
	margin-bottom: 1px;
	position: relative;
	left: 10px;
	font-size: 10px;
	color: white;
	display: block;
}

sssmitem:hover{
	color: rgb(25,53,82);
	cursor: pointer;
}

div.subsubsubmenu {
	padding-top: 3px;
	padding-bottom: 3px;
	/*border-top: thin solid rgb(50,50,50);*/
	position: absolute;
	left: 110px;
	top: -1px;
	width: 100px;
	/*height: 143px;*/
	
	background-color: rgba(81,112,126,.85);
	display: none;
}

div.countries {
	position: absolute;
	left: 95px;
	top: 515px;
	width: 200px;
	color: white;
	font-size: 110%;
	overflow: hidden;
}

div.address {
	position: absolute;
	left: 00px;
	top: 555px;
	width: 590px;
	height: 25px;
	color: white;
	font-size: 100%;
	overflow: hidden;
	display: none;
}

img.contactus{
	position: absolute;
	left: 7px;
	top: 43px;
	
}

img.contactus_text{
	position: absolute;
	left: 125px;
	top: 21px;
	z-index: 10;
}

img.aboutus{
	position: absolute;
	left: 30px;
	top: 45px;
	
}

.aboutus_text{
	position: absolute;
	left: 305px;
	top: 65px;
	width: 250px;
	height: 400px;
	font-family: sans-serif;
	letter-spacing: 0px;
	line-height: 11pt;
	font-size: 9pt;
}

.alex{
	color: rgb(212,67,30);
}

div.address_box{
	position: absolute;
	margin: 0 auto;
	width: 590px;
	top: 345px;
	color: white;
	font-weight: bold;
}

div.address{
	position: relative;
	margin: 0 auto;
}

div.bar_menu_window{
	position: absolute;
	left: 160px;
	top: 660px;
	height: 80px;
	width: 880px;
	overflow: hidden;
}

img.bar_menu_button{
	position: absolute;
	top: 25px;
	cursor: pointer;
	z-index: 5;
}

img.bar_menu_button:hover{
	opacity: 0.7;
}

div.bar_menu{
	position: absolute;
	left: 0px;
	width: 10000px;
}

img.bar_item{
	position: relative;
	height: 80px;
	width: 80px;
	margin: 0px;
	border: 0px;
	overflow:hidden;
	float: left;
	cursor: pointer;
	
}

img.bar_item:hover{
	opacity:0.9;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a.top_menu{
	color: white;
	text-decoration: none;
}

nav {
	/*width: 500px;*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

nav ul li {
	background-color: rgba(255,255,255,0.5);
	padding: 8px 20px;
	float: left;
	cursor: pointer;
}

nav ul li.divider{
	font: Arial, sans-serif;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0px;
	cursor: default;
	
	
}

nav ul li.divider:hover
{
	background-color: rgba(255,255,255,0.5);
	color: black;
}

nav ul li:hover{
	background-color: rgba(150,150,150,0.7);
	/*background-color: rgba(0,0,0,1);
	color: white;*/
}
	

nav ul li a {
	display: block;
	width: 100%;
}

a {
cursor: pointer;
}

a.top_menu{
	color: rgb(130,130,130);
	
}

a.top_menu:hover {
	color: rgb(200,200,200);
	
}

.menu_item {
	margin-left: 30px;
	margin-right: 0px;
	color: rgb(65,64,66);
	text-decoration: none;
}

.menu_item:hover {
	color: rgb(202,181,62);
}