@charset "utf-8";
/* AYRSLEY SECONDARY CSS STYLES */

body { 
	background: transparent url(../media/images/bg_header-secondary.jpg) top left repeat-x;
}

/* HEADER */
.header {
	width: 1020px;
	height: 275px;
	position: relative;
}

/* LOGO */
.header .logo {
	position: absolute;
	top: 90px;
	left: 0;
	width: 204px;
	height: 106px;
	z-index: 8;
}
/* END OF LOGO */
/* END OF HEADER */

/* PAGE */
.page {
	width: 100%;
	margin: 15px 0 0 0;
}

/* AD */
/* LEFT COLUMN */
.left-column .ad {
	background: transparent url(../media/images/bg_side-bucket.png) bottom left no-repeat;
	width: 192px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0 0 11px 0;
}

.left-column .ad .inner p {
	width: 90%;
	margin: 0 auto 0 auto;
	font-size: 14px;
	color: #ceccbf;
}
/* END OF LEFT COLUMN */

/* RIGHT COLUMN */
.right-column {
	padding: 25px 0 0 0;
}
/* END OF RIGHT COLUMN */

/* COPY */
.right-column .service-copy {
	width: 300px;
	margin: 0 10px 20px 55px;
	float: left;
}

.right-column .service-copy h1 {
	color: #54a4dd;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.right-column .service-copy h2 {
	color: #54a4dd;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.right-column .service-copy h3 {
	color: #b4b1a4;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.right-column .service-copy p {
	color: #807f75;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	margin: 0 0 10px 0;
	width: 95%;
}	

.right-column .service-copy p span {
	color: #54a4dd;
}
/* END OF COPY */

/* SERVICES BUCKET */
.right-column .services-bucket {
	width: 396px;
	display: block;
	float: left;
	clear: right;
	border: 1px solid #e3e3e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 45px 0 0 0;
}

.right-column .services-bucket ul {
	list-style: none;
	position: relative;
	z-index: 1;
}

.right-column .services-bucket ul li {
	background-color: #5685b0;
	text-align: left;
	width: 125px;
	height: 47px;
	display: block;
	line-height: 47px;
	padding: 0 0 0 10px;
	cursor: pointer;
	border-bottom: 1px solid #5b91bd;
}

.right-column .services-bucket ul li.last {
	border-bottom: none;
}

.right-column .services-bucket ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

.right-column .services-bucket ul li.active, .right-column .services-bucket ul li.current {
	background-color: #c2baa8;
}

.right-column .services-bucket ul li.active ul li {
	background-color: #ffffff;
}

.right-column .services-bucket ul ul {
	position: absolute;
	top: 0;
	left: 135px;
	width: 260px;
}

.right-column .services-bucket ul ul li {
	background-color: #ffffff;
	width: 260px;
	color: #807f75;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	border-bottom: none;
	cursor: default;
}

.right-column .services-bucket ul ul li p {
	width: 85%;
	margin: 20px auto 0 auto;
}

.right-column .services-bucket ul ul li p a {
	font-size: 11px;
	color: #5685b0;
	text-decoration: none;
	font-weight: bold;
}

.right-column .services-bucket ul ul li p a:hover {
	text-decoration: underline;
}
/* END OF SERVICES BUCKET */

