/* Start of CMSMS style sheet 'Graeme Howe' */
html {
	background: #ffffff url('images/footer.jpg') repeat-x scroll center bottom;
min-height: 100%;
}
body {
	font: 100% Calibri,"Gill Sans","Gill Sans MT","Trebuchet MS",sans-serif;
	margin: 0;
	padding: 0;
}
A:link { color: black; text-decoration: none;}
A:visited { color: black; text-decoration: none;}
A:active { color: black; text-decoration: none;}
A:hover { color: black; text-decoration: underline;}

#contentcolumn h1, #contentcolumn h2 {
	font-weight: bold;
	margin: 0px 0 5px 0;
	border-bottom: 1pt dashed #0D4307;
	color: #0d4307;
	width: 100%;
}
#contentcolumn h1 {
	font-size: 24pt;
	padding: 0 0 10px 0;
}
#contentcolumn h2 {
	font-size: 18pt;
	padding: 0 0 5px 0;
	margin-top: 40px;
}
#contentcolumn h3 {
font-size: 13pt;
color: #0d4307;
margin: 0px 0px -15px 0px;
padding: 0px;
}
#maincontainer {
	width: 830px; /*Width of main container*/;
	margin: 0 auto 10px auto; /*Center container on page*/
}
#topsection {
	background: #ffffff url('images/header.jpg') repeat-x scroll center top;
	height: 126px; /*Height of top section*/;
	width: 100%;
}
#topsection .pics {
height: 95px;
width: 960px;
margin: 0 auto;
overflow: hidden;
}
#topsection .headerlogo {
height: 95px;
width: 960px;
margin: 0 auto;
overflow: hidden;
z-index: 10;
position: relative;
top: -95px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/;
	font-size: 13pt;
	line-height: 27px;
}
#contentcolumn p {
	text-align: justify;
}

#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/;
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/;
	font-size: 10pt;
}
#footer {
	clear: left;

	padding: 25px;
text-align: right;
}
.innertube {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/	
margin-top: 0;
}
.wireframemenu {
	background-color: white;
	border-bottom-width: 0;
	width: 180px;
}
* html .wireframemenu {
	/*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu ul a {
	font-size: 11pt;
	padding: 4px 6px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/;
	color: #4e7825;
	text-decoration: none;
	border: 1px solid #4e7825;
	border-left: 6px solid #4e7825;
	margin-bottom: 5px;
	font-weight: bold;
}
.wireframemenu ul a.link {
	color: #AA3818;
	border: 1px solid #AA3818;
	border-left: 6px solid #AA3818;
}
.wireframemenu ul ul {
margin-bottom: 15px; 
}
.wireframemenu ul ul a {
font-size: 9pt;
margin-left: 5px;
padding: 2px 6px;
margin-bottom: 3px;
}
.wireframemenu ul a.menuactive  {
	background: #4e7825;
	color: white;
}
.wireframemenu ul a:link {
}
.wireframemenu ul a:visited {
}
.wireframemenu ul a:hover {
	background: #ffffff url('images/nav-rollover.gif') repeat-x scroll left bottom;
	color: black;
}
.wireframemenu ul a.link:hover {
	background: #ffffff url('http://www.carlisleconcretesupplies.co.uk/images/nav-rollover.gif') repeat-x scroll left bottom;
}
.wireframemenu ul a:active {
	background: #bfdd80;
	color: black;
}
.wireframemenu ul a.link:active {
	background: #FFC1B7;
}
html > body .wireframemenu ul a {
	/*Non IE rule*/
width: auto;
}


#children {
list-style-type: none;
overflow: auto;
margin: 0px 0px 0px 0px;
font-weight: bold;
}
#children li {
background: url(images/ul.gif) no-repeat 0px 10px;
padding-left: 28px;
font-size: 16px;
line-spacing: 24px;
}
#children li a {
text-decoration: none;
}
#children li a:hover {
border-bottom: 1px dotted #0d4307;
}
/* End of 'Graeme Howe' */

