* {
	margin:0;
	padding:0;
	}

html {
	font-size:62.5%;
	}

body {
	background:#fff url(/im/new/bg.gif) repeat-x;
	font:1.2em Arial;
	color:#000000;
	}

img {
	border:none;
	}

p {
	margin-bottom:20px;
	}

a, a:link, a:visited, a:active {
	color:#AF4820;
	}
	a:hover {
		}

h1 {
	margin-bottom:20px;
	font-size:1.4em;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	color:#000;
	text-decoration:none;
	}
	a:hover {
		}

table {
	border:0;
	border-collapse:collapse;
	}
	table td {
		padding:0;
		}
	table.form td { padding:2px; }

.input {
	width:190px;
	font-size:0.8em;
	border:1px inset #000;
	}
	.input.textarea {
		width:300px;
		}
.btn {
	color:#fff;
	background:#fd0000;
	border:none;
	cursor:pointer;
	font-size:0.9em;
	}

#wrapper {
	position:relative;
	width:900px;
	/*margin:0 auto;*/
	background:url(/im/new/top_bg.jpg) no-repeat;
	}

#office { 
	position:absolute;
	top:120px;
	left:400px;	
	}
	#office h1 {
		font-size:1.2em;
		font-weight:normal;
		}

#phone {
	position:absolute;
	top:155px;
	left:54px;
	}
#logo {
	padding:47px 0 0 53px;
	}

#cont {
	margin-top:130px;
	}

#left {
	float:left;
	padding-left:60px;
	}
#menu {
	padding:0 0 0 20px;
	/*min-height:320px;*/
	width:225px;
	border-right:1px solid #5e3705;
	font-size:1.7em;
	}
	#menu ul {
		list-style:none;
		font-family:Times;
		}
		#menu ul li {
			background:url(/im/new/mdot.gif) left 0.4em no-repeat;
			padding-left:15px;
			margin-bottom:5px;
			font-weight:normal;
			}
			#menu ul li ul li { font-weight:normal; font-size:0.8em; }
		#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
			text-decoration:none;
			color:#000;
			}
			
		#menu ul li.active { font-weight:bold; }

#block {
	width:200px;
	margin-left:10px;
	}
	#block h2 {
		height:26px;
		background:url(/im/block_bg.jpg) top left repeat-x;
		border-bottom:1px solid #B8926D;
		color:#000;
		text-align:center;
		padding-top:5px;
		font-size:1.4em;
		}
	#block .b {
		padding:15px 15px;
		font-size:1.1em;
		line-height:1.6em;
		overflow-x:hidden;
		overflow:hidden;
		}
		#block .b .t {
			padding:220px 0;
			}


#content {
	float:left;
	padding-left:45px;
	font-family:tahoma;
	font-size:1.1em;
	line-height:1.4em;
	}
	#banners {
		height:92px;
		}
		#banners img {
			float:left;
			padding-right:15px;
			}
	#text  {
		padding:45px 0 0 10px;
		width:480px;
		}
		#text img {
			}

#copyright {
	padding:0 15px 15px 0;
	font-family:tahoma;
	font-size:0.8em;
	}


.cleaner { clear:both }
