@charset "utf-8";
body {background-color: #FFFFFF;margin: 0px;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
ul {
	display: inline;
	list-style-image: url(img/point.png);
}
/*#header {position: relative;z-index: 1;}*/
#content {position: relative;top: -50px;z-index: 2;}
#content_shorter {position: relative;top: -267px;z-index: 2;}
#content_coming {position: relative;top: -330px;z-index: 2;}
.line {	background-color: #CCCCCC;}
/* -------------TEXT------------------ */
.txt-18pt-bold {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txt-18pt-bold-white {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.txt-des {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	border: 1px solid #E4E4E4;
	padding: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.txt-destitle {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
.txt-14pt-bold {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txt-10pt {
	font-size: 10px;
}
.txt-10pt-grey {
	font-size: 10px;
	color: #666666;
}
/* ------------- END TEXT------------------ */

/* -------------LINK------------------ */
a:link, a:active, a:visited {color:#666666; text-decoration: none;}
a:hover {
	color:#000;
	text-decoration: underline;
}

.link_black_title-txt{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.link_black_title a:link {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.link_black_title a:active{
	color: #999999;
	text-decoration: none;
}
.link_black_title a:visited{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.link_black_title a:hover{
	color: #000000;
	text-decoration: underline;
}

.link_black a:link {
	color: #666666;
	font-size: 10px;
}
.link_black a:active{
	color: #999999;
	text-decoration: none;
}
.link_black a:visited{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
.link_black a:hover{
	color: #000000;
	text-decoration: underline;
}

.link_footer a:link {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.link_footer a:active{
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
.link_footer a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.link_footer a:hover{
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

.link_paging a:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.link_paging a:active{
	color: #ffffff;
	text-decoration: none;
}
.link_paging a:visited{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.link_paging a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #666666;
}
/* ------------- END LINK------------------ */

.thumb_border_gallery {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px;
}
.thumb_border img{
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 3px;
}
.thumb_border:hover img{
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding: 3px;
}
.thumb_border:hover{
color: red; /* Dummy definition to overcome IE bug */
}
.footer-bg {
	background-image: url(img/bg-footer.png);
	background-repeat: no-repeat;
}
.page-shadow {
	float: left;
}
.table-border {
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 5px;
}
.table-border-indside {
	background-color: #F5F5F5;
	padding: 15px;
}
.list {
	float: left;
}
.gallery_thumb {
	float: left;
	padding: 2px;
}

/* --------------- form --------------- */
dl {clear:both;}
dt {float:left; text-align:left; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; line-height:25px; margin:0 0 10px 0;}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	color: #555;
	padding: 4px;
	width: 200px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .text-input2 {
	color: #555;
	padding: 2px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular select {
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	border: 1px solid #AAA;
	padding: 4px;
	text-decoration: none;
	cursor:pointer;
	background-color: #D4D0C8;
}
.subLine {
	border: 1px solid #CCCCCC;
	margin: 10px;
	position: relative;
}
