@import url('reset.css');

body{
	background:#000;
	color:#ccc;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#fff;
	text-decoration:none;
}
img.mb_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:1;
	z-index:1;
}
.mb_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent repeat top left;
	z-index:2;
}
.mb_pattern div{
	position:absolute;
	width:50px;
	height:50px;
	background:#000;
	z-index:10;
}
.mb_heading h1{
	position:absolute;
	top:0px;
	left:0px;
	font-size:86px;
	color:#000;
	text-shadow:0px 0px 1px #fff;
	font-family: 'Sorts Mill Goudy', serif;
	z-index:4;
}
.mb_menu{
	position:absolute;
	top:200px;
	left:0px;
	z-index:11;
}
.mb_menu a{
	font-size:14px;
	font: Georgia, "Times New Roman", Times, serif;
	background-color:none;
	margin-right:0px;
	opacity:1;
	display:block;
	width:250px;
	height:50px;
	color:#fff;
	line-height:25px;
	text-align:center;
	outline:none;
}
.mb_menu a:hover{
	opacity:0.7;
	color:#FFF;
	background-color:#000;
}

/*for new content*/
.mb_content_wrapper_two{
	background:transparent url(../images/bg_menu1.png) repeat top left;
	width:500px;
	height:800px;
	position:absolute;
	top:0px;
	left:270px;
	z-index:4;
	display:none;
}

.mb_menu_two{
	position:absolute;
	top:400px;
	left:0px;
	z-index:11;
}

.mb_menu_three{
	position:absolute;
	top:450px;
	left:0px;
	z-index:11;
}

.mb_menu_three a{
	margin-right:0px;
	display:block;
	width:250px;
	height:150px;
	color:#fff;
	line-height:25px;
	text-align:center;
	outline:none;
	overflow:hidden;
}

.mb_menu_two a{
	font-size:14px;	
	margin-right:0px;
	display:block;
	width:250px;
	height:50px;
	color:#fff;
	line-height:25px;
	text-align:center;
	outline:none;
}
.mb_menu_two a:hover{
	opacity:0.7;
	color:#fff;
	background-color:#000;
}

span.mb_close_two{
	position:absolute;
	top:10px;
	right:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:1;
}
span.mb_close_two:hover{
	opacity:1.0;
}
.mb_content_two{
	padding:10px;
	display:none;
}

.mb_content_inner_two{
	margin:0 0 0 14px;
	line-height:18px;
	height:650px;
	outline: none;
	overflow-x: none;
}
.mb_content_inner_two p{
	padding:1px 0px;
}

ul.mb_imagelist_two li{
	float:left;
	margin:1px;
	cursor:pointer;
}
ul.mb_imagelist_two li img{
	display:block;
	opacity:0.6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
ul.mb_imagelist_two li img:hover{
	opacity:1.0;
}
/*for new content end*/
.mb_content_wrapper{
	background:transparent url(../images/bg_menu1.png) repeat top left;
	width:500px;
	height:500px;
	position:absolute;
	top:0px;
	left:270px;
	z-index:4;
	display:none;
}
span.mb_close{
	position:absolute;
	top:10px;
	right:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.8;
}
span.mb_close:hover{
	opacity:1.0;
}
.mb_content{
	padding:30px;
	display:none;
}
.mb_content h2{
	font-family: 'Sorts Mill Goudy', serif;
	text-shadow:0px 0px 1px #fff;
	font-size:22px;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
}
.mb_content_inner{
	line-height:24px;
	height:370px;
	outline: none;
}
.mb_content_inner p{
	padding:5px 0px;
}
ul.mb_imagelist li{
	float:left;
	margin:2px;
	cursor:pointer;
}
ul.mb_imagelist li img{
	display:block;
	opacity:0.3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}
ul.mb_imagelist li img:hover{
	opacity:1.0;
}
.mb_content_form form label{
	float:left;
	width:130px;
	text-align:left;
	margin-right:5px;
}
.mb_content form div{
	padding:5px 0px;
}

.mb_content_form{
	width:450px;
	line-height:24px;
	height:200px;
	outline: none;
}

.mb_content_form form input{
background-color:#000;
color:#CCC;
border:1px solid #666;
width:250px;
font-family: 'Century Gothic', Arial, sans-serif;
}

.mb_content_form form select{
background-color:#000;
color:#CCC;
border:1px solid #666;
width:250px;
height:25px;
line-height:25px;
padding:2px;
font-family: 'Century Gothic', Arial, sans-serif;
}

.mb_content_form form textarea{
background-color:#000;
color:#CCC;
border:1px solid #666;
height:80px;
width:260px;
font-family: 'Century Gothic', Arial, sans-serif;
font-size:12px;
padding:2px;
}

button{
	background:#ddd;
	border:none;
	color:#000;
	padding:3px 10px;
	cursor:pointer;
	float:left;
	margin-right:22px;
}
button:hover{
	background:#fff;
}
.mb_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}
.mb_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.mb_footer a:hover{
	color:#fff;
}
.mb_footer a span{
	font-weight:bold;
}
.mb_footer a.mb_left{
	float:left;
}

#contactme input.error, #contactme textarea.error { border: 1px dashed #F99 ; }