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

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}

#logo
{
	position: absolute;
	left: 50px;
	top: 50px;
	width: 110px;
	height: 165px;
	background-image: url(../images/logo/omni_riga_black.png);
}

#line
{
	position: absolute;
	left: 200px;
	top: 50px;
	border-left: 1px solid #999999;
	height: 90%;
}

#menu
{
	position: absolute;
	left: 50px;
	top: 190px;
	width: 115px;
}


.accordion
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.accordion ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.accordion a
{
	display: block;
	outline: none;
	background-color: none;
	color: #000000;
	width: 105px;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
}

.accordion li li a
{
	display: block;
	color: #000000;
	background-color: none;
	width: 105px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: lighter;
}

.accordion a:hover
{
	background-color: #000000;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.accordion_active
{
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	
}


#text {
	position: absolute;
	left: 240px;
	top: 50px;
	width: 360px;
	height: 80%;
}

#text_half {
	position: absolute;
	left: 240px;
	top: 50px;
	width: 180px;
	height: 80%;
}

#about_us
{
	position: absolute;
	left: 640px;
	top: 50px;
	width: 380px;
	height: 80%;
}

#branding
{
	position: absolute;
	bottom: 50px;
	left: 240px;
	right: 100px;
	top: 50px;
}

.thumbnails
{
	float: left;
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	width: 125px;
	height: 100px;
}

#content
{
	position: absolute;
	left: 240px;
	top: 50px;
	width: 700px;
	height: 500px;
	background-image: url(../images/beverages/expert_vodka.jpg);
	border: 1px solid #CCCCCC;
}

#our_clients
{
	position: absolute;
	left: 240px;
	top: 50px;
	width: 765px;
	padding-bottom: 50px;
}

#contacts
{
	position: absolute;
	left: 460px;
	top: 50px;
	width: 560px;
	height: 500px;
}

#coming_soon
{
	position: absolute;
	left: 240px;
	top: 50px;
	width: 600px;
	height: 400px;
	background-image: url(../images/gradient.png);
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
	padding: 50px;
}
#cuka
{
	position: absolute;
	left: 240px;
	top: 50px;
	width: 600px;
}

.table {
	width: 100%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table_td {
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table_td_active {
	background-color: #CCCCCC;
	width: 65px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
