/***********/
/*  rules  */
/***********/


html, body {
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #bdbdbd;

}


/***********/
/*  menu   */
/***********/


#list-menu {
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/menu-arrow.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;

}

#list-menu ul {
	margin: 0px 10px 0px 20px; 
	padding: 0;
	list-style-type: none;
	border: 0px;

} 

#list-menu a {
	display: block;
	width: 130px;
	padding: 2px 0px 2px 0px;
	font-weight: normal;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;

}

#list-menu a:hover {
	background: #B2B6BE;
	color: #000000;

} 


/***********/
/* placing */
/***********/


.start {
	width: 790px;
	margin-left: auto;
	margin-right: auto;

}

.shadow-left {
	width: 790px;
	background-image: url(../img/shadow-left.gif);
	background-repeat: repeat-y;

}

.shadow-right {
	width: 790px;
	background-image: url(../img/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;

}

.shadow-bottom {
	width: 790px;
	background-image: url(../img/shadow-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;

}

.wrapper {
	width: 770px;
	margin-left: 10px;
	margin-right: auto;
	overflow: hidden;

}

.top {
	width: 770px;
	height: 98px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #031c6a;
		
}

.blue-bar {
	height: 14px;
	background-color: #4460a5;
	border-top: 1px solid #031c6a;
	border-bottom: 1px solid #031c6a;
	overflow: hidden;
	
}

.ventab {
	height: 14px;
	background-image: url(../img/ventab.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	overflow: hidden;
		
}

.body {
	width: 770px;
	background-color: #f7f7f7;
	background-image: url(../img/bar-upper-shadow.gif);
	background-repeat: repeat-x;

}

.menu-container {
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 12px;

}

.menu-start {
	width: 160px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/menu-start.gif);
	background-repeat: no-repeat;
	overflow: hidden;

}

.menu-body {
	width: 160px;
	background-color: #e8e8e8;
	background-image: url(../img/menu-body.gif);
	background-repeat: repeat-y;
	background-position: right;

}

.menu-end {
	width: 160px;
	height: 20px;
	clear: both;
	background-image: url(../img/menu-end.gif);
	background-repeat: no-repeat;

}

.menu-category {
	width: 150px;
	height: 20px;
	line-height: 19px;
	background-color: #f2f2f2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	overflow: hidden;

}

.info {
	width: 130px;
	margin: 20px 10px 0px 10px;
	text-align: center;	

}

.main {
	width: 590px;
	float: right;
	margin: 20px 15px 40px 5px;

}

.main-content {
	width: 558px;
	margin-top: 14px;
	margin-left: 16px;
	margin-right: 16px;
		
}

.lower-shadow {
	height: 11px;
	clear: both;
	background-image: url(../img/bar-lower-shadow.gif);
	background-repeat: repeat-x;
	overflow: hidden;
		
}

.legal {
	margin-bottom: 10px;
	text-align: center; 
	font-family: verdana, tahoma, arial;
	font-size: 9px;
	color: #757575;
		
}

.legal a {
	font-size: 9px;
	color: #757575;

}

.legal a:link { color: #757575; }

.legal a:visited { color: #757575; }

.legal a:hover { color: #627b99; }


/***********/
/*  forms  */
/***********/


.form-block {
	width: 315px;
	height: 250px;
	position: relative;
	float: right;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/form-block.gif);
	background-repeat: no-repeat;
	
}

.form-position {
	position: relative;
	margin-left: 50px;
	margin-top: 10px;
	
}

form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	letter-spacing: 1px;
	
}

form input { font-family: Tahoma, Verdana, sans-serif; color: black; font-size: 10px; background-image: url(bg.gif); border: 1px solid #999999; }

form textarea { font-family: Tahoma, Verdana, sans-serif; color: black; font-size: 10px; background-image: url(bg.gif); border: 1px solid #999999; padding: 10px 5px 5px 10px; }