
/* zero margins */



html, body {
    margin:0;
    padding:0;
  }


h1 {
    font-size: 30px;
    font-family : sans-serif;
  }

h2 {
    font-size: 20px;
    font-family : sans-serif;
    clear: both;
  }



a.black:link {color: black; text-decoration: none; }
a.black:visited {color: black; text-decoration: none; }
a.black:hover {color: black; text-decoration: underline; }
a.black:active {color: black; text-decoration: underline; }

a.white:link {color: white; text-decoration: none; }
a.white:visited {color: white; text-decoration: none; }
a.white:hover {color: white; text-decoration: underline; }
a.white:active {color: white; text-decoration: underline; }

a.gray:link {color: gray; text-decoration: none; }
a.gray:visited {color: gray; text-decoration: none; }
a.gray:hover {color: gray; text-decoration: underline; }
a.gray:active {color: gray; text-decoration: underline; }


#main_wrap {
    padding: 0;
    margin-top: 10px;
    width: 1024px ;
    margin-left: auto ;
    margin-right: auto ;
    background: white url("bg32.jpg") top center ;
    background-repeat: no-repeat ;
  }


#wmkng {
    width: 400px;
    padding-top: 90px;
    left: 0;
  }


#wmkng p {
    border-bottom-color : black;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    color : black;
    margin-bottom : 0;
    margin-left : 15px;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : left;
  }


#main_menu {
    padding-top: 70px;
    padding-left: 580px;
    color: black;
  }


#main_menu ul {
    margin: 20px 0 0 0;
    padding: 0;
  }


#main_menu li {
    list-style-type : none;
    display: inline;
    padding-left: 5px;
    border-left-color : black;
    border-left-style : solid;
    border-left-width : 1px;
  }

#right_submenu{
	 position: relative;
	 top: -10px;
    margin: 0;
    padding: 2px;
    text-align : right;
	 border-bottom-color : black;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    overflow: hidden;
  }
  
#right_submenu li {
    list-style-type : none;
    display: inline;
    font-size: 1em;
    padding: 0;
    padding-left: 10px;
    border-left-color : black;
    border-left-style : solid;
    border-left-width : 1px;
  }

#since {
    float : left;
  }


#since p {
    padding : 0;
    margin: 15px 0 0 15px;
    text-align : left;
  }


#runby {
    float : right;
  }


#runby p {
    padding: 0;
    margin: 35px 15px 0 0;
    text-align : right;
  }


#page_content {
    margin:0;
    padding:0;
  }


#left_panel {
    background-image : url('line.png');
    background-repeat : repeat-y;
    float : left;
    width :500px;
    height: 500px;
    margin-left: 10px;
  }


#left_panel img {
    margin-top: 30px;
  }


#left_panel p {
    margin-right: 30px;
  }


#right_panel {
    background-image : url('pixel.png');
    background-repeat : repeat;
    float : right;
    margin-right : 10px;
    width : 500px;
    border-top-color : black;
    border-top-style : solid;
    border-top-width : 1px;
  }


#right_panel p{
    color : black;
    font-size : 14px;
    line-height : 20px;
    text-align : justify;
  }
  
.normalfont {
    font-size : 14px;
}

#right_panel li{
    padding-bottom: 10px;
}

#footer {
    height: 99px;
    background-image : url('bg33.jpg');
    background-repeat : no-repeat;
    clear : both;
  }


#footer p {
    padding-top: 15px;
    margin-left: 100px;
  }

#cntact {
    float: right;
    padding-top: 20px;
    padding-right: 30px;
    color: white;
  }


.panel_content {
    padding: 10px;
  }


.text {
    font-family : sans-serif;
  }


.text_algnright {
    text-align: right;
  }


.Decor {
    font-family : serif;
    font-style : italic;
  }


.Menu {
    font-family : serif;
    font-style : italic;
    font-size : 1.2em;
  }
  
.MenuBottom {
	 font-family : serif;
 	 font-style : italic;
 	 font-size : 1.2em;
}

.topwtTxt {
    font-size : 1.2em;
    color: white;
  }

.fltRight {
    float: left;
    padding: 10px;
}


#lang_indicator{
	float : right;
	padding-top: 10px;
	padding-right: 3px;
  } 

#lang_indicator form{
	margin: 0;
	padding: 0;
}

#lang_indicator img{
} 

select.icon-menu option {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:30px;
	padding-right: 0;
	vertical-align: middle;
}

select#lang_selector option[value="en"] {
background-image:url(langEN.png);
}
select#lang_selector option[value="fr"] {
background-image:url(langFR.png);
}
select#lang_selector option[value="ru"] {
background-image:url(langRU.png);
}

.wsreq{
   font-size : 11px;
   color: red;
   text-align : justify;
	border-style:solid;
	border-color:red;
	border-width:2px;
	padding: 5px;
	margin-left: 20px;
}

.slideShow {
   margin-left: 20px;
   margin-top: 5px;
   padding: 5px;
   text-align: left;
}

#controls {
	position: relative;
	height: 33px;
}

#controls a{
	margin: 0;
	padding-left: 20px;
}

#cntr_status{
	color: #436c5e;
	line-height: 33px;
	position: absolute;
	margin-left: 20px;
	padding-left: 10px;
	border-left-color: #436c5e;
   border-left-style: solid;
	border-left-width: 1px;
}

img.ctrlstyle{
	border: 0;
	margin: 0;
}

.slide {
	text-align: center;
   position: relative;
   z-index: 1;
   display: none;
}

#slide0 { /* display first image by default */
   display: block;
}

#cntr_prev, #cntr_stop {
	display: none;
}

#homepbar{
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family : sans-serif;
}
#homepbar a{
	padding-right: 20px;
}

#wineSelWrapper {
	text-align: center;
	margin-bottom: 50px;
}

#wineSelector{
	height: 200px;
   color: black;
}

#wineSelector div{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: #436c5e;
   border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

