body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}

p {
	padding: 0px 10px 10px 15px;
	text-align: justify;
}

ul li {
	list-style-image: url(/res/images/arrow_red_small.gif);
	list-style-position: outside;
}

a:link {
	color: #433CA9;
}

a:visited {
	color: #433CA9;
}

a:hover {
	color: #6698EC;
}

a:active {
	color: #433CA9;
}

/* header */
#header {
	background-color: #000000;
	height: 92px;
}

#header_logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
}

#header_fencetop {
	background: url(/res/images/splash_toptabs.gif) no-repeat 0px 0px;

	width: 540px;
	height: 36px;

	position: absolute;
	top: 56px;
	left: 176px;
}

#topnav {
	background: #FFFFFF url(/res/images/bg_topbar.gif) repeat;
	height: 25px;
}

#topnav_menu {
	width: 540px;
	height: 25px;
	margin-left: 176px;
}

.topnav_buttons {
	background-color: #FFFFFF;
	height: 25px;
	float: left;
}

#splash_midsection {
	background: #FFFFFF url(/res/images/splash_midsection.gif) repeat-x;
	height: 411px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 175px;
}

#midsection {
	background: #FDFDFD url(/res/images/bg_midsection.jpg) repeat-x;
	min-height: 356px;
	border-top: 1px solid #C0C0C0;
	margin: 0px;
	padding: 0px;
}

* html div.midsection {height: 356px}

#content {
	width: 544px;
	margin: 0px;
	padding: 0px;
}

.home_midsection {
	background: #FFFFFF url(/res/images/bg_midsection.gif) repeat-x;
	padding-left: 0px;
}

.silo_home {
	background-image: url(/res/images/bg_home_silo_vert.gif);
	width: 135px;
	height: 357px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.silo_home a:link {
	text-decoration: none;
	color: #333333;
	
}

.silo_home a:visited {
	text-decoration: none;
	color: #333333;
}

.silo_home a:hover {
	color: #3300CC;
	text-decoration: underline;
}

.silo_home a:active {
	text-decoration: none;
	color: #333333;
}

.midmenu_home {
	height: 25px;
}

.midmenu_buttons {
	background-color: #FFFFFF;
	height: 25px;
	float: left;
}

.base_home {
	background: #FFFFFF url(/res/images/bg_home_bottom.jpg) repeat-x top;
	padding-left: 172px;
	text-align: left;
}

.foot {
	font-size: 9px;
	text-align: left;
	padding-left: 175px;
}

.silo_sub {
	background: #FFFFFF url(/res/images/bg_mainwindow_subpage.jpg) repeat-x;
	width: 538px;
	float: left;
	margin-left: 2px;
	min-height: 360px;

	border-top-style: none;
	border-right: 1px solid #999999;
	border-bottom-style: none;
	border-left: 1px solid #999999;

	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

* html div.silo_sub {height: 360px}

.sub_midsection {
	background: #FFFFFF url(/res/images/bg_mainwindow_subpage.jpg) repeat-x;
	height: 411px;
}


/* Silo Styles 1 (blue) */

.silo1_heading {
	font-size: 22px;
	color: #4338A8;
	font-weight: bold;
	padding-top:0;
	padding-left: 15px;
}

.silo1_subheading {
	font-size: 18px;
	color: #4338A8;
	font-weight: bold;
	padding-left: 15px;
}

.silo1_bold {
	color: #4338A8;
	font-weight: bold;
	padding-left: 15px;
}



/* Silo Styles 2 (green) */

.silo2_heading {
	padding-top:0;
	font-size: 22px;
	color: #56A93C;
	font-weight: bold;
	padding-left: 15px;
}

.silo2_subheading {
	font-size: 18px;
	color: #56A93C;
	font-weight: bold;
	padding-left: 15px;
}
.silo2_bold {
	color: #56A93C;
	font-weight: bold;
	padding-left: 15px;
}


/* Silo Styles 3 (orange) */

.silo3_heading {
	font-size: 22px;	
	color: #F79D1A;
	font-weight: bold;
	padding-left: 15px;
}

.silo3_subheading {
	font-size: 18px;
	color: #F79D1A;
	font-weight: bold;
	padding-left: 15px;
}

.silo3_bold {
	color: #F79D1A;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
}


/* Silo Styles 4 (red) */

.silo4_heading {
	font-size: 22px;	
	color: #e86641;
	font-weight: bold;
	padding-left: 15px;
}

.silo4_subheading {
	font-size: 18px;
	color: #e86641;
	font-weight: bold;
	padding-left: 15px;
}

.silo4_bold {
	color: #e86641;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
}


.tableheader_silo1 {
	background-color: #433CA9;
	height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 2px 10px;

	border-top: 1px solid #E4EEF8;
	border-right: 1px solid #330066;
	border-bottom: 1px solid #330066;
	border-left: 1px solid #E4EEF8;
}

.tableheader_silo2 {
	background-color: #56A93C;
	height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 2px 10px;

	border-top: 1px solid #E4EEF8;
	border-right: 1px solid #330066;
	border-bottom: 1px solid #330066;
	border-left: 1px solid #E4EEF8;
}

.tableheader_silo3 {
	background-color: #F79D1A;
	height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 2px 10px;

	border-top: 1px solid #E4EEF8;
	border-right: 1px solid #330066;
	border-bottom: 1px solid #330066;
	border-left: 1px solid #E4EEF8;
}

.tableheader_silo4 {
	background-color: #e86641;
	height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 2px 10px;

	border-top: 1px solid #E4EEF8;
	border-right: 1px solid #330066;
	border-bottom: 1px solid #330066;
	border-left: 1px solid #E4EEF8;
}

.tablefill {
	background-color: #FFFFFF;

	padding-left: 10px;
	padding-top: 5px;

	border-bottom: 1px solid #666666;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
}

.picborders {
	border-top: 1px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	margin-left: 10px;
}

.splashbox {
	background: url(/res/images/bg_splash.jpg) repeat-x;
	height: 550px;
}

.stripbg {
	background: url(/res/images/stripbg.gif) repeat-x;
}

.bg_splash_bott {
	background: url(/res/images/bg_footer_fence_bottom.gif) no-repeat top left;
	height: 25px;
	margin: 0px 0px 0px 175px;
}

.manetherenftr
{
	color: #666666;
	text-decoration: none;
}
A.manetherenftr:link
{
	color: #666666;
	text-decoration: none;
}
A.manetherenftr:visited
{
	color: #666666;
	text-decoration: none;
}
A.manetherenftr:hover
{
	color: #00ffff;
	text-decoration: underline;
}

.cbox {
	float: left;
	padding-bottom: 2px;
	width: 800px;
}

.basebox {
	height: 16px;
	clear: both;
	background: url(/res/images/bg_footer.gif) repeat-y;
	padding-left: 500px;
	padding-top: 10px;
	float: left;
	width: 100%;
}

.basebox_sub {
	clear: both;
	background: url(/res/images/bg_footer.gif) repeat-y;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	padding-left: 500px;
	margin-top: 1px;
	color: #999999;
	font-size: 12px;
	text-align: left;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#rhcTagline1 {
	background: url(/res/images/rhc_tagline_silo1.gif) no-repeat;
	position:absolute;
	left:731px;
	top:320px;
	width:145px;
	height:145px;
	z-index:1;
}

#rhcTagline2 {
	background: url(/res/images/rhc_tagline_silo2.gif) no-repeat;
	position:absolute;
	left:731px;
	top:320px;
	width:255px;
	height:135px;
	z-index:1;
}

#rhcTagline3 {
	background: url(/res/images/rhc_tagline_silo3.gif) no-repeat;
	position:absolute;
	left:731px;
	top:320px;
	width:255px;
	height:90px;
	z-index:1;
}


/* lhc stuff */

#leftcolumn {
	width: 175px;
	float: left;
	height: 357px;
	font-size: 10px;
	color: #333333;
}

/* submenu */
#leftnav {
	margin-top: 5px;
	margin-left: 20px;
}

#leftnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

#leftnav ul li {
	list-style-image: none;
	margin: 0;
	padding-left: 13px;
}

#leftnav ul li.menuActive {
	background-image: none;
}

#leftnav ul li.menuSelected {
	background: url(/res/images/arrow_red_small.gif) no-repeat 4px 6px;
	list-style-position: outside;
}

#leftnav ul li a {
	color: #666666;
	text-decoration: none;
}

#leftnav ul li a:visited {
	color: #666666;
	text-decoration: none;
}

#leftnav ul li a:hover {
	color: #330099;
	text-decoration: none;
}

#leftnav ul li a:active {
	color: #666666;
	text-decoration: none;
}

/* lhc coloured bar */
#lhcbar {
	margin-top: 25px;
	border-top: 7px solid #4338A8;
	width:175px;
}

#lhc1 {
	border-top: 7px solid #4338A8;
	width:175px;
}

#lhc2 {
	border-top: 7px solid #56A93C;
	width:175px;
}

#lhc3 {
	border-top: 7px solid #F79D1A;
	width:175px;
}

#lhc4 {
	border-top: 7px solid #E60000;
	width:175px;
}

/* homepage lhc news */
#leftnavnews {
	margin: 25px 10px 0px 10px;
}

#newshead {
	margin: 7px 10px 5px 10px;
	background: url(/res/images/news_head.gif) no-repeat;
	width: 125px;
	height: 39px;
}

.news_snippet_home {
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #333333;
	border-left-style: none;
	padding: 20px 5px 20px 0px;
	margin: 0px 10px 0px 0px;
}

.news_snippet_home a {
	color: #333333;
	text-decoration: none;
}

.news_snippet_home a:visited {
	color: #333333;
	text-decoration: none;
}

.news_snippet_home a:hover {
	color: #3300CC;
	text-decoration: underline;
}

.news_snippet_home a:active {
	color: #333333;
	text-decoration: none;
}

/* /ourproducts/products/ */
#paintandplay {
	padding-left: 15px;
}

/* /ourproducts/displaycentres/ */
#ukmap {
	background: url(/res/images/UKmap.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	height: 337px;
}

#ukmap ul {
	margin-top: 10px;
	margin-left: 280px;
	line-height: 14px;
	font-size: 11px;
}


/**/
.bg_footer {
	background: url(/res/images/footer_divider.gif) repeat-x 0px 0px;
	width: 544px;
	height: 25px;
	margin: 0px 0px 0px 175px;
}

.bg_subfooter {
	background: url(/res/images/bg_footer_fence.gif) no-repeat;
	width: 544px;
	height: 25px;
	margin: 0px 0px 0px 175px;
}

.bg_topbar {
	background: url(/res/images/bg_topbar.gif) repeat;
}

.enterButton {
	margin-left: 226px;
}

#clickhere {
	color: #FF0000;
	float:left;
	font-weight: bold;
	padding-top:5px;
	text-align: right;
	width: 145px;
}

#footer_divider {
	height: 25px;
	border-style: solid none inset;
	border-top-color: #FCFCFC;
	border-width: 1px 0px 1px;
}

.fence_divider {
	background: url(/res/images/bg_footer_fence.gif) no-repeat;
	width: 544px;
	height: 25px;
	margin: 0px 0px 0px 175px;
}

.bottombar_sub {
	background: url(/res/images/bg_bottombar_sub.gif) repeat-x;
	height: 29px;
}

#footer {
    background: #F5F5F5 url('/res/images/bg_botbar.gif') repeat-x;
    margin: 0px;
    padding: 0px;
}

#fence_bottom {
	background: url(/res/images/bg_footer_fence_bottom.gif) no-repeat;
	height: 42px;
	width: 544px;
	margin-left: 175px;
	padding: 0px;
}

.lhc {
	width:175px;
}

.rhc {
	width:100%;
}

.copyright {
	width: 544px;
	margin-left: 175px;
	font-size: 9px;
	text-align: center;
}
