/**

 * Site Pages CSS Stylesheet

 *

 * @Sutsu

 * @author Alex Chater alex.chater@gmail.com

 */


body {
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
}

#pageBgContainer{
	width: auto;
	height: auto; /*100% seemed to break the jquery scrolls in IE */
	overflow: auto;
	background: url(../images/page_background_fade.jpg) top center no-repeat;
	margin: 0px;
}	

html #mainContainer {
	width: 904px;
}

#mainContainer {
	font-size:62.5%;
	margin: 0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}


/* id styles */

#headerContainer{
	width: 900px;
	height: 100%;
	overflow: auto;
	margin-left: 15px;
	margin-bottom: 22px;
}

#logo{
	width: auto;
	height: auto;
	float: left;
}

#wholesaleLoginBtnContainer{
	width: auto;
	height: 25px;
}

#wholesaleLoginBtn{
	width: auto;
	height: auto;
	float: right;
}

/* menu styles */

#menuContainer{
	width: auto;
	height: 25px;
	background: url(../images/menu_bg.jpg) center no-repeat;
}	

#homeMenuItem a{
	width: 58px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_home.jpg) top center no-repeat;
}

#homeMenuItem a:hover{
	background-position: center center;
}

#homeMenuItemDown a{
	width: 58px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_home.jpg) bottom center no-repeat;
}

#ekoEthicsMenuItem a{
	width: 91px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_eko_ethics.jpg) top center no-repeat;
}

#ekoEthicsMenuItem a:hover{
	background-position: center center;
}

#ekoEthicsMenuItemDown a{
	width: 91px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_eko_ethics.jpg) bottom center no-repeat;
}

#ambassadorsMenuItem a{
	width: 111px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_ambassadors.jpg) top center no-repeat;
}

#ambassadorsMenuItem a:hover{
	background-position: center center;
}

#ambassadorsMenuItemDown a{
	width: 111px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_ambassadors.jpg) bottom center no-repeat;
}

#projektsMenuItem a{
	width: 84px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_projekts.jpg) top center no-repeat;
}

#projektsMenuItem a:hover{
	background-position: center center;
}

#projektsMenuItemDown a{
	width: 84px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_projekts.jpg) bottom center no-repeat;
}

#recentPressMenuItem a{
	width: 108px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_recent_press.jpg) top center no-repeat;
}

#recentPressMenuItem a:hover{
	background-position: center center;
}

#recentPressMenuItemDown a{
	width: 108px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_recent_press.jpg) bottom center no-repeat;
}

#newsMenuItem a{
	width: 60px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_news.jpg) top center no-repeat;
}

#newsMenuItem a:hover{
	background-position: center center;
}

#newsMenuItemDown a{
	width: 60px;
	height: 25px;
	display: block;
	float: left;
	background: url(../images/menu_news.jpg) bottom center no-repeat;
}

#shopMenuItem a{
	width: 57px;
	height: 25px;
	display: block;
	float: right;
	background: url(../images/menu_shop.jpg) top center no-repeat;
}

#shopMenuItem a:hover{
	background-position: center center;
}

#shopMenuItemDown a{
	width: 57px;
	height: 25px;
	display: block;
	float: right;
	background: url(../images/menu_shop.jpg) bottom center no-repeat;
}

#contactUsMenuItem a{
	width: 95px;
	height: 25px;
	display: block;
	float: right;
	background: url(../images/menu_contact_us.jpg) top center no-repeat;
}

#contactUsMenuItem a:hover{
	background-position: center center;
}

#contactUsMenuItemDown a{
	width: 95px;
	height: 25px;
	display: block;
	float: right;
	background: url(../images/menu_contact_us.jpg) bottom center no-repeat;
}

.menuText{
	display: none;
}	

#mainImageMovieContainer{
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

#adStripMainContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C7C7C7;
}

/*********************** Set Ad Srtip Bg Elements Here ***********************/ 

#adStripContainer_1{
	width: 296px;
	height: 66px;
	float: left;
	background: url(../images/_internal_ad_facebook_bg.jpg) no-repeat;
}

#adStripContainer_2{
	width: 296px;
	height: 66px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	background: url(../images/_internal_ad_shop_bg.jpg) no-repeat;
}

#adStripContainer_3{
	width: 296px;
	height: 66px;
	float: left;
	background: url(../images/_internal_ad_projekts_re-cycle_bg.jpg) no-repeat;
}

/************************* End Of Ad Strip Elements **************************/


.adStripElementContent a{
	display: block;
	width: 137px;
	height: 33px;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 33px;
	padding-left: 9px;
	padding-right: 150px;
}

#mainBodyContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	/*padding-top: 8px;*/ /* padding instead of margin as IE adds margin to top and bottoms with divs containing floats */
	overflow: auto;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: justify;
	/*border: 1px dashed #FF0000; */
}	 

#mainLeftContainer{
	width: 680px;
	height: auto;
	float: left;
	/*border: 1px dashed #FF0000; */
}

#rightImageStripContainer{
	width: auto;
	height: auto;
	float: right;
	/*border: 1px dashed #FF0000; */
}

.rightImageStripElement{
	width: auto;
	height: auto;
	margin-bottom: 8px;
}

.rightImageStripLastElement{
	width: auto;
	height: auto;
}

.mainPageTitle{
	width: auto;
	height: 26px;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;			
}

.homeIndentTitle{
padding-left: 8px;
}

#mainTextContainer{
	width: auto;
	height: auto;
	text-align: justify;
	/*letter-spacing: 1px;*/
}	 

#ekoLeftColumnTextContainer{
	width: 293px;
	height: auto;
	float: left;
	/*border: 1px dashed #FF0000; */
}

#ekoRightColumnTextContainer{
	width: 372px;
	height: auto;
	float: right;
	/*border: 1px dashed #FF0000; */
}

#footerContainer{
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #ACACAC;
}

#footerSeoTagsContainer{
	width: auto;
	height: auto;
	background-color: #EBE9EA;
	color: #BEBEBE;
	padding-left: 10px;
}

.h1Style{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2.0em;
	margin: 0px;
}

#footerMiniHeadersContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	overflow: auto; 
	margin-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #C7C7C7;
}

.footerMiniNewsContainer{
	width: 133px;
	height: auto;
	float: left;
}	

.footerMiniHelpContainer{
	width: 149px;
	height: auto;
	float: left;
}		

.footerMiniSutsuContainer{
	width: 112px;
	height: auto;
	float: left;
}		

.footerMiniLinkContainer{
	width: auto;
	height: auto;
	float: left;
}

.footerMiniJoinUsContainer{
	width: 100px;
	height: auto;
	float: right;
}

#footerMiniLinksContentContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	overflow: auto;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px solid #C7C7C7;
}	



#footerBtmTextLinks{
	width: auto;
	height: auto;
	text-align: center;
	font-size: 1.2em;
	margin-top: 15px;
}

#imageSliderContainer{
	width: 904px;
	height: 346px;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}	

#pressImageStripContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	margin-top: 8px;
	overflow: auto;
}	

.pressImageStripElement{
	width: auto;
	height: auto;
	float: left;
	margin-right: 14px;
}

.pressImageStripLastElement{
	width: auto;
	height: auto;
	float: right;
}

#projektMainContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	overflow: auto;
}

#projektMainContentContainer{
	width: 477px;
	height: auto;
	float: left;
	margin-right: 15px;
}

#projektMainTextContent{
	width: auto;
	height: auto;
	padding-top: 7px;
	font-size: 1.1em;
	text-align: justify;
}	 

#projektArchivesContainer{
	width: 180px;
	height: auto;
	float: left;
}

.projektArchiveMonth{
	width: auto;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.1em;
	border-bottom: 1px solid #C7C7C7;
}	

#homeMainContainer{
	width: auto;
	height: 100%; /*100% height to fix overflow: auto not working in IE6 */
	overflow: auto;
}

#homeMainLeftContainer{
	width: 243px;
	height: auto;
	float: left;
	margin-right: 12px;
}

#homeMainMiddleContainer{
	width: 421px;
	height: auto;
	float: left;
}

#homeNewsMainContainer{
	width: auto;
	height: auto;
	margin-bottom: 8px;
	margin-top: 8px;
}

#homeScrollBoxContainer{
	width: auto;
	height: 290px;
	/*border: 1px solid #C7C7C7;*/
	margin-top: 8px;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.2em;
}	

.homeScrollHeader{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00bd00;
	font-weight: bold;
}	

.homeNewsHeader{
	width: auto;
	height: 15px;
	color: #00bd00;
	font-weight: bold;
}	

.homeNewsContent{
	width: auto;
	height: auto;
}

.homeNewsLineBreak{
	height: 15px;
	background: url(../images/news_line_break.jpg) center center repeat-x;
}


#ambassadorsMainContainer{
	width: auto;
	height: 100%;
	overflow: auto;
	font-size: 1.1em;
	line-height: 1.2em;
}

.ambassadorsMainElementContainer{
	width: auto;
	height: auto;
	float: left;
	margin-top: 10px;
}

.ambassadorsImage{
	width: auto;
	height: auto;
}

.ambassadorsInfoContainer{
	width: 281px;
	height: 17px;
	margin-top: 8px;
	padding-top: 3px;
	padding-left: 15px;
	border-bottom: 1px solid #A8A8A8;
	border-top: 1px solid #A8A8A8;
	color: #A8A8A8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.ambassadorsLabel{
	width: 80px;
	height: auto;
	float: left;
}

.ambassadorsData{
	width: auto;
	height: auto;
	float: left;
}

.ambassadorsDivider{
	width: 8px;
	height: 280px;
	float: left;
}

#wpLatestPostsContainer{
	width: auto;
	height: auto;
	/*border: 1px solid #C7C7C7;*/
	/*margin-top: 8px;*/
	/*padding: 8px;*/
	font-size: 1.1em;
	line-height: 1.2em;
}

#wpLatestPosts{
	width: auto;
	height: auto;
	overflow: hidden;
}

.wpPostContainer{
width: auto;
height: 100%;
overflow: auto;
margin-top: 8px;
color: #333333;
}

.wpPostTitle{
width: auto;
height: auto;
font-weight: bold;
padding-bottom: 3px;
color: #00bd00;
}

.wpPostMetaData{
width: auto;
height: auto;
font-size: 0.8em;
color: #808080;
}

.wpPostSnippetRightContent{
width: 318px;
height: auto;
float: left;
}

.wpPostSnippet{
width: auto;
height: auto;
text-align: justify;
}

.wpPostSnippetImg{
width: auto;
height: auto;
float: left;
/*border: 1px solid #CCC;*/
/*padding: 2px;*/
margin-right: 10px;
}

.wpPostDivider{
width: auto;
height: 8px;
}

#facebookViewMore{
	width: auto;
	height: 24px;
	background: url(../images/view_more.jpg) center right no-repeat;
}

#facebookViewLess{
	width: auto;
	height: 24px;
	display: none;
	background: url(../images/view_less.jpg) center right no-repeat;
}

#facebookCommentsError{
	width: auto;
	height: auto;
	padding: 20px;
	font-size: 1.3em;
	text-align: center;
}

.wholesaleContentContainer{
width: auto;
height: auto;
margin-top: 12px;
margin-bottom: 12px;
padding-left: 12px;
}

.wholesaleBtnElement{
width: auto;
height: auto;
padding-bottom: 12px;
}

.wholesaleTitleImg{
padding-top: 1px;
padding-left: 4px;
display: block;
}
							 	
	
/* Links */

a:link,a:active,a:visited {
	color: #313131;
	text-decoration: none;
}
a:hover	{
	text-decoration: none; 
	color: #00bd00; 
}

a.black:link,a.black:active,a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	color: #00bd00;
}

a.green:link,a.green:active,a.green:visited {
	text-decoration: none;
	color: #00bd00;
}
a.green:hover {
	text-decoration: none;
	color: #4d4d4f;
}

a.footer:link,a.footer:active,a.footer:visited {
	text-decoration: none;
	color: #ACACAC;
}
a.footer:hover {
	text-decoration: none;
	color: #00bd00;
}

a.internalAd:link,a.internalAd:active,a.internalAd:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.internalAd:hover {
	text-decoration: none;
	color: #FFFFFF;
}
		
	
/* common class styles */

.img{
display: block;
border: 0px;
}

.imgTitleHomePage{
	display: block;
	border: 0px;
	padding-left: 8px; 
}

.lineBreak{
	width: auto;
	height: auto;
	border-top: 1px solid #C7C7C7;
	margin-top: 10px;
	margin-bottom: 10px;
}	
	

.ekoImg{
	display: block;
	padding-top: 20px;
}	

.textBodyGreenHeader{
	color: #00BD00;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Georgia", Times New Roman, Times, serif;
}	


/* news scroll */

#newsScrollContainer{
	height: 143px;
	overflow: hidden;
	position: relative;
}	

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}


/* Word Press Stlye */

#wpLeftContentContainer{
width: 677px;
height: auto;
float: left;
margin-right: 10px;
}

#wpRightContentContainer{
width: 215px;
height: auto;
float: left;
color: #808080;
}

.widget{
padding-bottom: 10px;
}

.widget_archive li{
padding-left: 30px;
padding-bottom: 5px;
}

textarea{
width: 666px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
padding: 5px;
font-size: 1.1em;
}

.widgettitle{
margin-bottom: 5px;
}

.wpHeaderTitle{
width: auto;
height: 25px;
padding: 0px;
overflow: hidden;
border-top: 1px solid #C7C7C7;
border-bottom: 1px solid #C7C7C7;
margin-bottom: 10px;
margin-top: 0px;
font-size: 1.4em;
color: #585858;
}

.meta{
color: #808080;
font-size: 1.0em;
}

.feedback{
padding-bottom: 10px;
}

/* Begin Calendar */
#calendar_wrap{
width: auto;
height: auto;
}

#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;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */

/* comment styles */

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist{
margin: 0px;
padding-left: 20px;
}

.commentmetadata {
color: #808080;
font-size: 0.8em;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

#respond{
clear: both;
}

.post{
width: auto;
height: 100%;
overflow: auto;
margin-bottom: 20px;
}

/* 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 */