/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #282828;
}

body {
	background: #333 url(/img/bg.gif) repeat-x;
	color: #666;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 25px;
}

/* SAFARI FIX (if the fix is needed. You can apply it for any element, or for all - on 'body')
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) { body {-webkit-text-stroke:0 black;}}
*/

h1 {
	border-bottom: 1px solid #ff0000;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	text-indent: -2px;
	position: relative;
}

h2 {
	color: #408a0c;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	border-bottom: 1px solid #eee;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	border-bottom: 1px solid #eee;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

h5 span {
	background: #fff;
	padding-right: 5px;
	position: relative;
	bottom: -8px;
}

a {
	color: #ff0000;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* SETTING FORM ELEMENTS */
button,
textarea,
input[type="text"],
input[type="submit"] {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
}

button:hover,
input.submit:hover, /* class .submit (if developing for IE6) */
input[type="submit"]:hover {
	cursor: pointer;
}

/* removing odd button padding/margin in Mozilla */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* clears the float  */
.floatClear {
	overflow: hidden;
}

/* usually for <br /> tag to clear the float (in cases where class .floatClear is not applicable) */
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 110px 0 15px 0;
	width: 900px;
	position: relative;
}

#wrapperTop {
	background: url(/img/wrapper-top.png) no-repeat;
	height: 3px;
	width: 900px;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

#wrapper a[name="top"] {
	position: absolute;
	top: -30px;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: -3px;
	left: 35px;
	z-index: 2;
}

/*------------------------------------------------------*/
/* =SEARCH						*/
#search {
	border: 1px solid #efefef;
	padding: 15px 5px;
	position: absolute;
	top: 25px;
	right: 30px;
}

#search ul {
	height: 29px;
}

#search label {
	color: #666;
	display: inline-block;
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
}

#search li {
	float: left;
	padding: 0 5px;
}

#search input[type="text"] {
	background: url(/img/search-input.jpg) no-repeat;
	border: 1px solid #1d3b08;
	color: #666;
	height: 27px;
	line-height: 27px; /* for ie */
	padding: 0 5px;
	width: 60px;
}

#search button {
	background: url(/img/search-submit.png) no-repeat;
	border: none;
	height: 29px;
	width: 29px;
}

#search button:hover {
	background: url(/img/search-submit-hover.png) no-repeat 0 100%;
}

/* onclick */
#search.onClick {
	border-color: #999;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(/img/menu.png) repeat-x bottom;
	padding-left: 35px;
}

#menu li {
	border-left: 1px solid #ccc;
	float: left;
}

#menu a {
	color: #666;
	display: inline-block;
	font-size: 15px;
	height: 33px;
	line-height: 33px;
	padding: 0 18px;
	text-shadow: 0 0 1px #bbb;
}

#menu a:hover {
	background: #1d3b08;
	color: #fff;
	text-decoration: none;
}

#menu li.active a {
	background: #1d3b08;
	color: #fff;
	text-decoration: none;
}

#menu li.home {
	border: none;
}

#menu li.home a {
	float: left;
	height: 26px;
	line-height: 16px;
	padding: 7px 10px 0 10px;
}

#menu li.home a span {
	background: url(/img/home-icon.png) no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 22px;
}

#menu li.home a:hover span {
	background: url(/img/home-icon.png) no-repeat 0 100%;
}

#menu li.home.active a span {
	background: url(/img/home-icon.png) no-repeat 0 100%;
}

/* BREADCRUMBS */
#breadcrumbs {
	background: #1d3b08;
	color: #999;
	font-size: 11px;
	margin: 0; /* resetting just in case */
	padding: 8px 0 8px 40px;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs span {
	font-weight: bold;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(/img/footer.gif) repeat-x;
	height: 136px;
	margin-top: -30px;
}

#footer .container {
	background: url(/img/wrapper-bottom.png) no-repeat 0 30px;
	margin: 0 auto;
	padding-top: 60px;
	width: 900px;
}

/* FOOTER MAIN */
#footer .main {
	float: left;
	font-size: 11px;
}

#footer a {
	color: #999;
}

#footer .main li {
	border-left: 1px solid #999;
	display: inline;
	padding: 0 5px;
}

#footer .main li:first-child {
	border: none;
	padding-left: 0;
}

#footer .main p {
	color: #40870d;
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase;
}

/* FOOTER ASIDE */
#footer .aside {
	float: right;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
}

#footer .aside p {
	color: #666;
	font-size: 10px;
}

#footer .aside a {
	color: #40850e;
}

#footer a[href="#top"] {
	font-size: 12px;
}

#footer a[href="#top"]:hover {
	text-decoration: none;
}

#footer a[href="#top"] span {
	color: #ccc;
	font-size: 8px;
	padding-left: 5px;
	text-transform: uppercase;
}


/*------------------------------------------------------*/
/* =INNER PAGES					*/
/*-----------------------------------------------------*/

/* MORE INFO */
a.moreInfo {
	background: url(/img/more-info.png) no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	width: 103px;
}

a.moreInfo:hover {
	background: url(/img/more-info.png) no-repeat 0 100%;
	text-decoration: none;
}

/* more details link */
a.moreDetails {
	border: none;
	margin-left: 5px;
}

a.moreDetails span {
	color: #418c0b;
	font-size: 12px;
}

a.moreDetails:hover {
	color: #418c0b;
	text-decoration: none;
}

a.moreDetails:hover span {
	color: #ff0000;
}

/*------------------------------------------------------*/
/* =HOMEPAGE						*/

/* HEADER */
#header {
	background: #1e3d08 url(/img/header.jpg) no-repeat 0 40px;
	color: #fff;
	margin-bottom: 35px;
	padding: 0 30px;
	position: relative;
}

#header h2 {
	color: #30aa00;
	font-size: 18px;
	margin-bottom: 5px;
}

#header img {
	margin: 0 -30px 5px -30px;
}

#header p {
	padding-bottom: 10px;
}

#header a.moreInfo {
	position: absolute;
	right: 35px;
	bottom: -15px;
}

/* HOME SECTION */
#home {
	padding: 0 30px;
}

#home h2 {
	border-bottom: 1px solid #30aa00;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#home h2 span {
	background: #fff;
	padding-right: 15px;
	position: relative;
	bottom: -8px;
}

/* home main */
#homeMain {
	float: left;
	width: 437px;
}

#accordion .activator {
	background: url(/img/accordion-activator.jpg) no-repeat 0 100%;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	text-transform: uppercase;
}

#accordion .activator:hover {
	text-decoration: none;
}

#accordion .active .activator {
	background: url(/img/accordion-activator.jpg) no-repeat;
}

#accordion > li {
	padding-bottom: 2px;
}

#accordion div {
	padding-top: 5px;
}

#accordion li ol {
	padding-bottom: 5px;
}

#accordion li li a {
	border-bottom: 1px solid #eee;
	color: #1e3d08;
	display: block;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	padding: 0 15px;
}

#accordion li li a:hover {
	border-color: #999;
	color: #ff0000;
	text-decoration: none;
}

/* home aside */
#homeAside {
	float: right;
	padding-bottom: 15px;
	width: 360px;
}

#homeAside h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
}

#homeAside .newsBox {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#homeAside p.date {
	color: #30aa00;
	font-weight: normal;
	margin-bottom: 2px;
}

#homeAside p.date span {
	color: #999;
}

#homeAside a.allNews,
#homeAside a.rss {
	background: url(/img/all-news.jpg) no-repeat 0 2px;
	color: #707070;
	float: left;
	font-weight: normal;
	padding-left: 18px;
}

#homeAside a.rss {
	background: url(/img/rss-icon.jpg) no-repeat 0 5px;
	float: right;
	padding-left: 10px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background: url(/img/content.jpg) no-repeat;
	padding: 42px 20px 0 12px;
}

/* MAIN */
#main {
	float: right;
	font-size: 12px;
	padding-bottom: 25px;
	width: 608px;
}

#main h1 {
	position: relative;
}

#main h1 a {
	background: #ff0000;
	border: none;
	display: block;
	height: 28px;
	margin-left: 2px;
	text-align: center;
	width: 28px;
	position: absolute;
	bottom: -1px;
	right: 30px;
}

#main h1 a.print {
	right: 0px;
}

#main h1 a:hover {
	background: #418c0b;
}

#main h1 img {
	vertical-align: middle;
}

#main h2 {
	color: #408a0c;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#main h3 {
	color: #408a0c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main p, #main div {
	overflow: hidden; /* for .zoomImg */
	margin-bottom: 18px;
}

#main a {
	border-bottom: 1px solid #ffd5d5;
}

#main a:hover {
	border: none;
	color: #40850e;
	text-decoration: none;
}

/* choose link */
#main a.choose {
	background: url(/img/choose.png) no-repeat;
	border: none;
	color: #fff;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 173px;
}

#main a.choose:hover {
	background: url(/img/choose.png) no-repeat 0 100%;
	text-decoration: none;
}

/* styled list */
#main ul, #main ol {
	border-left: 20px solid #eee;
	color: #40850e;
	font-size: 12px;
	margin-bottom: 18px;
	padding: 0 5px;
}

#main li {
	list-style-position: inside;
	list-style-type: circle;
	padding: 4px 5px;
	color: #666;
}

/* ASIDE */
#aside {
	float: left;
	width: 235px;
}

#aside a {
	border-bottom: 1px solid #eee;
	color: #1e3d08;
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
	width: 195px;
}

#aside a:hover {
	border-color: #ff0000;
	text-decoration: none;
}

#aside li.active a {
	background: url(/img/aside-active.png) no-repeat;
	border: none;
	color: #fff;
	width: 203px;
}

#aside li.active a:hover {
	background: url(/img/aside-active.png) no-repeat 0 100%;
}

/*------------------------------------------------------*/
/* =GALLERY						*/
#main.gallery {
	width: 612px;
}

#main ul#gallery {
	border: none;
	margin: 0 0 0 -4px;
	padding: 0;
}

#main #gallery li {
	background: #fff;
	border: 1px solid #ff0000;
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 5px 15px 0;
	padding: 0;
}

#gallery > li > a  {
	display: inline-block;
	border: none;
	vertical-align: top; /* for ie8 */
	position: relative;
	top: 3px;
	left: 3px;
}

#gallery > li > a > img {
	vertical-align: top;
}

#gallery > li > a:hover > img{
	border: 2px solid #418c0b;
	margin: -2px;
}

#gallery > li:hover {
	border-color: #418c0b;
}

#gallery span {
	background: #ff0000;
	display: block;
	height: 28px;
	text-align: center;
	width: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#gallery span img {
	margin-top: 6px;
}

#gallery a:hover span {
	background: #418c0b;
}

/* MINI GALLERY */
#main ul#miniGallery {
	border: none;
	margin: 0;
	padding: 0;
}

#main #miniGallery li {
	background: #fff;
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 5px 15px 0;
	padding: 0;
	position: relative;
}

#main #miniGallery > li > a  {
	border: none;
	display: inline-block;
	vertical-align: top; /* for ie8 */
}

#miniGallery > li > a > img {
	vertical-align: top;
}

#miniGallery span {
	background: #ff0000;
	display: block;
	height: 28px;
	text-align: center;
	width: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#miniGallery span img {
	margin-top: 6px;
}

#miniGallery a:hover span {
	background: #418c0b;
}

/* ZOOM IMG (SINGLE IMAGE)  */
#main p a.zoomImg {
	border: 1px solid #ff0000;
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	vertical-align: top; /* for ie8 */
	position: relative;
}

.zoomImg > img {
	vertical-align: top;
}

.zoomImg span {
	background: #ff0000;
	display: block;
	height: 28px;
	text-align: center;
	width: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.zoomImg span img {
	margin-top: 6px;
}

#main p a.zoomImg:hover {
	border: 1px solid #418c0b;
}

.zoomImg:hover span {
	background: #418c0b;
}

/*------------------------------------------------------*/
/* =TABBER						*/
#tabber {
	background: #333;
	margin: -10px 0 20px 0;
	padding: 7px 5px 0 5px;
}

#main #tabber ul {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}

#main #tabber ul li {
	list-style-position: outside;
	list-style-type: none;
	border: none;
}

#main #tabber ul:first-child li {
	float: left;
	padding: 0 5px 7px 5px;
}

#main #tabber ul:first-child a {
	background: #439607;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 6px;
}

#main #tabber ul:first-child a:hover {
	background: #8c8c8c;
	text-decoration: none;
}

#main #tabber ul:first-child li.active a {
	background: #ff0000;
}

/* SUBTAB */

#main ul#subTab {
	margin: 0;
	padding: 0 0 0 120px;
}

#subTab li {
	color: #999;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 15px 0 5px;
	white-space: nowrap; /* for ie7 and older browsers */
}

#subTab li:first-child {
	margin: 0 -120px;
}

#subTab span {
	display: inline-block;
	padding: 7px 10px 11px 5px;
}

#tabber ul#subTab li a {
	border-bottom: 2px solid transparent;
	color: #fff;
	display: inline-block;
	padding: 7px 0 9px 0;
}

#tabber ul#subTab li a:hover {
	border-color: #8c8c8c;
	text-decoration: none;
}

#tabber ul#subTab li.active a{
	border-color: #ff0000;
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =PRESENTATION					*/
#presentation {
	color: #999;
	padding-bottom: 18px;
	position: relative;
}

#presentation p {
	font-size: 12px;
	margin-bottom: 5px;
}

#presentation p a {
	background: url(/img/presentation-link.jpg) no-repeat 100% 100%;
	border: none;
	color: #333;
	display: inline-block;
	padding-bottom: 1px;
}

#presentation p a:hover {
	background: none;
	border: none;
	color: #333;
}

#presentation span {
	color: #439508;
}

#presentation .second span {
	color: #ff0000;
}

#presentation p.second a {
	background: none;
	border: none;
}

#presentation .downloadPresentation {
	background: url(/img/download-presentation.jpg) no-repeat;
	display: block;
	height: 24px;
	text-indent: -9999px;
	width: 141px;
	position: absolute;
	top: 0;
	right: 0;
}

#presentation .downloadPresentation:hover {
	background: url(/img/download-presentation-hover.jpg) no-repeat;
}

#presentation .download {
	background: url(/img/download.png) no-repeat;
	display: block;
	height: 24px;
	text-indent: -9999px;
	width: 77px;
	position: absolute;
	top: 0;
	right: 0;
}

#presentation .download:hover {
	background: url(/img/download-hover.png) no-repeat;
}

/*------------------------------------------------------*/
/* =NEWS							*/
.news {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

#main .news h2 {
	font-size: 18px;
	line-height: 22px;
}

.news h2 span {
	color: #ccc;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	visibility: hidden;
	position: relative;
}

.news h2.show span {
	visibility: visible;
}

.news h2 span.sector {
	color: #999;
	visibility: visible;
	position: absolute;
	top: 0;
	right: 0;
}

#main .news p {
	font-size: 12px;
	font-weight: normal;
}

#main .news a.moreDetails {
	border: none;
}

.news:hover {
	/* background: #fffdf1; */
	border-color: #40850e;
}

#main .news:hover h2 {
	color: #ff0000;
}

.news:hover p span {
	border-bottom: 2px solid rgb(246, 246, 246);
	color: #000;
}

/* INNER TAB STYLE */
.news .additional span.status {
	color: #ccc;
	display: inline-block;
	float: left;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-transform: uppercase;
}

.news .additional span.status span {
	color: #666;
}

.news:hover .additional span.status {
	background: #fff6bd;
	color: #40870d;
}

.news .additional a.moreDetails {
	display: inline-block;
	float: right;
	height: 30px;
	line-height: 30px;
}

/*------------------------------------------------------*/
/* =PAGINATION						*/
.pagination {
	padding-top: 15px;
}

.pagination a, .pagination .previous, .pagination .next, .pagination .current {
	border: 1px solid #eee;
	color: #666;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
}

.pagination .pagenum, .pagination .current {
	padding: 0 5px;
	margin-left: 3px;
	margin-right: 3px;
	color: #666;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 20px;
}

.pagination a:hover {
	background: #f1f1f1;
	border-color: #bbb;
	text-decoration: none;
}

.pagination .current {
	background: #429308;
	border-color: #429308;
	color: #fff;
}

.pagination .previous, .pagination .next {
	dispalay: inline-block;
	background: #333;
	border-color: #333;
	color: #fff;
	padding: 0 10px;
	width: auto;
}
.pagination .previous:hover, .pagination .next:hover {
	background: #ff0000;
	border-color: #ff0000;
}
.pagination .previous.disabled, .pagination .next.disabled {
	background-color: #fff;
	color: #eee;
	border: 1px solid #fff;
}



/*------------------------------------------------------*/
/* =CONTACT						*/
.contact {
	border-bottom: 1px solid #eee;
	padding: 15px 10px;
}

.contact.noStyle {
	border: none;
}

.contact dt {
	color: #40850e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.contact dd li {
	padding-right: 305px;
	position: relative;
}

.contact dd li span {
	right: 0;
	position: absolute;
	left: 285px;
}

/* CONTACT FORM  */
#main #contact ul {
	border: none;
	color: #40850e;
	font-size: 12px;
	margin-bottom: 18px;
	padding: 0;
}

#main #contact li {
	background: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	padding: 5px 0 7px 145px;
}

#contact label {
	color: #333;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	margin: 0 -145px 0 -145px;
	width: 140px;
}

#contact input[type="text"],
#contact textarea {
	background: url(/img/contact-field.jpg) no-repeat;
	border: 1px solid #1d3b08;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	width: 94%;
}

#contact textarea {
	line-height: 20px;
	height: 140px;
	overflow: auto;
	padding: 5px 10px;
}

#contact button {
	background: url(/img/contact-submit.png) repeat-x;
	border: 1px solid #59a224;
	border-bottom: 1px solid #275009;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	padding: 0;
	text-align: center;
	width: 99%;
}

#contact button:hover {
	background: url(/img/contact-submit.png) repeat-x 0 100%;
	border-color: #18181b;
}

/* error class */
#contact .focus label {
	color: #ff0000;
}

#contact .focus input[type="text"],
#contact .focus textarea {
	border-color: #ff0000;
}




/* Messages */
.message, .message-info, .message-success, .message-warning, .message-error {
	border: 1px solid;
	padding:15px 10px 15px 50px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font: inherit !important;
}
.message-info a, .message-success a, .message-warning a, .message-error a {
	background: transparent url(/img/icons/cross.png) right center no-repeat;
	color: transparent;
	float: right;
}
.message-info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(/img/icons/information.png);
}
.message-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(/img/icons/accept.png);
}
.message-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/img/icons/error.png);
}
.message, .message-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/img/icons/exclamation.png);
}

