*{
	padding: 0;
	margin: 0;
}

body{
	behavior:url('/fix.htc');
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
}

:focus{
	outline: 0;
}

li{
	list-style: none;
}

p, li, textarea, .error, .ok{
	font-size: 11px;
	line-height:1.5em;
	
}

p, #container ul{
	padding: 0 0 10px 0;
}

p a, li a{
	color: #999;
	text-decoration: none;
}

#container li{
	padding: 0 0 0 20px;
}

p a:hover, li a:hover{
	color: #b7300c;
	text-decoration: underline;
}

p.image{
	float: left;
	padding: 0 10px 10px 0;
}

p.image img{
	border: 1px solid #000;
}

.tn {
	float: left;
	padding: 15px;
	border: 1px solid #333;
	background: #fff;
	margin: 10px; 
}

.tn img{
	float: left;
	border: 0;
}

.review{
	font-style: italic;
	border: 1px solid #ccc;
	background: #fff url('i/quote.png') no-repeat;;
	padding: 8px 10px 10px 40px;
}


#wrapper{
	position: relative;
	width: 785px;
	margin: 0 auto;
}

#top{
	position: relative;
	height: 420px;
	background: url('i/top-bg.jpg') no-repeat;
}

#header{
	position: absolute;
	left: 130px;
	bottom: 30px;
}

#top h1{
	font-size: 20px;
	color: #b7300c;
}

#container{
	background: url('i/content-bg.jpg') repeat-y;
	height: 100%;
}

.content {
	padding: 0 90px 0 130px;
	/* display: none; */
}

#footer{
	position: relative;
	height: 70px;
	background: url('i/footer-bg.jpg') no-repeat;
}

#menu{
	position: absolute;
	top: 98px;
	right: 68px;
	
}

#menu li a{
	display: block;
	width: 120px;
	height: 20px;
	vertical-align: bottom;
}

#menu li{
	width: 120px;
	height: 20px;
	margin-bottom: 26px;
	overflow: hidden;
}

#menu li a span{
	display: none;
}

.ff1{
	padding: 5px;
	-moz-border-radius: 5px;
	width: 550px;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
}

.fb1{
	padding: 2px;
	-moz-border-radius: 5px;
	width: 100px;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
}

.error{
	color: #a00;
	padding: 5px 0;
	font-weight: bold;
}

.ok{
	color: #0a0;
	padding: 5px 0;
	font-weight: bold;
}


textarea{
	height: 100px;
	overflow: hidden;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

#home:hover{background: url('i/menu-over.jpg') no-repeat 0 0;}
#services:hover{background: url('i/menu-over.jpg') no-repeat 0 -46px;}
#gallery:hover{background: url('i/menu-over.jpg') no-repeat 0 -92px;}
#references:hover{background: url('i/menu-over.jpg') no-repeat 0 -138px;}
#contact:hover{background: url('i/menu-over.jpg') no-repeat 0 -184px;}