/*general style*/
*{
	margin:0;
	padding:0;
}
i{
	display:none;
}
body{
	text-align: center;
}
p, td, label{
	font-size:12px;
	font-family:verdana, helvetica, sans-serif;
}
table{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-collapse: collapse;
	border:1px solid #333;
}
.tableHead{
	font-size:13px;
	background:#B9B59E;
	color: #000000;
}
td{
	padding:4px;
	text-align:center;
	border:1px solid #333;
}

img{
	border:0;
}

/*end general style*/

/*container
-----------------------------------------------------------------*/
#container{
	text-align: left;
	margin: 0;
}

/*header
-----------------------------------------------------------------*/
 
#topHeader {
	height: 133px;
	background-attachment: fixed;
	background-image: url(../images/numuro_h1_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position:relitave; 
} 

.logo{
	position:relative;
	top: 64px;
	left: 45px;
}

#logo img{
	margin-top:67px;
	margin-left:15px;
}
/*menu
-----------------------------------------------------------------*/

#menu{
	height:41px;
	background-image: url(../images/numuro_menu_bk.gif);
	width: 100%;
}
#menu ul{
	list-style-type:none;
	margin-left: 67px;
}
#menu li{
	float:left;
}	
#menu a{
	display:block;
	height:41px;
}
#menu a.m01{
	margin-left:31px;
	width:81px;
	background:url(../images/numuro_work_bt.gif) no-repeat left top;
}
#menu a.m02{
	margin-right:0px;
	width:80px;
	background:url(../images/numuro_about_bt.gif) no-repeat left top;
}
#menu a.m03{
	margin-right:0px;
	width:81px;
	background:url(../images/numuro_contact_bt.gif) no-repeat left top;
}
#menu a:hover{
	background-position:left bottom;
}
/*end menu*/

#submenu{
	width:150px;
	margin-left:35px;
	margin-top:30px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	color: #999999;
}

/*content area
-----------------------------------------------------------------*/


#content{
	width:100%;
	background:url(../images/numuro_content_bk.gif) repeat-x left top;
	position: relative;
	
}

#txtarea{
	background-image: url(../images/numuro_txt_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:440px;
	margin-left:35px;
	margin-top:30px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	color: #616060;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 36px;
}

#txtarea h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	color: #616060;
	margin-top:15px;
}
#txtarea h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:normal;
	color: #616060;
	margin-top:30px;
}
.h1{
	position:relative;
	top: 26px;
	left: 45px;
} 
#txtarea a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#txtarea a:hover{
	font-family: Tahoma;
	text-decoration: underline;
}
#txtarea p{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#im_margins{
	margin-left:15px;
	margin-top:10px;
}
#txt_margins{
	margin-left:30px;
}
#gallery{
	position:absolute;
	width:240px;
	left:540px;
	visibility: visible;
	top: 55px;
	background-image: url(../images/numuro_txt_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.links{
	width:400px;
	display: block;
	margin:0;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 5px;
}

ul.links li{
list-style:none;
float: left;
width:200px;
height:15px;
margin:0px;
}

ul.links li.lileft{
text-align:left;}

ul.links li.liright{
text-align:left;}

#about{
	background-image: url(../images/numuro_txt_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:440px;
	margin-left:35px;
	margin-top:30px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	color: #616060;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 36px;
	height: 600px;
}

#about h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	color: #616060;
	margin-top:15px;
}
#about h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:normal;
	color: #616060;
	margin-top:30px;
}
.h1{
	position:relative;
	top: 26px;
	left: 45px;
} 
#about a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#about a:hover{
	font-family: Tahoma;
	text-decoration: underline;
}
#about p{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
/* Footer
-----------------------------------------------------------------*/

#footer{
	height:40px;
	padding-top:120px;
	margin-top:0px;
	background-image: url(../images/numuro_ft_bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-indent: 30px;
} 
#footer p{
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#footer a{
	color: #FBB02F;
	text-decoration: none;
}
/*-- forms
---------------------------*/
	

/* standard forms */

form.standard 	{
	width: 100%;
	font-size: 1.1em;
	}

form.standard div	{
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}


form.standard label	{
	width:150px;
	display: block;
	float: left;
	font-weight: normal;
	padding-top: 10px;
	}


form.standard input, form.standard select, form.standard option 	{
	font-size: 1.2em;
	}

form.standard input	{
	border: 0px solid #333;
	}
	
form.stardard input.radio{
border:0px;
}

fieldset {
	padding: 0.5em;
	border: 0px solid #aaa;
	}

legend	{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.5em;
	background-color: #fff;
	color: #0182AC;
	}


form.standard input.submit	{
	width: auto;
	margin: 1em 0 1em 130px
	}
form.standard p{
margin: 15px 20px 15px 0px;
text-align: left;

}
/*-- end forms 
----------------------------------*/

