/* 
 *
 * Author: Redact Solutions Ltd
 * Web: http://www.redactsolutions.co.uk
 * Date: 12th May 2010
 *
 * Main layout styles
 */

/* CSS Document */
@charset "utf-8";

/* Resets
----------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
.clear-both {
	clear: both;
}

/* Core
----------------------------------------- */
html {
	height:100%;
	background: #525356;
	overflow-y: scroll;
}
	body {
		height: 100%;
		margin: 0;
		background: #525356;
		font-family: "Trebuchet MS", Arial, Tahoma;
	 	font-size: 62.5%; 		
		color: #0d0c0c;
	}

/* Container
----------------------------------------- */
#wrapper {
	width: 750px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #525356 url(../images/wrapper-bg.png) repeat-y;
}

/* General styles
----------------------------------------- */
p { 
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 1.42m;
	font-size: 1.2em;
}
h1, h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #27577d;
}
h1 {
	font-size: 1.7em;
	font-weight: 500;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	font-weight: 500;
	color: #000000;
}
h4 {
	margin: 10px 0 5px 0;
	font-size: 1.4em;
	color: #000000;
}

img { border: none; }
img.right {
	float: right;
	padding: 0 0 10px 10px;
}
img.left {
	float: left;
	padding: 0 10px 0 10px;
}
div.hr {
	height: 1px;
	margin: 10px 0 10px 0;	
	background: #666666;
}
div.hr hr {
  display: none;
}

address {
	font-size: 1.2em;
}

/* Header
----------------------------------------- */
#header {
	width: 654px;
	height: 90px;
	margin: 0 auto;
	padding-top: 10px;
	}
	#header-logo {
		float: left;
		width: 242px;
		height: 62px;
	}
	#header-phone {
		font-weight: 500; 
		float: left	
	}	
	
	#home-menu {
		float: right;
		width: 618px;
		height: 18px;
		padding: 0 18px 0 18px;
		background: #666666;
		font-size: 1.2em;
		color: #ffffff;
	}
	
	#courses-menu {
		float: right;
		width: 394px;
		height: 18px;
		padding: 44px 18px 0 0;
		font-size: 1.2em;
		color: #ffffff;
	}	
	
	.header-menu {
		margin: 0;
		padding: 0;
		float: right;
		list-style-type: none;
		text-align: center;
	}
	.header-menu li {
		margin: 0;	
		display: inline;
	}
	.header-menu li a {
		text-decoration: none;
		color: #ffffff;
	}	
	.header-menu li a:hover {
		color: #ff0000;
	}
	.header-menu li a.active-link {
		color: #00FF00;
	}	


/* Content
----------------------------------------- */
#page-banner {
	width: 654px;
	height: 172px;
	margin: 0 auto;
	margin-bottom: 18px;
}	

#content {
	width: 654px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 18px;
	clear: both;
	}
	#content-top {
		width: 654px;
		height: 18px;
		background: url(../images/content-top.png) no-repeat;	
	}
	#content-main {
		width: 618px;
		height: 100%;
		padding: 0 18px;
		background: #ffffff;
	}
	#content-btm {
		width: 654px;
		height: 18px;
		background: url(../images/content-btm.png) no-repeat;	
	}

	#content ul {
		margin: 0 0 10px 18px;
		padding: 0;
	}
	#content ul li {
		font-size: 1.2em;
	}
	#content ol {
		margin: 0 0 10px 18px;
		padding: 0;
	}
	#content ol li {
		font-size: 1.2em;
	}	
	
/* Home
----------------------------------------- */
#home-main {
	float: right;
	width: 402px;
	padding-left: 15px;
}
#home-sidebar {
	float: left;
	width: 190px;
	padding-right: 10px;
	border-right: 1px solid #666666;
}
#home-main h2, #home-sidebar h2 {
	font-size: 1.7em;
}
.home-address {
	font-size: 98%;
}

/* Contact form
----------------------------------------- */
#contact-form {
	width: 310px;
	margin-top: 5px;
}

#contact-form input, #contact-form textarea {
	padding: 2px;
	width: 310px;
	font-size: 12px;
	margin: 0px 0px 5px 2px;
	border: 1px solid #ccc;
}

#contact-form textarea {
	margin-left: 2px;
	height: 140px;
}

#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #ff0000;
}

#contact-form input.submit-button {
	background: #f2f2f2;
	margin-left: 2px;
	padding: 0;
	width: 60px;
	height: 25px;
	float: left;
	font-size: 1.3em;
}

#contact-form label {
	margin-left: 2px;
	font-size: 1.2em;
}

/* Footer
----------------------------------------- */
#footer {
	width: 618px;
	height: 40px;
	margin: 0 auto;
	padding: 4px 18px 0 18px;
	background: #666666;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.footer-menu li {
	margin: 0;	
	display: inline;
}
.footer-menu li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
}	
.footer-menu li a:hover {
	color: #ff0000;
}

#footer-copyright {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 1.1em;
	text-align: left;
}

#footer-hosting {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 1.1em;
	text-align: right;
}
#footer-hosting a, #footer-copyright a {
	text-decoration: none;
	color: #ffffff;
}
#footer-hosting a:hover, #footer-copyright a:hover {
	color: #ff0000;
}

/* Misc
----------------------------------------- */
.section-link {
	padding-bottom: 10px;
}
.section-link a {
	text-decoration: none;
	font-weight: 600;
	color: #ff0000;
}
.inline-link{
	text-decoration: none;
	font-weight: 600;
	color: #ff0000;
}
.price-block {
	padding: 4px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.price-block p {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1.3em;
	font-weight: 600;
	color: #009900;
}
.help-line {
	font-variant: small-caps;
	font-size: 1.6em;
	font-weight: 600;
}
.help-phone {
	color: #ff0000;
}


