h1.serv_uk {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing:1;
	color: #C70902;
}

.message {
	float:left; 
	display:block; 
	width: 320px; 
	height: 600px; 
	padding-right:40px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	

}

.message h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 30px;
	letter-spacing:1;
	color: #fff;
}

.message h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 30px;
	letter-spacing:1;
	color: #C70902;
}

.message h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 30px;
	letter-spacing:1;
	color: #fff;
}

.message h5,
.message h5 a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 3x;
	letter-spacing:1;
	color: #fff;
}

.message h5 a {
	text-decoration: none;
}


.message h5 a:hover {
	color: #C70902;
}


.message ul { 
	margin-left:20px;
	padding: 0;
}

.message ul li { 
	padding-left:10px;
	margin-left:0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

.container {
	float:left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight:normal;
}

.container a {
	text-decoration: none; 
}

.servTxt2 {
	float:left; 
	display:block; 
	width: 620px; 
	padding-top:10px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}

.servTxt2 h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing:0;
}

/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#000;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 120px;
	height: 400px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
	background: #000 url(../images/preloader.gif) no-repeat;
	background-position: 118px 237px;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwickshadow {
z-index: 10;
background: url(../images/service/kwickshadow.png) repeat-y;
position: absolute;
right: 0px;
height: 400px;
width: 27px;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	top:50px;
	right:0;
	float:right;
	position:absolute;
	color:#fff;
	width: 50px;
	height:35px;
	padding:5px 5px 5px 10px;
	font-size:11px;
	line-height:16px;
	background:#111;
	width: 80px;

	}
	
	.slide-minicaptiontitle {
		font-size:11px; 
		font-weight: bold;
		letter-spacing:0; 
		color:#fff; 
		display:block;
		line-height:16px;

	}
	
	.slidecaption {
	top:50px;
	right:0;
	float:right;
	position:absolute;
	color:#fff;
	padding:10px;
	font-size:12px;
	line-height:14px;
	background:#111;
	width: 300px;

	}
	
	.slidecaption a {color:#fff; }
	.slidecaption a:hover {text-decoration:none;}
	

.slidecaptiontitle {
	font-size:14px; letter-spacing:-1px; font-weight:bold; color:#fff; display:block;
	padding-bottom:5px;

}

	.slidecaptiontitle a {
		color:#fff;
		font-size:14px;
	}
	
	.slidecaptiontitle a:hover {
		color:#fff; text-decoration:none;
	}

