@font-face {
    font-family: 'eurostilemedium';
    src: url('/Content/Themes/base/eurostile-webfont.eot');
    src: url('/Content/Themes/base/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Themes/base/eurostile-webfont.woff') format('woff'),
         url('/Content/Themes/base/eurostile-webfont.ttf') format('truetype'),
         url('/Content/Themes/base/eurostile-webfont.svg#eurostilemedium') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'eurostileextendedtwo';
    src: url('/Content/Themes/base/eurostile-extendedtwo-webfont.eot');
    src: url('/Content/Themes/base/eurostile-extendedtwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Themes/base/eurostile-extendedtwo-webfont.woff') format('woff'),
         url('/Content/Themes/base/eurostile-extendedtwo-webfont.ttf') format('truetype'),
         url('/Content/Themes/base/eurostile-extendedtwo-webfont.svg#eurostileextendedtwo') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	/*background-color:#000000 !important;
	color:#FFFFFF;*/
	text-align:left;
	background-image: url(/Images/_generic/backgrounds/background_repeat.gif) !important;
	font:14px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#5c5c5c;
	background-image:url(../images/background_repeat.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-size:auto;
}

h1 {color:#ffffff; font-family: 'eurostileextendedtwo'; font-size:30px; font-weight:100; text-transform:uppercase;} 
h2 {color:#ffcc00; font-family: 'eurostileextendedtwo'; font-size:28px; padding-bottom:10px; font-weight:100; text-transform:uppercase;}

a {border: 0px;}
a img  {border: none;}  

.current {color:#ffcc00!important;}

.logo {padding-top: 15px; float:left; width:300px;}

.page {margin-left:auto; margin-right:auto; width:960px;}
.page_title {float:left; padding-bottom:10px; padding-top: 10px;}

.content {width:900px; margin-top:18px; padding:30px; background-color:#272727;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);}
	
.sites {width:600px; float:right; text-align:right; text-transform:uppercase;}
.sites a {color:#ffffff; text-decoration:none; padding-left:5px; padding-right:5px;}
.sites a:hover {color:#ffcc00;}

nav {position:absolute; z-index:1000}
nav ul ul {display: none;}
nav ul li:hover > ul {display: block;}
nav ul {
	background: rgba(255,255,255,1);/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(150,150,150,1)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 100%); /* IE 10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(150,150,150,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#969696', GradientType=0 );/* IE6-9 */
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-family: 'eurostilemedium';
	font-size:14px;
	color:#000000;}
nav ul:after {clear: both; display: block;}
nav ul li {float: left; border-right: 1px solid #000000;}
nav ul li:hover {background:#000000; }
nav ul li a {display: block; padding: 10px 20px;color: #272727; text-decoration: none;font-family: 'eurostilemedium';}

nav ul li a:hover {color:#ffcc00!important;}
nav ul li.active a {display: block; padding: 10px 20px;color: #ffcc00; text-decoration: none;background-color:#272727;}
nav ul ul {background: #000000; border-radius: 0px; padding: 0;position: absolute; top: 100%;}
nav ul ul li {float: none; position: relative; line-height:10px;}
nav ul ul li a {padding: 10px 20px;color: #fff;}	
nav ul ul li a:hover {background: #272727; color:#ffcc00;}
nav ul ul ul {position: absolute; left: 100%; top:0;}

/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  text-transform:uppercase;
}
#cssmenu ul,
li {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {

  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
  border-bottom:1px dotted #ffffff;
background-color: #ffcc00;
}

#cssmenu ul ul li a {
background-color: #ffcc00;
color:#272727;
}

#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 0;
  left: 100%;
}
#cssmenu ul li {
  float: none;
}
/* Custom Stuff */
#cssmenu {
width:196px;
}

#cssmenu span,
#cssmenu a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color:#000000;
}
#cssmenu span,
#cssmenu a:hover {
  color:#ffffff;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu ul,
#cssmenu li {
  width: 100%;
  list-style:none; border-bottom:1px dotted #272727; color:#272727; line-height:18px;
}
#cssmenu li {

}
#cssmenu li:hover {
  color:#ffffff; background-color:#272727;
}
#cssmenu a {
  text-decoration:none; display:block; padding-left:5px;
}
#cssmenu ul ul {
  width: 200px;

}
#cssmenu ul ul li {
  background: #272727;
}
#cssmenu ul ul li:hover {
  background: #dddddd;
}
#cssmenu ul ul li:hover a {
  color: #AE0001;
}
#cssmenu ul ul li ul li {
  background: #dddddd;
}
#cssmenu ul ul li ul li:hover {
  background: #b7b7b7;
}




.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:28px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;}
.button:active {position:relative; top:1px;}

.menu_right {float:right; padding-top:12px;font-family: 'eurostilemedium'; font-size:14px;}
.menu_right a {color:#FFFFFF; text-decoration:none;}
.menu_right  a:hover {color:#ffcc00;}
.telephone {margin-top:10px; color:#ffcc00;}

.side_menu {background-color:#ffcc00;width:196px;border:1px solid #ffffff; padding:5px; float:left; margin-right: 12px; height:388px; color:#272727; font-size:0.9em;}
.side_menu h3 {font-family: 'eurostilemedium'; font-size:1.1em; margin:0px; text-transform:uppercase; padding:0px;}
	
.image_slider{background-color:#ffcc00; float:left; width:670px; height:400px;}

.featured {border-bottom:2px dotted #595858; padding-bottom:20px; margin-bottom:20px;}	
.featured_box {width:216px; margin-right:12px; float:left;}
.featured_box_last {width:216px; float:left;}

.featured_title {padding:5px; margin-bottom:5px; height:20px; font-weight:600; }

.yellow {
	-moz-box-shadow:inset 0px 1px 4px 1px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 4px 1px #f9eca0;
	box-shadow:inset 0px 1px 4px 1px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	border-bottom-left-radius:0px; color:#272727;}
	
.yellow:hover {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;}

.green {
-moz-box-shadow:inset 0px 1px 4px 1px #dbff0d;
	-webkit-box-shadow:inset 0px 1px 4px 1px #dbff0d;
	box-shadow:inset 0px 1px 4px 1px #dbff0d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aac704), color-stop(1, #8ba300) );
	background:-moz-linear-gradient( center top, #aac704 5%, #8ba300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac704', endColorstr='#8ba300');
	background-color:#aac704; color:#FFFFFF;}

.green:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ba300), color-stop(1, #aac704) );
	background:-moz-linear-gradient( center top, #8ba300 5%, #aac704 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ba300', endColorstr='#aac704');
	background-color:#8ba300;color:#FFFFFF;}

.purple {	-moz-box-shadow:inset 0px 1px 4px 1px #bc8cff;
	-webkit-box-shadow:inset 0px 1px 4px 1px #bc8cff;
	box-shadow:inset 0px 1px 4px 1px #bc8cff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #925ee0), color-stop(1, #653d9e) );
	background:-moz-linear-gradient( center top, #925ee0 5%, #653d9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#925ee0', endColorstr='#653d9e');
	background-color:#925ee0;color:#FFFFFF;}
.purple:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #653d9e), color-stop(1, #925ee0) );
	background:-moz-linear-gradient( center top, #653d9e 5%, #925ee0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#653d9e', endColorstr='#925ee0');
	background-color:#653d9e; color:#FFFFFF;}

.blue {-moz-box-shadow:inset 0px 1px 4px 1px #a3e3ff;
	-webkit-box-shadow:inset 0px 1px 4px 1px #a3e3ff;
	box-shadow:inset 0px 1px 4px 1px #a3e3ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c97b0), color-stop(1, #2b647d) );
	background:-moz-linear-gradient( center top, #5c97b0 5%, #2b647d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c97b0', endColorstr='#2b647d');
	background-color:#5c97b0; color:#FFFFFF;}
.blue:hover {	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b647d), color-stop(1, #5c97b0) );
	background:-moz-linear-gradient( center top, #2b647d 5%, #5c97b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b647d', endColorstr='#5c97b0');
	background-color:#2b647d; color:#FFFFFF;}

.pink {-moz-box-shadow:inset 0px 1px 4px 1px #bc8cff;
	-webkit-box-shadow:inset 0px 1px 4px 1px #bc8cff;
	box-shadow:inset 0px 1px 4px 1px #bc8cff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8b40a4), color-stop(1, #632b75) );
	background:-moz-linear-gradient( center top, #8b40a4 5%, #632b75 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b40a4', endColorstr='#632b75');
	background-color:#8b40a4;color:#FFFFFF;}
.pink:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #632b75), color-stop(1, #8b40a4) );
	background:-moz-linear-gradient( center top, #632b75 5%, #8b40a4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#632b75', endColorstr='#8b40a4');
	background-color:#632b75; color:#FFFFFF;}

.no_underline {text-decoration:none;}

.featured h3 {
	font-family: 'eurostilemedium';
	font-size: 1em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-transform:uppercase;
	margin:0px;
	font-weight:900;
	padding-left:3px;
	padding-top: 2px;
	}
.featured h2 {
	font-family: 'eurostileextendedtwo';
	font-size: 1.2em;
	font-weight:900;
	}
	
.featured_image {
	border:1px solid #ffffff;
	width:214px;
	height:140px;
	}
.featured_text {
	color:#ffffff;
	margin-top:10px;
	}
	
.footer {
	margin-left:auto; 
	margin-right:auto; 
	width:900px; 
	color:#cccccc; 
	margin-top:20px; 
	padding:30px; 
	background-color:#272727; 
	font-size:14px; 
	border:1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,1);}
	
.footer a {text-decoration:none; color:#cccccc;}
.footer a:hover {color:#ffcc00;}
.footer h3 {font-family: 'eurostileextendedtwo'; font-size: 1em; font-weight: 900; text-transform:uppercase; color:#ffcc00; margin:0px;}
.footer li {list-style:none; color:#606060;margin-left: -40px; line-height:20px;}
.footer li a {color:#FFFFFF;}
.footer_column {border-right: 2px dotted #595858; width:214px; margin-right:12px; float:left; height:180px;}
.footer_column_last {width:215px; float:left;}

.sub_footer {margin-left:auto; margin-right:auto; width:960px; color:#ffffff; margin-top:10px; font-size:11px; margin-bottom:30px; height:30px;}
.sub_footer_right {float:right; width:200px; text-align:right;}
.sub_footer_right a {color:#ffcc00; text-transform:uppercase; text-decoration:none;}
.sub_footer_right a:hover {color:#ffffff;}
.sub_footer_left {float:left; width:700px;}
.sub_footer_left a {color:#ffffff; text-decoration:none; padding-left:5px; padding-right: 5px;}
.sub_footer_left a:hover {color:#ffcc00;}


.slider {
    margin-left:120px;
    text-align:center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    width:660px
}

.slider
a {
    border-bottom: none;
    color: #ffd62c;
    margin: 0;
}

.slider a:hover {
    background-color: #222;
    color: #fff;
}

.slider .slide a:hover {
    background: none;
}

.slider .slides_prev,
.slider
.slides_next {
    background: #222 url(/Images/_generic/icons/icons.png) -26px -45px no-repeat;
    border-bottom: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    bottom: 14px;
    height: 23px;
    width: 23px;
    z-index: 10;
}

.slider
.slides_prev {
    background-position: -67px -45px;
    right: 38px;
}

.slider .slides_prev:hover {
    background-color: #ffd62c;
    background-position: -86px -45px;
}

.slider
.slides_next {
    right: 10px;
}

.slider .slides_next:hover {
    background-color: #ffd62c;
    background-position: -46px -45px;
}

.slider
.pagination {
    position: absolute;
    bottom: 1px;
    right: 72px;
    z-index: 10;
}

.slider .pagination
li {
    float: left;
    margin-right: 5px;
}

.slider .pagination
a {
    background: transparent url(/Images/_generic/icons/icons.png) -13px -45px no-repeat;
    border-bottom: none;
    display: block;
    height: 11px;
    width: 11px;
    text-indent: -999em;
}

.slider .pagination a:hover,
.slider .pagination .current
a {
    background-position: 0 -45px;
}

.slider-desc {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 15px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 100;
}

.slider-desc h2 {
    margin: 0px;
	line-height:28px;
	font-size:22px;
}

.slider-desc p {
    margin: 0px;
}

.slider-desc a {
	text-decoration:none;
}


.slider-desc span,
.slider-desc
em {
    color: #ffd62c
}
.page-template-template-home-php
.slider {
    margin-bottom: 0;
    float: left;
    height: 400px;
    width: 670px
}
.page-template-template-home-php .slider
img {
    height: 400px
}

.page-template-template-home-php .slider+.entry-content {
    width: 220px;
    float: right
}

#search {
}

#search input[type="text"] {
    background: url(/Images/_generic/icons/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:160px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    background: url(/Images/_generic/icons/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

/*****************************************************************/
/*** BREAD CRUMB TRAIL *******************************************/
/*****************************************************************/

.breadcrumbContainer
{	
	clear:both;
	border-collapse:collapse;
	font-size:11px;
	width:900px;
		
	margin:5px auto 5px auto;
	padding:0px 20px 0px 20px;


	/* Background color and gradients */
    border: 1px solid #ffffff;
}

.breadcrumbContainer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	height: 20px;
}

.breadcrumbContainer ul li
{
	float: left;
	line-height: 20px;
	height: 20px;
	overflow:hidden;	
}


.breadcrumbContainer ul li a
{
	margin: 0px;
	font-size:11px;
	text-decoration: none;
	font-weight:700;
	padding: 3px 15px 3px 19px;
	_padding: 0px 15px 0px 19px;
	line-height: 20px;
	height: 20px;
    color:#ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.breadcrumbs
{
    line-height: 20px;
    height: 20px;
    margin: 0px;
	font-size:11px;
	text-decoration: none;
	font-weight:700;
	padding: 3px 15px 3px 19px;
	_padding: 0px 15px 0px 19px;
	line-height: 20px;
	height: 20px;
}

.breadcrumbs li 
{
    background-image: url("/Images/cituninguk/menus/breadcrumb.png");
    background-repeat: no-repeat; 
    background-position: right -90px; 
    font-size:11px;
    color:#ffcc00;
	padding-left:3px !important;
	padding-right:15px !important;
    text-align:left;
	float:left;
}

.breadcrumbs li a
{
    margin: 0px;
	padding:0px;
    color:#ffffff;
    width:auto;
    text-shadow: 1px 1px 1px #000000;
}

.breadcrumbs ul li a:hover { color:#ffffff; }

.sitemap ul li
{
    background-image: none !important;
    background-repeat: no-repeat !important; 
    font-size:11px;
    color:#ffffff;
	padding-left:3px !important;
	padding-right:5px !important;
    text-align:left;
}

.ItemCount {color:#ffcc00;}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
color:#ffcc33;
	text-decoration:none;
}

blockquote {
margin:1em;
padding:.5em .5em .5em 85px;
background-color:#D7ECF8;
}

blockquote p {
margin:.2em;
color:#000000;
}

hr {
margin-bottom:20px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

td.desc {
padding:4px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
}

#postHeader {
	margin:0 auto;
	padding:1.2em 10px .6em 10px;
	width:728px;
	text-align:right;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-transform:uppercase;
	background-color: #000000;
}

#centerColumn { 	
    margin:0 auto;
    padding:1em;
    width:720px;
    text-align:left;
    vertical-align: middle;	
    background-color:#000000;
}

#rightColumn { 	

    text-align:left;
    /*border: 1px solid red;*/
}

#centerColumn h2 {
margin:5 0 -.5em 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
}

#centerColumn h3 {
	margin:0 0 -.5em 0;
	padding:.75em 0 0 0;
	font-size:0.8em;
	font-weight:lighter;
	letter-spacing:0.1em;
	color: #91C100;
}

#navbar {
	margin:-1em -1em 0 -1em; /* Mozzila attributes */
	padding:1em 0 1em 0 !important; /* IE specific attributes */
	padding:1em 0 0 0;
	background-color:#cccccc;
	background-image: url(/Images/_generic/menus/menu5.gif);
	background-repeat: no-repeat;
}

#navbar ul {
margin:0 0 -1em .3em !important;
margin:.3em 0 0 .3em;
padding:0 0 1em 0;
list-style:none;
background-color:#cccccc;
}

#navbar li {
margin:0 0 0 -.27em;
padding:.2em 0 .2em 0 !important;
padding:1em 0 1em 0;
list-style:none;
display:inline;
background-color:#cccccc;
}

#navbar li a {
margin:0 0 0 0;
padding:1em .5em 1em .5em !important;
padding:1em .5em 0 .5em;
}

#header {
	margin:0 -1em 0 -1em;
	padding:0 0 0 0;
	height:400px;
	border-top:1px solid #ffffff;
	background-image: url(/Images/primaracing/backgrounds/header_v3.jpg);
	background-color: #000000;
}

#header_sml {
	margin:0 -1em 0 -1em;
	padding:0 0 0 0;
	height:180px;
	border-top:1px solid #ffffff;
	background-image: url(/Images/primaracing/backgrounds/header_v3sml.jpg);
	background-color: #000000;
}

#header_cituning {
	margin:0 -1em 0 -1em;
	padding:0 0 0 0;
	height:400px;
	border-top:1px solid #ffffff;
	/*
    File not found
	background-image: url(https://www.cituningltd.com/images/common_new/header_v4.jpg);
    */
	background-color: #000000;
}


#header h1 {
margin:0 0 -14px 10px;
padding:10px 0 0 .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
font-weight:lighter;
letter-spacing:0.15em;
color:#000000;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 30px;
font-size:3em;
font-weight:300;
letter-spacing:0.1em;
color:#000000;
}

#cell_1 {
	margin:0 5px 1em 0;
	padding:4px 8px 8px 8px;
	float:left;
	width:210px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell1_v2.gif);
	background-repeat: no-repeat;
	height: 270px;
}

#cell_2 {
	margin:0 14px 1em 14px;
	padding:8px;
	float:left;
	width:210px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell2_v2.gif);
	background-repeat: no-repeat;
	height: 120px;
}

#cell_2b {
	margin:0 14px 1em 14px;
	padding:8px;
	float:left;
	width:210px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell3_v2.gif);
	background-repeat: no-repeat;
	height: 120px;
}

#cell_3 {
	margin:0 0 1em 5px;
	padding:8px;
	float:left;
	width:210px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell4_v2.gif);
	background-repeat: no-repeat;
	height: 120px;
}

#cell_3b {
	margin:0 0 1em 5px;
	padding:8px;
	float:left;
	width:210px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell5_v2.gif);
	background-repeat: no-repeat;
	height: 120px;
}

#cell_1 p, #cell_2 p, #cell_3 p, #cell_2b p, #cell_3b p, #cell_body p {
font-size:0.75em;
color:#FFFFFF;
}

#cell_1 h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

#cell_2 h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

#cell_3 h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

#cell_2b h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

#cell_3b h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

#cell_body h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.news em {
font-size:.8em;
color:#000000;
}

#cell_1 ul.news, #cell_2 ul.news, #cell_3 ul.news, #cell_2b ul.news, #cell_3b ul.news, #cell_body ul.news {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
}

#cell_1 li.news, #cell_2 li.news, #cell_3 li.news, #cell_2b li.news, #cell_3b li.news, #cell_body li.news {
margin:0 0 .3em 0;
padding:5px 0 6px 10px;
font-size:.75em;
}

#cell_1 ul, #cell_2 ul, #cell_3 ul, #cell_2b ul, #cell_3b ul, #cell_body ul {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
}

#cell_1 li, #cell_2 li, #cell_3 li, #cell_2b li, #cell_3b li, #cell_body li {
margin:0 0 .3em 0;
padding:5px 0 6px 5px;
font-size:.75em;
}

#box_1 {
	margin:0 5px 2em 0;
	padding:0px 8px 8px 8px;
	float:left;
	width:150px;
	background-color:#222222;
	background-image: url(https://www.cituningltd.com/images/common_new/backgrounds/box1_v2.gif);
	background-repeat: no-repeat;
	height: 105px;
}

#box_2 {
	margin:0 7px 2em 14px;
	padding:0px 8px 8px 8px;
	float:left;
	width:150px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/box2_v2.gif);
	background-repeat: no-repeat;
	height: 105px;
}

#box_3 {
	margin:0 14px 2em 7px;
	padding:0px 8px 8px 8px;
	float:left;
	width:150px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/box3_v2.gif);
	background-repeat: no-repeat;
	height: 105px;
}

#box_4 {
	margin:0 0 2em 7px;
	padding:0px 8px 8px 8px;
	float:left;
	width:142px;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/box4_v2.gif);
	background-repeat: no-repeat;
	height: 105px;
}

#box_1 p, #box_2 p, #box_3 p, #box_4 p {
font-size:0.75em;
color:#FFFFFF;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:1em;
} 

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
margin:0 0 0 0px;
padding:0 0 0 0;
list-style:none;
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
margin:0 0 .3em 0;
padding:5px 0 0 0px;
font-size:0.8em;
}

#footer {
	position:relative;
	clear:both;
	bottom:0px;
	margin:5em 0 0 0;
	padding:0;
	height:4.5em;
	line-height:4em;
	text-align:center;
	font-size:0.7em;
	background-color:#000000;
	color: #FFFFFF;
}
#cell_body {
	margin:0 5px 1em 0;
	padding:4px 8px 8px 8px;
	float:left;
	width:700px;
	background-repeat: no-repeat;
	font-size: 1em;
}

.table_bar {
	/* padding:8px 0px 0px 8px;
	background-repeat: repeat-x;
	height: 30px;
	color: #000000;
	background-image: url(/Images/primaracing/backgrounds/yellow_bar.gif);
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color:#222222;
	*/
	color:#000000;
	font-family: 'eurostileextendedtwo';
	font-size:18px;
	padding-bottom:10px;
	font-weight:100;
	
	-moz-box-shadow: inset 0px 1px 4px 1px #f9eca0;
-webkit-box-shadow: inset 0px 1px 4px 1px #f9eca0;
box-shadow: inset 0px 1px 4px 1px #f9eca0;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
background: -moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
background-color: #f0c911;
border-bottom-left-radius: 0px;

}
.table_desc {
	padding:0px 8px 8px 8px;
	height: 40px;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.detail_title {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 8px;
}

.detail_body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 8px;
}

.detail_boold {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 8px;
}
.main_title {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	
}

.sub_title {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	
}
.sub_title_sml {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
.table_bar_red {
	padding:8px;
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
	/*
    File Not Found
	background-image: url(../red_bar.jpg);
    */
	vertical-align: top;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color:#222222;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
}
.table_blank {
	padding:4px 0px 0px 8px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#000000;
}
.table_body {
	padding:0px 8px 4px 8px;
	color: #000000;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#222222;
}
.construction_title {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/*VERSION 2.0 STYLES*/

#searchBox 
{
    border: 1px solid #ffcc33;    
    height:27px;
    width:300px;
    background-color:#000000;
    padding-right:5px;
    
}

.NavMenu 
{
    text-align:left; 
    color:#ffffff;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#000000;
    border:1px solid black;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-border-radius:5px;
    border-radius:5px;
    border-color:1px solid #ffffff;
}

#cell_navigation {
	margin:0 5px 1em 0;
	float:left;
	width:100%;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell1_v2.gif);
	background-repeat: no-repeat;
	/*height: 350px;*/
	z-index:-1; /*Content to be behind*/
}
#cell_navigation a, a:link a:hover {
	font-size:12px;
}

#cell_filter {
	margin:0 5px 1em 0;
	float:left;
	width:100%;
	background-color:#222222;
	background-image: url(/Images/primaracing/backgrounds/cell_filter.png);
	background-repeat: no-repeat;
	height: 200px;
	z-index:-1; /*Content to be behind*/
}

/*****************************************************************/
/*** BREAD CRUMB TRAIL *******************************************/
/*****************************************************************/

.breadcrumbContainer
{	
	clear:both;
	border-collapse:collapse;
	font-size:11px;
	width:900px;
		
	margin:5px auto 5px auto;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
    background: #ffcc33;
    border: 1px solid #ffffff;
}

.breadcrumbContainer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	height: 20px;
}

.breadcrumbContainer ul li
{
	float: left;
	line-height: 20px;
	height: 20px;
	overflow:hidden;	
}


.breadcrumbContainer ul li a
{
	margin: 0px;
	font-size:11px;
	text-decoration: none;
	font-weight:700;
	padding: 3px 15px 3px 19px;
	_padding: 0px 15px 0px 19px;
	line-height: 20px;
	height: 20px;
    color:#ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.breadcrumbs
{
    line-height: 20px;
    height: 20px;
    margin: 0px;
	font-size:11px;
	text-decoration: none;
	font-weight:700;
	padding: 0px;
	
	_padding: 0px 15px 0px 19px;
	line-height: 20px;
	height: 20px;
}

.breadcrumbs li 
{
    background-image: url("/Images/primaracing/menus/breadcrumb.png");
    background-repeat: no-repeat; 
    background-position: right -90px; 
    font-size:11px;
	padding-left:3px !important;
	padding-right:5px !important;
    text-align:left;
}

.breadcrumbs li a
{
    margin: 0px;
	padding:0px;
    color:#ffffff;
    width:auto;
    text-shadow: 1px 1px 1px #000000;
}

.breadcrumbs ul li a:hover { color:#ffffff; }

.sitemap ul li
{
    background-image: none !important;
    background-repeat: no-repeat !important; 
    font-size:11px;
    color:#ffffff;
	padding-left:3px !important;
	padding-right:5px !important;
    text-align:left;
}

.sitemap li a
{
    background-image: none !important;
    background-repeat: no-repeat !important; 
}
DIV.pager  
{
    float:right;
    text-align:right; 
    margin:2px;
    clear:none;
}

DIV.pager A  
{
    color: #FFCC33; 
    text-decoration: none;
    border: 1px solid #FFCC33;
    margin: 2px; 
    padding: 2px;
}

DIV.pager A:hover, DIV.pager A.selected
{ 
    background-color: #FFCC33; 
    color: #ffffff;
    border: 1px solid #FFCC33;
    margin: 2px; 
    padding: 2px;
}
    
input[type="checkbox"] {
width: 20px;height: 15px;
}