*{
	margin:0px;
	padding:0px;
}

body{
	background:#f3f3ef;
	padding:10px;
	padding-top:5px;
}



#logo{
	background:transparent url(images/logo.png) no-repeat;
	background-position:100px 0px;
	display:block;
	height:145px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}



#page{
	background:#f3f3ef url(images/page.png) top left no-repeat;
	border:3px solid #f00;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	table-layout:fixed;
}
#page #glup{
	background:transparent url(images/gliph-upleft.png) top left no-repeat;
	height:50px;
	width:190px;
}
#page #grup{
	background:#e1e1d6;
	height:50px;
	text-align:center;
	width:810px;
	vertical-align:middle;
}
#page #gldo{
	background:transparent url(images/gliph-downleft.png) bottom left no-repeat;
	height:50px;
	width:190px;
}
#page #grdo{
	background:#e1e1d6 url(images/gliph-downright.png) bottom right no-repeat;
	color:#999;
	height:50px;
	text-align:center;
	width:810px;
	vertical-align:middle;
}

#grdo a{
	color:#888;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#grdo a:hover{
	color:#f00;
	font-style:italic;
	text-decoration:underline overline;
}



#page #navi{
	color:#555;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:190px;
	vertical-align:top;
}

#navi a{
	border:2px solid #f00;
	color:#000;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:4px;
	text-align:center;
	text-decoration:none;
	width:160px;
}
#navi a:hover{
	background:#f00;
	border-color:#000;
	color:#fff;
}


#page #content{
	background:#e1e1d6;
	padding-top:10px;
	padding-bottom:20px;
	width:810px;
	vertical-align:top;
}

#content #info{
     width:650px;
}

#content h1{
	background:transparent url(images/h1.png) bottom left no-repeat;
	color:#c00;
	font-size:26px;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	padding-left:84px;
}

#content h2{
	border-top:#ccc solid 2px;
	border-bottom:#eee solid 1px;
	color:#c00;
	font-size:22px;
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	padding-left:20px;
}

#content h3{
	color:#c00;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	margin:15px;
	padding-left:40px;
	text-indent:-20px;
}

#content p{
	color:#000;
	font-size:16px;
	padding:10px;
	text-align:justify;
	text-indent:15px;
}

#serving{
	color:#888;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#cities{
	color:#999;
	font-size:11px;
	text-align:center;
}

#left_bar{
	border-right:#555 solid 1px;
	color:#555;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:10px;
	margin-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:15px;
	text-align:left;
}

#right_bar{
	border-left:#555 solid 1px;
	color:#555;
	float:right;
	font-size:18px;
	font-weight:bold;
	margin:10px;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:15px;
	text-align:right;
}

.image_box{
	background:#eee;
	border:#555 1px solid;
	color:#000;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	padding-bottom:12px;
	text-align:center;
	width:780px;
}
.image_box img{
	border:0px none #eee;
	margin-bottom:10px;
}

.box{
	border:#555 1px solid;
	color:#555;
	font-weight:bold;
	margin:20px;
	margin-left:40px;
	margin-right:40px;
}

.more{
	color:#777;
	display:block;
	font-size:14px;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
}
.more:hover{
	color:#f00;
	text-decoration:overline underline;
}


/* contacts page */
#contacts p{
	padding:20px;
	text-indent:0px;
}
#contacts a{
	color:#c00;
	font-weight:bold;
	text-decoration:none;
}
#contacts a:hover{
	color:#f00;
	text-decoration:overline underline;
}


/* estimates page */
#estimate{
	padding-left:20px;
}
#estimate table td{
	padding-bottom:10px;
	width:280px;
	vertical-align:top;
}
#estimate table .label{
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:200px;
}
#estimate #name{
	width:280px;
}
#estimate #address{
	height:80px;
	width:280px;
}
#estimate #number{
	width:280px;
}
#estimate #email{
	width:280px;
}
#estimate #comments{
	height:120px;
	width:280px;
}
#estimate #submit{
	background:transparent;
	border:1px solid #c00;
	color:#c00;
	font-weight:bold;
	padding:4px;
}
#estimate #submit:hover{
	background:#c00;
	border:1px solid #000;
	color:#fff;
	font-style:italic;
}
