html { margin: 0; padding: 0 }
body {
	width:100%;
	min-width:1000px;
    font-family:Montserrat,Arial,Verdana,sans-serif; 
	font-size:13px;
	background-color:#eeeeee;
	color:#111111;
	margin:0 auto 0 auto; padding:0;
}

#allpage { 
	height:900px; width:1000px; 
	margin:0 auto 0 auto; padding:0px; 
	background-color:#000000; 
}
#headblack { background-color:#000000; }
#headblock {
	background-image:url("ico/logogf14.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:100%; height:300px;
}
#logooly { padding:60px 0px 0px 40px; }

#textblock { 
	padding:10px 20px 40px 20px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#cccccc;
	color:#406bc9;
}
#textblock div { 
	margin-top:10px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
}
#menublock {
	position:absolute;
	top:380px;
	width:200px;
	padding-top:10px;
}
#index_menu {
	clear:both;
	padding-top:5px;
	margin:0;
	height:500px; 
	z-index:2;
}
#showblock {
	margin:0 142px; padding: 0px;
	width:715px; 
	height:456px;
	z-index:1;
}	
#videoblock{
	margin: 25px auto 0 auto; padding: 0px;
	width:490px; height:279px;
}

#footerblock {
	margin-top:-100px;
	width:1000px;
	text-align:center;
	color:#eeeeee;
	font-size:14px;
}
#footerleft { float:left; margin:0px 0px 0px 20px; text-align:left;}
#footerleft span { font-size:18px; }
#footerright { float:right; margin:0px 20px 0px 0px; text-align:left;}
#footerright a { text-decoration:none; cursor:pointer; color:#406bc9; }
#footercenter { position:relative; padding-top:20px; font-size:10px; }

/*  Menu index */
.jqueryslidemenu{ background-color:#000000; width:100%; }
.jqueryslidemenu ul{ margin:0; padding:0; list-style-type:none; }
.jqueryslidemenu ul li a{
	display:block; 
	background-color:#406bc9; color:#eeeeee;
	padding: 3px 21px;
	border: 1px solid #666666;
	text-decoration:none;
}
.jqueryslidemenu ul li a:link { color:#ffffff; }
.jqueryslidemenu ul li a:visited{ color:#ffffff; }
.jqueryslidemenu ul li a:hover{ background:#ea3426; color:#ffffff; }
.jqueryslidemenu ul li ul{ margin-left:20px; visibility: hidden; }
.jqueryslidemenu ul li ul li{ display: list-item; }
.jqueryslidemenu ul li ul li ul{ top: 0; padding-left:10px; }
.jqueryslidemenu ul li ul li a{ 
	width:180px; margin:0; padding:3px; border-bottom:1px solid gray;
}
.jqueryslidemenuz ul li ul li a:hover{ background:#2f4b90; color:#ea3426; }
.downarrowclass{ top: 12px; padding-left: 85px; }
	
/* Slide show */

#slideshow {list-style:none; color:#fff; font:21px Verdana,Arial}
#slideshow span {display:none}
#wrapper {width:490px; margin:0 auto; display:none; margin: -12px 0 0 0}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:490px; height:279px; background:#fff}
#information {position:absolute; bottom:0; width:490px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information h3 a:link, #information h3 a:visited{ color:#ffffff; }
#information p {padding:0 8px 8px}
#image {width:490px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:285px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:285px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}

.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:61px; background:url(images/scroll-left.gif) center center no-repeat}
#slideleft:hover {float:left; width:20px; height:61px; background:url(images/scroll-left_on.gif) center center no-repeat}
#slideright {float:right; width:20px; height:61px; background:url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {float:right; width:20px; height:61px; background:url(images/scroll-right_on.gif) center center no-repeat}
#slidearea {float:left; position:relative; width:440px; margin-left:5px; height:61px; overflow:hidden}
#slider {position:absolute; left:0; height:61px}
#slider img {cursor:pointer;}

