@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0 auto;
/*	background:url(../images/bg.jpg) top repeat-x #121212;*/
	background:url(../images/wrp.png) top repeat-y;
	/*background-size: 100%;*/
	font: 14px calibri;
}
a{
	border:none;
	outline:none;
	text-decoration:none;
	color:#1a5cc9;
}

a:link, a:visited, a:active, a:hover{
	border:none;
	outline:none;
	text-decoration:none;
	color:#1a5cc9;
}

img {
	border:0;
	outline: none;
}

@font-face {
	font-family: "Calibri";
    src: url("../fonts/calibri.ttf") format('opentype');
}
@font-face {
	font-family: "Candara";
    src: url("../fonts/Candara.ttf") format('opentype');
}
@font-face {
	font-family: "Monotype Corsiva";
    src: url("../fonts/MTCORSVA.TTF") format('opentype');
}


/*containers*/

#centrecontainer
{
	width: 100%;
	margin: 25px auto;
}

#wrap{
	width: 1000px;
	background: url(../images/bg2.jpg) center repeat-y #fff;
	overflow:hidden;
	padding:5px;
	margin:5px auto 20px;
	min-height:300px;
	border-radius:10px;
/*	box-shadow: 0 0 4px 2px #ddd;
	z-index:200;*/

}
#h_info{
	float:right; margin:15px 10px 0 5px; overflow:hidden; text-align:right; font: 18px "Monotype Corsiva";
	font-style:italic; color: #013300; padding-right: 2px;
}
#menu{
	width: 980px;
	height: 35px;
	margin: 0 10px 0;
	background: #ccc;
}
#menu2{
	width: 980px;
	height: 35px;
	margin: 5px 10px 5px;
	background: #013300;
	border-radius: 5px;
}
#promos{
	width: 978px;
	height: 180px;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
}
#alt_body{
	width: 958px;
	margin: 0 auto 10px;
	padding: 10px;
	border: 1px solid #ddd;
}
#welcometext{
	position:absolute; width: 230px; height: 285px; background: url(../images/bgwel.png) top center no-repeat #022701; margin: 20px 10px 0 715px; opacity: .8; filter: alpha(opacity=80); z-index:9999; 
	float: right; border-radius: 10px; color: #eee; padding: 10px; text-align:center; font-style:italic; font-size: 16px;
	-moz-box-shadow: 0 0 5px 5px #111;
	-webkit-box-shadow: 0 0 5px 5px #111;
	box-shadow: 0 0 5px 5px #111;
	display: none;
}
#fotter{
	width: 1000px;
	height: 20px;
	color:#eee;
/*	background:#ccc;*/
	font: 12px Calibri, Arial;
	text-align: left;
	margin: 0 auto;
/*	position:fixed;
	left:0px;
	bottom:0px;
	z-index:100;*/
}
/*classes*/

.nstudio a{
	border:none;
	outline:none;
	text-decoration:none;
	color:#ccc;
	font: 12px Candara;
	font-weight:bold;
}

.nstudio a:link, .nstudio a:visited, .nstudio a:active{
	border:none;
	outline:none;
	text-decoration:none;
	color:#ccc;
	font: 12px Candara;
	font-weight:bold;
}
.nstudio a:hover{
	border:none;
	outline:none;
	text-decoration:underline;
	color:#fff;
	font: 12px Candara;
	font-weight:bold;
}
.tmenu td{
	background:#222;
}
.tmenu td{
	height: 25px;
	padding: 5px 10px;
	/*border-radius: 3px;*/
	margin: 0 10px 0;
	color:#fff;
	font: 15px Calibri;
	text-align: center;
}
.tmenu td a{
	border:none;
	outline:none;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.tmenu td a:link, .nstudio a:visited, .nstudio a:active{
	border:none;
	outline:none;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.tmenu td:hover{
	background:#000;
	cursor:pointer;
}
.tmenu td a:hover{
	border:none;
	outline:none;
	text-decoration:none;
	color:#b6d60f;
	font-weight:bold;
}

.tmenu2 td{
	background:#013300;
}
.tmenu2 td{
	height: 25px;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 10px 0;
	color:#fff;
	font: 15px Calibri;
	text-align: center;
}