@charset "UTF-8";
/* CSS Document */


body {
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #F5F5F5;
	background-image: url(links/layout-images/curovis-bg-repeat.png);
	background-repeat: repeat-x;
	margin: 0;
}

/* element / tag selectors
------------------------------------------------------------*/

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}

a:link {
	color: #F63;
	text-decoration: none;
}
a:visited {
	color: #F63;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #222;
}

/* regional and layout
------------------------------------------------------------*/

.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.banner {
	height: 120px;
	width: 880px;
	margin-left: 40px;
}
.header {
	display: block;
	float: left;
	height: 150px;
	width: 720px;
}
.logo {
	display: block;
	float: right;
	margin-top: 30px;
}
.header-contacts {
	float: left;
	height: 40px;
	width: 200px;
	padding-left: 0px;
	padding-top: 20px;
}
.header-strapline {
	float: right;
	height: 45px;
	width: 680px;
	clear: right;
	color: #888;
	font-size: 120%;
	text-align: right;
	margin-top: 40px;
	font-weight: normal;
	padding: 0px;
}
.nav {
	display: block;
	float: left;
	height: 50px;
	width: auto;
	text-align: center;
	margin: 0px;
	clear: left;
	padding-top: 9px;
}

.content {
	clear: left;
	float: left;
	width: 880px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	overflow: hidden;
	background-color: #FFF;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 10px;
}
.footer {
	height: auto;
	width: 940px;
	clear: both;
	float: left;
	background-color: #222;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footernav {
	display: block;
	float: left;
	height: 38px;
	width: 960px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6F2FD;
	border-bottom-color: #E6F2FD;
	margin-bottom: 10px;
}
.column-960 {
	height: auto;
	width: 960px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.column-410 {
	height: auto;
	width: 410px;
	float: left;
	margin-right: 25px;
}
.column-390 {
	height: auto;
	width: 390px;
	float: left;
	margin-right: 25px;
}
.column-600 {
	height: auto;
	width: 600px;
	float: left;
	margin-right: 25px;
}
.column-210 {
	height: auto;
	width: 210px;
	float: left;
	padding: 0px;
	margin-right: 25px;
}
.boxed-410 {
	height: auto;
	width: 380px;
	float: left;
	background-color: #EEE;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 25px;
}
.radius-boxed {
	height: auto;
	width: auto;
	background-color: #EEE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.boxed-210 {
	height: auto;
	width: 190px;
	float: left;
	background-color: #EEE;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.columntop {
	height: auto;
	width: 190px;
	float: left;
	background-color: #323232;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.omega {
	margin-right: 0px;
	border-right-width: 0px;
	border-right-style: none;
}
.segment-1col {
	float: left;
	clear: right;
	width: 210px;
}
.segment-2col {
	float: left;
	clear: right;
	width: 445px;
}
.full-width-segment {
	float: left;
	clear: both;
	width: 860px;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.border-right-25 {
	margin-right: 12px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}
.padding-top-10 {
	padding-top: 10px;
}
.margin-top-30 {
	margin-top: 30px;
}
.key-points-highlighter {
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #F15A24;
	float: left;
	height: auto;
	width: 190px;
	margin-right: 25px;
}
.vertical-spacer-20 {
	margin-top: 20px;
}

/*----- Slider 
------------------------------------------------------------- */

.slider-container {
	width: 910px;
	height: 270px;
	background-image: url(links/layout-images/curovis-slider-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 10px;
	padding-left: 50px;
}
.slider-movie-overlay {
	width:270px;
	height:230px;
	color:#FFFFFF;
	position:absolute;
	top:0px;
	left:0px;
	background-attachment: scroll;
	background-image: url(links/layout-images/opaque-black-80.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.slider h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}
.slider p {
	color: #FFF;
}
.slider p a:link {
	color: #F15A24;
	text-decoration: none;
}
.slider p a:visited {
	color: #F15A24;
	text-decoration: none;
}
.slider p a:hover {
	color: #fff;
	text-decoration: none;
}

/* h1 styling
------------------------------------------------------------*/

h1 {
	color: #555;
	font-weight: bold;
	font-size: 200%;
}
h2 {
	color: #444;
	font-weight: bold;
	font-size: 140%;
	letter-spacing: -1px;
}
h3   {
	color: #F63;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: -0.5px;
}
h4 {
	color: #039;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: -1px;
}
h5 {
	color: #039;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: -0.5px;
}
h6 {
	color: #039;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: -0.5px;
}

/* miscellaneous float/clear classes
------------------------------------------------------------*/

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* primary navigation
------------------------------------------------------------*/

.nav ul li {
	display: inline;
	line-height: 31px;
	vertical-align: middle;
	font-size: 85%;
}
.nav li {
	color: #DDD;
	background-attachment: scroll;
	background-image: url(links/layout-images/nav-top-off.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 85px;
	float: left;
	margin-right: 20px;
}
.nav li a:link {
	color: #BBB;
	text-decoration: none;
}
.nav li a:visited {
	color: #DDD;
	text-decoration: none;
}
.nav li a:hover {
	color: #FFF;
	text-decoration: none;
}
.nav li.active a {
	color: #FFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(links/layout-images/nav-top-on.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 85px;
	float: left;
	margin-right: 20px;
}


/* text
------------------------------------------------------------*/

p {
	color: #555;
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 10px;
}
p a:link {
	color: #F63;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
p a:visited {
	color: #BBB;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
p a:hover {
	color: #F63;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
}
.contacts {
	color: #F15A24;
	font-size: 80%;
	line-height: 37px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contacts a:link {
	color: #FFF;
	text-decoration: none;
	border: none;
}
.contacts a:visited {
	color: #FFF;
	text-decoration: none;
	border: none;
}
.contacts a:hover {
	color: #F15A24;
	text-decoration: none;
	border: none;
}
.contacts span {
	color: #1B9AFC;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 120%;
}
.header-strapline span {
	color: #1B9AFC;
	font-size: 120%;
	padding-right: 5px;
	padding-left: 5px;
}
.bodylist ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bodylist li {
	list-style-image: none;
	list-style-type: none;
	color: #555;
	font-size: 80%;
	line-height: 20px;
	background-attachment: scroll;
	background-image: url(links/layout-images/bullet-arrow-one.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 5px;
	padding-left: 15px;
}
.bodylist li a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
.bodylist li a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
.bodylist li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	color: #000;
}

.bodyheading {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 10px;
	color: #60C;
}
.bodyrule {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BBB;
}
.bodylink {
}
}
.white  {
	font-size: 75%;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
}
.grey {
	font-size: 75%;
	padding-right: 0px;
	padding-left: 0px;
	color: #888;
}
.grey a:link {
	color: #fff;
}
.footerlogos {
	margin-top: 10px;
}
.signoff {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
}
.servicehead {
	font-size: 90%;
}
.smallcaps {
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
}
.colour {
	color: #FC9;
}
.box-background {
	background-color: #E6F2FD;
}

/* gallery
------------------------------------------------------------*/

.gallery {
	margin: 0;
	padding: 0;
}

.gallery a:link {
	border: 1px solid #039;
	padding: 4px;
	display: block;
	margin-bottom: 10px;
	background-color: #FFF;
	margin-left: 15px;
	margin-right: 0px;
}

.gallery a:visited {
}

.gallery a:hover {
	background-color: #039;
	border: 1px solid #039;
}


/* image thumbs
------------------------------------------------------------*/

.image-thb {
	margin: 0;
	padding: 0;
}

.image-thb a:link {
	border: 1px solid #F15A24;
	padding: 4px;
	display: block;
	background-color: #FFF;
	margin-bottom: 5px;
}

.image-thb a:visited {
	border: 1px solid #F15A24;
	padding: 4px;
	display: block;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.image-thb a:hover {
	background-color: #F15A24;
	border: 1px solid #FFF;
}

/* Form styles
------------------------------------------------------------*/


form {
	clear: both;
	float: left;
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	background-color: #FFF;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form fieldset legend {
	color: #FFF;
	font-size: 100%;
	background-color: #F15A24;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
form label {
	color: #F15A24;
	font-size: 90%;
	text-align: right;
	display: block;
	margin: 5px 0 0;
	padding: 0;
	width: 150px;
	float: left
}
form fieldset label:first-letter {
	text-decoration: none
}
form input, form textarea, select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.submit {
	margin-top: 10px;
	margin-left: 160px;
}
.small {
	font-size: 90%;
	margin-top: 10px;
	color: #89877A;
	text-align: center;
	margin-bottom: 5px;
}
.small-form {
	font-size: 90%;
	margin-top: 0px;
	color: #89877A;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.formcheckbox {
	font-size: 90%;
	color: #FFF;
	margin-left: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
