@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial;
	font-size:12px;
	color:#656565;
	text-align: center;
	background-color: #FFFF00;
	background-image: none;
	background-repeat: no-repeat;
}
.holder, .container{margin: 0px auto;width: 960px;position:relative; }
a{color:#656565;text-decoration:underline;}	
a:hover{text-decoration:none;}	
#header{
	margin-top:20px;
	font-size:30px;
	color:#a5a5a5;
	border-bottom-style: none;
}

/** Carousel Styles **/
.containerCarousel{width: 960px;position:relative; margin-top:0px;min-height:450px;z-index:0;}

.level0,.reflection{
	width:122px;
	height:200px;
	position:absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.reflection{top:150px;left:0px; border:none; background:none;width:150px; height:50px;}

.small img{border:5px solid #d5d5d5;-moz-transition: all 0.5s ease-out 0s;}
.small:hover img{border:5px solid #CD5427;-moz-transition: all 0.5s ease-out 0s;}
.buttons{position:relative;clear:both;overflow:hidden;width:530px;padding-left:430px;margin:20px 0px 10px 0px;}
.prev{width:26px;height:26px;background:url("../images/previous.png") no-repeat 0 0;text-indent: -9999px; cursor:pointer;float:left;}
.next{width:26px;height:26px;background:url("../images/next.png") no-repeat 0 0;text-indent: -9999px; cursor:pointer;float:left;margin-left:10px;}
.play{width:26px;height:26px;background:url("../images/play.png") no-repeat 0 0;text-indent: -9999px; cursor:pointer;float:left;margin-left:10px;}
.onactive{width:26px;height:26px;background:url("../images/stop.png") no-repeat 0 0;text-indent: -9999px; cursor:pointer;float:left;margin-left:10px;}

.loaderOuter{
	width:100px;
	height:3px;
	margin:10px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.loader{
	width:0%;
	height:3px;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo{ position:absolute; width:135px; height:265px; top:150px; left:375px;z-index:1;}
.logoText{
	width:135px;
	height:265px;
	text-indent: -9999px;
	cursor:pointer;
	margin-top:50px;
	background-image: url(../images/gbplogo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.onactive{color:#F00 !important;}
.tooltip{width:100px; background:#CCC; border:1px solid #666; position:absolute; z-index:10000; display:none;padding:7px 3px;margin:0;}
.tooltipInner{color:#333; width:100%; text-align:center;padding:0px; margin:0;}
/** End Carousel Styles **/

#shadow{margin-top:-60px;}
#news{margin:30px 0px 20px 0px;color:#a5a5a5;font-size:20px;}
.row { clear:both; overflow:hidden;margin-top:0px;}
.hol { width: 220px; float: left;margin-right:26px;}
.last{margin:0px;}
.home-thumb img{border:5px solid #d5d5d5;}
.home-thumb img:hover{border:5px solid #a5a5a5;}
.home-post-title{font-size:16px;margin:10px 0px;color:#a5a5a5;}
#footer{border-top:1px solid #a5a5a5;padding-top:10px;margin-top:20px;clear:both; overflow:hidden;}
#copy{width: 300px; float: left;}
#social{width: 400px; float: right;text-align:right;}
#social ul{margin:0px;padding:0px;}
#social ul li{display:inline;margin-right:7px;}
