* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-width: 750px;
}

body {
	background: #000;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

h1 {
	display: none;
}

h2 {
	text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	margin-bottom: 12px;
	color: #C22430;
	font-size: 20px;
	line-height: 26px;
}

h3 {
	margin-bottom: 12px;
	color: #C22430;
	font: bold 11px/16px;
}

p {
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #A80101;
}

li {
	margin-left: 24px;
}

ul {
	margin-bottom: 24px;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	background: #fff url(../_media/page_bg.gif) repeat-y;
	
}

#header {
	height: 140px;
	background: #000 url(../_media/header_bg.gif) no-repeat center center;

}
#navigation {
	color: #fff;
	background: #000;
	}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	background: #AFC1D6;
	color: #ffffff;
	padding: 0.3em 0.5em;
	display: inline-block;
	border-right: 1px solid #999;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

#navigation a:hover {
	color: #000000;
	background: #9AAABD;
}

#navigation a:active {
	color: #fff;
}

#navigation a.selected {
	color: #000;
	background: #fff;
}
#content {
	padding: 32px;
	padding-bottom: 80px;
}

.left_panel {
	width: 219px;
	padding-right: 32px;
	float: left;
}

.right_panel {
	width: 325px;
	float: left;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 64px;
	background-color: #000;
}

#footer_panel {
	height: 32px;
	line-height: 32px;
	background-color: #000;
	margin: 0 auto;
	padding: 0 16px;
	border: 1px solid #999;
	border-top: none;
	color: #FDF41D;
}

#copyright {
	float: right;
	color: #666;
}

#contact {
	float: left;
	font-weight: bold;
}
#approved {
	text-align: center;
}
#prices {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	margin-bottom: 16px;
	background-color: #FFC;
	border: 1px solid #CC6;
	padding: 8px 16px;
	border-radius:8px;
}
#prices td {
	padding-top: 4px;
}
#prices th {
	text-align: left;
}

#prices td.price {
	text-align: right;
	font-weight: bold;
}

.phone {
	font-size: 1.2em;
}

.image_block {
	clear:  both;
}

.image_block img {
	padding-left: 12px;
	padding-bottom: 12px;
}
