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

body {
	margin:0px;
	padding:0px;
	font-family:tahoma, arial, verdana;
	font-size:12px;
	background:url(../images/bg.gif) repeat-x;
}
ul, li, ol, dl, dd, dt, from, p, img, a, h1, h2, h3, h4, h5, h6, table, tbody, tr, th, td, select, input, textarea{
	margin:0px;
	padding:0px;
	list-style:none;
	outline:none;
	border:none;
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Roboto Condensed',sans-serif;
	font-weight:normal;
}
#wrapper {
	margin:0px auto;
	width:1000px;
}
/* ----- Header ----- */
#header{
	font-family:'Roboto Condensed',sans-serif;
}
#header .main-top {
	height:38px;
	padding-top:12px;
}
#header .main-top ul {
	float:right;
}
#header .main-top ul li {
	float:left;
	margin-left:15px;
}
#header .main-top ul li a {
	display:block;
	text-indent:-9999px;
	width:82px;
	height:27px;
}
#header .main-top ul li.contact a {
	background:url(../images/top-links.png) no-repeat;
}
#header .main-top ul li.contact a:hover {
	background:url(../images/top-links.png) no-repeat 0px -27px;
}
#header .main-top ul li.sitemap a {
	background:url(../images/top-links.png) no-repeat -90px 0px;
}
#header .main-top ul li.sitemap a:hover {
	background:url(../images/top-links.png) no-repeat -90px -27px;
}
#header .top {
	padding:15px;
	background:#fff;
	border-radius:10px 10px 0px 0px;
}
#header .left {
	float:left;
}
#header .right-header{
	float:right;
	padding:10px 0px 0px 0px;
}
#header #nav ul li {
	float:left;
}
#header #nav ul li a {
	float:left;
	color:#fff;
	text-decoration:none;
	background:#333;
	font-size:14px;
	padding:10px 15px;
	text-shadow:1px 1px 1px #000;
}
#header #nav ul li.first a{
	border-radius:5px 0px 0px 5px;
}
#header #nav ul li.last a{
	border-radius:0px 5px 5px 0px;
}
#header #nav ul li a:hover, #header #nav ul li a.active{
	background:#fa7900;
	text-shadow:1px 1px 1px #b65800;
}
#header .contact-top {
	padding:20px 0px 0px 0px;
	color:#333;
	clear:both;
}
#header .contact-top ul li {
	float:left;
	padding:5px 30px 0px 25px;
}
#header .contact-top ul li.email {
	background:url(../images/email.jpg) no-repeat 0px 7px;
}
#header .contact-top ul li.ph {
	background:url(../images/phone.jpg) no-repeat 0px 4px;
}
#header .contact-top ul li.fax {
	background:url(../images/fax.jpg) no-repeat 0px 4px;
}
/* ----- Banner ----- */
.banner {
	background:#ddd;
	clear:both;
	padding:15px;
	margin-bottom:15px;
}
.banner #slideshow {
	float:left;
	width:500px;
	height:240px;
	overflow:hidden;
	padding:5px;
	background:#fff;
	margin-right:25px;
}
.banner .banner-right {
	float:left;
	width:430px;
}
.banner .banner-right h1 {
	padding-bottom:10px;
	color:#333;
}
.banner .banner-right p {
	line-height:20px;
	text-align:justify;
	padding:0px 20px 12px 0px;
}
.banner .banner-right ul.services {
	padding:0px 0px 15px 30px;
}
.banner .banner-right ul.services li {
	background:url(../images/arrow-banner.png) no-repeat 0px 5px;
	padding:0px 0px 6px 15px;
}
.banner .banner-right ul.menu {
	padding:0px 0px 0px 20px;
}
.banner .banner-right ul.menu li.ser {
	float:left;
	margin-right:18px;
	background:url(../images/banner-tab.png) no-repeat -120px 0px;
}
.banner .banner-right ul.menu li.ser:hover {
	background:url(../images/banner-tab.png) no-repeat -120px -30px;
}
.banner .banner-right ul.menu li.pho {
	float:left;
	margin-right:18px;
	background:url(../images/banner-tab.png) no-repeat;
}
.banner .banner-right ul.menu li.pho:hover {
	background:url(../images/banner-tab.png) no-repeat 0px -30px;
}
.banner .banner-right ul.menu li.con {
	float:left;
	background:url(../images/banner-tab.png) no-repeat -240px 0px;
}
.banner .banner-right ul.menu li.con:hover {
	background:url(../images/banner-tab.png) no-repeat -240px -30px;
}
.banner .banner-right ul.menu li a {
	float:left;
	display:block;
	text-indent:-9999px;
	height:30px;
	width:102px;
}
/* --- Three Tabs --- */
.three-tabs {
	width:1000px;
}
.three-tabs .box:first-child {
	margin-left:0px;
}
.three-tabs .box {
	float:left;
	width:300px;
	margin-left:20px;
	background:url(../images/three-tab.png) no-repeat;
	height:124px;
	padding:15px 10px 0px 10px;
}
.three-tabs .box:hover {
	background:url(../images/three-tab.png) no-repeat 0px -139px;
}
.three-tabs .box .pic {
	float:left;
	width:80px;
	height:95px;
}
.three-tabs .box h4 {
	float:left;
	width:220px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:5px;
}
.three-tabs .box p {
	color:#fff;
	line-height:18px;
}
.three-tabs .box a {
	display:block;
	clear:both;
	height:22px;
	color:#fff;
	text-decoration:none;
	padding:7px 0px 0px 30px;
}
.three-tabs .box a:hover {
	text-decoration:underline;
}
/*----- Container Home -----*/
#container-home {
	width:1000px;
	padding:20px 0px 15px 0px;
}
#container-home .welcome {
	float:left;
	width:565px;
	background:url(../images/footer-welcome.gif) no-repeat bottom left;
	padding-bottom:12px;
	margin-right:20px;
}
#container-home .welcome h2 {
	background:url(../images/welcome.gif) no-repeat;
	width:565px;
	height:37px;
	display:block;
	text-indent:-9999px;
}
#container-home .welcome .info {
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:#222;
	padding:0px 10px;
}
#container-home .welcome p {
	line-height:20px;
	padding-top:12px;
	color:#fff;
	text-align:justify;
}
#container-home .welcome p a {
	color:#fff;
}
#container-home .welcome p a:hover {
	color:#aaa;
}
#container-home .gallery {
	float:right;
	width:414px;
	padding-bottom:11px;
	background:url(../images/footer-gallery.gif) no-repeat bottom left;
}
#container-home .gallery h2 {
	background:url(../images/photo-gallery.gif) no-repeat;
	height:37px;
	text-indent:-9999px;
	width:414px;
}
#container-home .gallery h2 a {
	display:block;
	height:37px;
}
#container-home .gallery .info {
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding:0px 0px 0px 10px;
	background:#222;
	float:left;
}
#container-home .gallery .info ul {
	float:left;
	width:402px;
}
#container-home .gallery .info ul li {
	float:left;
	margin:10px 10px 0px 0px;
}
#container-home .gallery .info ul li a {
	float:left;
	padding:1px;
	border:1px solid #444;
}
#container-home .gallery .info ul li a:hover {
	border:1px solid #aaa;
}
/*----- Footer -----*/
#footer {
	background:url(../images/footer-bg.jpg) repeat-x;
	clear:both;
	text-align:center;
	height:65px;
	color:#fff;
	padding-top:15px;
	text-shadow:1px 1px 1px #000;
	line-height:26px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*----- Container Inner -----*/
#container-inner {
	clear:both;
	min-height:600px;
	width:980px;
	background:#fff;
	padding:10px 10px 0px 10px;
}
#container-inner h1 {
	font-size:22px;
	font-weight:normal;
	color:#333;
	padding:7px 0px 7px 10px;
	background:#f0f0f0;
	margin-bottom:10px;
	border:1px dashed #333;
	border-radius:5px;
}
#container-inner h2 {
	font-size:14px;
	font-weight:normal;
	color:#333;
	clear:both;
	padding:8px 0px 8px 10px;
	background:#f0f0f0;
	margin-bottom:10px;
	border-bottom:1px dashed #333;
	position:relative;
}
#container-inner h2 a {
	color:#333;
	text-decoration:none;
}
#container-inner h2 a:hover {
	color:#000;
}
#container-inner h2 span.more {
	position:absolute;
	top:10px;
	right:10px;
}
#container-inner h2 span.more:hover{
	color:#fa7900;
}
#container-inner p {
	line-height:22px;
	text-align:justify;
	padding:0px 10px 12px 10px;
}
#container-inner p.name {
	color:#a94305;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
#container-inner ul.top-menu {
	padding:0px 0px 15px 15px;
	float:left;
	width:985px;
}
#container-inner ul.top-menu li {
	float:left;
	padding-right:15px;
	padding:0px 15px 0px 20px;
	background:url(../images/arrow.png) no-repeat 3px 5px;
}
#container-inner ul.top-menu li a {
	color:#666;
	text-decoration:none;
}
#container-inner ul.top-menu li a:hover {
	color:#fa7900;
}
#container-inner ul.lisc {
	padding-left:10px;
}
#container-inner ul.lisc li {
	float:left;
	border:1px solid #ddd;
	text-align:center;
	padding:10px;
	height:110px;
	margin:0px 15px 10px 0px;
}
#container-inner ul.lisc li span {
	display:block;
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
}
#container-inner ul.listing {
	padding:0px 0px 8px 30px;
}
#container-inner ul.listing li {
	background:url(../images/arrow.png) no-repeat 0px 5px;
	padding:0px 0px 10px 15px;
}
#container-inner ul.gallery {
	float:left;
	padding:10px 0px 0px 10px;
	width:950px;
}
#container-inner ul.gallery li {
	float:left;
	margin:0px 15px 15px 0px;
}
#container-inner ul.gallery li a {
	float:left;
	padding:1px;
	border:1px solid #ddd;
}
#container-inner ul.gallery li a:hover {
	border:1px solid #aaa;
}
/* --- Contact Page --- */
#container-inner h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
	padding-left:50px;
}
.conform {
	float:left;
	width:620px;
	padding:0px 0px 10px 10px;
}
.conform dl dt {
	float:left;
	width:150px;
	margin:3px 0px;
}
.conform dl dd {
	margin:3px 0px;
	float:left;
	width:350px;
}
.conform dl dd input[type="text"], .conform dl dd textarea{
	padding:4px 10px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	border:1px solid #ccc;
}
/*---Form Messege Display---*/
#msgcontent {
	/*background:#F3E6E6 none repeat scroll 0 0;*/
	background:#f8e7e7 none repeat scroll 0 0;
	border-color:#924949 #924949 #924949;
	border-style:solid solid solid none;
	border-width:2px 2px 2px medium;
	display:block;
	max-width:250px;
	min-width:150px;
	color:#000000;
	padding:5px;
}
#msg {
	background:transparent url(../images/msg_arrow.gif) no-repeat scroll left center;
	display:none;
	padding-left:7px;
	position:absolute;
	z-index:200;
}
.conform dl dd input[type="submit"], .conform dl dd input[type="reset"]{
	padding:5px 15px;
	font-family:'Roboto Condensed',sans-serif;
	font-size:13px;
	margin-top:5px;
	background:#222;
	color:#fff;
	border-radius:3px;
	text-transform:uppercase;
	cursor:pointer;
}
/* --- Sitemap --- */
ul.sitemap {
	font-weight:bold;
	padding:10px 0px 0px 10px;
}
ul.sitemap li {
	background:url(../images/arrow.png) no-repeat 0px 5px;
	padding:0px 0px 10px 15px;
}
ul.sitemap li a {
	color:#333;
	text-decoration:none;
}
ul.sitemap li a:hover {
	color:#fa7900;
}
ul.sitemap li ul li {
	padding:10px 0px 0px 15px;
	background:url(../images/arrow.png) no-repeat 0px 15px;
	font-weight:normal;
}
