﻿body, html 
{
	margin:0;
	padding:0;
	background:#000;	
	color:#eee;
	height: 100%; 
	width: 100%; 
	font-family:Arial, Helvetica, sans-serif;
}

* {outline: 0;}

div#stage
{
	width:1024px;
	height:650px;
	background-color:#1A171B;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-325px;
	margin-left:-512px;
}

div#left
{
	float:left;
	width:370px;
	height:615px;
}

div#right
{
	float:right;
	width:650px;
	height:615px;
}

div#left_cnt
{
	float:left;
	width:230px;
	height:615px;
}

div#right_cnt
{
	float:right;
	width:790px;
	height:615px;
    padding-top:60px;
}

div#header
{
	float:left;
	width:1024px;
	height:155px;
    background:url('../images/novumvinum_logo.png') top center no-repeat;
}

div#langs
{
    margin-top:20px;
    width:50px;
    position: absolute;
    right:0;
}

div#langs .langitem
{
    height:35px;
    line-height: 35px;
}

div#langs .langitem a
{
    text-decoration: none;
    color:#fff;
}

div#left_hdr
{
	float:left;
	width:435px;
	height:460px;
	margin-left:75px;
}

div#right_hdr
{
	float:right;
	width:435px;
	height:460px;
	margin-right:75px;
}

div#content
{
	margin-top:105px;
	height:510px;
	background:url('../images/prod_txtbg.png') top left no-repeat;
	padding:45px 35px 0 45px;
	color:#000;
}

div#prodimg {
	position:absolute;
	bottom:0;
	right:0;
	z-index:5;
}

div#footer
{
	height:35px;
	line-height:35px;
	position:absolute;
	bottom:0;
	width:940px;
	background-color:#000;
	padding-left:75px;
	padding-right:10px;
	text-transform:uppercase;
}

div#imp {
	float:right;
    font-size:10px;
	height:35px;
	line-height:35px;
}

div.clear_both
{
	clear:both;
}

div#stage.prod {
	background-color:#000;
}

span.menu a { text-decoration:none; color:#fff; margin-right:15px;}

a {outline: 0;}
a img {outline:0;}

/*** CONTACT FORM ***/
.tx_mailform_field_text
{
    margin-bottom:10px;
}

.tx_mailform_required_star
{
    color:red;
}

.tx_mailform_div_err_msg_1
{
    font-size:8px;
    color:red;
    float:left;
    height:25px;
    line-height: 25px;
}

input.tx_mailform_submit
{
    font-size: 14px;
    height:25px;
    width:150px;
    line-height:25px;
}

input.tx_mailform_text
{
    font-size: 14px;
    height:25px;
    line-height: 25px;
    width:435px;
}

textarea.tx_mailform_textarea
{
    width:435px;
    font-size: 14px;
}

.tx_mailform_div_label_left 
{
    text-transform: uppercase;
    height:25px;
    line-height: 25px;
}