﻿/*
kate i've put these in a comment block cos they wouldn't do anything without a selector, e.g. "body { ... }" or ".title_below { ... }"
font-family: 'Chivo', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	font-family: 'Chivo', sans-serif;
	font-size: 10px;
	font-color: #666;
	width: 960px;
	background-color: #FFF;
	text-decoration: none;
	bottom: inherit;
}

h2{
	color: #666;
}



a:hover {
	border-bottom: 1px dotted #9c9c9c;
}

.menu {
	font-family: 'Chivo', sans-serif;
	font-size:	24px;
	font-weight: 900;
	text-align:left;
	color: #333;
	text-decoration: none;
	margin-top:8px;
}
	
.title_below{
	font-family: 'Chivo', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-align: left;
	color: #333;
	text-decoration: none;
	}
	
.details_below{
	font-family: 'Chivo', sans-serif;
	font-size:	18px;
	text-align:left;
	color: #333;
	text-decoration: none;
	}
	
.small_print{
	font-family: 'Chivo', sans-serif;
	font-size:	14px;
	font-weight: 900;
	text-align:left;
	color: #CCC;
	}
.medium_print {
	font-family: 'Chivo', sans-serif;
	font-size:	16px;
	font-weight: 900;
	text-align:left;
	color: #999;
	}
.medium_print_colour_link {
    font-family: 'Chivo', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    color: #5EB9DF;
}
.medium_print p a {
}
.medium_print_dark {
	font-family: 'Chivo', sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	color: #333333;
}
.title_below .medium_print_dark {
}
.coob_carousel_wrap{
	position:absolute;
	left:0;
	top:125px;
	
}

.coob_carousel_wrap .overlayLeft, .coob_carousel_wrap .overlayRight{
	position:absolute;
	display:none;
	background-color:#FFF;
	z-index:110;
}

.coob_carousel_wrap .carousel_inner {

	float:left; /* important for inline positioning */
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: transparent;
}

.coob_carousel_wrap .carousel_ul {
	position:relative;
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	
}

.coob_carousel_wrap .carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	/* just styling bellow*/
	padding:0px;
	background: transparent;
	width:960px;
	clear:both;
	float:none;

}


.coob_carousel_wrap .prev, .coob_carousel_wrap .next{
	position:absolute;
	height:45px; 
	width:45px; 
	cursor: pointer;
	cursor: hand;
	z-index:120;
	display:none;
}
.coob_carousel_wrap .prev{
	background: url(../images/common/carousel_prev.png) no-repeat transparent;

	border:0;
}
.coob_carousel_wrap .prev:hover{
	background-position:0 -45px;
	border:0
}
.coob_carousel_wrap .next{
	background: url(../images/common/carousel_next.png) no-repeat transparent;
}
.coob_carousel_wrap .next:hover{
	background-position:0 -45px;
	border:0;
}
.coob_carousel_wrap .pagination{
	float:left;
	clear:both;
	margin-top:20px;
	position:relative;
}
.coob_carousel_wrap .pagination .but{
	width:10px;
	height:10px;
	height:10px;
	float:left;
	margin-right:5px;
	background-repeat:no-repeat;
}
.coob_carousel_wrap .pagination .unselected{
	background-image:url(../images/common/carousel_pagination.png)
}
.coob_carousel_wrap .pagination .selected{
	background-image:url(../images/common/carousel_pagination_selected.png)
}
.coob_carousel_wrap .pagination span{
	display:none
}
