@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	color: #000000;
	background-repeat: 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;border-bottom:1px solid #a5a5a5;font-size:30px;color:#a5a5a5;}

/** Carousel Styles **/
.containerCarousel{width: 960px;position:relative; margin-top:0px;min-height:450px;z-index:0;}

.level0,.reflection{width:150px; height:150px; position:absolute; background:#999;}
.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-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 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; border:1px solid #ccc; margin:10px auto;}
.loader{ width:0%; height:3px; background:#555;}
.logo{
	position: absolute;
	width: 220px;
	height: 216px;
	top: 120px;
	left: 375px;
	z-index: 1;
}
.logoText{
	width: 220px;
	height: 216px;
	background: url("../img/logo.png") no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 10px;
}
.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;}
#inboundlinks {
	float: left;
	height: auto;
	width: auto;
}
