/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 30px; 
	background: #545858;
	text-align: center;
	min-height:100%;
	height:100%;
		height:auto !important;

}
/* Links */
a, a:active,a:link{
	color: #0B9AC7;		
}

a:hover {
	background: #F1F9DA; 
	color: #895F30;
	border-bottom: 1px dotted #895F30;
}

/* headers */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-size: 170%;	
	font-weight: normal;
	padding: 18px 10px 5px 0;
	margin: 0;	
}

h2 {
	font-size: 150%;
	/*color: #895F30;*/
	padding: 10px 10px 5px 5px;
	margin: 0;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 5px 10px 5px 5px;
	margin: 0;	
}
h4 {
	font-size: 150%;
	color: #895F30;
	padding: 0 10px 5px 10px;
	margin: 0;
}

p, dl { padding: 10px 10px 10px 0; margin: 0; font-size:13px; 
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style-type: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
  border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
  	font: 500 1em/1.5em 'Lucida Console', Consolas, 'courier new', monospace ;
}
pre {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', Consolas, 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(/public/images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;

}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	vertical-align:top;
}	
.left{
	font-weight:bold;
	font-size:110%;
	text-align:right;
}

/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: #fff;
	width: 920px;	
	margin: 0 auto;
	text-align: left;
	padding:20px 15px 15px;	
bottom:0;
	
}
#wrap {
	width: 900px;	
	margin: 0 auto;	
	position:relative;
	height:100%;
	height:auto !important;
	min-height:100%;
	
}

#content-wrap {
	position: relative;
	clear: both;	
	width: 900px;	
	padding: 0; 		
	margin: 20px 0 60px 5px;	
	background: transparent;
	height:100%;
	min-height:100%;
}
#footer{
	height:50px;
	clear:both;
	bottom:0;
	border-top:1px solid #ebebeb;
	padding-top:10px;
}
#header-wrap {
	position: relative;
	width: 900px;	
	height: 200px;	
	padding: 0;	
	margin: 0 auto;
	background:url(/public/images/header-back2.jpg) no-repeat;
	
}

.lt-rc, .rt-rc, .lb-rc, .rb-rc{
	position:absolute;
	width:10px;
	height:10px;	
}


.lt-rc{
	top:0px;
	left:0px;
	background:url(/public/images/rc.gif) no-repeat top left;
}

.rt-rc{
	top:0px;
	right:0px;
	background:url(/public/images/rc.gif) no-repeat top right;
}

.lb-rc{
	bottom:0px;
	left:0px;
	background:url(/public/images/rc.gif) no-repeat bottom left;
}

.rb-rc{
	bottom:0px;
	right:0px;
	background:url(/public/images/rc.gif) no-repeat bottom right;
}

.o-l-rc{
	background:url(/public/images/rc2.gif) no-repeat bottom left;
}

.o-r-rc{
	background:url(/public/images/rc2.gif) no-repeat bottom right;
}

.phone{
	position:absolute;
	background:white;
	opacity:0.7;
	filter: alpha(opacity=70);
	top:20px;
	right:50px;
	color:black;
	border-left:3px solid brown;
	padding:0 5px 0 0;
}

.phone table{
	margin:5px 0;
}

.phone table td{
	vertical-align:top;
	padding:0 5px 5px;
}

.phone table tr{
	margin:0;
	height:20px;	
	padding:0;
}

.phone table td a{
	padding:0;
	font-family:Trebuchet ms;
	font-size:14px;
}

.ph{
	font-size:14px;
	
	1font-weight:bold;
}

.cl{
	color:red;
	font-family:Trebuchet ms;
	font-size:16px;
}

.phone img{
	border:none;
	margin:0;
}

#header #logo-text a {
	
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 145px; left: 55px;
	letter-spacing: 1px;
}
#header #logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;		
}
.clear {
clear:both;
height:0;
line-height:0;
overflow:hidden;
}

/* Main Column */
#main {
	float:right;
	width: 600px;
	padding: 0; margin: 0;

}
#main h2 {
	padding-bottom: 3px;
	margin-bottom:6px;
	/*font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #895F30; 
	letter-spacing: -2px;*/	
	text-transform: none;
}
#main h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}
#main ul {
  margin-left: 6px;
}

#main ul li {
	list-style-image: url(/public/themes/avista/images/bullet.gif);
	font-family:"Trebuchet MS",Tahoma,Arial,Sans-serif;
	font-size: 130%;
}

#main a{
	color:#0B97C7;
}
/* Sidebar */	
#sidebar {
	float:left;
	width: 250px;
	padding: 0; margin: 15px 40px 60px 0;		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #666666;	
	letter-spacing: -.5px;	
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(/public/themes/avista/images/dots.gif) repeat-x left top;
}
#sidebar ul li {
	list-style: none;
	background: url(/public/themes/avista/images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #0C9BC2; 	
		
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}



#sidebar ul li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul li a:hover {	
	color: #555;	
}
#sidebar ul ul { margin: 5px 0 0 5px; padding: 0; }
#sidebar ul ul li { background: none; }

/*contacts*/
.1contact{
	padding-left:50px;
	height:40px;
	background:url(/public/images/phone.gif) left top no-repeat;
}

.contact span{
	font-size:15px;
	font-family:trebuchet ms;
	margin-bottom:8px;
}

/*end contacs*/

/*banner*/
.banner{
	display:block;
}

.banner span{
	font:14px black;
	
}
/*end banner*/
/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #C5935C; }

.info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.info a { color: #C5935C; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }


.counter{
	float:right;
	top:0;
	border:none;
}

.counter img{
	border:none;
}
.counter a:hover{
	text-decoration:none;
	border:none;
}
.about-wr{
	position:relative;	
		float:left;	
		width:544px; 
		padding:16px !important;		
		margin:20px 0;
		background:#fff0c7;
		zoom:1;
}



.about a:hover{
	background:none;	
}

.clients{
        list-style-type:none !important;
	width:520px;
	margin:10px 10;
}

.clients li{
	display:inline;
	list-style-type:none;
	margin-right:5px;
         
}

.clients li img{
margin-bottom:20px;
}

.clients a:hover{
	text-decoration:none;
	border:none;
}

.contacts{
	margin:0;
}

.contacts td{
	padding-left:5px;
	margin-bottom:8px;
}

.map{
	margin-top:10px;
}

.icq{
	margin:0;
	border:none;
}

.current{
	color: #666666 !important;
}
