/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
body {
	background: #ebebeb url(http://white-design.co.uk/themes/whitedesign/images/bgxy.jpg) repeat;
	margin: 0;
	padding: 0;
}
:focus
{
  -moz-outline-style: none;
}

#demotip {
	display:none;
	background:transparent url(http://white-design.co.uk/themes/whitedesign/images/black_arrow_name.png);
	font-size:12px;
	height: 24px;
	width:100px;
	padding: 20px 20px 25px;
	color:#fff;
	margin-left: 10px;
	text-align: center;
}

#demo img {
	border:0;
	cursor:pointer;
	margin: 0 8px 8px;
}

img {
	border-style: hidden;
	border-width: 50px;
}

img, div { 
	behavior: url(http://white-design.co.uk/themes/whitedesign/iepngfix.htc) 
}
blockquote {  
 	border: 1px dashed #a8a8a8;
	background: #fff url(http://white-design.co.uk/themes/whitedesign/images/quote.jpg) no-repeat 4px 2px;
	font: italic normal 1.2em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 35px;
	padding-left: 35px;
	margin-left: 40px;
	margin-right: 40px;
}
/* Page Structure / Navigation */
#page {
	background: #ebebeb url(http://white-design.co.uk/themes/whitedesign/images/bgrepeat2.jpg) repeat-y center top;
	width:1000px;
	margin: auto;
	position:relative;
}
#page.sidebar-left {
}
#page #header {
	position:relative;
	height:100px;
	background: url(http://white-design.co.uk/themes/whitedesign/images/menu_bg2.jpg) repeat-x left;

}
#page #header #logo {
	cursor:pointer;
	position: relative;
	bottom: 7px;
	width: 174px;
	overflow:visible;
	float: right;
	right: 15px;
	z-index: 5;
}


#page #header ul.nav-header {
	list-style:none;
	margin: 0px 0px 0px 20px;
	float: left; 
	padding:0px;
	background: url(http://white-design.co.uk/themes/whitedesign/images/rr.png) repeat-x left;
	overflow:visible;
	z-index: 2;
}

#page #header ul.nav-header li {
	float:left;
	color: #fff;
	letter-spacing:1.5px;
	padding: 5px 5px 5px 10px;
	font: 1em/1.85em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
}
#page #header ul.nav-header li a {
	text-decoration:none;
	color: #fff;

}
#page #header ul.nav-header li a:hover {
	text-decoration:none;
	color: #9db52d;


	
}

#page #header ul.nav-header li.nav-selected a{ color:#9db52d !important;}

.nav-path-selected{
	color:#9db52d !important;
}

/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	position: absolute;
	top: 6px;
	right: 15px;
	width: 980px;
	z-index: 1;
}



#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
	
}

#page #central {
	clear:both;
	
}
#page.no-sidebar {
	background-image: none !important;
}
/* body & sidebar */
#page #central #body {
	float:right;
	text-align:justify;
	width:542px;
}
#page #central #body #imgleft {
	border-right: 20px solid #f9f9f9;
}
#page #central #body #imgright {
	border-left: 20px solid #f9f9f9;
}
#page #central #sidebar {
	float:left;
	width:198px;
	padding-right: 15px;
	padding-left: 15px;
}
#page.sidebar-left #central #sidebar {
	background: url(http://white-design.co.uk/themes/whitedesign/images/sidbarbgbottom.jpg) no-repeat 0 bottom;
	float:right;
	width: 250px;
}
#page.sidebar-left #central #body {
	float:left;
	width: 955px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height: 1.5em;
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:11px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color: #9db52d;
	font-size: 1.5em;
	line-height: 1.5em;
}
#page #central #sidebar ul.nav a.nav-selected {
	font-style: italic;
	text-decoration: underline;
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left: 1px solid #69ab2b;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	height:60px;
	line-height:10px;
	background:url(http://white-design.co.uk/themes/whitedesign/images/footer2.jpg) repeat-x;
	clear:both;
	color: #5b5b5b;
	font-size:10px;
	text-align:left;
	bottom:0;
	width:100%;
	padding-top: 40px;
	text-indent: 25px;
}
#page #footer a {
	color: #8e8e8e;
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}


/* customize_miscellaneous */ /* customize_miscellaneous */