﻿@import url(jqueryslidemenu.css);
@import url(carousel.css);

.AddNewPanelButton {float:right; margin-right:3px;}

html
{
    height: 100%;
    width: 100%;
    margin: 0;
}
body
{
    margin: 0;
    height: 100%;
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	
}
form
{
    height: 100%;
}

img { border:0;}

.MainBg1 {background: url(img/bg1.jpg) repeat-x #000; width:100%; min-height:100%;}

.MainBg2 {background: url(img/bg.jpg) no-repeat top center; width:100%; min-height:800px;}

.siteWrap { width:960px; margin:auto; }

a:link, a:visited
{
    text-decoration: underline;
	color:#668e33;
}
a:hover
{
    text-decoration: none;
}

.ContentPane
{
	background:#fff;
	padding:20px;
   
}
.LeftPane
{
    padding:20px 0;
	background:#fff;
}
.RightPane
{
	padding:20px 0;
	background:#e6e6c9;   
}

.rhsCol { width:220px; padding:0 20px;}

.topBanner { background:#fff; display:inline-block; width:100%; border-bottom: 4px solid #ecd404; position:relative;}
.topBanner .row { display:inline-block; width:100%;}
.topBanner .logo { float:left; margin:12px 0 0 20px}
.topBanner .langWrap { position:absolute; top:5px; right:20px;}
.topBanner .langWrap a { text-decoration: none; text-transform: uppercase; font-family: BPG ExtraSquare;  }
.topBanner .phone { float:right; margin:40px 20px 0 0;}

.footer { font-size:0.85em; height: 30px; margin-top:10px; color:#fff; padding-left:20px;}
.footer a { color:#fff;}

h1 {font-family: BPG ExtraSquare; color: #668e33; font-size:1.6em; font-weight:normal; margin:0; }

.blackLink a:link, .blackLink a:visited { color:#000; text-decoration:none;}
.blackLink a:hover { text-decoration:underline;}

.subPage { height:500px;}