/** {
    border: 1px dashed;
}*/

body {
	background-image: url("image/ice.jpg");
	background-position: center;
	background-color: #333333;
	font: 13px BebasNeueRegular, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

snap {
	color: #550000;
	text-decoration: underline;
}

li {
	padding: 4px;
	margin-left: -10px;
}

#descr {
    	float: left;
    	position: absolute;
    	color: #b9d7D9;
    	width: 250px;
    	height: auto;
}

#info {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin-left: -90px;
	margin-top: -82px;
}

#info:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.top-left {
	display: inline-block;
    border-radius: 45px 0px 0px 0px;
	float: left;
    position: relative;
	background-color: #eeeeee;
	background: transparent url("image/45logo_small_bg.png");
    width: 255px;
	height: 250px;
}

.top-left img{
	width: 230px;
	height: 230px;
}

.top-right {
	display: inline-block;
    position: relative;
	background-image: url("image/group.jpg");
	float: left;
	width: 706px;
	height: 250px;
}

.top-right img{
	width: 706px;
	height: 250px;
}

.button {
	display: inline-block;
	height: 30px;
	width: 157px;
	color: #eeeeee;
	text-align: center;
	text-transform: uppercase;
}

.button_active {
	display: inline-block;
	height: 30px;
	width: 157px;
	background-image: url("red_gradient.png");
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.button:hover {
	height: 30px;
	width: 157px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

nav {
	position: relative;
	text-transform: uppercase;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
}

nav ul {
	top: -13px;
	width: 933px;
	background-image: url("btn_gradient_red.jpg");
	padding: 0 14.5px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}
	nav ul li:hover a {
			color: #000;
		}
		
	nav ul li a {
		display: block; padding: 10px 39px;
		color: #fff; text-decoration: none; font-weight: bold;
	}
	
nav ul ul {
	z-index: 2;
	width: 210px;
	background: #d32d2d; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		z-index: 1;
		float: none; 
		position: relative;
	}
		nav ul ul li a {
			text-transform: none;
			padding: 10.5px 22px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				color: #fff;
			}

#navbar a {
	padding-top: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}

#navbar a:hover {
	color: #012000;
	text-transform: uppercase;
}

.gallery_menu {
	display: block;
	border-radius: 5px;
	border: 2px solid #012000;
	height: 140px;
	width: 175px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background-color: #400000;
	color: #b9d7D9;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#container {
	position: relative;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

#content {
    position: relative;
    width: 810px;
    margin: auto;
}

#left {
	top: -26px;
	position: relative;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	width: 602px;
	height: 620px;
	opacity: 0.90;
	filter: alpha(opacity=95);
   	background-color: #effeff;
}

#left p {
	padding-bottom: 10px;
	border-bottom: 1px solid #424242;
}

#right {
	top: -26px;
	position: relative;
	color: #000000;
	border-radius: 0px 0px 45px 0px;
	border-left: 5px solid #012000;
	padding-left: 22px;
	padding-top: 0px;
	float: left;
	width: 308px;
	height: 620px;
	opacity: 0.90;
	filter: alpha(opacity=95);
   	background-color: #eeeeee;
}

#right a {
	text-decoration: underline;
	color: #550000;
}

.img {
	margin-right:30px;
	margin-bottom:20px;
  	height:auto;
  	width:auto;
  	float:left;
  	text-align:center;
}

.img img {
	border-radius: 5px;
	display: block;
	margin: 2px 4px 7px 4px;
	border:2px solid #012000;
	padding:15px;
	background-image: url("card-back-small.jpg");
	box-shadow: 6px 6px 3px #666;
}

.empty {
	margin-right:30px;
	margin-bottom:20px;
  	height:220px;
  	width:170px;
  	float:left;
}

#wide {
	top: -26px;
	position: relative;
	border-radius: 0px 0px 45px 0px;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 55px;
	padding-right: 10px;
	padding-bottom: 10px;
   	background-color: #eeeeee;
	width: auto;
}

#wide a img{
	border: 1px solid #000000;
	margin:10px;
}

#wide a:hover{
	font-weight: bold;
}

#commercial {
	position: absolute;
	float: left;
	margin-left: 972px;
	margin-top: -70px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	width: 210px;
}

#commercial img {
	width: 200px;	
	margin-bottom: 20px;
}

#footer {
    font-size: 10px;
    width: 962px;
    clear: both;
    text-align: center;
    /*padding-top: 2px;*/
    color: #000000;
}
.white_link_text {
	color: #ffffff;
	font-size: 14px;
}

.wptable {
	border-width: 1 px;
	border-color: /*#D3511F;*/
	border-style: solid;
	}

.wptable th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-width: 1px;
	border-color: #012000/*#D3511F*/;
	background-color:#454545; /*#787878;*/
	border-style: solid;
}

.wptable td {
	border-width: 2px;
	border-color: #012000;/*#D3511F;*/
	border-style: solid;
}

.wptable tr {
	font-family: Arial, Helvetica, sans-serif;
	color:#454545;
 	background-color: #F4F4F4;/*#e2e2e2;*/
}

.wptable tr.alt {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
 	background-color: #454545;/*#e2e2e2;*/
}