/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #323232;
    height: 100%;
    background: #fff url(../images/top-shadow.gif) repeat-x;
}

a
{
    color: #76a700;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2{
    font-size: 1.7em;
    font-weight: normal;
    color: #323232;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #cacaca;
}

h3{
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
}

h4{
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
    padding: 15px 0 0 0;
}

table{padding: 0 0 15px 0;}

th, td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/shadow-back.gif) repeat-x left bottom;
}


/******************* main text area elements *******************/
#text h3{
    padding: 15px 0 0 0;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

#text ul, #text ol{
    padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

#text table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

blockquote{
    font-size: 0.9em;
    background: url(../images/blockquote-middle.gif) repeat-y;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    width: 533px;
    height: 29px;
    display: block;
    background: url(../images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}


/***************************** layout divs *******************/

#wrapper{
    width: 945px;
    margin: 0 auto -80px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    padding: 50px 15px 0 20px;
}

.caption {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: .8em;
	color: #999999;
	width: 100%;
	text-decoration: none;
	bottom: -7px;
	left: 2px;
}

.caption:hover{
	text-decoration: none;
}

#logo{
	position: relative;
    width: 300px;
	height: 50px;
    float: left;
}

#contacts{
    width: 200px;
    float: right;
    margin: -5px 5px 5px 0;
    font-size: 0.9em;
    text-align: right;
    line-height: 1.4;
}

#text{
    width: 580px;
    float: left;
    margin: 0 0 40px 50px;
    padding: 0 0 0 0;
}


/********************** main horizontal menu ***************/

#mainmenu{
    float: right;
    list-style: none;
    position: relative; top: 13px; right: 6px;
    z-index: 1;
}

#mainmenu li{
    float: left;
    width: 150px;
    height: 35px;
    background: url(../images/mainmenu-back.gif);
}

#mainmenu li a{
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    background: url(../images/mainmenu-back.gif);
    display: block;
    width: 150px;
    height: 25px;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    
}

#mainmenu li a:hover{
    text-decoration: none;
    background: url(../images/mainmenu-back-hover.gif);
    height: 20px;
    padding: 15px 0 0 0;
}


/******************* headers with slogan and header for inner pages **********************/
/*** see includes/banner.php for banner image generation ***/
.panel{
    width: 945px;
    height: 250px;
}

.panel-inner{
    width: 945px;
    height: 200px;
}

.panel .show-next-banner{width: 20px; height: 100px; display: block; float: right; position: relative; top: 130px;}

.slogan{
    width: 480px;
    padding: 65px 0 0 340px;
}

.slogan p{
    color: black;
    line-height: 1.5;
    padding: 10px 0 15px 0;
}

.slogan strong{
    color: black;
    font-size: 2.1em;
    font-family: Arial, sans-serif;
}

.banner_slogan {
	position: absolute;
	margin-right: 70px;
	left: 320px;
	top: 50px;
	z-index: 100;
	background: white;
	opacity: .8;
}

.banner_slogan p {
	font-family: "Courier New", Courier, monospace;
	color: black;
	font-size: 1.8em;
	z-index: 100;
	opacity: 1;
	position: relative;
	padding: 8px;
}


.right_quote {
	position: absolute;
	bottom: -15px;
	right: -30px;
}

.left_quote {
	position: absolute;
	top: -5px;
	left: -25px;
}


/******************* left sidebar **********************/

#sidebar{
    width: 260px;
    float: left;
    padding: 0 0 0 20px;
}

#sidebar p, #sidebar ul{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
    font-size: 0.9em;
}

#sidebar ul{
    list-style-image: url(../images/tick.gif);
    padding: 0 0 15px 25px;
}

#sidebar ul li{padding: 0 0 5px 5px;}

#sidebar img{
    float: left;
    padding: 3px;
    border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}

#sidebar strong{
    text-transform: uppercase;
}

#sidebar #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#sidebar #sidemenu li a{
    color: #798263;
}

#contact_sidebar{
    padding: 0 0 15px 25px;
}

#contact_sidebar {
	padding: 0 0 5px 5px;
}
#contact_sidebar li{
	font-size: 1.1em;
	list-style: none;
}
#contact_sidebar li.name{
	font-weight: bold;
}
#contact_sidebar li.phone{
	list-style-image: url(../images/icons/phone.jpg);
}
#contact_sidebar li.fax{
	list-style-image: url(../images/icons/fax.jpg);
}
#contact_sidebar li.email{
	list-style-image: url(../images/icons/email.jpg);
}
#contact_sidebar li.mail{
	list-style-image: url(../images/icons/mail.jpg);
}
/******************* footer *****************************/

.push{height: 80px;}

#footer{height: 80px;}

#footer{
    background: #E3E2E3 url(../images/footer-shadow.gif) repeat-x;
}

#footer p{
	text-align: center;
    margin: 0 auto; 
    padding: 30px 0 0 15px;
    font-size: 0.9em;
}


/**************** contact form **************************/

input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(../images/contact-send-button.jpg) no-repeat;
	width: 90px;
	height: 40px;
	border: 0;
	color: white;
	font-weight: bold;
	padding: 0 6px 6px 0;
	cursor: pointer;
}

/**************** projects **********************/

ul.projects {
	margin: 20px 0;
	position: relative;
	right: 50px;
}

ul.projects li {
	overflow: hidden;
	padding: 20px;	
	list-style: none;
	border-bottom: 1px solid #c9c9c9;
}

ul.projects li:hover {
	background: #f3f3f3;
}

ul.projects li img {
	float: left;
	height: 100px;
	width: 84px;
}

ul.projects li span {
	margin-left: 120px;
	display: block;
}

ul.projects li span strong {
	color: #006d2a;
	font-size: 14px;
	display: block;
}

/**************** scrolling effect **********************/
#slider {
  width: 945px;
  position: relative;
}

.scroll {
  height: 250px;
  width: 945px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  margin: 0 0 20px 0;
  z-index: 0;
}

.scrollContainer div.panel {
  width: 945px;
  height: 250px;
  z-index: 0;
  position: relative;
}

/**************** tooltip styles **********************/

.tooltip{
position:absolute;
left:-2000px;
background-color:#dedede;
padding:3px;
border:1px solid #fff;
z-index:9999;
top:0;
}

.tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
}

.tooltip p img{
margin:0;
padding:0;
display:block;
}

.price {
	font-size: 12px;
}

/* featured sites */

#showcase {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#showcase h1 {
	margin: 0 0 10px 0;
}

#feature-info h2 {
	color: #092B65;
	font-size: 1.6em;
	margin: 0;
	border: none;
	padding: 0;
}

#showcase ol, #showcase ul {
	margin: 10px 0 0 35px;
}

#showcase li {
	margin: 5px;	
}

#feature-info {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	margin: 20px 0;
	background: #F5F5F5;
}

#feature-images {
	text-align: center;	
}

#feature-image {
	
}

.hidden {
	display: none; 
	height: 0px;
	border: none;
}