@charset "utf-8";
/* CSS Document */


/* Basic styles */

body{
    margin: 0;
    padding: 0;
    
    color:#5c5b5b;
    font-family: tahoma, arial;
    font-size:13px;
    
	background:#faf5f0 url(../img/bg.gif) top repeat-x;
}

#all{
	margin:auto;
	width:1003px;
}

/* Left bar */

#left_bar{
	float:left;
	width:260px;
	
	padding-top:40px;
	padding-left:40px;
}

#menu{
	margin-top:40px;
}

.menu{
	margin-top:10px;
}

#tel{
	margin-top:50px;
	
	font-size:16px;
	font-weight:bold;
}

.tel{
	font-size:20px;
	color:#000;
}

/* Right bar */

#right_bar{
	float:right;
	width:703px;
}

.table{
	border-collapse:collapse;
}

.table td{
	border:1px solid #000;
}

tr.table_head{
	background-color:#46413c;
	color:#faf5f0;
	font-weight:bold;
}


/* Footer Styles */

#footer{
	margin:auto;
	clear:both;
	height:90px;
}

#copy{
	margin:auto;
	font-size:11px;
	
	width:500px;
}


/* Other styles */

a:link{
	color:#444;
	text-decoration:none;
}
a:visited{
	color:#444;
	text-decoration:none;	
}
a:hover{
	color:#888;
	text-decoration:none;
}

.menu a{
	color:#000;
	text-decoration:underline;
	
	font-size:16px;
	font-family:arial;

}

.menu a:hover{
	text-decoration:none;
	color:#5c5b5b;
}


img{
	border-width:0;
	display: block;	
}

input, select, textarea{
	font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size:11px;	
	font-weight:normal;
	
	color:#9E9E9E;
	background-color:#262626;
	border:1px solid #9c9c9c;
}

h1{
	font-size:16px;

}
h2{
	font-size:15px;
}

h2{
	
	text-align:center;
	
}

p{
/*	text-align:justify; */
}

li{
	margin-left:-25px;
}

/* Objects align */

.text_right{
	text-align:right;
}

.text_left{
	text-align:left;
}

.text_center{
	text-align:center;
}

.block_right{
	float:right;
}

.block_left{
	float:left;
}