/********************************************
  HTML
********************************************/
* {
    margin:0;
    padding:0;
}
body {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #58595A;
	background: #fff;
    line-height: 150%;
    text-align: center;
}
a,
a:link,
a:visited,
a:active {
    outline: none;
}
a:hover {
}
h1, h2, p, table, ol {
    margin-bottom: 1px;
}
h1,
#contentright h2 {
	line-height: 20px;
	color: #003888;
	font-weight: bold;
}
h2 {
    font-size: 1.2em;
}
img {
    border: 0;
}
p, th, td {
	line-height: 16px;	
}
th, td {
    vertical-align: top;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
td{
	min-width: 220px;
}
label{
	float: left;
	margin: 20px 0 0 0; 
	width: 100%;
	font-weight: bold;
}
select{
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #58595A;
	width: 100%;
}
option{
	font-size: 12px;
}
optgroup{
	font-weight: bold;
	font-style: italic;
}
br{
	line-height: 9px;;
}

fieldset {
    border: 0;
}

/********************************************
  LAYOUT
********************************************/
#flash {
	padding: 65px 0px 0px 5px;	
}

#gallery {
    margin: 20px 0px 0px 0px;
}

#gallery img {
    display: inline;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#container {
    width: 772px;
    margin: 0 auto;
	display: block; 
    text-align: left;
}

#header {
	padding-top: 20px;
	width: 772px;
	height: 100px;
	background: url(/img/menubg.jpg) no-repeat 0 20px;
    position: relative;
}
#header #topmenu {
	margin: 0 0 0 220px;
	width: 550px;
	height: 40px;
}
#header #topmenu ul{
	padding: 25px 0 0 0;
	width: 540px;
	list-style: none;
}
#header #topmenu ul li{
	float:left;
	padding: 0 10px;
	border-right: 1px solid #bbb;
}
#header #topmenu ul li.last{
	border-right: none;
}
#header #topmenu ul li a{
	text-decoration: none;
	color: #555;
}
#header #topmenu ul li ul{
	position: absolute;
	margin-left: -17px;
	padding: 15px 0 0 0;
	width: 100px;
	display: none;
}

#header #topmenu ul li:hover ul{
	display: block;
}
#header #topmenu ul li ul li{
	margin: 0;
	padding: 7px;	
	width: 75px;
	background: #67696A;
}
#header #topmenu ul li ul li:hover{
	background: #797979;
}
#header #topmenu ul li ul li a{
	display: block;
	color: #fff;
}
#content{
	margin: 20px 0 0 0;
	width: 770px;
	min-height: 520px;
	background: url(/img/contentbg.jpg) no-repeat;
}
#content a{
	color: #58595A;
}
#content ul{
	margin: 10px 0 20px 25px;
	line-height: 15px;
}
#content ul.facts{
	margin: 0 0 0 25px;
	font: bold 10px Arial;
	line-height: 60px;
}

#content #contentleft{
	float: left;
	margin: 24px 0 0 12px;
	width: 210px;
	position: relative;
}

/*
#content #contentleft h1{
    width: 210px;
    padding-bottom: 2px;
    font-size: 20px;
}
*/

#content #contentleft p {
    padding: 15px 15px 0 0;
    text-align: justify;
}

#content #contentleft #stroke {
    height: 40px;
    width: 210px;
    border-top: 1px solid #1d3b81;
    border-right: 1px solid #1d3b81;
    position: absolute;
}

#content #contentright{
	float: right;
	padding: 0 25px 0 0;
	width: 503px;
}
#content #contentright h1,
#content #contentright h2 {
	margin: 20px 0 5px 0;
	font-size: 18px;
}
#content #contentright h2 {
    font-size: 14px;
}
#content #contentright p {
    margin-bottom: 20px;
}
#content #contentright .block{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#content #contentright .block h2 a {
	color: #003888;
	font-weight: bold;
	text-decoration: none;	
}

#content #contentright #detail {
    text-align: justify;
}

#content #contentright #detail h3 {
    text-decoration: underline;
    margin: 10px 0;
}

#content #contentright .block a {
    text-decoration: none;
    color: #58595A;
}

#content #contentright .block p.read_more a{
	margin: 10px 0 0 0;
	float: right;
	color: #003888;
	font-weight: bold;
}

#team{
	margin: 20px 0 0 0;
	width: 770px;
	height: 520px;
	background: url(/img/contentbg_2.jpg) no-repeat;	
}

#footer {
	margin: 60px 0 0 0;
	width: 770px;
	height: 60px;
}
#footer h2{
   text-align: center;
   font-size: 16px;
}
#footer hr,
#footer h2 { 
	color: #003888;
}
#footer #bottommenu{
	float: right;
}
#footer #bottommenu ul{
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
}
#footer #bottommenu ul li{
	float:left;
	padding: 0 5px;
	border-right: 1px solid #bbb;
}
#footer #bottommenu ul li.last{
	border-right: none;
}
#footer #bottommenu ul li a{
	font: normal 12px Arial;
	text-decoration: none;
	color: #555;
}
#content .return_overview a,
#content .return_overview a:link,
#content .return_overview a:visited,
#content .return_overview a:active {
    text-decoration: none;
    float: right;
    color: #003888;
    font-weight: bold;
}
#languageSelect {
    position: absolute;
    top: 5px;
    right: 0;
}

/*******************************
SUBPAGES
*******************************/
#perfumeAndCosmetics h2, 
#perfumeAndCosmetics a {
    color: #ff0000;
}

#healthAndBeauty h2, 
#healthAndBeauty a {
    color: #86ba09;
}

#liquors h2, 
#liquors a {
    color: #008fd6;
}
/*******************************
CONTACT
*******************************/
#contactTable {
    margin-top: 40px;
}

#contactTable td,
#contactTable th {
    padding-bottom: 10px;
}

#contactTable .trTop {
    font-size: 20px; 
    color: #003888;
}

#contactTable h4 {
    margin-top: 10px;
    color: #58595a;
    font-weight: bold;
}

/********************************************
  GENERAL CLASSES
********************************************/
.breaker {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
