@charset "utf-8";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Document */

input.textbox {
	width:220px;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

body {
	background-color:#a90e21;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	float:left;
	display:inline;
	width:950px;
	height:112px;
	margin-top:8px;
}

#logo {
	float:left;
	display:inline;
	width:401px;
	height:112px;
}

#nav {
	float:right;
	display:inline;
	width:470px;
	height:50px;
	margin-top:53px;
	color: #6c6c6c;
}

#main-content {
	float:left;
	display:inline;
	width:950px;
	min-height:480px;
	height:auto !important;
	height:480px;
	background-color:#FFFFFF;
}

#left-Column {
	float:left;
	display:inline;
	width:300px;
	padding:30px 15px 20px 30px;
}

#right-Column {
	float:left;
	display:inline;
	width:550px;
	padding:30px 20px 20px 15px;
}

#right-Column-alternate {
	float:right;
	display:inline;
	width:550px;
	padding:30px 20px 20px 15px;
}

#wide-content {
	float:left;
	display:inline;
	padding:20px 30px 20px 30px;
	width:890px;
}

#footer {
	float:left;
	display:inline;
	width:950px;
	padding: 10px 0;
}

.btn-holder {
	float: left;
	display: inline;
	width: 183px;
}

/*////////////////////////////////TEXT STYLING*/

h3, .highlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 22px;
	margin:14px 0;
	color:#a90e21;
}

.highlight {
	font-weight:bold;
}

h3 a {
	color:#6c6c6c;
}

hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	margin-top:14px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 18px;
	color:#6c6c6c;
}

p.small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height: 16px;
	color:#6c6c6c;
}

p a {
	color:#6c6c6c;
	font-weight:bold;
}

p.changeColour {
	color:#a90e21;
	font-weight:bold;
}

p.footer-text {
	color:#ffffff;
}

p.footer-text a {
	color:#ffffff;
	font-weight:bold;
}

a.main-nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:0 2px;
}

a:hover.main-nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6c6c6c;
	text-decoration:none;
}

.footer-text, .footer-text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
}

btn-holder {
	
}

/*/////// CHRISTMAS COUNTER  ///////*/

#cc-outer {
	float: left;
	display: inline;
	width: 210px;
	height: 120px;
}

#cc-date {
	float: left;
	display: inline;
	width: 58px;
	height: 42px;
	background-image: url(../images/cc-counterbg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 12px;
}

#cc-rhs {
	float: left;
	display: inline;
	width: 133px;
	height: 73px;
}

.cc-style {
	border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #db4d41;
	width: 55px;
	height: 45px;
	text-align:center;
	font-weight: bold;
	background: none;
}

.btn-row {
	float:left;
	display:inline;
	width:550px;
	padding:20px 0 0 0;
}
