@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #666;
	color: #fff;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #fcff65;
}	
a:hover {
	color: #333;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 846px;
	background: url(images/middle_span.jpg) repeat-y;
}
#header_tel {
	height: 50px;
	background: url(images/header_tel.jpg) no-repeat;
}
#logo_flash {
	height: 250px;
	background: url(images/logo_flash.jpg) no-repeat;
	padding: 0 11px;
}
#flash {
	width: 605px;
	float: right;
}

.h1 {
	text-indent: -9999px;

}

.h2 {
	padding: 0;
	margin: 0;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FCFF65;
}

.h2 span {
	color: #333;
}

h3 {
	color: #FCFF65;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 12px;
	background: #333 url(images/circle.gif) 185px center no-repeat;
	margin: 0;
	padding: 0;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	text-indent: 5px;
}
h4 {
	margin: 0 0 10px 0;
	font-size: 10px;
	letter-spacing: 5px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 0;
}



#nav {
	padding: 0px;
	background:url(images/nav.jpg) no-repeat;
	clear: both;
	position: relative;
	height: 40px;
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 826px;
	height: 40px;
	display: block;
}

#nav ul li {
	float: left;
	width: 164px;
	border-right: 1px solid #ccc;
	
}
#nav ul li.last {
	margin-right: 0px;
	border-right: none;
	width: 164px;
}


#nav ul a {
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	display: block;
	color: #333;
	line-height: 40px;
}

#nav ul a:hover {
	color: #fcff65;
	background: url(images/nav2.jpg) repeat-x;
}
#maintext_wrapper {
	margin: 10px 20px;
}
#side_column {
	width: 200px;
	float: left;
}
#fv  a:active, #fv  a:visited, #fv  a:link {
	color: #333;
}
#fv  a:hover {
	color: #666;
}

#side_column p {
	padding: 5px;
	margin: 0;
}

#contact_ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contact_ul    li   {
	margin: 0 0 5px 0;
	padding: 0;
}



#maintext {
	width: 585px;
	float: right;
}
#footer {
	clear: both;
	height: 40px;
	background: url(images/footer.jpg) no-repeat;
	text-align: right;
	padding: 0 20px 0 0;
	line-height: 30px;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #fff;
}
#example {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 3px;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}
#example span {
	color: #fcff65;
}
