*
{
	margin: 0px;
	padding: 0px;
}

body
{
background: #131717;
font-family: 'Open Sans', sans-serif;
}
#wrapper 
{
display:block;
width: 960px;
position: relative;
margin: 34px Auto 30px Auto;
border: 0px solid black;
background: #fff;
min-height: 460px;
-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 5px 8px rgba(0, 0, 0, 0.75);
box-shadow:         0px 5px 8px rgba(0, 0, 0, 0.75);
}

#header
{
display: block;
position: relative;
width: 100%;
}

#htop
{
display: block;
width: 100%;
position: relative;
background: #003734;
height: 27px;
text-align: right;
}

.toptext {
color: #fff;
font-size: 12pt;
margin-right: 6px;
letter-spacing: 1px;
font-style: oblique;
}

#hbot
{
display: block;
position: relative;
width: 100%;
height: 295px;
background: url('images/home/intro.jpg') no-repeat #ffffff;
}

.hbotleft
{
  /* background-color: rgba(0,0,0,0.75); */
  background-color: rgba(255,255,255,0.35);
  height: 288px;
  padding: 5px 0px 2px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}

.hbl1
{
display: block;
position: relative;
height: 176px;
background: url('images/home/logo.png') top center no-repeat;
}

.hbl2{
display: block;
position: absolute;
bottom: 0px;
height: 70px;
width: 100%;
text-align: center;
background-color: rgba(0,0,0,0.45);
}

.hbls1, .hbls2, .hbls3
{
display: inline-block;
margin: 0px 4px 0px 4px;
color: #fff;
font-size: 14pt;
font-weight: bold;
}

a.hlink 
{
color: #fff;
text-decoration: none;
}

a.hlink:hover
{
color: #EA3812;
text-decoration: none;
}

#menu
{
display: block;
width: 100%;
position: relative;
background: #003734;
/* background: #00281F; */
height: 26px;
color: #fff;
font-size: 11pt;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
-webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.75);
text-align: center;
}

ul.menulist
{
		max-width: 930px;
		margin: 0px auto 0px auto;
		display: inline-block;
		list-style: none;
		padding-left: 30px;
}

ul.menulist ul, ul.menulist li
{
	list-style: none;
	text-wrap: nowrap;
}

ul.menulist li
	{
		float: left;
		vertical-align: middle;
		zoom: 1;
		width: auto;
		height: auto;
		margin-left: 0px;
		color: #FFF;
		font-weight: normal;
		font-size: 11pt;
		/* margin-right: 51px; */
		margin-right: 28px;
	}

ul.menulist li.last
	{
		margin-right: 0px;
	}
	
ul.menulist li a, ul.menulist li a:visited
	{
		color: #FFF;
		text-decoration: none;
	}
ul.menulist li a:hover
	{
		color: #EA3812;
		text-decoration: none;
	}
	
#footer
{
display: block;
width: 100%;
position: absolute;
bottom: 0px;
background: #003734;
height: 27px;
text-align: right;
}

.foottext {
color: #fff;
font-size: 10pt;
letter-spacing: 1px;
font-style: normal;
}

.footholfer
{
display: block;
width: 100%;
}

.ftls, .ftrs
{
display: block;
width: 350px;
}

.ftls
{
float: left;
text-align: left;
margin-left: 12px;
}

.ftrs
{
float: right;
text-align: right;
margin-right: 12px;
}

#main
{
display: block;
position: relative;
overflow: auto;
min-height: 280px;
width: 940px;
padding: 15px 10px 45px 10px;
}

#mainhome
{
display: block;
position: relative;
overflow: hidden;
min-height: 580px;
width: 960px;
padding: 15px 0px 0px 0px;
}

.mainleft
{
display: block;
/* position: relative;
float: left; */
width: 380px;
border: 0px dotted black;
min-height: 400px;

  background-color: rgba(0,55,52,0.25);
  height: 588px;
  /* padding: 5px 0px 2px 0px;*/
  position: absolute;
  top: 0;
  left: 0;
  /* width: 320px;  */
  padding-left: 10px;
}

.mainright
{
display: block;
position: relative;
float: right;
width: 530px;
border: 0px dotted black;
min-height: 400px;
margin-right: 10px;
}

.clear
{
clear: both;
}

.homeadd
{
display: block;
font-size: 10pt;
margin: 10px 0px 15px 15px;
color: #000;
position: relative;
}

.homeaddx
{
display: block;
position: relative;
font-size: 10pt;
margin: 10px 0px 15px 15px;
color: #000;
width: 450px;
height: 75px;
}

.homeadddb {
display: block;
float: left;
margin: 0px 0px 0px 0px;
}

.hmlfsd {
margin: 0px 35px 0px 0px;
}


.homelogoblock {
display: block;
background: url('images/home/logo.png') top center no-repeat;
height: 166px;
width: 150px;
position: relative;
margin: 0px auto;
}

.clear, .clr {
clear: both;
display: block;
}

.adtitle {
font-weight: bold;
font-size: 11pt;
color: #003734;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

/* MAP POPUP */

#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	/* background:#000000;	 */
	top:0px;  
	left:0px;
}
#toPopup, #toPopup2, #toPopup3, #toPopup4, #toPopup5 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 780px;
	/* height: 360px; */
    z-index: 2;
}
div.loader {
    background: url("images/popup/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close, div.close2, div.close3, div.close4, div.close5 {
    background: url("images/popup/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 133px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content, div#popup_content2, div#popup_content3, div#popup_content4 {
    margin: 4px 7px;
}

#mainpage {
padding: 10px 20px 40px 20px;
font-size: 11pt;
}

#mainpage ul {
margin: 8px 20px 0px 20px;
}

#mainpage ul li {
margin: 0px 0px 8px 0px;
}

#mainpage ul li b {
color: #003734;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
margin-right: 6px;
letter-spacing: 1px;
}

#mainpage h1 {
color: #FD4B29;
font-size: 17pt;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#mainpage h2 {
color: #003734;
font-size: 13pt;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#mainpage .gren h2 {
color: #5A9E2B !important;
font-size: 13pt;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 4px !important;
margin-top: 3px !important;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#mainpage .mauv h2 {
color: #752064 !important;
font-size: 13pt;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 4px !important;
margin-top: 3px !important;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#mainpage h3 {
color: #003734;
font-size: 12pt;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#mainpage h4 {
color: #003734;
font-size: 11pt;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.bname {
color: #003734;
font-size: 13pt;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

td.td300 {
width: 300px;
}

td.td450 {
width: 450px;
}

select {
font-family: Verdana; font-size: 8pt;
}

table {
/* border-radius: 12px; */
}

.gtd {
/* border-radius: 12px; */
}

#mcont {
display: block;
position: relative;
width: 100%;
height: 100%
}
#mleft {
display: block;
position: relative;
padding: 18px 0px 0px 0px;
float: left;
width: 450px;
margin-right: 35px;
min-height: 380px;
}
#mright {
display: block;
position: relative;
float: left;
width: 350px;
min-height: 400px;
}
#mright img {
border: 1px solid black;
}

#mleft a, .homeadd a, .homeaddx a, a.stlink {
color: #FB3A09;
text-decoration: none;
font-style: oblique;
text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

#mleft a:hover, .homeadd a:hover, .homeaddx a:hover, a.stlink:hover {
text-decoration: underline;
}

.mainleftc
{
	display: block;
	width: 380px;
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
}

.dset {
display: block;
position: relative;
}

.kordela {
display: block;
background: #131717;
margin-left: -20px;
width: 960px;
height: 65px;
text-align: center;
}
.kordela .hp1 {
color: #F0CF32;
margin: 5px 40px 0px 10px;
letter-spacing: 1.9px;
font-size: 32pt;
}
.kordela .hp2 {
color: #10C8D2;
margin: 5px 40px 0px 10px;
letter-spacing: 1.9px;
font-size: 32pt;
}
.sets {
display: block;
position: relative;
height: 100%;
}
.dsubset {
display: block;
position: relative;
float: left;
width: 420px;
margin: 0px 40px 0px 0px;
font-size: 10pt;
}

.long {
display: block;
width: 500px !important;
}

.spitiko {
display: block;
width: 680px !important;
}

.delmen {
font-size: 13pt;
line-height: 15px;
}

.delmen .small {
display: block;
margin-bottom: 3px !important;
}


.short {
display: block;
width: 290px !important;
}
.textset {
display: block;
text-align: right;
font-weight: bold;
}

.textsetright {
display: block;
text-align: left;
font-weight: bold;
}

.textset br, .textsetright br {
margin-bottom: 1px !important;
}

.setheaderleft, .setheaderright {
display: block;
width: 420px;
margin: 5px 40px 0px 0px;
font-size: 15pt;
color: #7C0716;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.short {
width: 390px !important;
margin: 0px !important;
}

.xshort {
width: 225px !important;
margin: 0px 20px 0px 0px !important;
}

.xshort2 {
width: 195px !important;
margin: 0px 15px 0px 0px !important;
}

.xshort3 {
width: 220px !important;
margin: 0px 0px 0px 0px !important;
}

.long  {
margin: 2px 25px 0px 0px !important;
}
 
.textset h2, .textset h3, .textset h4, .textsetright h2, .textsetright h3, .textsetright h4 {
display: block;
font-size: 12pt;
color: #7C0716 !important;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
margin: 10px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
}

.textset h2, .textsetright h2 {
color: #7C0716 !important;
}

.textset h3, .textsetright h3 {
color: #F28213 !important;
}

.oran {
color: #F28213 !important;
}

.blu {
color: #A0608B !important;
}

.kaf {
color: #A04000 !important;
}

.gre {
color: #5A9E2B !important;
}

.mau {
color: #752064 !important;
}

.setheaderleft {
text-align: right;
}

.setheaderright {
text-align: left;
}

h1, h2, h3, h4 {
padding:0;
} 

.smalltext {
font-size: 9pt;
}

.small {
font-size: 8pt !important;
}

.bigdelivery {
display: block;
margin: 0px auto;
text-align: center;
}

.bigdelivery h1 {
display: block;
margin: -20px 0px 0px 0px !important;
padding: 0px !important;
font-size: 56pt !important;
font-weight: bold !important;
color: #FC8002 !important;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1) !important;
}

.bigdelivery h2 {
display: block;
margin: -29px 0px 0px 0px !important;
padding: 0px !important;
font-size: 36pt !important;
color: #FC8002 !important;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1) !important;
}

.bigdelivery h3 {
display: block;
margin: -29px 0px 15px 0px !important;
padding: 0px !important;
font-size: 30pt !important;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.pizza b {
font-size: 11pt !important;
}

.proditems {
display: block;
width: 100%;
text-align: center;
padding: 0px 0px 0px 45px
}
.proditemcont {
  background: none repeat scroll 0 0 #003734;
  float: left;
  margin: 0 45px 10px 0;
  padding: 8px;
  width: 224px !important;
  text-align: center;
  min-height: 270px;
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.75);
border-radius: 12px;
}

div.subCategory a.subitempic, div.subCategory a.subitempic:hover {
  display: block;
  margin: 0 0 5px;
  text-decoration: none;
}

div.subCategory a.subitempic span {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #DFD1B7;
  display: block;
  height: 168px;
  width: 182px;
  margin: 0px auto;
}

.proditemcont h2 {
font-size: 10pt !important;
color: #fff !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1) !important;
}
.proditemcont p, .itemdesc {
font-size: 9pt !important;
color: #fff !important;
}

.blink {
    color:#fff;
}

.blink_second {
    color:red;
}

.blink_third {
    color:yellow;
}

.blinking  {
color:#EA3812;
}