@charset "utf-8";

/* -------------------------- WIDTH -------------------------- */
#body, #menu-top, #footer, #main-container, #text-container, #index-text, #page-text{
	width: 754px;
}

/* -------------------------- BODY -------------------------- */

* {
	font-family: tahoma;
	font-size: 12px;
	text-align: left;
	color: #999;
}

ul {margin:0;padding:1em}



body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#body {
	margin: 10px auto;
	padding: 0px;
	background: #FFF;
}

/* ------------------------- HEADER -------------------------- */

#logo{
	height: 41px;
	margin: 0 0 4px 0;
}

#tail-index {
	display: none;
 	float: right;
	width: 358px;
}

/* ------------------------ CONTAINER ----------------------- */

#main-container {
	min-height: 400px;
	background-image:url(../images/background-main.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#main-index-container{
	height: 300px;
}

#text-container {
	float: left;
	padding: 30px 0 50px 20px;
}

/* ------------------------- FOOTER ------------------------- */

#footer {
	background-image: url(../images/footer-bottom.jpg);
	background-repeat: repeat-x;
	width: 754px;
	height: 35px;
	float: left;
}

#footer-text {
	float: left;
	text-align: right;
	width: 754px;
	margin-top: 10px;
}

/* ----------------------- HYPERLINKS ----------------------- */

#footer-text a{
	color: #ffa0cf;
	text-decoration:none;
}

#menu-index-item a, #menu-item a, #left-menu a{
	color: #666;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bolder;
}

#menu-item a:hover, #footer-text a:hover, #left-menu a:hover, #menu-index-item a:hover{
	text-decoration:underline;
	color: #333;
}

#menu-index-item a{
	margin-left: 20px;
}

/* -------------------------- MENU -------------------------- */

#menu{
	margin-left: 15px;
}

#menu-index-top {

	width: 754px;
	height: 244px;
	background-image:url(../images/index-header-bg.jpg);
	background-repeat:repeat-x;
}

#menu-index{
	margin: 0px 15px 0px 15px;
	padding-top: 15px;
	background-image:url(../images/tail-index.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#menu-top {
	height: 40px;
	background-image:url(../images/menu-top.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#menu-item{
	float: left;
	font-weight: bolder;
	margin: 11px 30px 11px 0;
}

#menu-index-item{
	margin: 10px 0px 11px 0;
	height: 25px;
	width: 410px;
	background-image:url(../images/border-bottom-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu-index-item.last {
	background: none;
}

/* ------------------------ LEFT MENU ------------------------ */

#left-menu{
	width: 150px;
	float: left;
}

#left-title{
	color: #FF99CC;
	font-weight: bolder;
	margin-left: 10px;
}


#line-gap{
	width: 150px;
	float: left;
	height: 1px;
}

#left-menu ul {
	float: left;
	width: 150px;
}

#left-menu li { /* all lists */
	font-size: 11px;
	list-style-image: url(../images/menu-button.jpg);
	width: 130px;
	list-style-position: inside;
	margin: 15px 0 15px 0px;
}

#left-menu a {
	margin: 15px 0 15px 0px;
}

#line-left, #line-right { 
	margin: 15px 0 15px 0;
}

#line-left{
	width: 140px;
	float: left;
	margin-left: 10px;
}

#line-right{
	width: 527px;
	float: right;
	margin-right: 13px;
}

#line-left div, #line-right div {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	}


/* -------------------------- TEXT -------------------------- */

#index-text {
	margin: 10px 0 30px 0px;
	font-weight: bolder;
	color: #FF99CC;
	line-height: 20px;
	text-align: center;
	float: right;
}

#contain {
	width: 734px;
	padding: 20px 0 0 20px;
}

#title {
	float: left;
	width: 740px;
}

#text {
	float: left;
	width: 304px;
	margin-left: 30px;
}


#text-full {
	width: 734px;
	margin: 10px 0 20px 0;
	text-align:center;
	float: left;
}

#text-colum, #text-colum-form {
	width: 340px;
	margin: 0 25px 5px 0;
	float: left;
}

#half{
	width: 170px;
	margin-bottom: 6px;
	float: left;
}

#message{
	width: 350px;
	margin-bottom: 6px;
}

#text-colum div{
	margin-bottom: 5px;
	text-align: justify;
}

#gap{
	height: 12px;
}

#title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bolder;
	text-decoration:underline;
	text-transform: uppercase;
}

#text div {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

.bold {
	font-weight: bolder;
}

.al-right {
	text-align: right;
}

#clear {
	clear: both;
}

#break, #nl-break {
	width: 754px;
	float: left;
}
#break{
	height: 10px;
}

/* ------------------------- IMAGES ------------------------- */
#image {
	width: 302px;
	float: left;
}

#index-images {
	width: 754px !important;
	width: 485px;
}

/* ------------------------- iFRAME ------------------------- */
#gallery {
	width: 734px;
	height: 515px;
	border: 0px;
}
