/* CSS Document */

html,body{
	padding:0px;
	margin:0px;
	height:100%;
}

body{
	background:url(../images/bg.jpg);
}

body, input, textarea, select{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
}

input, textarea, select{
	font-size:11px;
}
#mainWrapper{
	background:url(../images/line.png) repeat-y top center;
/*	height:100%;*/
}
#mainContainer{
	margin:0 auto;
	padding: 0px;
	background:#a6e441;
/*	height:100%;*/
	width:990px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#header{
	background:url(../images/header.jpg);
	width:990px;
	height:255px;
	margin:0 auto;
	border-bottom:2px solid #fff;
}

.contentWrapper{
	padding:13px;
	display:block;
}

.ttl{
	background:url(../images/title_bl.jpg) top repeat-y #fff;
	widows:40px;
}
.tm{
	background:url(../images/title_m.jpg) top repeat-x #fff;
	color:#7fc117;
	padding-top:10px;
	vertical-align:bottom;
	font-size:14px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:bold;
}
.ttr{
	background:url(../images/title_tr.jpg) top right no-repeat #fff;
	width:23px;
}

.wrp{
	background:#fff;
}
.tl{
	background:url(../images/tl.jpg) no-repeat top left #fff;
	padding:10px 0px 0px 14px;
	
}
.bl{
	background:url(../images/bl.jpg) no-repeat bottom left #fff;
}
.br{
	background:url(../images/br.jpg) no-repeat bottom right;
	height:14px;
}
.content{
	padding:0px 10px 0px 10px;
}

.makers{
	display:inline;
	margin-left:13px;
	margin-top:10px;
	font-weight:bold;
	white-space:nowrap;
}

/*--*/

#button {
	position:absolute;
	height: 32px;
	width: 200px;
	top:220px;
	margin-left:13px;
}
ul.the_menu, .the_menu li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	height:36px;
	width:277px;
	background:url(../images/mbutton.png) top left no-repeat;
	cursor:pointer;
	color:#007F9A;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	padding-left:20px;
}
.menu_class:hover{
	text-decoration:underline;
}

.the_menu {
	margin-top:1px;
	display:none;
	width:269px;

	opacity:0.9;
	filter:alpha(opacity=90);

	background-color:#2C9C1A;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;

}

.the_menu li{
	border-bottom:1px solid #A6E441;
	z-index:1000;
	padding-left:10px;
}

.the_menu li:last-child{
	border:none;
}

.the_menu li a {
	text-decoration:none; 
	padding:7px; 
	display:block;
	color:#fff;
}

.the_menu li a:hover {
	color:#000;
}

/*--- forms ---- */

input[type=text], input[type=password], textarea, select{
	border:1px inset #bdbdbd;
	border-top: 2px solid #bdbdbd;
	border-right: 1px solid #bfc0c0;
	border-left: 1px solid #d8d8d8;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=button],input[type=submit],input[type=reset]{
	background:url(../images/btbg.jpg) repeat-x;
	border:1px outset #cdcdcd;
	font-weight:bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=button]:hover, input[type=submit]:hover ,input[type=reset]:hover{
	border:1px outset #a6e441;
	cursor:pointer;
	color:#2C9C1A;
	
}

.makers{
    display:none;
}