* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, sans-serif !important;
	width: 100%;
	height: 100%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}
a {
	color: #d34032;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header{
	width: 1000px;
	height: 160px;
	margin-bottom: 10px;
}

#header table{
    border: none;
}

.logo h1 {
	background: url(../images/headerLeft_bd.png) no-repeat;
	width: 808px;
	height: 178px;
}

.logo h1 span{
	display: none;
}

.contact{
	width: 191px;
	height: 178px;
}
.contact ul{
	position:relative;
	top: -18px;
	left: 12px;
	color: black;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
       font-weight: bold;
}
.contact .zag{
	color: #d34032;
	font-weight: bold;
}
.contact li a{
	color: #000;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 180px 0 180px;
}

#content_one {
	padding: 0;
}

#contentArea{
	text-align:justify;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat;
	padding: 5px 10px;
}
#contentArea h1{
	color: #d34032;
       line-height: 1;
	font: 0.7em;
	padding: 14px 0;

}

h2{
	color: #d34032;
	font-size: 1.2em;
	padding: 7px 0;
	border-bottom: 1px dashed #999;
}

#contentArea p{
	text-indent: 1em;
}
#contentArea img{
	padding: 8px;
	border: none;
}
#contentArea ul{
	padding: 0px 20px;
	list-style:square;
}
#contentArea li{
	margin: 0px 20px;
	line-height: 1.7em;
	list-style:square;
	padding-top: 10px;
}
.tour-item{
	list-style: square;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	padding-top: 55px;
	float: left;
	width: 160px;
	margin-left: -100%;
	position: relative;
	min-height: 100%;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	padding-top: 40px;
	float: right;
	width: 170px;
	margin-left: -170px;
	position: relative;
	min-height: 100%;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-top: 30px;
	font-size: 10px;
	width: 1000px;
	margin: -100px auto 0;
	height: 131px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#foot_in {
	padding-top: 30px;
	font-size: 10px;
	width: 1000px;
	margin: -100px auto 0;
	height: 150px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* My CSS 
___________________________________________________________________________*/
.navsite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-bottom: 30px;
}
.navsite ul{
	margin-bottom:10px;
}
.navsite li{
	margin-bottom:2px;
}
.navsite li a{
	font-size: 1.4em;
	display: block;
	padding: 1px 1px 1px 7px ;
	color:#000;
	text-decoration: none;
	border-top: 1px dashed #d34032;
}
.navsite li a:hover{
	color:#d34032;
}
.navsite span a{
	color: #000;
	display: block;
	padding: 2px 2px 2px 20px;
}
.navsite span a:hover{
		color:#F00;
}

.banners{
	padding-bottom: 5px;
	padding-top: 15px;
    width: 170px;
}
.banners a{
	padding-top: 5px;
}
#copyright li{
	color: #FFF;
	list-style: none;
	position:relative;
	top: 60px;
	text-align:center;
	clear:both;
}

.table_services{
background-image:url(../images/bg_content.png);
text-align:center;
padding: 10px 5px;
border: 1px dashed #FF3300;
margin-bottom: 10px;
}
.table_services p{
margin:0;
padding: 0;
font-size: 14px;
font-weight: bold;
}
.table_services h4{
	font-size: 14px;
	color: #d34032;
}
