@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color: #5e5e5e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin:0 auto 0 auto;
	padding:0;
	width:960px;
	height:auto;
}
#topwrapper {
	margin:0;
	padding:0;
	width:960px;
	height:129px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
}
#logo {
	width:220px;
	height:129px;
	position:relative;
	top:0;
	left:0;
	z-index:99;
}
#contact-info {
	margin:0;
	padding:102px 0 0 180px;
	width:780px;
	height:27px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	position:absolute;
	z-index:1;
	font-size:15px;
	color: #2c2c2c;
}
.email a{
	color: #2c2c2c;
	text-decoration: none;
}
.email a:hover{
	color: #aeaeae;
	text-decoration: none;
}
.quaintlab{
	color: #450160;
}
.quaintlab a{
	color: #450160;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #450160;
}
.quaintlab a:hover{
	color: #aeaeae;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aeaeae;
}
#navi{
	margin:0;
	padding:2px 0 0 0;
	width:400px;
	float:right;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #aeaeae;
	text-transform: uppercase;
}
#navi ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navi ul li a{
	margin:0;
	padding:0 15px;
	float:right;
	color: #aeaeae;
	text-decoration: none;
}
#navi ul li a:hover{
	color: #d4af37;
}
#banner {
	margin:0;
	padding:0;
	width:960px;
	height:360px;
}
#welcome {
	margin:0;
	padding:15px 20px 10px 20px;
	width:920px;
	height:110px;
	background-image: url(../images/txtbg.jpg);
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:19px;
	color: #363636;
	line-height:30px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.med, .reg, .black{
	font-family:Tahoma, Verdana, Geneva, sans-serif;	
}
.med a, .reg a, .black a{
	font-family:Tahoma, Verdana, Geneva, sans-serif;	
	color:#d4af37;
	text-decoration:none;
}
.med a:hover, .reg a:hover, .black a:hover{
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:#d4af37;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d4af37;
}
.purpletxt{
	color: #450160;	
}
.hr-line {
	margin:13px 0 0 0;
	width:960px;
	height:2px;
	background-image: url(../images/horizon-line.jpg);
	background-repeat: repeat-x;
}
#cnt{
	margin:13px 0 0 0;
	padding:0;
	width:960px;
	height:100px;
}
.bar1{
	background-image: url(../images/bar01.jpg);
	background-repeat: no-repeat;	
}
.bar2{
	background-image: url(../images/bar02.jpg);
	background-repeat: no-repeat;	
}
.bar3{
	background-image: url(../images/bar03.jpg);
	background-repeat: no-repeat;	
}
#desc{
	padding:10px 0 0 25px;
	float:left;
	color:#616263;
	font-size: 13px;	
}
#desc2{
	padding:25px 25px 0 330px;
	float:left;
	color:#616263;
	font-size: 13px;
	text-align: right;
}
#desc3{
	padding:25px 13px 0 17px;
	float:left;
	color:#616263;
	font-size: 13px;
	text-align: right;
}
.txt-ttl{
	color:#878787;
	font-size: 20px;
}
#img-vid{
	float:left;
}
#copyright {
	padding:10px 0 0 0;
	width:960px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2c2c;
	text-decoration: none;
	text-align: center;
}