@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	/* [disabled]color: #000; */
}


.bgintro {
	
	background-image:url(images/bgintro.jpg);
	background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center; 
	
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 12px;
	margin-bottom:0px;
	
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#9d9d9d;
}


h3 {
	font-family:"Arial, Helvetica, sans-serif";
	font-size:12px;
	font-style:normal;
}


.h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style:normal;
	color:#666;
}



.h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:12px;
}








a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */




/* Fonts */

.opensanss{font-family: 'Open Sans', sans-serif;}


@font-face {
    font-family: 'OpenSansLight';
    src: url('opensans/OpenSans-Light-webfont.eot');
    src: url('opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/OpenSans-Light-webfont.woff') format('woff'),
         url('opensans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans/OpenSans-Regular-webfont.eot');
    src: url('opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansSemibold';
    src: url('opensans/OpenSans-Semibold-webfont.eot');
    src: url('opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansBold';
    src: url('opensans/OpenSans-Bold-webfont.eot');
    src: url('opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('opensans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.regular {font-family: 'Open Sans', sans-serif; font-weight:normal;}

.hormenu a { color:#4d4d4d; text-decoration:none;}
ul.hormenu li {float:left; width:100px; text-align:center; list-style:none; padding-bottom:15px; height:43px; padding-top:120px; }
ul.hormenu li:hover {background-color:#f8f0e4; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background-image:url(images/cherry.png); background-position:center; background-repeat:no-repeat;}
ul.hormenu li:hover a { color:#D60A65;}
.light{font-family: 'Open Sans', sans-serif; font-weight:300;}
.bold{ font-family: 'Open Sans', sans-serif;font-weight:bold;}
.semibold{ font-family: 'Open Sans', sans-serif; font-weight:normal;}


/* ~~ this fixed width container surrounds the other divs ~~ */


.col {
	width:49%;
	margin-left:234px;
	margin-right:auto;
	float:left;
	margin-top:238px;
	
}


.container {
	width: 700px;
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	word-spacing:30px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container2 {
	width:974px;
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	word-spacing:30px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container3 {
	width:974px;
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	font-weight:300;
}

.containerpark {
	width: 974px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.bodytext {
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	float:left;
	color:#808285;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.bodytextborder {
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	float:left;
	color:#808285;
	border-left:2px solid #FC6;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;	
}

.terms {
	width: 911px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	float:left;
	color:#808285;
	border-left:2px solid #FC6;
	margin-left:25px;
	margin-top:20px;	
}


.contactformtext {
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	float:left;
	color:#808285;
	border-left:2px solid #FC6;
	margin-left:25px;
	margin-bottom:10px;	
}

.enterbutton {
	background-image:url(images/enter-p-en.png);
	background-repeat:no-repeat;
	width:168px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.enterbuttonak {
	background-image:url(images/enter-ak-en.png);
	background-repeat:no-repeat;
	width:168px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

.enterbuttonakgr {
	background-image:url(images/enter-ak-gr.png);
	background-repeat:no-repeat;
	width:168px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

.enterbuttonpgr {
	background-image:url(images/enter-p-gr.png);
	background-repeat:no-repeat;
	width:168px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}



.submitbutton {
	background-image:url(images/send.png);
	background-repeat:no-repeat;
	width:120px;
	height:35px;
}

.submitbutton-en {
	background-image:url(images/send-en.png);
	background-repeat:no-repeat;
	width:120px;
	height:35px;
}



.pagota {
	width: 973px;
	margin: 0 auto;
	
}

.flavors {
	width: 890px;
	margin: 0 auto;
	text-align:center;
	margin-top:10px;
}

.flavors2 {
	width: 737px;
	margin: 0 auto;
	text-align:center;
	margin-top:10px;
}



.margins {
	width: 974px;
	margin: 30 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.background {
	width: 100%;
	height:40px;
	margin: 0 auto;
	background-repeat:repeat-x;
	background-image:url(images/top-bar-gradient2.png);
	
}

.stores {
	width:271px;
	height:221px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-image:url(images/storebox.png);
	
}

.franchise {
	width:500px;
	font-size:18px;
	padding-left:20px;
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;

	
}

.productsub {
	
	width:500px;
	font-size:18px;
	padding-left:7px;
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;

	
}
	




.storebox {
	width: 270px;
	height:67px;
	background: #f7f7f7;
	
}

.footer {
	width: 100%;
	height:98px;
	background: #f9f4ed;
	
}



.toptext {
	color:#FFFFFF;
	font-size:11px;
	font: "Verdana";
	margin: 0 auto;
	float:right;
	height:40px;
	line-height:40px;
}

.toptext a { text-decoration:none; color:#fff;}
.toptext a:hover { text-decoration:underline; color:#fff;}

.bottomtext {
	font-size:18px;	
	padding-left:20px;
	margin: 0 auto;
	height:46px;
	line-height:46px;
}

.indexlink a{
text-decoration:none;
color:#7C675D;
}

.indexlink a:hover{

color:#fff;
}



.bottomtextstore {


	font-family: 'Open Sans', sans-serif;	
	padding-left:20px;
	line-height:23px;

	
}



.footertext {
	color:#7c675d;
	font-size:11px;
	font-family:"Verdana";
	padding-left:10px;
	padding-top:10px;
	min-height:37px;
	float:left;
	width:300px;
	text-decoration:none;
}




/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #FFF;
	width: 100%;
	height:137px;
}

.header2 {
	background: #f9f4ed;
	width: 100%;
	height:690px;
	margin:0px;
	padding:0px;
}

.headerintro {


	background-image:url(images/bgintro2.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width: 100%;
	height:697px;
	margin:0px;
	padding:0px;
}

.mainbody {
	background: #f9f4ed;
	width: 100%;
	min-height:606px;
	float:left;
}

.mainbody2 {
	background: #FFF;
	width: 974px;
	min-height:606px;
	margin: 0 auto;
	float:left;
	background-image:url(images/skia-1.png); 
	background-position:bottom center; 
	background-repeat:no-repeat; 
	padding-bottom:25px;
}

.verticalLine {
    border-left:solid medium #FC0;
	min-height:280px;
	margin-left:40px;
	margin-top:40px;
	width:auto;
}


.contactbox {
	color:#808285;
	border: 2px solid #ebebeb;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	margin-right:38px;
	margin-top:0px;
	height:364px;
	width:261px;
	float:right;
}


.contacttext {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#4d4d4d;
	margin-left:10px;
	width:60px;	
}

.contactfields {
	background-color:#fffcfa;
	border: 1px solid #eaeaea;
	width:200px;
	height:20px;
	margin-top:8px;
	margin-bottom:8px;
}



.contactinfo {
	width: 241px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	float:right;
	color:#4d4d4d;
	margin-top:13px;
	margin-right:10px;
	text-align:center;
}

.contactinfo2 {
	width: 241px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	float:right;
	color:#4d4d4d;
	margin-top:13px;
	margin-right:10px;
	text-align:left;
}



.header3 {
	background: #f9f4ed;
	width: 100%;
	height:159px;

}

.header4 {
	background: #FFF;
	width: 100%;
	min-height:255px;
}

.header5 {
	background: #FFF;
	width: 100%;
	height:600px;
}



/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.divbg1 {
    background-image: url("images/bara-regular.png");
    background-repeat:no-repeat;
	width: 100px;
	height:98px;
        
}



.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.icecream { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:17px; 
	margin-left:8px;
	margin-right:0px; 
	width:112px; 
	float:left;
}

.icecream2 { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:17px; 
	margin-left:16px;
	margin-right:16px; 
	width:186px; 
	float:left;
}


.products { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:17px; 
	margin-left:16px;
	margin-right:16px; 
	width:186px; 
	height:186px;
	float:left;
}



.icecream3 { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:17px; 
	margin-left:16px;
	margin-right:89px; 
	width:186px; 
	float:left;
}



.bottomimages { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:20px; 
	margin-left:17px;
	margin-right:17px; 
	margin-bottom:30px; 
	width:289px;
	height:165; 
	float:left;
}


.storeimages { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position:relative; 
	margin-top:20px; 
	margin-left:17px;
	margin-right:17px; 
	width:273px;
	height:165; 
	float:left;
}

#mousebuttons {height: 148px; width: 152px;}

#mousebuttons:hover 
{
 border:medium;
 border-bottom-color:#FC3
}



#pontiki {background-image: url(images/bara-regular.png); height: 46px; width: 290px; background-repeat:no-repeat; 	color:#333333;}

#pontiki:hover 
{
background-image: url(images/bara-mouseover.png);
color:#FFFFFF !important;
}

#pontiki:hover a
{
background-image: url(images/bara-mouseover.png);
color:#FFFFFF !important;
}
ppp {
	color: #F00;
}

.productTitle{margin-left:17px; margin-top:20px; font-size: 18pt; color: #58595b; width:288px; float:left;}
.productMenu{margin-right:29px; margin-top:0px;  width:620px; float:right; padding-top:10px;}

.productMenu2{margin-left:29px; margin-top:26px;  width:620px; float:left; padding:7px; background-color:#FCF6ED;}


.containernew {
	
	width:736px;
	margin:0px;
	float:left;

	
}



ul.productslist li {padding:5px 7px; color:#58595b; float:left; min-width:80px; text-align:left; font-size:14px; margin-top:10px;}
ul.productslist li a {text-decoration:none; color:#58595b;}
ul.productslist li:hover {padding:5px 7px; background-color:#E50473; color:#FFF; font-size:14px; cursor:pointer; }
ul.productslist li:hover a{color:#FFF; font-size:14px;}
ul.productslist { list-style:none;}

ul.productslist li.active{padding:5px 7px; background-color:#E50473; color:#FFF; font-size:14px;}
ul.productslist li.active a{color:#FFF; }
.storebox2{width:271px; height:230px; float:left;}
.storeimg{height:160px; z-index:0; position:relative; top:10px;}
.storetxt{height:60px; padding-top:10px; background-color:#f5f5f5;  z-index:1; position:relative;}
.error{color:#F00;}