/* HTML Defaults */

body {
	font: 82%/1.2em Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #720303;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, legend {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 185%;
	line-height: 1.2em;
	margin-top: 0;
}
h2 {
	font-size: 140%;
	line-height: 1.2em;
}
h3 {
	font-size: 120%;
	line-height: 1.2em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	font-size: 140%;
	line-height: 1.2em;
}
input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
	padding: 2px;
	border: solid 1px #ccc;
}
input.radio {
	width: auto;
	padding: 0;
	border: none;
}
form p {
	margin: .5em 0;
}
table {
	font-size: 100%;
	line-height: 1.15em;
	width: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px 10px;
	border: solid 1px #ccc;
}

/* Main Container */

#container {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header {
	width: 960px;
	float: left;
}
#header p, #header ul {
	margin: 0;
}
#logo, #logo p, #logo a {
	height: 105px;
	width: 252px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#headerinner {
	width: 690px;
	float: right;
	padding-top: 8px;
}
#headertel {
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	text-align: right;
	float: right;
	padding: 6px 15px;
}
#headertel strong {
	font: normal 180%/1.15em "Times New Roman", Times, serif;
	color: #720303;
}
#callback {
	background: url(../images/callback_bg.png) no-repeat left top;
	height: 46px;
	width: 186px;
	float: right;
}
.callbacklink {
	line-height: 46px;
	font-weight: bold;
	width: 140px;
	float: right;
	padding-left: 46px;
}
#callback {
	position: relative;
	z-index: 5000;
}
#callback a {
	color: #fff;
}
#callbackbox {
	font-size: 86%;
	line-height: 1.2em;
	color: #fff;
	background: #720303;
	text-align: left;
	display: none;
	height: 250px;
	width: 250px;
	border: solid 1px #ccc;
	position: absolute;
	top: 0;
	right: 0;
}
#callbackbox p {
	text-align: right;
	margin: 0;
	padding: 5px 10px 0 10px;
}
#callbackbox p img {
	vertical-align: middle;
}
#callbackbox form {
	margin: 0;
	padding: 0 10px 5px 10px;
}
.textinput, .formbutton, .formbutton2 {
	margin-bottom: .5em;
}
.formbutton, .formbutton2 {
	color: #fff;
	background: #999;
	margin-top: .8em;
}
#callbackbox .textinput {
	width: 224px;
}
label.error {
	font-size: 92%;
	line-height: 1.15em;
	color: #ffe168;
	background: url(../images/cancel.png) no-repeat left center;
	display: block;
	padding-left: 18px;
}
#message {
	padding: 10px;
}
#message h2 {
	color: #fff;
	margin-top: 0;
}
#message p {
	padding: 0;
}
#nav, #nav ul {
	width: 660px;
	float: right;
	clear: right;
}
#nav {
	background: url(../images/nav_bg.png) no-repeat left 8px;
	padding: 8px 15px 0 15px;
}
#nav, #nav ul, #nav li {
	height: 38px;
}
#nav ul {
	padding: 0;
}
#nav ul li {
	line-height: 33px;
	font-weight: bold;
	float: left;
	list-style: none;
	position: relative;
}
#nav ul li a {
	color: #fff;
	float: left;
	padding: 0 10px;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li:hover ul li a:hover, #nav ul li.sfhover ul li a:hover {
	text-decoration: none;
	background: #9b3131;
}
#homepage #navhome, #coursespage #navcourses, #newspage #navnews, #testimonialspage #navtestimonials, #vacanciespage #navvacancies, #aboutpage #navabout, #contactpage #navcontact {
	color: #bbb;
}
#nav ul li ul {
	font-size: 100%;
	background: #720303;
	display: none;
	height: auto;
	width: 300px;
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 7000;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
#nav ul li ul li {
	line-height: 1.15em;
	font-weight: normal;
	height: auto;
	width: 300px;
}
#nav ul li ul li a, #nav ul li:hover ul li a {
	color: #fff;
	background: #720303;
	width: 280px;
	padding: 5px 10px;
}
.navparent {
	background: url(../images/nav_arrow.png) no-repeat center 33px;
}

/* Footer */

#contact {
	line-height: 33px;
	color: #fff;
	background: url(../images/contact_bg.png) no-repeat left top;
	height: 33px;
	width: 960px;
	float: left;
	clear: both;
}
#contact p {
	float: left;
	margin: 0;
	padding: 0 20px;
}
.contactinfo {
	width: 720px;
}
.contactemail {
	width: 160px;
}
.contactemail a {
	background: url(../images/icon_email.png) no-repeat left center;
	float: right;
	padding-left: 24px;
}
#footer {
	font-size: 70%;
	color: #a3a3a3;
	clear: both;
	padding: 10px 20px;
}
#footer a {
	color: #a3a3a3;
}
#footer p {
	margin: 0;
}

/* Content */

#main {
	clear: both;
}
#main ul {
	margin-left: 0;
	padding-left: 0;
}
#main ul li {
	background: url(../images/bullet.png) no-repeat left 3px;
	padding: 2px 0 2px 24px;
	list-style: none;
}
#content {
	width: 960px;
	float: left;
	padding-bottom: 20px;
}
#side + #content {
	width: 630px;
}
#side {
	width: 320px;
	float: right;
}
#side dl {
	background: url(../images/side_bg.png) repeat-x left 14px;
	margin: 0;
	padding: 0;
}
#side dt {
	font: normal 140%/27px "Times New Roman", Times, serif;
	color: #bbb;
	background: url(../images/side_title_bg.png) no-repeat left top;
	margin: 0 0 5px 0;
	padding: 0 10px;
	list-style: none;
}
#side dt a {
	color: #bbb;
}
#side dd {
	font-weight: bold;
	background: url(../images/bullet.png) no-repeat 8px 5px;
	margin: 0;
	padding: 4px 10px 4px 32px;
	list-style: none;
}
.courses1 #sidenavcourses1, .courses2 #sidenavcourses2, .courses3 #sidenavcourses3, .courses4 #sidenavcourses4, .courses5 #sidenavcourses5, .courses6 #sidenavcourses6, .courses7 #sidenavcourses7, .courses8 #sidenavcourses8, .courses9 #sidenavcourses9, .courses10 #sidenavcourses10, .courses11 #sidenavcourses11, .courses12 #sidenavcourses12, .courses13 #sidenavcourses13, .courses14 #sidenavcourses14, .courses15 #sidenavcourses15, .courses16 #sidenavcourses16, .courses17 #sidenavcourses17, .courses18 #sidenavcourses18, .courses19 #sidenavcourses19, .courses20 #sidenavcourses20, .courses21 #sidenavcourses21, .courses22 #sidenavcourses22, .courses23 #sidenavcourses23, .courses24 #sidenavcourses24, .courses25 #sidenavcourses25, .courses26 #sidenavcourses26, .courses27 #sidenavcourses27, .courses28 #sidenavcourses28, .courses29 #sidenavcourses29, .courses30 #sidenavcourses30, .courses31 #sidenavcourses31, .courses32 #sidenavcourses32, .courses33 #sidenavcourses33, .courses34 #sidenavcourses34, .courses35 #sidenavcourses35, .courses36 #sidenavcourses36, .courses37 #sidenavcourses37, .courses38 #sidenavcourses38, .courses39 #sidenavcourses39, .courses40 #sidenavcourses40 {
	color: #777;
}
#title {
	color: #fff;
	background: #acacac url(../images/title_bg.png) no-repeat left center;
	height: 48px;
}
#title h1 {
	line-height: 48px;
	margin: 0;
	padding: 0 20px;
}
#bodytext {
	padding: 10px 20px 0 20px;
}
.photo {
	float: right;
	margin: 1em 0 1em 1em;
}
.newsitem, .vacanciesitem {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.newsitem h2, .newsitem p, .vacanciesitem h2, .vacanciesitem p, .testimonial p {
	margin: 0 0 .5em 0;
}
.newsitem img {
	float: left;
	margin: 0 15px 10px 0;
}
.newsdate, cite {
	font-size: 92%;
	font-style: normal;
}
.testimonial {
	width: 440px;
	float: left;
	padding: 10px 20px 10px 0;
}
.button {
	color: #fff;
	background: #720303;
	float: left;
	padding: 4px 20px;
	border: solid 1px #ccc;
}
#contactform {
	background: #eee;
	width: 600px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px 0 10px 20px;
}
#contestform {
	background: #eee;
	width: 380px;
	padding: 10px 20px;
}
#contactform h2 {
	margin: 0;
}
#contactform ol, #contestform ol {
	margin: 0;
	padding: 0;
}
#contactform ol li {
	width: 280px;
	float: left;
	padding: 10px 20px 0 0;
	list-style: none;
}
#contestform ol li {
	padding: 10px 0 0 0;
	list-style: none;
}
#contactform input, #contactform textarea {
	width: 270px;
	padding: 4px;
}
#contestform input, #contestform textarea {
	width: 370px;
	padding: 4px;
}
#contactform input.formbutton, #contestform input.formbutton {
	background: #720303;
	width: auto;
	padding: 4px 20px;
}
.note {
	font-size: 83%;
}

/* Front */

#intro {
	color: #fff;
	background: url(../images/intro_bg.png) no-repeat left top;
	height: 300px;
	width: 960px;
	float: left;
}
#introtext {
	width: 360px;
	padding: 20px;
	float: left;
}
#intro h1 {
	font-size: 220%;
	background: url(../images/intro_line.png) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#intro p {
	line-height: 1.3em;
	margin: 0;
}
#introphoto, #introphoto img {
	height: 300px;
	width: 560px;
}
#introphoto {
	float: right;
}
#front {
	background: url(../images/front_bg.png) repeat-x left top;
	width: 960px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#front h2 {
	line-height: 1.6em;
	color: #bbb;
	background: #720303;
	margin: 0;
	padding: 0 20px;
}
#front h2 a {
	color: #bbb;
}
#frontcourses {
	width: 640px;
	float: left;
}
#frontnews {
	width: 320px;
	float: right;
}
#front ul {
	float: left;
	margin: 0;
}
#frontcourses ul {
	width: 310px;
	padding: 10px 0 10px 10px;
}
#frontcourses ul, #frontcourses em {
	font-size: 92%;
}
#frontnews ul {
	width: 280px;
	padding: 6px 20px;
}
#frontnews ul li {
	background: none;
	padding: 4px 0;
}
.more {
	background: url(../images/icon_doc.png) no-repeat left 3px;
	font-weight: bold;
	padding: 4px 0 4px 24px;
}
#frontnews img {
	margin-top: 10px;
}
#frontlinks {
	background: #000 url(../images/frontlinks_bg.png) no-repeat center bottom;
	width: 960px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.frontlink {
	background: url(../images/frontlink_bg.png) no-repeat center center;
	height: 120px;
	width: 230px;
	float: left;
	padding: 5px;
}
.frontlink a {
	font-size: 120%;
	line-height: 1.2em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 230px;
	float: left;
	padding-top: 95px;
}
a.front-midas, a.front-pats {
	font-size: 100%;
	line-height: 1.2em;
	text-align: left;
	background-position: 15px center;
	height: 55px;
	width: 150px;
	padding: 5px 5px 0 75px;
}
.front-licence {
	background-image: url(../images/front_licence.jpg);
}
.front-ce {
	background-image: url(../images/front_ce.jpg);
}
.front-c {
	background-image: url(../images/front_c.jpg);
}
.front-c1, .front-c1e {
	background-image: url(../images/front_c1.jpg);
}
.front-be {
	background-image: url(../images/front_be.jpg);
}
.front-c1amb {
	background-image: url(../images/front_ambulance.jpg);
}
.front-d1 {
	background-image: url(../images/front_d1.jpg);
}
.front-d {
	background-image: url(../images/front_d.jpg);
}
.front-cpc {
	background-image: url(../images/front_cpc.jpg);
}
.front-skid {
	background-image: url(../images/front_skid.jpg);
}
.front-catalogue {
	background-image: url(../images/front_catalogue.jpg);
}
.front-midas {
	background-image: url(../images/front_midas1.jpg);
}
.front-pats {
	background-image: url(../images/front_midas2.jpg);
}
