/*
Theme Name: NextGen Studios
Description: The NextGen Studios theme based on the default WordPress theme.
Version: 1.0
Author: Taylor Hobbs
*/

html {
	overflow-y: scroll;
	color: #000;
	background: #fff;
}


/* Begin Typography & Colors */
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #F9F9F9;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	height: 240px;
	background: #b5d475;
	border: 1px solid #cccc66;
	}

small {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, Palatino Linotype, serif;
	font-weight: normal;
	padding: 10px 0 1em 0;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 1em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #79912a;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #79912a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 30px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 864px;
	}

#header {
	margin: 0;
	padding: 0;
	width: 864px;
	background: #fff url('images/banner_bg.jpg') repeat-x;

	}

#logo {
	float: left;
	width: 282px;
	padding: 0;
	}

/* MENU LINKS */

#nav {
	float: right;
	padding: 0;
}

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
}


/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 160px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}

/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -160px;
}

/*--Assign an image and width to each link--*/
ul#topnav li.reel a {
	background-image: url(/img/navreel_a.jpg);
	width: 69px;
}
ul#topnav li.news a {
	background-image: url(/img/navnews_a.jpg);
	width: 73px;
}
ul#topnav li.services a {
	background-image: url(/img/navservices_a.jpg);
	width: 95px;
}
ul#topnav li.portfolio a {
	background-image: url(/img/navportfolio_a.jpg);
	width: 91px;
}
ul#topnav li.clients a {
	background-image: url(/img/navclients_a.jpg);
	width: 83px;
}
ul#topnav li.contact a {
	background-image: url(/img/navcontact_a.jpg);
	width: 135px;
}

#reel li.reel a,
#news li.news a,
#services li.services a,
#portfolio li.portfolio a,
#clients li.clients a,
#contact li.contact a
{
	background-position: left bottom;
}

/* END MENU */

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 10px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 20px 0 20px 0;
	margin: 0px 0 0 220px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	padding-top: 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 864px;
	clear: both;
	font: 110%/170% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 250px 0 10px 0;
	margin-left:  645px;
	width: 190px;
	}8

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	clear: both;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* FOOTER */
#footer_wrap {
	clear: both;
	height: 240px;
	color: #000;
	text-align: left;
}

#footerbar {
	width: 864px;
	margin: 0 auto;
	padding: 0;
	line-height: 180%;
}

#footer_col1 {
	float: left;
	width: 196px;
	padding: 0 10px 10px 10px;
	background:url(/img/footer_camera.jpg) no-repeat;
	background-position: 10px 0;
}

#footer_col2 {
	float: left;
	width: 196px;
	padding: 0 10px 10px 10px;
}

#footer_col3 {
	float: left;
	width: 412px;
	height: 204px;
	padding: 0 10px 10px 10px;
	background:url(/img/footer_aus.jpg) no-repeat;
	background-position: 95% 0%;
	font-size: 110%;
}

#footer_sitemap1 {
	float: left;
	padding: 0 10px 0 30px;
}

#footer_sitemap2 {
	float: left;
	padding: 0 0 0 30px;
}

#footerbar h3 {
	font-size: 155%;
	font-weight: normal;
	margin: 1em 0 1em;
}

#footerbar ul {
	list-style: none;
	font: 110%/170% Helvetica, Arial, Verdana, sans-serif;
}

#footerbar ul.sitemap {
	line-height: 200%;
}

#copyright {
	height: 46px;
	color: #c0c0c0;
}

#copyright ul {
	list-style: none;
	padding: 12px 0 0;
	width: 864px;
	margin: 0 auto;
}

#copyright li {
	float: left;
	padding: 0 10px;
}

#copyright li.valid {
	float: right;
}

#copyright a {
	color: #c0c0c0;
}
/* END FOOTER*/


/* LINKS */
#header a, #header a:hover, #header a:visited {
	background: none;
	border: none;
}

a, a:visited {
	color: #77271D;
	background-color: transparent;
	border-color: #98D2E7;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

a:hover, #footer ul a:hover {
	color: #F37821;
	background-color: transparent;
	border-color: #98D2E7;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#footer ul a {
	color: #000;
	background-color: transparent;
	border-color: #666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

.box {
	border: 1px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	box-shadow: 0px 5px 5px #aaa;  
	-moz-box-shadow: 0px 5px 5px #aaa;  
	-webkit-box-shadow: 0px 5px 5px #aaa;
	margin-bottom: 20px;
}


/* "Hey whiskey, hey ginger, I come to you with rigid fingers." */


@charset "utf-8";

/* Reset settings to default values */
@import url("/css/reset.css");
/* Styles for 2D slider on the start page */
@import url("/css/slider.css");

/* Main Styles */

p {
	line-height: 1.3;
	padding-bottom: 15px;
}
.dropcap {
	display: block;
	float: left;
	font-size: 30px;
	margin: 0 7px 0 0;
	line-height: 30px;
}
.pullquote_left, .pullquote_right {
	float: left;
	width: 33%;
	padding: 0 15px 0 0;
	margin: 12px  20px  12px 0;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	background: url(/images/pullquotes-bg.gif) right top repeat-y;
	text-align: right;
	line-height: 1.3;
}
.pullquote_right {
	float: right;
	width: 33%;
	padding: 0 0 0 15px;
	margin: 12px  0 12px 20px;
	background-position: left top;
	text-align: left;
}

.clear { clear: both; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */


.full-width, .half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	float: left;
	margin: 7px 15px;
	text-align: justify;
	line-height: 1.2;
}

.full-width 	{ width: 930px; clear: both;}
.half 			{ width: 450px !important; width: 445px; margin: 7px 12px; }
.one-third 		{ width: 285px; }
.one-fourth 	{ width: 200px; }
.two-thirds 	{ width: 605px; }
.three-fourths	{ width: 660px; }

.right { float: right; }
.half.last { margin: 7px 0; float: right; }

h1, h2, h3, h4, h5, h6, ul.style1 li.first, ul.style2 li.first, ul.style3 li.first {
	color: #619b29;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 8px 0;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4, ul.style1 li.first, ul.style2 li.first, ul.style3 li.first { font-size: 18px; background-image: none; }
h5 { font-size: 16px; text-transform: capitalize; }
h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

img {
	margin: 5px 20px 12px 0;
	border: 1px solid #DEDEDE;
	float: left;
	display: block;
	padding: 7px;
	background: #FDFDFD;
}

img.right {
	float: right;
	margin: 12px 0 12px 20px;
}

a img {
	margin: 0;
}
#pp_full_res img {
	margin: 0;
}

a.photo, a.video, a.content {
	position: relative;
	display: block;
	float: left;
	margin: 5px 15px 10px 0 !important;
	margin: 0 0 10px 0;
	background: url(/images/zoom.png) center center no-repeat;
}
a.photo img, a.video img, a.content img { margin-right: 0; }

a.photo { background-image: url(/images/icon-photo2.png); }
a.video { background-image: url(/images/icon-video2.png); }
a.content { background-image: url(/images/zoom2.png); }

.mainContent ul {
	margin: 5px 20px 15px 0 !important;
	margin: 5px 20px 15px 0;
	display: inline-block;
}
.mainContent li {
	display: block;
	padding: 4px 0 4px 16px;
	background: url(/images/list-style1.gif) left 8px no-repeat;
	clear: left;
}

ul.style1 li { background-image: url(/images/list-style1.gif); }
ul.style2 li { background-image: url(/images/list-style2.gif); }
ul.style3 li { background: url(/images/list-style3.gif) left 4px no-repeat; padding-left: 20px }

ul.style2 li.first  { color: #dd841c; }

a { color: #448623; }

a.orange { color: #dd841c; }
a.grey { color: #777777; }
a:hover { text-decoration: none;}

a.btn {
	display: block;
	float: left;
	padding-left: 12px;
	background: url(/images/buttons.gif) left top no-repeat;
	text-decoration: none;
	margin: 10px 7px 0 0;
}

a.btn.orange 				{ background-position: left -76px; }
a.btn.grey 					{ background-position: left -152px; }
a.btn.dark-grey 			{ background-position: left -228px; }

a.btn span {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 23px;
	padding: 5px 12px 0 0;
	background: url(/images/buttons.gif) right top no-repeat;
	cursor: pointer;
}

a.btn.orange span 			{ background-position: right -76px; }
a.btn.grey span 			{ background-position: right -152px; color: #333333; }
a.btn.dark-grey span 		{ background-position: right -228px; }

a.btn:hover 				{ background-position: left -38px; }
a.btn.orange:hover			{ background-position: left -114px; }
a.btn.grey:hover 			{ background-position: left -190px; }
a.btn.dark-grey:hover 		{ background-position: left -266px; }

a.btn:hover span 			{ background-position: right -38px; }
a.btn.orange:hover span 	{ background-position: right -114px; }
a.btn.grey:hover span 		{ background-position: right -190px; }
a.btn.dark-grey:hover span 	{ background-position: right -266px; }

a.btn:active span			{ padding: 6px 12px 0 0; height: 22px; }

a.btn.more					{ background: url(/images/button-more.gif) left center no-repeat; padding-left: 20px; text-decoration: underline; margin-top: 0; }
a.btn.more:hover			{ text-decoration: none; background-position: left center;  }

.goTop {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 0 0 0;
	background: url(/images/divide-bg.gif) left bottom repeat-x;
	height: 1px;
}
.goTop span {
	display: block;
	margin-top: -7px;
	text-align: center;
	padding: 3px 0 3px 7px;
	color: #999999;
	text-decoration: none;
	float: right;
	font-size: 8px;
	text-transform: uppercase;
	background: #F9F9F9;
	cursor: pointer;
}
.goTop span:hover { color: #555555; }


/* -------------------------- */

.centerPage {
	width: 960px;
	margin: 0 auto;
}

.indentPromo {
	padding-left: 10px;
}

.indentSubNav {
	padding-left: 15px;
}

#header {
	height: 103px;
	background: url(/images/top-bg.gif) top repeat-x;
	text-align: left;
}
a.logo {
	background: url(/images/logo.jpg) left top no-repeat;
	display: block;
	float: left;
	width: 251px;		/* Type here your value */
	height: 103px;		/* Type here your value */
}
ul.mainMenu {
	/*float: left;*/
	width: 455px;
	float: right;
	margin: 0;
}
.mainMenu>li {
	display: block;
	float: left;
	color: #DEDEDE;
	padding: 0;
	background-image: none;
}
.mainMenu li {
	background-image: none;
	position: relative;
	z-index: 10;
}
.mainMenu>li>a {
	display: block;
	background: url(/images/main-menu-break.gif) right top no-repeat;
	height: 58px;		/* Full height with padding is just like header's height (103px) */
	padding: 45px 15px 0 15px;
	color: #DEDEDE;
	text-decoration: none;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	float: left;
}
.mainMenu li a:hover, .mainMenu li a.active {
	color: #FFFFFF;
	background: url(/images/main-menu-hover.gif) top repeat-x;
}
.mainMenu li a span {
	font-size: 11px;
	display: block;
	max-width: 80px;
	margin-top: 10px;
	text-transform: none;
}
.mainMenu li a:hover span {
	cursor: pointer;
}

/* ========= SubMenu on top ======== */
.subMenu {
	padding-top: 7px;
	background: url(/images/submenu-top.gif) 10px top no-repeat;
	position: absolute;
	display: none;
	top: 97px;
	z-index: 100;
}
.mainMenu li ul {
	width: 150px;
	margin: 0;
}
.mainMenu li ul li {
	display: block;
	padding: 0 2px;
	position: relative;
	background-color: #7bab4c;
	border-right: 0;
}
.mainMenu li ul li a {
	color: #e0f5cb;
	padding: 7px 10px;
	font-size: 12px;
	float: none;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #6e9944;
	border-top: 1px solid #84b159;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
.mainMenu li ul li:first-child a {
	border-top: none;
}
.mainMenu li ul li a:hover {
	background: none #80ae53;
	color: #FFFFFF;
}
.mainMenu li:hover ul {
	display: block;
}
.mainMenu li a.more, .mainMenu li a.more:hover {
	background: url(/images/arrow-right.png) right center no-repeat;
}

/* ============ Third Menu =========== */
.thirdMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 200;
}
.mainMenu .thirdMenu ul li {
	border: 0;
	background: #777777;
}
.mainMenu .thirdMenu li a {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #8A8A8A;
	color: #DDDDDD;
	background: #777777;
}
.mainMenu .thirdMenu li a:hover {
	background: #818181;
}

/*======== Slider on Start Page ========= */
#slider {
	background: url(/images/slider-block-bg.jpg) 0 -18px repeat-x #FFFFFF;
	border-bottom: 1px solid #518821;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#slider ul { max-width: inherit; }

#actionInfo h2 {
	font-size: 16px;
	line-height: 1.2;
	width: 700px;
	float: left;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
#actionInfo h2 span {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
a.actionBtn {
	width: 188px;
	height: 73px;
	padding-top: 12px;
	background: url(/images/action-btn.png) center top no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
}

/* ========= Main Content ========= */
.mainContent {
	width: 960px;
	overflow: hidden;
	padding: 5px 0;
	margin: 0 auto 20px;
	text-align: justify;
	clear: both;
	float: none;
}

.breadcrumbs {
	margin: 7px 0 0 15px;
	clear: both;
	width: 100%;
	padding-left: 15px;
}
.breadcrumbs li, .breadcrumbs a {
	display: block;
	float: left;
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: 3px;
	background: none;
	clear: none;
	padding-left: 0;
}
.breadcrumbs a {
	background: url(/images/breadcrumbs-break.gif) right center no-repeat;
	padding: 0 10px 1px 0;
}
.breadcrumbs a:hover {
	color: #888888;
	text-decoration: underline;
}

/*======== Footer ========= */
#footer {
	background: url(/images/footer-bg.jpg) top repeat-x #3f3f3f;
	color: #7e7e7e;
	position: relative;
	padding: 30px 0 0;
	text-align: left;
}
#footer .centerPage {
	background: none;
	overflow: hidden;
}
#footer ul {
	float: left;
	margin: 0 30px 40px 0;
	text-align: left;
}
#footer li {
	display: block;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #2f2f2f;
	padding: 0;
	background-image: none;
}
#footer li a {
	display: block;
	padding: 7px 0 7px 14px;
	color: #7e7e7e;
	text-decoration: none;
}
#footer li a:hover {
	color: #91b969;
	background: url(/images/arow-green.gif) 4px center no-repeat;
}
#footer li.bottom {
	border-bottom: 0;
}
#footer ul.social li a {
	background: none;
	padding-left: 0;
}
#footer ul.social img {
	padding: 0;
	margin: 0 7px 0 0;
	border: 0;
	background: none;
}
#footer li.first {
	border: none;
	padding: 8px 0 8px 14px;
	text-transform: uppercase;
	background-color: #3c3c3c;
	color: #AAAAAA;
	border-right: 1px solid #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#footer li.last {
	border-bottom: none;
}

#footer p.copyright {
	height: 12px;
	text-align: center;
	display: block;
	background: url(/images/copyright-bg.gif) center top no-repeat #353535;
	font-size: 11px;
	padding-top: 8px
}

#footer .one-fourth.subscribe {
	padding: 0 0 0 0;
	float: right;
}
.subscribe input[type="text"]{
	width: 180px;
	border: 1px solid #999;
	padding: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background: #FFFFFF;
}
.subscribe .btn {
	background: url(/images/btn-subscribe.png) left top no-repeat;
	width: 130px;
	height: 33px;
	text-align: left;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
}
.subscribe .btn:hover {
	color: #538f1a;
	background-position: left -33px;
}
.subscribe label {
	cursor: pointer;
	display: block;
}
.subscribe div {
	clear: both;
	position: relative;
	margin: 0 0 10px;
}
.subscribe h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #a6a6a6;
	font-size: 14px;
	text-align: left;
}
.subscribe h4 span {
	color: #FFFFFF;
}

/* =========== Promo Block =========== */
.promo {
	background: url(/images/promo-bg.gif) top repeat-x #c4e5a3;
	border-bottom: 1px solid #bcdda7;
}
.promo .centerPage {
	background: url(/images/promo-light.png) left top no-repeat;
	padding: 25px 0 25px 0;
	text-align: left;
}
.promo a.actionBtn {
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
.promo h3 {
	display: block;
}
.promo p { font-size: 14px;}
.promo h4 {
	display: block;
	float: left;
	padding: 6px 15px 8px 15px;
	color: #FFFFFF;
	background: url(/images/page-title-bg.gif) bottom repeat-x #619a29;
	margin: 0 25px 0 15px;
	border-top: 1px solid #518821;
	border-left: 1px solid #518821;
	border-right: 1px solid #e9f8da;
	border-bottom: 1px solid #e9f8da;
}
.promo h6 {
	color: #555555;
}

/* ============= Horizontal SubNavigation ========== */
.horizSubnav {
	height: 37px;
	padding-top: 8px;
	background: url(/images/horiz-subnav-bg.gif) top repeat-x;
}
.horizSubnav a {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: none;
	margin-right: 15px;
}
.horizSubnav a span {
	display: block;
	float: left;
	height: 22px;
	padding: 7px 10px 0 0;
	color: #e3f4d2;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
.horizSubnav a:hover { background: url(/images/horiz-subnav.gif) left -39px no-repeat; }
.horizSubnav a:hover span { background: url(/images/horiz-subnav.gif) right -39px no-repeat; color: #FFFFFF; }

.horizSubnav a.active, .horizSubnav a.active:hover { background: url(/images/horiz-subnav.gif) left top no-repeat; }
.horizSubnav a.active span, .horizSubnav a.active:hover span { background: url(/images/horiz-subnav.gif) right top no-repeat; color: #FFFFFF; cursor: text; }

/* ============= Vertical SubNavigation ========== */
.sidebar {
	background: url(/images/sidebar-left-bg.gif) right repeat-y;
}
.sidebar h1, .sidebar h2 {
	height: 30px;
	background: url(/images/sidebar-left-top.gif) right bottom no-repeat;
	margin: 0;
}
.sidebar p {
	padding: 0 20px 10px 0;
}
.sidebar h2 { background: url(/images/sidebar-left-btm.gif) right top no-repeat #FAFAFA; }
.vertSubnav {
	margin-bottom: 25px;
}
.vertSubnav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444; 
	padding: 8px 10px 8px 15px;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #EAEAEA;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-right: 2px;
}
.vertSubnav a:hover {
	background:  url(/images/vert-subnav-hover.gif) right center no-repeat #FAFAFA;
	color: #333333;
}
.vertSubnav a.active, .vertSubnav a.active:hover {
	background: url(/images/vert-subnav-active.gif) right center no-repeat #ebf7e0;
	color: #619b29;
}
.vertSubnav a.first {
	border-top: none;
}

.linksBlock {
	margin-bottom: 25px;
}

.linksBlock a {
	display: block;
	padding: 5px 12px 5px 18px;
	margin-right: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EAEAEA;
	color: #555555;
	text-decoration: none;
	background: url(/images/list-style1.gif) left 9px no-repeat;
}
.linksBlock a:hover {
	text-decoration: underline;
	background-color: #FAFAFA;
}

a:first-child { border-top: 0; }
a:last-child { border-bottom: 0; }

form#search {
	margin: -10px 0 20px 0;
	float: left;
	padding: 0 0 0 12px;
}
form#search input {
	width: 180px;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #f3f3f3;
	background: url(/images/grad-light.gif) bottom repeat-x #FFFFFF;
	padding: 3px 34px 3px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 22px;
	float: left;
	color: #555555;
	font-size: 13px;
}
form#search input[type=text]:focus {
	border-color: #b9daa4;
}
form#search .btn {
	width: 30px;
	height: 30px;
	background: url(/images/search-btn.png) 0 0 no-repeat;
	border: 0;
	margin: 0 0 0 -30px;
	float: left;
	cursor: pointer;
}
#search .btn:hover {
	background-position: 0 -40px;
}
.breakTop {
	height: 12px;
	background: url(/images/promo-bg.gif) bottom repeat-x #c4e5a3;
	border-bottom: 1px solid #bcdda7;
	margin-bottom: 15px;
}
.hide {
	display: none;
}

/* ======== Contact form ========== */
#contactForm {
	margin-top: -25px;
	overflow: auto;
}
#contactForm h5 {
	margin-bottom: 15px;
}
#contactForm label {
	display: block;
	float: left;
	clear: left;
	width: 90px;
	font-family: Arial, sans-serif;
	font-style: italic;
}
#contactForm input, #contactForm textarea {
	float: left;
	padding: 5px;
	border: 1px solid #CFCFCF;
	width: 300px;
	margin-bottom: 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #333333;
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 1px solid #BBBBBB;
}
#contactForm textarea {
	height: 150px;
}
#contactForm .submit {
	width: 200px;
	background: url(/images/buttons.gif) left bottom no-repeat;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	height: 28px;
	margin: 0 0 25px 90px;
}
#contactForm .submit:hover { background-position: left top; }

/* =========== For Startpage with Piecemaker ============= */
#piecemakerBlock {
	width:100%;
	height: 580px;
	overflow: hidden;
	background: url(/images/slider-block-bg.jpg) left 20px repeat-x #FFFFFF;
	margin-bottom: -110px;
	border: 0;
}
#actionInfo.centerPage {
	position: relative;
	z-index: 10;
}

/* ============= Login Form ============== */
#backgroundPopup {  
	display: none;  
	position: fixed;  
	height: 100%;  
	width: 100%;  
	top: 0;  
	left: 0;  
	background: #000000;  
	border: 1px solid #cecece;  
	z-index: 1000;  
}
#loginBlock {
	display: none; /*--hidden by default--*/
	background: url(/images/login-bg.gif) top repeat-x #e9e9e9;
	padding: 15px 20px;
	border: 8px solid #ddd;
	float: left;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	width: 300px;
}
#loginBlock h4 {
	padding-left: 98px;
	padding-bottom: 7px;
}
.btn_close {
	position: absolute;
	top: -20px;
	right: -22px;
	border: 0;
	width: auto;
	padding: 0;
	background: none;
}

#loginBlock fieldset {
	border: 0;
}
#loginBlock label {
	display: block;
	float: left;
	clear: left;
	padding: 7px 0 0 0;
	width: 90px;
	text-align: right;
}
#loginBlock input {
	float: left;
	padding: 6px 7px 7px 7px;
	margin: 0 0 8px 8px;
	border: 1px solid #CCCCCC;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#loginBlock fieldset {
	margin-bottom: 12px;
}
#loginBlock a {
	margin-top: 6px;
	display: block;
	float: left;
}
#loginBlock .btn {
	text-transform: uppercase;
	margin-left: 98px;
	padding-top: 0;
	margin-top: 0;
}
#remindBlock {
	margin-top: 10px;
}
#remindBlock .btn {
	margin-left: 5px;
}
#remindBlock p {
	display: block;
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
}

