@charset "utf-8";
/* CSS Document */
/*
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Kingsthings
 * @vendorurl:  http://www.kingthingsfonts.co.uk/
 * @licenseurl: http://www.fontsquirrel.com/license/Kingthings-Printingkit
 *
 *
 */

@font-face {
	font-family: 'Kingthings Printingkit Regular';
	src: url('/fonts/Kingthings_Printingkit.eot');
	src: local('Kingthings Printingkit Regular'), local('KingthingsPrintingkit-Regular'), url('/fonts/Kingthings_Printingkit.ttf') format('truetype');
}

html, body {
	padding:0;
	margin:0;
	font:10px Arial, Helvetica, sans-serif;
	color:#424242;
	background-color:#0A0000;
	background-image:url(/skin/images/body-xmas-bg.gif);
	background-repeat:repeat;
	text-align:center;
}

object {
	display:block;
}


a img {
	border:none;
}



h1, h2, h3, h4, h5, h6, p, blockquote {
	margin:0;
	padding:0 0 1em 0;
}

ul, ol {
	margin-top:0;
	margin-bottom:1em;
	padding-top:0;
	padding-bottom:0;
}

h1 {
	color:#CC0000;
	font-family:'Kingthings Printingkit Regular', Arial, Helvetica, sans-serif;
	font-size:220%;
	line-height:130%;
}

h2 {
	color:#424242;
	font-size:130%;
	line-height:150%;
}

h3 {
	color:#424242;
	font-size:120%;
	line-height:150%;
}

h4 {
	font-size:100%;
}

h5 {
	font-size:100%;
}

h6 {
	font-size:100%;
}


form {
	padding:0;
	margin:0;
}

#enquiry {
	width:60%;
}

.error {
	color:#CC0000;
	font-weight:bold;
}

.hint {
	color:#009900;
	font-weight:bold;
}

.note {
	font-size:90%;
	color:#424242;
}

.clearboth {
	clear:both;
	height:0;
	font-size:0;
}

.float-right-img {
	float:right;
	padding:0;
	margin:15px 0 15px 15px;
}

.float-left-img {
	float:left;
	padding:0;
	margin:15px 15px 15px 0;
}

#wrapper_top {
	padding:0;
	margin:0;
}

#page_wrapper {
	padding:0;
	margin:0;
	background-image:url(/skin/images/page-wrapper-lrg-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

#nav_wrapper {
	clear:both;
	padding:0;
	margin:0;
	background-color:#CD131D;
	background-image:url(/skin/images/nav_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #990000;
	border-top:1px solid #FF5E5E;
	color:#FFF;
	font-weight:bold;
	height:auto;
}

#nav {
	padding:0;
	margin:0 auto;
	background-color:#CD131D;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:1000px;
	text-align:left;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	font-weight:bold;
	font-size:110%;
}

#nav ul, #nav li {
	padding:0;
	margin:0;
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a:link {
	display:block;
	color:#FFF;
	padding:12px 10px;
	text-decoration:none;
	border-left:1px solid #FF5E5E;
	border-right:1px solid #990000;
}

#nav li a:visited {
	display:block;
	color:#FFF;
	padding:12px 10px;
	text-decoration:none;
	border-left:1px solid #FF5E5E;
	border-right:1px solid #990000;
}

#nav li a:hover {
	display:block;
	padding:12px 10px;
	text-decoration:none;
	background-color:#990000;
	background-image:url(/skin/images/navhover-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #FF5E5E;
	border-right:1px solid #990000;
}

#nav li a.active {
	display:block;
	padding:12px 10px;
	text-decoration:none;
	background-color:#CD131D;
	background-image:url(/skin/images/nav_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #FF5E5E;
	border-right:1px solid #990000;
	font-weight:bold;
	color:#FFF;
}


#header-wrapper {
	padding:15px 0;
	margin:0;
}

#header, #header-slim {
	padding:0;
	margin:0 auto;
	width:994px;
	height:201px;
	text-align:left;
}

#header-ad {
	float:right;
}

#header-slim {
	height:108px;
}

#header-wrapper-mad {
	padding:0;
	margin:0 auto;
	height:224px;
	width:100%;
	background-color:#0A0200;
	background-image:url(/skin/images/head-1009-long.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#header {
	padding:58px 0 58px 370px;
	margin:0 auto;
	width:630px;
	height:108px;
	vertical-align:middle;
}


/* Content Wrapper */

.content_wrapper {
	margin:0 auto 20px;
	width:1000px;
	text-align:left;
	line-height:135%;
	padding:0;
	font-size:115%;
	background-color:#C00;
	background-image:url(/skin/images/content-wrapper-bg.png);
	background-repeat:repeat-y;
	background-position:left top;
	border:1px solid #3F3F3F;
	border-top:none;
}

.content_wrapper a:link {
	color:#900;
	text-decoration:none;
}

.content_wrapper a:visited {
	color:#900;
	text-decoration:none;
}

.content_wrapper a:hover {
	color:#A00;
	text-decoration:underline;
}

.content_wrapper a:active {
	color:#900;
	text-decoration:none;
}

.content_wrapper a.nou, a.nou:hover {
	border-bottom:none;
}

.content-wrapper-bottom {
	padding:0;
	margin:0;
	height:40px;
	width:1000px;
	background-image:url(/skin/images/content-wrapper-bottom-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}	

/* End of Content Wrapper */

/* Content panel */

.content {
	margin:0;
	padding:40px 13px;
	width:974px;
	background-image:url(/skin/images/content-wrapper-top-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.content .button-red-right {
	padding:4px;
	margin:0 0 15px 15px;
	background-color:#CD131D;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #666;
	color:#FFF;
	font-weight:bold;
}

.content .button-red-right a {
	color:#FFF;
	text-decoration:none;
}

.content .button-red-right a:hover {
	color:#FFF;
	text-decoration:underline;
}

.content table.advert-list {
	border:none;
	border-collapse:collapse;
	background-color:#FFFFFF;
}

.content table.advert-list td {
	border:1px dotted #999;
	padding:3px;
	margin:0;
	line-height:115%;
}

.content table.advert-list th {
	border:1px dotted #999;
	border-bottom:1px solid #999;
	padding:3px;
	margin:0;
	line-height:115%;
	background-image:url(/skin/images/blog-nav-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:normal;
}

/* End of Content panel */

/* Content boxes */

.box-619-wrapper {
	padding:0;
	margin:0;
	width:635px;
	background-color:#FFF;
	background-image:url(/skin/images/content-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.box-619 {
	padding:20px 27px 70px 27px;
	margin:0;
	width:581px;
	background-image:url(/skin/images/content-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
	
.box-619-top {
	padding:0;
	margin:0;
	height:20px;
	width:635px;
	background-image:url(/skin/images/content-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.box-335-wrapper {
	padding:0;
	margin:0;
	width:335px;
	background-color:#FFF;
	background-image:url(/skin/images/right-content-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.box-335 {
	padding:10px 5px 25px;
	margin:0;
	width:325px;
	text-align:center;
	background-image:url(/skin/images/right-content-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.box-335 h3.right-feed {
	padding:6px 0;
	margin:0 auto;
	width:301px;
	color:#FFF;
	background-color:#C4121C;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	font-weight:bold;
}

.box-335 h3.right-feed a {
	display:inline;
	color:#FFF;
	line-height:normal;
	text-decoration:none;
	border-bottom:none;
}

.box-335 h3.right-feed a:hover {
	text-decoration:underline;
}

.box-335 ul, .box-335 li {
	list-style:none;
	padding:0;
	margin:0;
}

.box-335 ul {
	margin:0 0 20px 0;
}

.box-335 li {
	text-align:left;
}

.box-335 li.rssItems a:link {
	display:block;
	width:285px;
	padding:2px 8px;
	margin:0 auto;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #CD131D;
	line-height:140%;
}

.box-335 li.rssItems a:visited {
	display:block;
	width:285px;
	padding:2px 8px;
	margin:0 auto;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #CD131D;
}

.box-335 li.rssItems a:hover {
	background-color:#DDDBDC;
	text-decoration:underline;
	border-bottom:1px solid #000;
}

.box-335 li.rssItems a:active {
	color:#000;
	text-decoration:none;
}


.box-335-top {
	padding:0;
	margin:0;
	height:20px;
	width:335px;
	background-image:url(/skin/images/right-content-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.full-content-wrapper {
	padding:0;
	margin:0;
	width:974px;
	background-color:#FFF;
	background-image:url(/skin/images/full-content-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.full-content {
	padding:20px 27px 75px 27px;
	margin:0;
	width:920px;
	background-image:url(/skin/images/full-content-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
	
.full-content-flat-bottom, .full-content-flat-bottom-centre {
	padding:10px 17px 30px 17px;
	margin:0;
	width:940px;
	background-image:url(/skin/images/full-content-flat-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.full-content-flat-bottom-centre {
	padding:10px 27px 30px 27px;
	width:920px;
}
	
.full-content-top {
	padding:0;
	margin:0;
	height:20px;
	width:974px;
	background-image:url(/skin/images/full-content-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.banner-wrapper {
	padding:0;
	margin:0 0 20px 0;
	width:974px;
	background-image:url(/skin/images/banner-bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.banner {
	padding:0 7px 7px 7px;
	margin:0;
	width:960px;
	height:260px;
	background-image:url(/skin/images/banner-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.banner-top {
	padding:0;
	margin:0;
	height:7px;
	width:974px;
	background-image:url(/skin/images/banner-top.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:0;
}

.box-226 {
	display:inline;
	padding:0;
	margin:0;
	background:none;
	width:226px;
}

.box-226-left {
	margin:0 12px 0 0;
	float:left;
}

.box-226-right {
	margin:0;
	float:right;
}

.box-226 h3 {
	padding:6px 8px;
	margin:0;
	color:#FFF;
	background-color:#C4121C;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	font-weight:bold;
}

.content_wrapper .box-226 h3 a {
	display:inline;
	color:#FFF;
	line-height:normal;
	text-decoration:none;
	border-bottom:none;
}

.content_wrapper .box-226 h3 a:hover {
	text-decoration:underline;
}

.box-226 p {
	padding:6px 8px;
	margin:0;
}	

.box-226 ul, .box-226 li {
	list-style:none;
	padding:0;
	margin:0;
}

.box-226 ul {
	margin:0 0 20px 0;
}

.box-226 li {
	line-height:140%;
}

.box-226 li.rssItems a:link {
	display:block;
	width:210px;
	padding:2px 8px;
	margin:0;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	border-bottom:1px solid #CD131D;
}

.box-226 li.rssItems a:visited {
	display:block;
	width:210px;
	padding:2px 8px;
	margin:0;
	color:#000;
	background-color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	border-bottom:1px solid #CD131D;
}

.box-226 li.rssItems a:hover {
	background-color:#DDDBDC;
	text-decoration:underline;
	border-bottom:1px solid #000;
}

.box-226 li.rssItems a:active {
	color:#000;
	text-decoration:none;
}

/* End of content boxes */
	
.float-left {
	float:left;
}

.float-right {
	float:right;
}
#footer-wrapper {
	padding:20px 0 0 0;
	background-color:#999;
	background-image:url(/skin/images/footer-bg.gif);
	background-repeat:repeat;
	border-top:1px solid #3F3F3F;
	border-bottom:1px solid #3F3F3F;
}
	
#footer {
	padding:20px;
	margin:0 auto;
	width:954px;
	color:#A6A6A6;
	line-height:130%;
	text-align:left;
	font-size:110%;
}

#footer h4 {
	font-size:115%;
}

#footer a:link {
	color:#FFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:active {
	color:#FFF;
	text-decoration:none;
}

#copyright {
	clear:both;
	padding:10px;
	margin:0;
	line-height:200%;
	text-align:center;
}

#copyright a:link {
	display:inline-block;
	color:#FFF;
	line-height: 1.2em;
	text-decoration:none;
	border-bottom:1px solid #e80000;
}

#copyright a:visited {
	display:inline-block;
	color:#FFF;
	line-height: 1.2em;
	text-decoration:none;
	border-bottom:1px solid #e80000;
}

#copyright a:hover {
	border-bottom:1px solid #FFF;
}

#copyright a:active {
	display:inline-block;
	color:#FFF;
	line-height: 1.2em;
	text-decoration:none;
	border-bottom:1px solid #e80000;
}

.box-228-left {
	display:inline;
	padding:0;
	margin:0 14px 0 0;
	float:left;
	background:none;
	width:228px;
}

.box-228-right {
	padding:0;
	margin:0;
	float:right;
	background:none;
	width:228px;
}

#footer .box-228-left, #footer .box-228-right {
	color:#FFF;
}

.cellgrey {
	border:1px solid #666666;
}

.cellred {
	border:4px solid #CC0000;
}

#feeds p.rssItems {
	padding:0;
	margin:0;
}

ul.newsList {
	list-style:none;
	padding:0;
	margin:0;
}

ul.newsList li {
	list-style:none;
	padding:0;
	margin:0;
}

li.rssFeed a {
	padding:3px 0 3px 20px;
	background-image:url(/cura/skin/images/rss.gif);
	background-position:center left;
	background-repeat:no-repeat;
	min-height:15px;
}

fieldset textarea {
    width:90%;
    font-size:86%;
    font-family: verdana, tahoma, sans-serif;
}
fieldset legend {
	color:#6699FF;
	padding:0 0 10px 0!important;
	margin:0!important;
	height:20px;
	vertical-align:top!important;
}

fieldset input, fieldset textarea, fieldset radio, fieldset checkbox, fieldset select {
	margin-bottom:1em;
}

fieldset {
	border:1px solid #E9E7E4;
	padding:10px;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	color:#2F2624;
	font-size:100%;
	font-weight:bold;
	background:none;
}

fieldset label, fieldset label.large {
	display:block;
	float:left;
	width:200px;
	text-align: right;
	line-height:160%;
	font-size:90%;
	margin-right:10px;
}

fieldset label.large {
    width:95%;
    text-align: left;
}

.video-wrapper {
	padding:20px 0;
	margin:5px 0;
}

#right-advertisements {
	width:301px;
	text-align:left;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	padding:0;
	margin:0 auto 15px;
}

#right-advertisements h4 {
	padding:0;
	margin:0;
	color:#999999;
	font-size:90%;
	text-align:center;
}

#promoimage {
	padding:0;
	margin:0;
	width:920px;
	height:260px;
	overflow:hidden;
}

#sidebar {
	text-align:left;
	width:300px;
}

#sidebar .widget {
	border:1px solid #999;
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
}

#sidebar .widget .widgettitle {
}

.box-335 #twitter_div {
	width:301px;
	padding:0;
	margin:0 auto;
}

#twitter_div h2 {
	padding:6px 8px;
	margin:0 0 4px 0;
	color:#FFF;
	background-color:#C4121C;
	background-image:url(/skin/images/nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	font-weight:bold;
}

ul#twitter_update_list {
	list-style:none;
	padding:0;
	margin:0;
}

ul#twitter_update_list li {
	list-style:none;
	padding:4px;
	margin:0 0 4px 0;
	border:1px solid #66CCCC;
	background-color:#E9F4F5;
}

.cura-caption-right {
float: right; border:1px dotted #CCC; padding:3px; margin:0 0 10px 10px; text-align:center;
}
.cura-caption-left {
float: left; border:1px dotted #CCC; padding:3px; margin:0 10px 10px 0; text-align:center;
}
.cura-caption {
border:1px dotted #CCC; padding:3px; margin:0 0 10px 0; text-align:center;
}

.centre-image-5 {
	padding:0 5px;
	margin:0;
}

.text-instructions {
	font-size:180%;
}

.text-number {
	color:#CC0000;
}

.text-number-big {
	font-size:250%;
	color:#CC0000;
}

.question {
	padding:10px;
	margin:10px 0;
	border:1px solid #CCC;
	width:75%;
}

.comp-terms {
	float:right;
	padding:5px 20px 20px 20px;
	margin:15px 0 15px 15px;
	width:258px;
	background-image:url(/skin/images/298-drop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:95%;
} 

.centre {
	text-align:center;
}

.group-links a {
	display:inline-block;
	padding:3px;
	margin:0;
}

ul.buttons {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	width:912px;
}

ul.buttons li {
	float:left;
	display:block;
	width:76px;
}

table.table-video-list {
	border:none;
	padding:0;
	margin:0;
	border-collapse:collapse;
	vertical-align:top;
}

table.table-video-list td {
	border-bottom:1px dotted #CCC;
	vertical-align:top;
	padding:5px 10px 5px 0;
}
