body {
	background-color:#767477;
	background-image:url(/images/layout/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
h1, h2, p {
	margin-bottom:10px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	color:#b1b3b4;
	font-size:14px;
	text-transform:uppercase;
}
hr {
	border-bottom:1px solid #c9d2d1;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;

}

#wrapper {
	margin:0 auto;
	width:746px;
}
#header {
	background-image:url(/images/layout/header-1-bg.jpg);
	background-repeat:no-repeat;
	height:144px;
	margin:32px 0 0 0;
	position:relative;
	width:746px;
}
#logo {
	position:absolute;
	top:20px;
	left:20px;
}
#nav ul {
	position:absolute;
	bottom:0px;
	right:252px;
}
#nav li {
	background-image:url(/images/layout/nav-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:400;
	height:17px;
	margin-top:1px;
	overflow:hidden;
	padding:3px 7px;
	text-transform:uppercase;
	width:101px;
}
#nav li.active {
	background-image:url(/images/layout/nav-act-bg.jpg);
	color:#000;
        font-weight:400;
}
#nav li.active a {
	color:#000;
}
#nav li a {
	color:#fff;
	text-decoration:none;
}
#main {
	background-image:url(/images/layout/main-bg.gif);
	background-repeat:repeat-y;
	width:746px;
}
#main a {
	color:#000;
}
#main ul {
	list-style-type:disc;
	padding:10px;
}
#main ol {
	list-style-type:decimal;
	padding:10px;
}
#main li {
	margin-bottom:5px;
	margin-left:15px;
}
#main #col-1 {
	background-image:url(/images/layout/col-1-bg.jpg);
	background-repeat:no-repeat;
	min-height:225px;
	float:left;
	width:10px;
}
#main #col-2 {
	background-image:url(/images/layout/col-2-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:15px 10px;
	width:465px;
}
#main #col-3 {
	background-image:url(/images/layout/col-3-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	width:241px;
}
#info {
	background-color:#ededed;
	padding:15px;
}
#contact {
	padding:15px;
}
#main #col-4 {
	background-image:url(/images/layout/col-4-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	min-height:225px;
	width:10px;
}
#footer {
	color:#ccc;
	padding:5px 10px;
	text-align:right;
}
#footer a {
	color:#ccc;
}
.hl {
	padding:5px;
	background-color:#ededed;
}
.clear {
	clear:both;
}
.grey {
color:#a8a9ad;
}
a.button {
	background: transparent url('/images/layout/btn-right.jpg') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 34px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
	text-transform:uppercase;
}
a.button span {
	background: transparent url('/images/layout/btn-left.jpg') no-repeat;
	color: #fff;
	cursor:pointer;
	display: block;
	line-height: 22px;
	padding: 7px 0 5px 18px;
	text-decoration:none;
}
a.button:hover span {
	text-decoration:none;
	cursor:pointer;
}
* html #col-1 {
	height: 225px;
}
* html #col-2 {
	height: 225px;
}
