﻿body { background: #5CBAD6 url(../img/body_bg.jpg) top center repeat-x; }

.left-side {
	float: left;
	display: inline;
	width: 395px;
	margin: 25px 0 0 33px;
	position: relative;
	z-index: 100;
}

.left-side p {
	margin-top: 10px;
	line-height: 13px;
	color: #1c4169;
}

.right-side {
	background: url(../img/bg_right_side.png) no-repeat top left;
	float: right;
	display: inline;
	width: 517px;
	height: 285px;
	margin-top: 10px;
	position: relative;
}

.right-side .blog {
	height:78px;
	left:83px;
	position:absolute;
	top:95px;
	width:90px;
}

.right-side .facebook {
	position: absolute;
	top: 200px;
	left: 185px;
	width: 156px;
	height: 57px;
}

.right-side iframe {
	position: absolute;
	top: 223px;
	left: 383px;
}

.facebook img, .facebook span { width: 180px !important; height: 88px; }


/*.footer,
.footer .copy a,
.footer .copy a:visited,
.footer .copy a:active,
.footer .service a,
.footer .service a:visited,
.footer .service a:active {
	color: #fff;
}*/

.footer-container {
	background: url(../img/bg_footer_container_hp.png) repeat-x 0 33px;
}
.footer {
	background: url(../img/bg_footer_hp.png) no-repeat top center;
	padding-left: 30px;
	padding-right: 30px;
}

.twitter-box {
	position: absolute;
	top: 40px;
	right: 70px;
}
.twitter-box li {
	position: relative;
	width: 217px;
	overflow: hidden;
	color: #285281;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.twitter-box li a,
.twitter-box li a:visited,
.twitter-box li a:active {
	color: #c5295f;
}

.twitter-box span {
	color: #6c929e;
	font-size: 10px;
	display: block;
	padding-top: 5px;
}

.twitter-box .jcarousel-container,
.twitter-box .jcarousel-clip,
.twitter-box .jcarousel-list,
.twitter-box li,
.twitter-box { height: 75px; }

.twitter-box,
.twitter-box .jcarousel-clip {
	width: 217px;
}

.twitter-box .jcarousel-next,
.twitter-box .jcarousel-prev {
	width: 34px;
	height: 34px;
	position: absolute;
	background-image: url(../img/hp_carousel_arrows.png);
	background-repeat: no-repeat;
	background-position: top left;
	top: 30px;
	cursor: pointer;
}
.twitter-box .jcarousel-prev {
	left: -47px;
	background-position: 0 0;
}
.twitter-box div:hover.jcarousel-prev {
	background-position: 0 -68px;
}
.twitter-box .jcarousel-prev-disabled {
	background-position: 0 -136px;
	cursor: default;
}
.twitter-box div:hover.jcarousel-prev-disabled {
	background-position: 0 -136px !important;
}

.twitter-box .jcarousel-next {
	right: -43px;
	background-position: 0 -34px;
}
.twitter-box div:hover.jcarousel-next {
	background-position: 0 -102px;
}
.twitter-box .jcarousel-next-disabled {
	background-position: 0 -170px;
	cursor: default;
}
.twitter-box div:hover.jcarousel-next-disabled {
	background-position: 0 -170px !important;
}