@charset "utf-8";
@import url("menu.css");

html, body {margin:0; padding:0; width:100%; height:100%;
overflow:hidden;}
#background {position:absolute; z-index:1; width:100%; height:100%;}

#scrollbar {
	position:absolute;
	width:100%;
	height:100%;
	top:5px;
	left:2px;
	overflow:auto;
	z-index:2;
}

h1, h2, h3, h4, form, blockquote, small, input, body, p, label {
 margin:0px;
 padding:0px;
}

body {
 background:#fff;
 font-family:Tahoma,Arial,Verdana;
 color:#696969;
 font-size:12px;
}

h1,h2,h3,h4,h5 {
  color:#64848f;
  font-weight:normal;
}

h1 {
  font-size: 18pt;
  background: url(img/h.png) left center no-repeat;
  height:18px;
  padding-left: 30px;
  vertical-align:middle;
  display:inline;
}

#wrapper{
 width:767px;
 margin:20px auto;
 background:#fff;
 -moz-box-shadow: 5px 5px 6px #4D4D4D;
 -webkit-box-shadow: 5px 5px 6px #4D4D4D;
 box-shadow: 5px 5px 6px #4D4D4D;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 5px;
}
#top{
  height:90px;
  background:url(img/logo.png) no-repeat 30px 2px #88c608;
  border-bottom: 5px solid #fff;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
#quickLinks{
  float:right;
  margin: 20px 35px 0 0;
  color:#fff;
}
#quickLinks a {padding: 0 5px; color: #fff; text-decoration: none; font-size: 10px;}

#header{
  height:215px;
  background:url(img/head.jpg) no-repeat 0 0;
}
#header #hText {
  float:right; 
  margin:0;
  width:245px; 
  height:210px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #88c608;
}
#header #hText #help {
  margin: 10px 0 0 22px;
  cursor: help;
}

#header #hText #call-back, #header #hText #log_res {
  color: #fff;
  font-weight: bold;
  width: 200px;
  margin: 10px 0 0 22px;
}

#close {
  float:left;
  cursor:pointer;
}


#header #hText #call-back #number {
 background: #4D4D4D;
 color: #fff;
 width: 130px;
 height: 25px;
 border: 1px solid #fff;
 font-weight: bold;
 font-size: 20px;
 margin-right:10px;
}


#header #hText #call-back #call_button{
 background: #4D4D4D;
 color: #fff;
 /*height: 20px;
 width: 30px;*/
 border: 1px solid #fff;
 margin-top: 2px;
}
#navi {
  height: 55px;
  margin: 0 auto;
}

#mainContent {
  border-top: 3px solid #16c3c9;
  padding:20px 0;
  margin: 0 5px;
}

#mainContent #cLeft {
  float: left;
  width: 50%;
  border-right: 2px solid #16c3c9;
  padding:5px;
}

#mainContent #cRight{
  float: right;
  width: 45%;
  padding:5px;
}

#footer {
  font-size: 12px;
  text-align:center;
  padding: 5px 0;
  clear:both;
}

#testimonials {
  padding: 10px 0;
}

#testimonials .cImage, #testimonials .cText {
  margin: 0 5px 15px 5px;

}

#testimonials .cText {
  float: left;
  width: 170px;
}

#testimonials .cImage {
  float: left;
  width:150px;
}

#testimonials .cText h3{
  margin: 0 0 5px 0;
}

#testimonials .cText a:link, #testimonials .cText a:visited {
  color:#0066FF;
  text-decoration:none;
  font-size: 11px;
}

#testimonials .cText a:hover {
  text-decoration: underline;
}

.newsheader {height:13px; width:100%; background:url(img/news.gif) repeat-x;}


.blue {
	color: #0099CC;
	font-weight: bold;
}

.csc-default {padding: 10px;}
.csc-textpic-imagewrap {border:1px solid #ccc;}


div.clickenlarge-1 img
{
padding: 0 0 20px 0;
background: url(img/lupe.png) no-repeat right bottom;
cursor: url(img/lupe.gif), url(img/lupe.ico), url(img/lupe.cur), pointer;
}

div.clickenlarge-1 .bodytext img
{
padding:0;
background-image:none;
}

#log_res {
	/*width: 590px;*/
	margin: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(img/spinner.gif) no-repeat center;
}

a.c_link {
  font-weight: bold;
  color: #696969;
  text-decoration: none;
  padding: 15px 3px;
  display: block;
  float:left;
  width: 12px;
  height: 15px;
  text-align:center;
}

a.c_link:hover {
  background:#8ABA18;
  color:#fff;
}
