@charset "utf-8";
body {
	background-color: #efefef;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.home_bg {
	background-attachment: scroll;
	background-image: url(slice/h1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 70px;
}
a.menulink:visited, a.menulink:link, a.menulink:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 30px;
}
a.menulink:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #822675;
	text-decoration: none;
	text-transform: uppercase;
}
a.menulink2:visited, a.menulink2:link, a.menulink2:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #FFF;
	line-height: 24px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
a.menulink2:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #ffb11a;
	line-height: 24px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
a.menulink3:visited, a.menulink3:link, a.menulink3:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 30px;
}
a.menulink3:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #900;
	text-decoration: none;
	text-transform: uppercase;
}
a.readmorelink:visited, a.readmorelink:link, a.readmorelink:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
a.readmorelink:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FED700;
	text-decoration: none;
}
.menudot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(images/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menudot2 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(images/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.text_lang {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #999;
}
.text_call {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #FFF;
	line-height: 24px;
}
.text_red {
	color: #F00;
	font-size: 18px;
}
.text_white {
	color: #FFF;
	font-size: 18px;
}
.text_yellow {
	color: #FC0;
	font-size: 26px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	color: #3C3C3C;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #ba077e;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #ba077e;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	color: #ba077e;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*---------------------------------------------------------------------- */

/* HEADER */
#header { height:418px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* NAVIGATION */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("../bg_img/headerbg.png"); }
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("../bg_img/logo.png"); background-position:top left; background-repeat:no-repeat; }

/* SEARCH */
#search { background-color:#051733; float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }

/* MENU */
#menu { position:relative; top:85px; }
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; font-weight:bold; padding-right:20px; }
#menu ul li a:hover { text-decoration:underline; }

/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:74px; }
#firstline { background-image:url("../bg_img/textbg.png"); color:#333; font-size:40px; padding:4px 13px 7px; float:left; display:block; }
#secondline { background-image:url("../bg_img/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:60px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../bg_img/btn_back.png"); }
#next { background-image:url("../bg_img/btn_next.png"); }
#control { background-image:url("../bg_img/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:10px; margin:0 auto; width:950px; }
#headernav { padding-left:864px; }
#logom9 { position:relative; margin:0 auto; width:950px; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }
