@charset "UTF-8";

/* Classes for the home page */
body {
	margin: 0px;
	padding: 0px;
}

.menuRed {
	display: inline;
	padding: 5px;
	width: 50px;
	z-index:inherit;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menuRed a:link {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.menuRed a:hover {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menuRed a:active {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.menuRed a:visited {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}

#menuBlack a:link {
	color: #000000;
	text-decoration: none;
}
#menuBlack a:hover {
	color: #CC3300;
	text-decoration: none;
}
#menuBlack a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#menuBlack a:visited {
	color: #CC3300;
	text-decoration: none;
}




/* Classes for the pages loading with Ajax*/
.picture {
	float:left; 
	display:inline; 
	margin-left:30px; 
	top:30px; 
	height:370px; 
	position:relative; 
	/*background-color:#FFFFFF;*/
}

.descText {
	font: 18px "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	color: #444444; 
	width:auto; 
	margin-left:30px; 
	top:30px; 
	height:370px;
}

#contentSub {
	display:inline; 
	width:auto; 
	right:50px; 
	left:50px; 
	height:430px; 
	background-color:#993300; 
	position:absolute;
	border-left:dotted thin #CCCCCC;
	border-right:dotted thin #FFFFFF;
	overflow:hidden;
	padding-top:10px;
}

#contentSub img {
    border:0px;	
}

#contentSub form {
	margin-top:5px;
}

#contentSub input {
	margin-top:5px;
}

#contentSub a:link, #contentSub a:active, #contentSub a:visited {
	color:#fff;
	text-decoration:none;
}
#contentSub a:hover {
	color:#CCC;
	text-decoration:underline;
}

#leftArrow {
display:inline; width:50px; left:0px; top:0px; padding-top:185px; height:430px; position:absolute;overflow:hidden;text-align:center;color: #CCCCCC;
}

#leftArrow:hover, #rightArrow:hover {
background-color: #CC6600;
color: #fff;
cursor:pointer;
}

#rightArrow {
display:inline; width:50px; right:0px; top:0px; padding-top:185px; height:430px; position:absolute;text-align:center;color: #CCCCCC;
}

.title {
	display: block;
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	text-decoration: none;
}
.maintext {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}

/* SUBMENU - TOP MENU WITH THUMBNAILS */
#submenu {
	width:800px;
	height:45px;
	position: absolute;
	left: 0px;
	top: 9px;
	overflow:hidden;
	margin-left:15px;
	display:block;
	z-index:7;
}
#submenu img {
	border: 1px dotted #cc3300;
	width:40;
	height:40;
}
#submenu img:hover {
	border: 1px solid #993300;
}
.submenu_list
{
	padding: 0px 0 0px 0px;
	font: 0.9em "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	margin: 0px;
}
.submenu_list ul, .submenu_list li
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.submenu_list a:link, .submenu_list a:visited
{
float: left;
line-height: 14px;
margin: 0 4px 0px 4px;
text-decoration: none;
color: #F8E15E;
}
.submenu_list a:link#text_current, .submenu_list a:visited#text_current, .submenu_list a:hover
{
	background: transparent;
	color: #FFFF99;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
/* SUBMENU - TOP MENU WITH THUMBNAILS - end */
.text
{
	padding: 0px 0 0px 0px;
	font: 0.9em "Lucida Grande", "Lucida Sans", "Lucida Sans Std", Helvetica, sans-serif;
	margin: 27px 0px 0px 10px;
	height:30px;
	float:left;
	position:relative;
	z-index:7;
}

