/*#############################################################

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
	text-decoration: none;
	outline:none
}


body {
	background:#54544e url(img/BackBlock.jpg) repeat;
	color: #555;
	margin: 0px;
	min-height:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);

	margin-left: 18px;
}
*/
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}
h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font: bold 9px;
	margin: 0 0 6px;
	text-align: center;
}

/* main structure */
.main {
	position:relative;
	top:0px;
	margin: 0px auto 4px auto;
	text-align: left;
	width: 850px;
}
.main .content ul {
	position:absolute;
	top:104px;
	left:55px;
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:300px;
	z-index:3;
	height: 55px;

	
	
}
.main .content ul li{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding: 0px 0px 0px 10px;
	background:url(img/tab5.png) no-repeat;
}

.main .content ul li a {
	display:block; 
	height:30px; 
	line-height:28px;
	color: #858581;
}

.main .content ul li a:hover{
	color: #FFF;
}

.main .content ul li.ui-tabs-nav-item2 a{ 
	color: #be9e55;
}
.main .content ul li.ui-tabs-nav-item2 a:hover{
	color:#FFF;
}

.main .content ul li.ui-tabs-nav-item3 a{ 
	color: #bf883b;
}
.main .content ul li.ui-tabs-nav-item3 a:hover{
	color:#FFF;
}

.main .content ul li.ui-tabs-nav-item4 a{ 
	color: #b1b3b4;
}
.main .content ul li.ui-tabs-nav-item4 a:hover{
	color:#FFF;
}



.main2 {
	position:relative;
	top:0px;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 850px;
	padding: 0px auto 0px auto;
}
.main2 p{
	color:#FFF;
}

.sub {
	color:#b1b3b4;
	font-weight:bold;
	text-align: left;
}
.sub2 {color:#bf883b; font-weight:bold;}
.sub3 {color:#b1b3b4; font-weight:bold;}
.sub4 {color:#FFF; font-weight:bold;}
.sub5 {color:#be9e55; font-weight:bold;}

/* header */
.gfx {
	background: url(img/glow2.png) no-repeat;
	height:200px;
}
.gfx h1 {
	color: #666;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}



#header {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 1000px;
  height: 200px;
  position: relative;

  margin: 0px auto 0px auto; 
}
#header a {
	position: absolute;


// This allows us to have
  top: 0; // the anchor on top of the header
  left: 0;
	width: 900px;
	height: 200px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
	left: 2px;
	top: -9px;
}

#header .fake-hover {
  margin: 0;
  padding: 0;
  width: 900px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/glow5.png) no-repeat 0 -200px;
}






/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-top: 1px solid #1A1A1A;
	color: #666;
	float: left;
	font:14px Tahoma, Geneva, sans-serif;
	padding-top: 4px;
	width: 151px; height: 36px;
	text-align:center
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FFF;
	font:16px Tahoma, Geneva, sans-serif;
}
.menu a#last {
	border-right: none;
	width: 150px;
}

/* menu2 */
.menu2 a{
	background: #000 url(img/bgmenu.png) repeat-x;
	border-top: 1px solid #1A1A1A;
	color: #666;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 148px; height: 36px;
}
.menu2 a span {
	padding-left: 6px;
}



/* defaults for all examples */  
.kwicks {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
	width: 900px;
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}  

.kwicks li {  
    float: left;    
    margin-right: 0px;  
    width: 180px;  
    height: 40px;
    text-indent: -999px;
}  

.kwicks li a {
display:block;
	text-decoration:none;
	outline:none;
	border:none;
	width: 180px;  
        height: 40px;
	
}

#kwick1 {    
     background:url(images/menu1.png); 
}
#kwick1:hover {
	background-position:bottom;
}

#kwick2 {    
     background:url(images/menu2.png); 
}
#kwick2:hover {
	background-position:bottom;
}

#kwick3 {    
     background:url(images/menu3.png); 
}
#kwick3:hover {
	background-position:bottom;
}

#kwick4 {    
     background:url(images/menu4.png); 
}
#kwick4:hover {
	background-position:bottom;
}

#kwick5 {    
     background:url(images/menu5.png); 
}
#kwick5:hover {
	background-position:bottom;
}



.fade {
	background:url(img/footerbkv.png) repeat-x;
	height: 50px;
	margin-top: 5px;
}
.fade h2 {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align:left;
	padding:20px 0px 10px 10px;
}

.clear{clear:both;}


.content {
	clear: both;
	width:900px;
	float:left;
}
.content h1 {
	color: #666;
	font: bold 22px Tahoma, Geneva, sans-serif;
	margin: 0 0 4px;
	padding:10px 0px 10px 15px;
}
.content h2 {
	color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin: 0 0 4px;
	text-align:left;
	padding:10px 0px 10px 15px;
}
.content h3 {
	color: #666;
	font: bold 1.8em Tahoma, Geneva, sans-serif;
	margin: 0 0 4px;
	text-align:center
}
.content h4 {
	color: #666;
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin: 0 0 4px;
	text-align:left
}
.content p {
	margin: 0 0 12px;
	text-align: left;
	padding:5px 0px 0px 15px;
	font-size: 12px;
	color: #999;
}






/* content */
.content2 {
	clear: both;
	width:550px;
	float:right;
}
.main2 .content2 h1 {
	color: #be9e55;
	margin: 0;
	padding:5px 0px 10px 0px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.main2 .content2 h2 {
	color: b1b3b4;
	margin: 0;
	padding:5px 0px 10px 0px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;

}


.main2 .content2 h3 {
	color: #bf883b;
	margin: 0;
	padding:5px 0px 10px 0px;
	line-height: 30px;
		font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align:left;
}
.main2 .content2 h4 {
	color: #b1b3b4;
	margin: 0;
	padding:5px 0px 10px 0px;
	line-height: 30px;
		font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align:left;
}
.main2 .content2 h5 {
	color: #be9e55;
	margin: 0;
	padding:5px 0px 0px 0px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.main2 .content2 img {
margin:0;
padding:0;
	
}
.content2 h2 {
	color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	margin: 0 0 4px;
	text-align:left;
	padding:10px 0px 10px 15px;
}
.content2 h3 {
	color: #666;
	font: bold 1.8em Tahoma, Geneva, sans-serif;
	margin: 0 0 4px;
	text-align:center
}
.content2 h4 {
	color: #666;
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin: 0 0 4px;
	text-align:left
}
.content2 p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 12px;
	text-align: left;
	padding:5px 10px 0px 0px;
}
.col1{width:275px;
float:left;}

.col2{width:275px;
float:right;}

.col3{
	width:160px;
	float:left;
	padding: 0px 10px 0px 0px;
	border-right:#FFF thin solid;
}

.col3 p{
	text-align:right;
	font-size: 10px;
	color: #b1b3b4;
}

.col4{
	width:360px;
	float:right;
}

.col4 p{
	font-size:10px;

	
}




.item {
	padding: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.item h2 {
	color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font: 32px;
	margin: 0 0 4px;
	text-align:left;
	padding:10px 0px 10px 15px;
}


.item3 {
	background: #030303 url(img/bgitem2.gif) repeat-x;
	padding: 3px;
}
.item2 {
	background: #000000;
	
}
.item4 {
	padding: 10px 10px;
	width: 360px;
	height: 170px;
	float:left
}
.item5 {
	padding: 10px 10px;
	width: 500px;
	height: 170px;
	float:right
}
.item6 {
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 550px;
}
.item7 {
	height: 280px;
	width: 660px;

}

.item8 {
	padding: 0px 20px;
	height: 300px;
	width: 450px;
	float:left;


}
.item9 {
	padding-left: 50px;
	height: 250px;
	width: 350px;
	float:right;
	border-left-width: thin;
	border-left-color:#999;
	border-left-style:solid;
}


.sitedesc {
	height: 400px;
	width: 450px;
	margin:10px 0px 0px 0px;
	float:left;
}
.siteshot {
	height: 400px;
	width: 450px;
	margin:10px 0px 0px 0px;
	float:right;
}

#footer {
	clear:both;
	height: 30px;
	width: 850px;
	margin:0px auto 0px auto;
	padding-top: 10px;
}

#foot {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: solid thin #69695f;
	height: 28px;
	width: 550px;
	float:right;
	
}

#footer p {
	color: #b2b3b5;
	padding-top: 2px;
}


#footer a {
	color: #b2b3b5;
}

#top {
	background:url(img/button.gif) no-repeat;
	height: 28px;
	width: 100px;
	float:left;
	padding-top: 6px;
	text-align:center;
	position: relative;
}

#top a {
	color: #35352e;
	font-size: 12px;
	font-weight: bold;
}

.text-input
{
	border:none;
	background: url(img/textfield_bg2.png) no-repeat;
	width: 432px;
	height: 22px;
}

.text-inputshort
{
border:none;
background: transparent
url("images/textfield_sh_bg.png") no-repeat;
width: 140px; height: 20px; 
}

.text-inputml
{
	border:none;
	background: transparent url("img/textfield_ml_bg.png") no-repeat;
	width: 432px;
	height: 200px;
	overflow:auto;
}

.form-label
{
	padding-left: 0px;
	color:#b1b3b4;
	font-size: 12px;
}

.button
{
	background:url(img/button.gif) no-repeat;
	font-size:12px;
	float:right;
	margin-right: 0px;
	height: 27px;
	width: 100px;
	border:none;
	color: #35352e;
	margin-top: 5px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.sig
{
margin-right: 80px;

border:none;
}

#featured{
	width:855px;
	position:relative;
	height:268px;
	overflow: hidden;
	background:url(img/welcome_bg.png) no-repeat;
	
}

#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	left:0px;
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:290px;
	z-index:2;

}
#featured ul.ui-tabs-nav li{ 
	padding:0 0 2px 0px; 
	font-size:12px; 
	color:#000;
	background:url(img/tab_off.png) no-repeat;
	
}
#featured ul.ui-tabs-nav li img{
	border:none;
	float:left;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#featured ul.ui-tabs-nav li span{
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 10px;
	top: -20px;
	
}


#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:28px; 
	line-height:25px;
}

#featured li.ui-tabs-nav-item a:hover{
	color:#FFF;
}
#featured li.ui-tabs-nav-item2 a{ 
	display:block; 
	height:28px; 
	color: #b89e58;
	line-height:25px;

}
#featured li.ui-tabs-nav-item2 a:hover{
	color:#FFF;
}
#featured li.ui-tabs-nav-item3 a{ 
	display:block; 
	height:28px; 
	color: #b88741;
	line-height:25px;

}
#featured li.ui-tabs-nav-item3 a:hover{
	color:#FFF;
}
#featured li.ui-tabs-nav-item4 a{ 
	display:block; 
	height:28px; 
	color: #b0b1b3;
	line-height:25px;

}
#featured li.ui-tabs-nav-item4 a:hover{
	color:#FFF;
}

#featured li.ui-tabs-nav-itemON a:hover{
	color:#FFF;

}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 

}

#featured ul.ui-tabs-nav li.ui-tabs-selected img{ 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#featured .ui-tabs-panel{ 
	width:900px; 
	height:268px; 
	position:relative;
	list-style-type:none;
	z-index:0;
	padding:0 0 0 300px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; 
	left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font: normal 18px Tahoma, Geneva, sans-serif;
	color:#666; 
	padding:3px 0px 0px 3px; 
	margin:0px;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0px 0px; 
	padding: 3px 0px 0px 5px;
	font: normal 12px Tahoma, Geneva, sans-serif; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff;
}
#featured .info a:hover{ 
	text-decoration: underline;
}
#featured .ui-tabs-hide{ 
	display:none; 
}


.gallery

{
        width: 900px;

	cursor: default;

	list-style: none;

}



.gallery img

{

	background: #000000;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	padding: 2px;

	vertical-align: top;

	width: 150px;

	height: auto;

}



.gallery li

{

	background: #0000;

	border-color: #0000;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	display: inline;

	float: left;

	margin: 5px 20px auto 30px; 

	padding: 5px;

	position: relative;

}

.gallery2

{
        width: 900px;
	cursor: default;
	list-style: none;
	margin-left: 5px;

}



.gallery2 img

{

	background: #000000;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	padding: 2px;

	vertical-align: top;

	width: 200px;

	height: 125px;

}



.gallery2 li

{

	background: #0000;

	border-color: #0000;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	display: inline;

	float: left;

	margin: 5px 5px auto 5px; 

	padding: 0px;

	position: relative;

}
.TableDiv
{
overflow-y : hidden;
POSITION : relative;
margin-left: 90px;
OVERFLOW : auto;
WIDTH : 80%; 
HEIGHT : 170px;
filter:chroma(color=#FFFFFF);
      scrollbar-face-color:#000000;
      scrollbar-shadow-color:#666;
      scrollbar-highlight-color:#666;
      scrollbar-3dlight-color:#000;
      scrollbar-darkshadow-color:#000;
      scrollbar-track-color:#FFFFFF;
      scrollbar-arrow-color:#666
}


.oneline {
	width:900px;
	height: 250px;

} 
.fiveline {
	width:900px;
	height: 800px;

} 










#myinnercontainer {

text-align:center;

vertical-align: center;

margin:auto;

}
.main2 h1 {
	color: #FFF;
	font-size: 24px;
}
.tag {
	color: #be9e55;
}

.up {
	top: 20px;
}
.on {
	background-position: bottom;
	 }

.topbutton {
	color: #333;
}
.main2 .content2 .col2 ul{
	margin:15px;
}
.main2 .content2 .col2 ul li{
	color: #bf883b;
}
.list {color:#FFF;}
.main2 .content2 .col2 .address{
	width:160px;
	float:right;
	margin-top: 25px;
}
.main2 .content2 .col2 .address p {
	color: #b1b3b4;
	font-size:10px;
	padding: 0;
	margin: 0 0 10px 0px;
}

.main2 .content2 .col1 ul{
	margin:15px;
}
.main2 .content2 .col1 ul li{
	color: #bf883b;
}

