﻿@charset "UTF-8";

*,html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}



html, body {
	margin:0px; padding:0px; 
	background:#fff url(bg.jpg) repeat-x 0 0;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
}
h2, h3, h4, h5, h6 {
	color: #e28425;
	font-size:24px;
	line-height:50px;
	font-weight:normal;
}
a {
	color: #e28425;
	text-decoration: underline;
}
a:hover {
	color: #e28425;
	text-decoration: none;
}
form{
   width:450px;
}
label{
   display:block;
   text-align:right;
   width:100px;
   float:left;
   position:relative;
   line-height:20px;
   margin-bottom: 10px;
   padding-right: 10px;
}
input{
   float:left;
   width:230px;
   padding-left: 10px;
   padding-right: 10px;
   height:20px;
   line-height:20px;
   position:relative;
   margin-bottom: 10px;	
   border: 1px solid #e28425;
}
textarea {
   float:left;
   width:230px;
   padding: 10px;
   height:130px;
   line-height:18px;
   position:relative;
   margin-bottom: 10px;
   border: 1px solid #e28425;
}
button{
background: #fff;
   clear:both;
   margin-left:110px;
   width:120px;
   text-align:center;
   height:20px;
   line-height:20px;
   border: 1px solid #e28425;
}
#all {
	text-align:left;
	background:transparent url(tcbg.jpg) no-repeat 0 0;
	min-width:1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
}
#header {
background:transparent url(hbg.jpg) no-repeat top right;
height:465px;
}
#header h1 {
width:220px;
height:100px;
background:transparent url(logo.jpg) no-repeat 0 0;
float:left;
display:block;
position:relative; 
}
#header h1 a{
width:220px;
height:100px;
background:transparent url(logo.jpg) no-repeat 0 0;
float:left;
display:block;
position:relative; 
}
#header span {
display: none;
}

#serv {
width:240px;
position: absolute;
top: 150px;
left: 275px;
}
#serv strong {
	color: #fff;
	font-size:24px;
	line-height:40px;
	font-weight:normal;
}
#serv ul{
width:200px;
line-height:24px;
font-size:14px;
list-style:none;
text-align:left;
padding-left: 20px;
}
#serv li{
background:transparent url(servli.gif) no-repeat 0 0;
display:block;
width:190px;
height:24px;
line-height:24px;
padding-left: 10px;
}
#serv li a{
background:transparent;
display:block;
width:200px;
height:24px;
line-height:24px;
font-size:14px;
color: #fff;
text-decoration: underline;
}
#serv li a:hover, #serv li.active a {
text-decoration: none;
}
#iconavi {
position: absolute;
top: 433px;
left: 600px;
width:125px;
height:32px;
background:#fff url(iconavi.jpg) no-repeat 0 0;
}
#iconavi img {
padding-top: 10px;
padding-left: 18px;
}
#navi {
position: absolute;
top: 50px;
left: 250px;
}
#navi ul{
line-height:26px;
font-size:14px;
list-style:none;
text-align:left;
padding-left: 20px;
}
#navi li{
width:100px;
float: left;
display:block;
height:26px;
line-height:26px;
padding-right: 10px;
text-align: center;
}
#navi li a{
width:100px;
background:transparent;
display:block;
height:26px;
line-height:26px;
font-size:14px;
color: #000;
text-decoration: underline;
}
#navi li a:hover, #navi li.active a:hover, #navi li.active{
background:transparent url(navili.jpg) no-repeat 0 0;
text-decoration: none;
}
#container {
background:transparent url(cbg.jpg) no-repeat top right;
position:relative; 
display:block; 
}
#sidebar {
width:225px;
float: left;
padding-left: 25px;
padding-top: 25px;
position:relative; 
}
#sidebar strong {
	display: block;
	padding-top: 5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:14px;
	color: #000;
	font-weight:normal;
}
#sidebar span {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
#randgallaryimg {
	text-align:center;
}
#randgallaryimg  img{
	text-align:center;
	border: 1px solid #e28425;
}
#content {
	margin-left:275px;
	margin-right:200px;
	position:relative; 
	display:block;
	height:1%;
}
#footer {
background:transparent url(footer.jpg) no-repeat 0 0;
height:200px;
padding-left: 25px;
padding-top: 50px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

