/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);
@import url(modules.css);

a{
	color:#596C03;
}
a:hover{
	text-decoration:none;
}
#left a, #right a{
	color:#398EC4;
}
body{
	background:url(images/bg.gif) top;
	color:#3E3E3E;
	padding-bottom:25px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#9A534D;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#111;
}
img{
	border:0 solid #596C03;
}

/* BOX */
#bg{
	background:url(images/bg_vino.gif) no-repeat top;
	padding-top:4px;
}
#box{
	background:url(images/box.gif) repeat-y;
	font:80% Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align:left;
	width:988px;
}
#flash{
	height:169px;
	position:absolute;
	left:544px;
	top:4px;
	width:439px;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:173px;
	position:relative;
	width:988px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:494px;
	height:173px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:988px;
	height:173px;
}
#header a.logo img{
	display:none;
}

/* LEFT */
#left{
	background:url(images/left.gif) repeat-y;
	float:left;
	overflow:hidden;
	width:200px;
}
#left_btm{
	background:url(images/left_btm.gif) no-repeat bottom;
	font-size:1px;
	height:10px;
	overflow:hidden;
}
/* MENU */
#menu_bg{
	background:url(images/menu_bg.gif) repeat-y;
}
#menu{
	background:url(images/menu.jpg) no-repeat;
}
#menu ul{
	background:url(images/menu_btm.gif) no-repeat bottom;
	padding:40px 0 30px 0;
	width:200px;
}
#menu ul ul{
	background:#D4D3C3;
	border-top:1px solid #ADAC95;
	border-bottom:1px solid #ADAC95;
	margin:0 4px 0 8px;
	padding:0;
	width:auto;
}
#menu ul ul ul{
	background:transparent;
	border:0;
}
#menu li{
	padding:0.2em 0;
}
#menu li li{
	padding-left:10px;
}
#menu a, #menu span{
	color:#111;
	display:block;
	padding:0 16px 0 38px;
	text-decoration:none;
}
#menu span{
	text-decoration:underline;
}
#menu a:hover{
	color:#677E01;
	text-decoration:underline;
}

/* CONTENT */
#content{
	background:url(images/content.jpg) no-repeat;
	float:left;
	width:588px;
}
#info{
	position:relative;
	width:588px;
}
#navi{
	color:#677E01;
	font-size:88%;
	letter-spacing:1px;
	margin:0 17px;
	padding:1em 0;
	width:455px;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:9px;
	padding-right:14px;
}
#navi li.last{
	background:transparent;
	margin:0;
	padding:0;
}
#navi a{
	color:#677E01;
}
#language{
	height:16px;
	position:absolute;
	right:10px;
	top:14px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	background:url(images/right.gif) no-repeat;
	float:left;
	overflow:hidden;
	padding-bottom:9px;
	width:200px;
}

/* BOXES */
.leftbox, .rightbox{
	background:url(images/dividor.gif) no-repeat bottom left;
	width:196px;
}
.leftbox{
	background-position:bottom right;
	margin-left:4px;
}

/* FOOTER */
#footer{
	background:#4B7100 url(images/footer.gif) no-repeat;
	font-size:88%;
	margin-left:4px;
	width:980px;
}
#footer_bg{
	background:url(images/footer_bg.gif) no-repeat bottom right;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer a{
	color:#FFF1A3;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	background:url(images/footer_lft.gif) repeat-y;
	float:left;
	padding:10px 0;
	width:490px;
}
#footer_right{
	text-align:right;
	width:470px;
}
/* CLASSES */
.cleaner{
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
}
#c_cl{
	background:url(images/cleaner.gif) no-repeat;
	height:3px;
}
#f_cl{
	background:url(images/f_cleaner.gif) no-repeat;
	height:5px;
	font-size:1px;
	overflow:hidden;
	width:988px;
}
.errmsg{
	margin-bottom:10px;
	color:Red;
	text-align:center;
}

/* LOGIN */
#login{
	background:#E6E6E6;
	font:80% Arial, Verdana, sans-serif;
	margin:30px auto;
	padding:15px 0;
}
#login table{
	border-collapse:collapse;
	margin:0 auto;
	text-align:left;
	width:350px;
}
#login td{
	padding:3px 0;
}
#login label{
	display:block;
	font-weight:bold;
	margin-right:5px;
	text-align:right;
}
#login input{
	width:180px;
}
#login .btn{
	text-align:left;
}
#login .btn input{
	width:auto;
}
.status_info{
	background:url(images/info_ico.gif) no-repeat 8px 8px;
	width:450px;
	font-weight:bold;
	margin:15px auto;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
}
.status_error{
	background:url(images/error_ico.gif) no-repeat 8px 8px;
	width:450px;
	font-weight:bold;
	margin:15px auto;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}
#print_show{
	position:absolute;
	right:18px;
	top:38px;
}

