html{
	background: url(../images/bg_html.png) left top repeat-x;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: url(../images/bg_body.png) left bottom repeat-x;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #126f89;
}
a:hover {
	text-decoration: underline;
}

p, h1, h2, h3 {
	margin: 1em 0 0.5em 0;
	line-height: 1.4em;
}

#wrapper {
	width: 995px;
	margin: 0 auto;
}
#header {
	height: 263px;
	background: url(../images/bg_header.jpg) no-repeat;
	color: #fff;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 62px;
	left: 25px;
}
#header .logo a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -999px;
	width: 219px;
	height: 49px;
}
#header .phone{
	position: absolute;
	top: 130px;
	right: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;	
}
#header .phone span{
	font-size: 26px;
	display: block;
}
#header .text1, #header .text2 {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	
}
#header .text1 {
	top: 145px;
	left: 140px;
}
#header .text2 {
	top: 57px;
	right: 110px;
}

.menu{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	line-height: 1em;
}
.menu ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.menu a{
	color: #333;
}
.menu a:hover, .menu li.current a{
	color: #1783a1;
	text-decoration: none;
}

.menu li{
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/dot1.png) left 11px no-repeat;	
}
* html .menu li{
	height: 25px;
}
.menu li a{
	display: block;
	line-height: 12px; 
	padding: 6px 0 7px 0;
	background: url(../images/dot3.png) left bottom repeat-x;
}

.menu ul li{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../images/dot2.png) left 11px no-repeat;
}
.menu ul li a{
	background: none	
}

#content {
	margin-bottom: 30px;
}


#left_column {
	width: 227px;
}

#banner_left {
	background: url(../images/bg_banner_left.jpg) no-repeat;
	width: 227px;
	height: 274px;
	position: relative;
}

#main_column .padding {
	padding: 0 25px;
}

#pathway {
	color: #333;
	font-size: 12px;
	padding: 10px 0 0 15px;
}

#right_column {
	width: 240px;
}

#banner_right {
	background: url(../images/bg_banner_right.jpg) no-repeat;
	width: 227px;
	height: 342px;
	position: relative;
	margin-bottom: 30px;
}

p.top {
	color: #000;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
p.bottom {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	left: 0;
	width: 227px;
	margin: 0;
}
p.all {
	font-size: 12px;
	text-align: center;
}

.box {
	padding: 15px 0;
}

.box h3 a {
	color: #333;
}

.box h3 a:hover {
	color: #126f89;
}
.box h3 {
	margin-bottom: 0;
}

#footer {
	height: 55px;
	background: url(../images/bg_footer.jpg) top center no-repeat;
	position: relative;
	color: #fff;
}

#footer .icons{
	position: absolute;
	top: 20px; 
	left: 60px;
}


#footer .icons img{
	margin-right: 20px;
}
#footer .counters{
	position: absolute;
	top: 15px;
	right: 60px;
}
#footer .counters img{
	margin-left: 20px;
}

#footer .copyright{
	text-align: center;
	padding-top: 15px;
}
#footer .copyright a{
	color: #fff;
}

h1, h2, h3  {
	color: #151515;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	font-size: 13px;
}

#price td, #price p {
	line-height:1em;
	margin:0;
	padding:1px;
	vertical-align:middle;
}

#price {
	border-color:#eee;
}
