@charset "utf-8";
/* CSS Document */

html
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../../images/body-bg.gif) 0 0 repeat-x;
	color: #3c3c3c;
	height: 100%;
	overflow: auto;
	text-align: center;
}


.shell
{
	width: 802px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/html-bg.gif) 50% 0 repeat-y;
	min-height: 100%;
}

* html .shell {
	height: 100%;
}

.shell .ext
{
	background: #fff;
	margin: 0 1px;
}

.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}



/* ============== SUB MENU STUFF ============== */

.right_single_column { 
	float: left;
	width: 258px;
	background: url(../../images/gr_vr.gif) 0 0 repeat-y;
	margin-left: -1px;
}

.right_single_column ul {
	list-style: none;
	margin: 0 15px;
	padding: 15px 0;
}

.right_single_column ul li{
	display: inline;
}

.right_single_column ul li a {
	display: block;
	background: url(../../images/menu-sub-libg.gif) repeat-x bottom left;
	color: #3C3C3C;
	text-decoration:none;
	padding: 8px 0;
	padding-bottom: 3px;
}

.right_single_column ul li a:hover {
	background-image: url(../../images/menu-sub-libg-f2.gif);
	color: #7DA32D;
}

.right_single_column .selected a{
	color:#7DA32D;
	}




.right_single_column ul ul {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	padding: 0;
}

.right_single_column ul ul li a {
	padding: 8px 0;
	padding-bottom: 3px;
	font-size: 1em;
	color: #3C3C3C!important;
}

.right_single_column ul ul ul li a {
	background: #fafafa !important;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	color: #5a5a5a;
	padding: 1px 0;
	padding-left: 15px;
}

.right_single_column ul ul ul li a:hover {
	background: #fff !important;
}




/* ============ RIGHT COLUMN - TEXT BLOCK ===================== */

#right_column_textblock{
	float: left; 
	width: 258px; 
	background: url(../../images/gr_vr.gif) 0 0 repeat-y;
	margin-left: -1px; 
	}
	
#right_column_textblock ul{
	list-style:none;
	margin:15px;
	padding:0;
	}
	
#right_column_textblock ul li{
	width:100%;
	background:url(../../images/menu-sub-libg.gif) repeat-x bottom left;
	margin-bottom:5px;
	padding-bottom:5px;
	}


#right_column_textblock a{
	color:#7DA32D;
	text-decoration:none;
	}
	
#right_column_textblock a:hover{
	text-decoration:underline;
	}





/* ========================= TEXT STUFF ======================= */

h1
{
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #7ba42d;
}

h2
{
	margin: 0 0 1.3em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #585e4c;
}


p
{
	margin: 0 0 1.3em 0;
	padding: 0;
	display: block;
}



img
{
	border: 0;
	outline: none;
}



.hr_shadow
{
	background: url(../../images/hr-shadow.gif) 0 0 repeat-x;
	height: 10px;
	line-height: 10px;
	font-style: 1px;
	width: 100%;
}


.padding { padding: 10px; }
.padding_top { padding-top: 10px; }
.padding_right { padding-right: 10px; }
.padding_bottom { padding-bottom: 10px; }
.padding_left { padding-left: 10px; }


.padding_large { padding: 20px; }
.padding_large_top { padding-top: 20px; }
.padding_large_right { padding-right: 20px; }
.padding_large_bottom { padding-bottom: 20px; }
.padding_large_left { padding-left: 20px; }


.no_padding_top { padding-top: 0; }
.no_padding_right { padding-right: 0; }
.no_padding_bottom { padding-bottom: 0; }
.no_padding_left { padding-left: 0; }


.abs_bottom
{
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}

.left_double_column { float: left; width: 520px; background: url(../../images/gr_vr.gif) 100% 0 repeat-y; }




.column_gradient {
	float: left;
	background: #fff url(../../images/gr_gradient-bg.gif) 0 100% no-repeat;
	width: 260px;
	position: relative;
}

/* ===================== HOME WRAPPER PODS ==================== */

#wrapper-pods{
	background: #fff url(../../images/gr_gradient-bg.gif) 0 100% repeat-x;
	height: 229px;
}

#wrapper-pods .title {
	margin-left: 10px;
}

#wrapper-pods p,
#wrapper-pods a {
	display: block;
	margin: 0 10px;
}

#wrapper-pods p {
	display: block;
	height: 122px;
	overflow: hidden;
	margin: 0;
}

#wrapper-pods p a {
	color:#3c3c3c;
	text-decoration:none;
}

#wrapper-pods p a:hover {
	color: #7ba42d;
}

.home-pods-1 {
	display: inline;
	width: 260px;
	float: left;
	height: 229px;
}

.home-pods-2 {
	display: inline;
	width: 260px;
	float: left;
	height: 229px;
}

.home-pods-3 {
	display: block;
	overflow: hidden;
	width: auto;
	float: none;
	height: 229px;
}

.min_height
{
	width: 1px;
	font-size: 1px;
	float: left;
	/*height: 240px;*/
	

}


.min_height_content
{
	padding-left: 1px;
	margin-left: -1px;
}


.logo { float: left; }
.logo img { display: block; }

.phone { float: right; }
.phone img { display: block; }

.banner
{
	background: url(../../images/gr_banner-bg.gif) 0 0 no-repeat;
	height: 151px;
	width: 780px;
	overflow: hidden;
}

.banner img
{
	float: left;
	display: block;
}

.banner .banner_content { float: left; overflow: hidden; }
.banner .banner_content img { float: none; display: inline; }

/* ====================== NAVIGATION MENU ============================== */
.navigation
{
	border-top: 1px solid #bdd195;
	height:33px;
	width:780px;
}

.navigation img{
	float:left;
	display:inline;
	}

.navigation ul
{
	float: left;
	display:inline;
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0;
	height:33px;
}

.navigation li
{
	float: left;
	list-style: none;
	margin: 0px 15px 0px 0px;
	padding: 0;
	display:inline;
	height:33px;
}




.title img { display: block; }


.footer
{
	font-size: 0.85em;
	line-height: 1.4em;
	color: #919191;
	background: #f2f2f2;
	border: 1px solid #ffffff;
	border-bottom: 0;
	border-top: 0;
	padding: 10px 15px;
}



/* ======= FORM STUFF ======================= */

form input, form textarea{
	border:solid 1px #7BA42D;
	width:200px;
	}
	
form select{
	border:solid 1px #7BA42D;
	width:200px;
	}
	
	
form label{
	width:180px;
	float:left;
	}
	
form img{
	margin-left:180px;
	}
	
#Captcha{
	margin-left:180px;
	}
	
form .item{
	margin-bottom:5px;
	clear:both;
	}
	
.form_checkwidth{
width:16px;
background-color:#ffffff ;
border:none;
	}
	
form .cat_button{
	border:solid 1px #7BA42D;
	background-color:#FFFFFF;
	width:80px;
	margin-left:180px;
}






/* GALLERIES */

.photogalleryTable {
	margin-left: 10px;
	background: #eee;
}

.photogalleryTable a {
	border: 1px solid #7ba42d;
	display: block;
	margin: 5px;
}

.photogalleryTable a img {
	border: 2px solid #fff;
}

.photogalleryTable a:hover {
	border-color: #aaa;
}


.gallery {
	float: right;
	width: 150px;
}

.desc {
	display: block;
	width: auto;
	margin-right: 150px;
	padding: 0 10px 10px 0;
}




.left_double_column a{
	color: #7ba42d;
	text-decoration: none;
	}
	
.left_double_column a:hover{
	color: #3C3C3C;
	text-decoration: underline;
	}
	

	