/* GENERAL */
body{
	background-color: #000000;
	background-image: url('../images/page-bg.png');
	margin: 0px;
}
body, div, td, .form-text, .form-button, .form-select, .form-textarea{
	color: #4D391A;
	font-family: Georgia, Trebuchet MS, Verdana;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
td{
	vertical-align: top;
}
hr{
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
	height: 1px;
}
img{
	border: 0px;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.image-1{
	margin: 10px;
	border: 1px solid #DDDDDD;
}
.image-2{
	margin: 10px;
}



/* TABLES */
.table-services-title{
	background-color: #FCB013;
	border: 1px solid #CB9819;
}
.table-services-header{
	background-color: #FBDC5F;
	border: 1px solid #F3A715;
}
.table-services-name, .table-services-price{
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
}
.table-services-name{
	width: 99%;
}
.table-services-price{
	white-space: nowrap;
	width: 1%;
}
.table-services-name, .table-services-price, .table-services-header, .table-services-title{
	border-right: 0;
	border-bottom: 0;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
td.hover, tr.hover{
	background-color: #FF5F08;
}



/* TEXT-DECORATION */
.header-1{
	border-bottom: 4px solid #FCB013;
	font-size: 25px;
	margin-bottom: 15px;
}
.header-2{
	border-bottom: 3px solid #FF3300;
	font-size: 20px;
	margin-bottom: 15px;
}



/* LINKS */
a{
	color: #4D391A;
	text-decoration: underline;
}
a:hover{
	color: #F9B62C;
	text-decoration: underline;
}
a.menu{
	color: #4D391A;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover{
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
a.menu-2{
	color: #4D391A;
	text-decoration: none;
}
a.menu-2:hover{
	color: #FF9933;
	text-decoration: none;
}



/* FORMS */
.form-text, .form-textarea{
	color: #777777;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.form-button{
	background-color: #F9B62C;
	border: 1px solid #E18B1C;
	padding: 5px;
}
.form-textarea{
	overflow: auto;
}