body  
{
	background-image: url('/images/background.jpg'); 
	background-position: top center;  
	background-repeat: no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	font: 75% georgia, sans-serif;
	color: #555753; 
	margin: 0; 
	padding: 0;	
}

input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.container 
{
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;	
}

p { margin:0; padding:0;}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form { height:26px;}
.form input {width:223px; height:18px; background:#fff; border-top:1px solid #303030; border-left:1px solid #303030; border-bottom:1px solid #9f9f9f;  border-right:1px solid #9f9f9f; padding-left:3px;}
textarea { width:287px; height:72px; background:#fff; overflow:auto;  border-top:1px solid #303030; border-left:1px solid #303030; border-bottom:1px solid #9f9f9f;  border-right:1px solid #9f9f9f; padding-left:3px;}

/*==================list====================*/
ul { list-style:none;  margin-left: auto ;
  margin-right: auto ;	}

.site-nav { overflow:hidden; text-align: center;}
.site-nav li {display:inline;}
.site-nav li a {font-size:14px; color:#696969; text-decoration:none; padding:12px 16px 12px 16px; display:block; float:left;}
.site-nav li a:hover {text-decoration:none; color:#de893e;}
.site-nav li a.act {color:#de893e;}
.site-nav li a.act:hover {text-decoration:none;}

.list li {background:url(images/marker.gif) no-repeat left center; padding-left:17px; margin-bottom:8px;}
.list li a {font-size:13px;}


/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; margin-bottom:25px;}
.img-box img { float:left; margin:0 20px 5px 0;}
.img-box1 img { float:left; margin:0 30px 20px 0;}

.p1 {margin-top:16px;}
.p2 {margin-top:32px;}
.p3 {margin-top:5px;}
.p4 {margin-top:2px;}

.rss {float:right; margin:0 54px 0 0;}
.rss1 {margin-right:12px;}

.phone {float:right; margin-right:131px;}
.phone1 {float:right; margin-right:82px;}

.middle {width: 768px; text-align: center; }

/*==================txt, links, lines, titles====================*/
a {color:#e08f41; /**font-size:12px;**/}
a:hover{text-decoration:none;}

.txt1 {color:#e08f41; font-size:12px;}
.txt2 {color:#e08f41; font-size:13px;}

.link1 { display:block; float:left; background:url(images/link1-bgd.gif) left top repeat-x; color:#fff; text-decoration:none;}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:2px 15px 2px 15px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.line-hor {padding-bottom:28px; margin-bottom:30px; background:url(images/line1.gif) repeat-x bottom;}
.line-hor1 {padding:0 0 20px 22px; margin:0 1px 0 1px; background:url(images/line1.gif) repeat-x bottom;}

.title { margin:0 0 36px 0;}


/*==================boxes====================*/
.nav-box {background:url(images/nav-bgd.jpg) repeat-x; margin:33px 0 36px 0;}
.nav-box .left {background:url(images/nav-left.jpg) no-repeat left top; padding-left:20px;}
.nav-box .right {background:url(images/nav-right.jpg) no-repeat right top;}


/*header*/
#header .col-2 {width:600px; text-align: center;}
 
/*content*/
#content {padding:23px 0 37px 28px;}
#content .indent {margin-top:34px;}
#content .indent1 {margin-bottom:40px;}
#content .indent2 {margin-right:51px;}
#content .indent3 {margin-bottom:18px;}

/*footer*/
#footer .fright {padding:21px 32px 0 0;}
#footer .fleft {padding:25px 0 0 29px;}

/*==========================================*/

/*===============Slide Show================*/

#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:340px;
	/*margin:150px auto 0;*/
	position:relative;
	width:640px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:30px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:30px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('/images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

