/* STYLE.CSS styluje główna strukture strony oraz marginesy */

@import url("reset.css?new=true&date=24_08_2011&rev=1");  /* RESET.CSS resetuje wyglad elementów, które różnia sie w różnych przegladarkach */
@import url("global.css?new=true&date=24_08_2011&rev=1"); /* GLOBAL.CSS styluje typografie, zagniezdzone bloki wewnatrz glównej struktury oraz formularze */
@import url("menu.css?new=true&date=24_08_2011&rev=1"); /* MENU.CSS styluje menu główne oraz linki umieszczone w stopce  */
@import url("forms.css?new=true&date=24_08_2011&rev=1"); /* FORMS.CSS styluje formularze  */


/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/

html{
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center;
}

body {
	background-color: #eaf2eb;
	font : 70%/130% Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 8px;
}


#CONTENT_WRAPPER {
	text-align : left;
	padding-left: 180px;    /* LC fullwidth */
	padding-right: 300px;   /* RC fullwidth + CC padding */
	min-width: 500px;       /* LC fullwidth + CC padding */
	overflow: hidden;
	position: relative;
}

#TOP_WRAPPER {
	background-color: #f0efe5;
	border: solid 2px #55925d;
	margin: 0;
	min-width: 976px;
	background-image: url(../images/top_wrapper-bg.gif);
	background-repeat: repeat-x;
	overflow: visible;
}

#header, #footer {
	overflow: hidden;
}

#header {
	width: 964px;
	margin: 0 auto;
	overflow: visible;
}

#top_content { height: 70px; position: relative; }

#top2 {
	text-align: center; 
	position: relative; 
	width: 964px;
	margin: 0 auto;
}

#top2_content {text-align: center; margin-top: 4px;}

.box_item { float: left; margin-right: 2px;}
.column {
	position: relative;
	float: left;
}

#center {
	padding: 0;
	width: 100%;
	margin: 5px 0px 0 0px;
	background-color: #F0EFE5;
	margin-bottom:-6000px;
	padding-bottom:6000px;
}

#left {
	width: 180px;           /* LC width */
	right: 180px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
	margin-top: 5px;
	margin-bottom:-6000px;
	padding-bottom:6000px;

	border-right: solid 1px #c1c1c1;
}

/*** IE6 Fix ***/	
	* html #left {left: 296px; /* RC fullwidth */ position: absolute;}

#right {
	width: 300px;           /* RC width */
	margin-right: -100%;
	margin-top: 5px;
	background-color: #e7e7ce;
	margin-bottom:-6000px;
	padding-bottom:6000px;
	border-left: solid 1px #c1c1c1;
}

.column .content { background-color: transparent;}

#left.column .content {
	background-color: #f2f2f2;
	background-image: url(../images/subcontent-grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#left.column .content.darker { background-color: #e7e7e7; background-image: none;}

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	background-color: #3a7426;
	height: 22px;
	position: relative;
	color: #fff;
}

#footer_end { font-size: 110%; line-height: 22px;}


/*-------------------[MARGINS]--------------------*/
#left .m1 {padding: 3px 13px;}
#right .m1 {padding: .5em;}
.m1 {padding:1em;}
.m1.smaller { padding: .6em 7px;}
.column .m1 {}
.halfcol .m1 {padding-top: 0;}
.main_list .m1 { padding-bottom: 20px;}
.m2 {padding:.4em;}
.m3 {padding:4px;}
/*-------------------[OTHERS]--------------------*/
.clearb {clear: both;}
.carousel{
    position:relative;
    height: 210px;
    width: auto;
    overflow:hidden;
}
.carousel .backgrounds{
    height: 354px;
}
.carousel{
    position:relative;
    top:0;
    height: 200px;
    z-index:10;
}
.carousel .details .pause{
	z-index: 200;
    position:absolute;
    right:17px;
    top: 39px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
    cursor: pointer;
    cursor: hand;
}
.carousel .details .play{
	z-index: 200;
	position:absolute;
    right:17px;
    top: 39px;
    display:none;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
	cursor: pointer;
    cursor: hand;
}
.carousel .details div#carouselPaging {
    position:absolute;
    right:0px;
    top: 39px;
    width: 160px; 
    text-align:center;  
}
.carousel .details div#carouselPaging div {
	z-index: 20000;
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 3px;
	border: 1px solid #DCDCBA;
    cursor: pointer;
    cursor: hand;
    font-size: 100%;
    font-weight:bold;
    position:relative;
    padding-top: 3px;
    bottom: 2px;
    background-color: #F0EFE5;
}
.carousel .details div#carouselPaging .selected {
	z-index: 20000;
	color: #1E4D0E;
    border:1px solid #669999;
    top: -2px;
}
.carousel .details {
    height: 200px;   
}
.carousel .details .detail{
	position:relative;
    height: 210px;
    float:left;
    display: none;
}
.carousel .details .defaultDetail {
    display: block;
}
.carousel .m1 {
	padding-top: 0px;
}
