
body{
	margin:0;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background: url(../images/bg.png) repeat 0px 0px; 
}

a {
	text-decoration:  none;
	color: #000000;
	border: 0px;
}
 
a:hover {
	text-decoration:  underline;
	color: #000000;
	border: 0px;
}
 
img {
	border: 0px;
}

table {
	font-size: 12px;
}

#gradient{
	background: url(../images/bg-top.png) repeat-x 0px 0px;
	min-height: 405px;
}

#logo{
	top: 115px;
	left: 25px;
	width: 75px;
	height: 126px;
	z-index: 20;
	position: absolute;
	background: url(../images/logo.png) no-repeat !important;
	background: transparent;
}

#alcasoft{
	top: 115px;
	left: 100px;
	width: 308px;
	height: 86px;
	z-index: 20;
	position: absolute;
	background: url(../images/alcasoft.png) no-repeat !important;
	background: transparent;
}

#wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: white;
}

#header {
	height: 202px; 
	width: 800px; 
	margin: 0px;
	text-align: right;
	background: url(../images/header.jpg) no-repeat 0px 0px;
}

#lang_selection {
	padding: 4px;
}

#menu {
	height: 23px;
	font-size: 14px;
	padding-left: 70px;
	padding-top:4px;
	text-align: left; 
	background: url(../images/menu.png) repeat-x 0px 0px;
}

#menu img {
	margin-left: 50px;
	margin-right: 50px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px; 
}

#menu a:hover {
	text-decoration: none;
	color: rgb(244,169,78);
	font-size: 14px; 
}

#content{
	text-align: left;
	padding: 15px;
	font-size: 13px;
	min-height: 200px;
	z-index: -100;
}

#shadow_t_l {
	height: 15px;
	background: url(../images/shadow_tl.png) 0px 0px no-repeat;
	position: relative;
}

#shadow_t_c {
	height: 15px;
	background: url(../images/shadow_tc.png) 0px 0px repeat-x;
	position: relative;
}

#shadow_t_r {
	height: 15px;
	background: url(../images/shadow_tr.png) 100% 0px no-repeat;
	position: relative;
	overflow: hidden;
}

#shadow_m_lt {
	background: url(../images/shadow_mlt.png) 0 0 no-repeat;
	position: relative;
	padding-left: 15px;
}

#shadow_m_lc {
	background: url(../images/shadow_mlc.png) 0 0 repeat-y;
	position: relative;
}

#shadow_m_rt {
	background: url(../images/shadow_mrt.png) 100% 0 no-repeat;
	position: relative;
	padding-right: 15px;
}

#shadow_m_rc{
	background: url(../images/shadow_mrc.png) 100% 0 repeat-y;
	position: relative;
}

#shadow_b_l {
	height: 15px;
	background: url(../images/shadow_bl.png) 0px 0px no-repeat;
	position: relative;
}

#shadow_b_c {
	height: 15px;
	background: url(../images/shadow_bc.png) 0px 0px repeat-x;
	position: relative;
}

#shadow_b_r {
	height: 15px;
	background: url(../images/shadow_br.png) 100% 0px no-repeat;
	position: relative;
	overflow: hidden;
}

#footer {
	font-size: 9px;
	color: rgb(237,149,52);
	text-align: center;
}

#footer a{
	font-size: 9px;
	font-weight: normal;
	color: rgb(237,149,52);
}

.description {
	padding: 10px;
	padding-top: 5px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	margin-left: 0px;
	color: rgb(143,87,72);
}

h1 a{
	text-decoration: none;
	color: rgb(143,87,72);
}

h1 a:hover {
	text-decoration: none;
	color: rgb(239,158,76);
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: rgb(143,87,72);
}

h2 a{
	text-decoration: none;
	color: rgb(143,87,72);
}

h2 a:hover {
	text-decoration: none;
	color: rgb(239,158,76);
}

.contact {
	padding: 10px;
	padding-left: 5px;
	padding-bottom: 25px;
	vertical-align: middle;
}

.contact img{
	padding: 1px;
	vertical-align: middle;
}



