@charset "utf-8";
@import "reset.css";
body {
	font:10px Ubuntu, Calibri, Trebuchet, "Trebuchet MS", sans-serif;
	letter-spacing:.2em;
	background:url("../images/bgTop.jpg") repeat-x #bab1ac;
	text-align: center;
	font-weight:700;
	text-transform:uppercase;
	color: #000000;
}
#bgTop {
	background:#bab1ac;
	position:absolute;
	left:50%;
	width:100%;
	height:122px;
}
#container {
	background: #959595;
	position:relative;
	left:-5%;
	width: 600px;
	height:760px;
	margin: 0 auto;
	text-align: left;
}
#container_02 {
	background: #959595;
	position:relative;
	left:-5%;
	width: 600px;
	height:870px;
	margin: 0 auto;
	text-align: left;
}
.type01 #container {
	background: #959595;
	position:relative;
	left:-5%;
	width: 600px;
	height:600px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height:108px;
	background: #595758;
	padding: 0 10px 0 20px;
}
#header #venzVess {
	position:relative;
	top:80px;
	height:25px;
	width:230px;
	background:url("../images/venzVess.jpg") no-repeat;
}
#header h1 {
	text-indent:-2500px;
	margin: 0;
	padding: 72px 0 0 0;
	font-size:2.5em;
	font-weight:bolder;
}
#navbar ul {
	height:14px;
	background:#fff;
}
#navbar ul li {
	position:relative;
	width:117px;
	display:inline-block;
	top:-2px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
}
#navbar ul li a {
	color:#959595;
}
#navbar ul li a:hover {
	color:#000000;
}
#navbar ul li a:active {
	color:#626262;
}
#sidebar1 {
	float: left;
	width: 107px;
	background: #959595;
	padding: 15px 10px 15px 10px;
}
#mainContent {
	margin: 0 0 0 108px;
	padding: 0;
	font-size:8px;
	letter-spacing:normal;
	word-spacing:1px;
	line-height:11px;
}
#mainContent a {
	font-size:14px;
}
.type01 #mainContent {
	margin:0;
	padding:0px 10px;
}
.type02 #mainContent {
	margin:0;
	padding:10px 10px;
	font-weight:bold;
}
#contactContainer {
	background:#959595;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 550px;
}
#contactForm {
	background:#959595;
	position: relative;
	float: left;
	overflow: hidden;
	font-size:12px;
	color:#fff;
	padding: 1em;
	text-align: left;
	line-height:18px;
}
#contactForm textarea {
	border:none;
	width:250px;

}
#contactForm input {
	border:none;
	width:250px;
	height:26px;
}
#contactForm input#submit {
	background:#959595;
	text-align:left;
	font-size:18px;
	color:#fff;
	width:250px;
	height:20px;
	float:left;
	border:none;
	cursor:pointer;
	display:block;
}
#contactForm input#submit:hover {
	color:#595758;

}
#footer {
	background: none;
	position:relative;
	left:-5%;
	width: 600px;
	height:20px;
	margin:auto;
	text-align: right;
	padding:3px 0;
}
.type02 #mainContent a {
	position:relative;
	top:122px;
	padding: 0 60px;
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
}
.type02 #mainContent a:hover {
	color:#000;
}
#footer p {
	margin-left:35%;
	padding: 0;
	font-size:8px;
	letter-spacing:.15em;
	color:#595758;
}
.rtCol {
	margin: 0 5px 0 155px;
}
.fltrt {
	float: right;
	margin-left: 0;
	text-align:right;
}
.fltlft {
	float: left;
	margin-right: -10px;
	text-align:left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
