body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
#container {
	margin: 0 auto;
	width: 956px;
}
#header {
	position: relative;
	height: 105px;
}
#header h1 {
	position: absolute;
	top: 34px;
	margin: 0;
}
#topmenu {
	position: absolute;
	right: 0;
	bottom: 20px;
}
#topmenu li {
	display: block;
	float: left;
	position: relative;
}
#topmenu li a {
	display: block;
	padding: 5px 0px 0px 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
#topmenu li a:hover {
	color: #f50000;
}
#topmenu li ul {
	display: none;
	position: absolute;
	margin: 0 0 0 -20px;
	padding: 10px;
	background: #fff;
}
#topmenu li ul li {
	float: none;
	border-bottom: 1px solid #f50000;
	padding: 0;
}
#topmenu li ul li a {
	text-transform: none;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	padding: 5px 10px;
}
#topmenu li:hover ul {
	display: block;
}
#content {
	background: url('../images/top.jpg') no-repeat top center;
	padding: 310px 0 0 0;
	color: #565656;
}
#page-home #content {
	background: url('../images/home-top.jpg') no-repeat top center;
}
#content a {
	color: #565656;
}

#content a:hover {
	color: #f50000;
}
.col1-3 {
	width: 279px;
	padding: 0 9px;
	margin: 40px 10px 0;
	float: left;
	border-left: 1px solid; 
}
div.h2 {
	margin: -80px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	background: url('../images/h2-back.png') no-repeat top left;
}
div.h2 span {
	display:block;
	line-height: 45px;
	padding: 20px 0;
	font-size: 28px;
	background: url('../images/h2-back-r.png') no-repeat top right;
}
div.h2 span span {
	padding: 0;
	display: inline;
	background: none;
}
.col-last {
	border-right: 1px solid;
}
#content-page {
	margin: 40px 10px 0;
	padding: 0 10px 40px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	float: left;
	width: 916px;
}

#page-faq table {
	border-collapse: collapse;
}
#page-faq table  td {
	border: 1px solid;
	padding: 5px 10px;
}
#page-faq h3 {
	cursor: pointer;
}
.faq {
	display: none;
	padding: 0 0 0 30px;
}
div.faq-visible {
	display: block
}

#page-faq h3.active, .red {
	color: #f50000;
}
.clear {
	clear: both;
}
.lastrow {
	margin:0;
	display: inline;
}
#footer {
	margin-top: -20px;
	height: 70px;
	background: url('../images/footer.png') repeat-x;
}
#footer p {
	display: block;
	margin: 0 auto;
	width: 956px;
	padding: 40px 0 0 20px;
	font-size: 10px;
}
