
/* --------------------------------------------------------- Reset CSS -- */ 

html, body, div, form, fieldset, legend, span, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, table, td, tr, blockquote {
	margin: 0;
	padding: 0;
	border: none;	
}

/* ------------------------------------------------------- Common Tags -- */

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #1d1d1d; 
	background-color: #e6e6e6;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

	.home { background-image: url('../images/bg_home.jpg') }
	.courses { background-image: url('../images/bg_courses.jpg') }
	.lessons { background-image: url('../images/bg_lessons.jpg') }
	.tests { background-image: url('../images/bg_tests.jpg') }
	.contact { background-image: url('../images/bg_contact.jpg') }
	
a {
	color: #de6e00;
	text-decoration: none;
	border-bottom: 1px dotted #de6e00;
}

a:hover {
	color: #9c3700;
}

/* ------------------------------------------------- Header - Wrapper -- */

#header_wrapper {
	float: left;
	width: 100%;
	height: 80px;
	clear: both;
	background: #1d1d1d;
}

/* ----------------------------------------------------------- Header -- */

#header {	
	width: 960px;
	color: #fff;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

	#header h1#logo a {
		float: left;
		width: 200px;
		height: 60px;
		background: url('../images/logo.png') 0 0 no-repeat;
		text-indent: -9999px;	
		border: none;
	}
	
	#header ul {
		float: right; 
		padding: 20px 0 0 0;
	}
	
		#header ul li {
			display: inline;
			list-style: none;
			margin: 0 20px	0 0;
		}
		
		#header ul li a {
			color: #fff;
			text-decoration: none;
			border-bottom: none;
		}
		
		#header ul li a:hover {
			border-bottom: 2px solid #fff;;
		}
	
/* ---------------------------------------------------- Main - Wrapper -- */

#main_wrapper {
	width: 960px;	
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}	
		
	#main_wrapper h1 {
		font-size: 4em;
		font-weight: normal;
		margin: 1em 0;
	}
	
		#main_wrapper h1 strong {
			color: #de6e00;
			font-weight: normal;
		}
	
	#main_wrapper p {
			font-size: 1.8em;
			margin: 1em 0;
	}
	
	#main_wrapper h2 {
		font-size: 	3em;
		font-weight: normal;
		margin: 1em 0;
	}
	
	#main_wrapper h3 {
		font-size: 	2.4em;
		font-weight: normal;
		margin: 1em 0;
	}
	
/* ----------------------------------------------- Features - Homepage -- */

#big_ad {
	float: left;
	width: 960px;
	min-height: 440px;
	background: url('../images/car.png') right 100px no-repeat;
	padding: 60px 0 0 0;
}
	
	#big_ad p {
		width: 480px;	
	}
	
#services {
	float: left;
	width: 960px	
}
	
	/*#services ul#services_list {
		float: left;	
		width: 960px;
		font-size: 1.6em;
		margin: 1em 0;
	}
	
	#services ul#services_list li {
		float: left;
		width: 320px;
		display: inline;
	}
	
		#services ul#services_list li ul li {
			list-style: circle;
			padding-left: 30px;
			background: url('../images/arrow.png') 0 50% no-repeat;
			margin: 0.4em 0;
		}
		
		#services ul#services_list li ul li.services_title {
			font-size: 1.4em;
			list-style: none;
			padding-left: 0;
			background: none;
		}
		#services ul#services_list li ul li.services_link {
			text-align: right;
			font-size: 0.8em;
			margin-right: 20px;
			list-style: none;
			padding-left: 0;
			background: none;
		}*/
		
	#services ul.pros {
		float: left;
		width: 320px;
		font-size: 1.6em;
		padding: 0 0 2em 0;
	}
	
		#services ul.pros li {
			padding-left: 30px;
			list-style: none;
			background: url('../images/arrow.png') 0 50% no-repeat;
			margin: 1em 0;			
		}
		
		#services ul.pros li.protitle {
			font-size: 1.4em;
			list-style: none;
			padding-left: 0;
			background: none;
		}
		
		#services ul.pros li.prolink {
			text-align: right;
			font-size: 0.8em;
			margin-right: 50px;
			list-style: none;
			padding-left: 0;
			background: none;
		}
	
/* ------------------------------------------------ Features - Content -- */

#content {
	float: left;
	width: 960px;
}

	#content ul {
		font-size: 2em;
		margin: 1em 0;	
		padding-left: 20px;		
	}
	
	#content ul li {
			padding-left: 30px;
			list-style: none;
			background: url('../images/arrow.png') 0 50% no-repeat;
			margin: 0.5em 0;			
		}
		
	#content h2.important {
		font-style: italic;
		text-align: center;	
	}
	
/* ------------------------------------------------ Features - Contact -- */


#contact_form {
	width: 960px; /* Change for width of container */
	float: left;
	margin: 0;
	padding: 0;
}
	#contact_form div.form_section {
		float: left;
		width: 300px;
		font-size: 1em; /* Change if undefined elsewhere */
		margin: 1em 0;
		padding: 0 20px 0 0;
	}
		#contact_form p.error {
			font-weight: bold;
			font-style: italic;
		}
		#contact_form div.form_section label {
			float: left;
			width: 300px;
			font-size: 1.8em; 
			padding-top: 0.5em;
		}
		#contact_form div.form_section input.text, #contact_form div.form_section select {
			float: left;
			width: 300px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.8em;
			background: #fff;
			border: 1px solid #1d1d1d;
			padding: 3px;
			margin: 0.5em 0;
		}	
		#contact_form div.form_section input.text {			
			padding: 4px 3px;
		}
		#contact_form div.form_section option {
			font-family: Georgia, "Times New Roman", Times, serif;
			background: #eaeaea;
		}
		#contact_form div.form_section input.button {
			float: left;
			width: 150px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.8em;
			cursor: pointer;
			background: url('../images/bg_form.png') 0 0 repeat-x #eaeaea;
			color: #1d1d1d;
			border: 1px solid #1d1d1d;
			padding: 4px;
			margin: 0.5em 0;
		}
		#contact_form p {
			font-size: 1.2em;	
		}

/* ------------------------------------------------ Features - Payment -- */

#main_wrapper div.price {
	float: left;
	width: 918px;
	background: url('../images/bg_fieldset.png') 0 0 repeat;
	margin: 2em 0;	
	padding: 0 20px 20px 20px;
	border: 1px solid #1d1d1d;
}
	
	#main_wrapper div.price span {
		position: relative;
		display: inline-block; 
		top: -15px;
		font-size: 2em;	
		font-weight: bold;
		color: #fff;
		background-color: #1d1d1d;
		padding: 2px 10px;
	}
	
	#main_wrapper div.price p {
		float: left;
		width: 918px;
		font-style: italic;
	}
	
		#main_wrapper div.price p.footnote {
			font-size: 1.4em;	
		}
	
	#main_wrapper div.price dl {
		float: left;
		width: 918px;
		font-size: 1.8em;	
	}	
		#main_wrapper div.price dt {
			float: left;			
			width: 718px;	
			margin: 0.5em 0;
		}
		#main_wrapper div.price dd {
			float: left;			
			width: 200px;
			text-align: right;	
			font-weight: bold;
			margin: 0.5em 0;
		}
/* -------------------------------------------------- Footer - Wrapper -- */

#footer_wrapper {
	float: left;
	bottom: 0;
	width: 100%;
	min-height: 200px;
	clear: both;
	background: #1d1d1d;
}

/* ------------------------------------------------------------ Footer -- */

#footer {	
	width: 960px;
	color: #fff;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
	#footer h2 {
		font-size: 1.6em;
		font-weight: normal;
		margin: 1.2em 0;
	}
	#footer p {
		font-size: 1em;
		margin: 1em 0;	
	}
	
	.footer_section {
		float: left;
		width: 280px;
		padding: 0 20px;
	}
	
	.copyright {
		float: right;
		clear: both;
		font-size: 0.9em;	
	}
