html {
	background: #e5e5e5;
	min-height: 100%;
}

body {
	background: #e8e8e8;
	width: 1024px;
	margin: 5px auto;
	margin-bottom: 5px;
	border: 1px solid #0a0809;
	font-family: Arial;
	font-size: 13px;
}

a {color:#0a0809; text-decoration: none;}
a:hover {color:#bc9b15;}
a img {border: none;}
fieldset {border: 1px solid #aeaeae; margin-top: 20px;}
fieldset td {padding: 5px; font-size: 11px; text-align: left;}
legend {font-weight: bold; color: #646464;}
ul li {margin: 0px; padding: 5px;}
h3, h4, h5{margin: 5px; padding: 5px; border-bottom: 1px solid #646464;}
h2 {font-size: 16px;}
.header {
	background: url('img/header.png') repeat-x;
	width: 100%;
	height: 180px;
}

.logo {
	background: url('img/logo.png') no-repeat;
	background-position: center;
	margin-left: 25px;
}

.navigation {text-align: center; padding-top: 5px;}
.navigation a { font-size: 14px; font-weight: bold; text-decoration: none; padding: 15px; color: #7a7a7a; }
.navigation a:hover {color: #000000;}

.guarantue { background: url('img/guarantue.png') no-repeat; background-position: right;}

.left-col {
	width: 150px;
	padding: 10px;
}

.l-link-1 { background: #febf10; height: 60px; font-weight: bold; }
.l-link-2 { background: #5e5f5f; height: 60px; font-weight: bold; }
.l-link-3 { background: #767777; height: 60px; font-weight: bold; }

.content {
	padding: 20px;
	text-align: justify;
}

#video {
	position: fixed;
	width: 1024px;
	margin-top: 120px;
	z-index: 100;
	display: none;
	text-align: center;
}

.right-col {
	background: url('img/left.png') #aeaeae no-repeat top;
	width: 298px;
	padding: 10px;
	padding-top: 80px;
}

.footer {
	background: url('img/bg.png') no-repeat left;
	height: 55px;
	padding-left: 145px;
	padding-top: 65px;
}

.copy {text-align: right; padding-right: 100px; background: url('img/footer-logo.png') #ffffff no-repeat center right;}
