/* © xHtml Master 2007 - 2008 */
body {
	padding:25px 0;
	background:#333;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
}
a {
	color:#d9541e;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}

#header {
	background:url(../img/bg-header.jpg) no-repeat center top;
	height:150px;
	width:952px;
	margin:0 auto;
	text-align:left;
}
	#header h1 {
		float:left;
		font-size:0em;
		line-height:0em;
		padding-left:60px;
		padding-top:20px;
		text-indent:-1000000px;
	}
		#header h1 img {
			display:block;
		}
	#header .right {
		padding-right:70px;
		padding-top:15px;
	}
		#header .right .call {
			background:url(../img/bg-call.gif) repeat-x top;
			height:30px;
			line-height:30px;
			padding:0 16px;
			border-bottom:solid 1px #e1e1e1;
			border-right:solid 1px #e1e1e1;
			margin-bottom:25px;
			float:right;
			color:#527ab3;
			font-size:14px;
		}
		#header .right .nav {
			background:url(../img/bg-menu.gif) no-repeat;
			width:517px;
			height:45px;
			float:right;
		}
			#header .right .nav ul {
				text-align:right;
				line-height:44px;
			}
				#header .right .nav ul li {
					background:url(../img/nav-s.gif) no-repeat 0 5px;
					display:inline;
					font-size:14px;
					font-weight:bold;
					padding-left:15px;
				}
				#header .right .nav ul li.first {
					background:none;
					padding-left:0;
				}
					#header .right .nav ul li a {
						color:#333;
						padding-right:15px;
						text-decoration:none;
					}
					#header .right .nav ul li a:hover, 
					#header .right .nav ul li a.active {
						color:#d9541e;
					}
	
#content {
	background:url(../img/bg-content.jpg) repeat-y top;
	width:822px;
	padding:0 70px 0 60px;
	margin:0 auto;
}
	#content .wrap {
		background:url(../img/separator.gif) repeat-x bottom;
		padding-bottom:20px;
	}
	
	#content .image {
	background:url(../img/header-shadow.jpg);
	width:828px;
	height:294px;
	margin-bottom:20px;
	}
		#content .image h2 {
			font-size:0em;
			line-height:0em;
			text-indent:-1000000px;
		}
		#content .image img {
			display:block;
			padding:10px 0 0 10px;
		}
		
	#page {
	width:400px;
	float:left;
	}
		#page h2, #sidebar h2 {
	font-size:17px;
	font-weight:bold;
	line-height:25px;
	padding-bottom:6px;
		}
		#page p {
			font-size:12px;
			line-height:130%;
			padding-bottom:12px;
		}
	
	#sidebar {
	float:left;
	width:300px;
	margin-right:40px;
	line-height: 18px;
	background-color: #FFFFCC;
	padding:20px;
	}
		#sidebar img.img {
			display:block;
			margin:0 auto;
			border:solid 1px #ccc;
		}
		
		#sidebar ul {
		list-style-type:square;
		list-style-position:outside;
		padding-left:16px;
		}
		#sidebar ul li {
		margin-bottom:4px;
		}

#footer {
	background:url(../img/bg-footer.jpg) no-repeat bottom;
	height:104px;
	width:952px;
	margin:0 auto;
}
	#footer ul {
		padding:22px 70px 0 60px;
		text-transform:uppercase;
		color:#333;
		font-size:10px;
	}
		#footer ul li {
			display:inline;
			background:url(../img/footer-s.gif) no-repeat left center;
			padding-left:12px;
		}
		#footer ul li.first {
			padding-left:0;
			background:none;
		}
			#footer ul li span {
				letter-spacing:normal;
				padding-right:12px;
			}
			#footer ul li a {
				padding-right:12px;
				letter-spacing:normal;
				text-decoration:none;
				color:#333;
				font-size:10px;
			}
			#footer ul li a:hover,
			#footer ul li a.active {
				color:#d9541e;
			}
			
#deep-footer {
	height:104px;
	width:952px;
	margin:0 auto;
	color:#999999;
	font-size:10px;
	padding-top:20px;
}

#deep-footer p span {
	color:#CCC;
	font-size:11px;
}

.icon {
margin-bottom:30px; margin-right:10px;
}
