@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
ol {
	padding:0;
	margin:0 0 0 25px;
}
ol li {
	margin:0 0 10px 0;
}
body {
	background:#DBDBDB url(../fw/bg.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
p {
	line-height:17px;
	padding:0 0 10px 0;
}
.Middle {
	background:url(../fw/middle.jpg) repeat-y top center;
	margin:0 auto;
	width:800px;
}
.Top {
	background:url(../fw/top.jpg) no-repeat top center;
	padding:0 20px 20px 20px;
	width:760px;
}
.Bottom {
	background:url(../fw/bottom.jpg) no-repeat bottom center;
}
a.Logo {
	display:block;
	width:182px;
	height:57px;
	padding:22px 0 50px 15px;
}
.LeftSide {
	width:225px;
}
.RightSide {
	width:515px;
}
.Content {
	padding:0 30px;
}
.ContentInner {
	padding:127px 30px 0 30px;
	.padding:138px 30px 0 30px; /* ie7 */
}
.LeftBoxMiddle {
	background:url(../fw/left-box-middle.jpg) repeat-y top center;
	width:238px;
}
.LeftBoxBottom {
	background:url(../fw/left-box-bottom.jpg) no-repeat bottom center;
}
.LeftBoxTop {
	background:url(../fw/left-box-top.jpg) no-repeat top center;
	padding:25px 8px 25px 7px;
	width:223px;
}
.Nav {
	padding:25px 8px 3px 7px;
}
.LeftBoxTop p {
	padding:10px;
}
h2 {
	padding:0 10px;
	font-size:16px;
	color:#A60000;
}
h1 {
	height:28px;
	background:url(../fw/bg-headers.gif) repeat-x top left;
	color:#fff;
	font-size:15px;
	line-height:26px;
	padding:0 0 0 10px;
	margin:10px 0;
}
.LeftBoxTop img {
	padding:5px 0 5px 10px;
}
.Col {
	width:215px;
}
input.SearchBox {
	width:130px;
	height:21px;
	background:url(../fw/search-box.jpg) no-repeat top left;
	border:0;
	padding:4px 2px 0 5px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
}
a.BtnGo,
a.BtnGo:visited {
	display:block;
	width:41px;
	height:25px;
	color:#fff;
	font-weight:bold;
	background:url(../fw/btn-go.jpg) no-repeat top left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	line-height:25px;
	text-decoration:none;
}
a.BtnGo:hover {
	text-decoration:underline;
}
a.BtnMore,
a.BtnMore:visited {
	display:block;
	width:67px;
	height:25px;
	color:#fff;
	font-weight:bold;
	background:url(../fw/btn-more.jpg) no-repeat top left;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	line-height:25px;
	text-decoration:none;
}
a.BtnMore:hover {
	text-decoration:underline;
}
.Offset {
	padding:10px 20px;
}
.Offset h2 {
	font-size:23px;
	padding:0;
	margin:0;
}
.Offset p {
	padding:0;
	font-weight:bold;
}
img.Axle {
	margin:0 -20px 0 0;
}
div.Line {
	height:10px;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
ul.Footer {
	width:220px;
}
ul.Footer li {
	float:left;
	margin:0 15px 0 0;
	border-right:1px solid #666;
	padding-right:15px;
}
ul.Footer li.Last {
	border:none;
	margin:0;
}
ul.Footer li a,
ul.Footer li a:visited {
	color:#07386E;
	text-decoration:none;
}
ul.Footer li a:hover {
	text-decoration:underline;
}
.Clear {
	clear:both;
}
.Left {
	float:left;
}
.Right {
	float:right;
}