@charset "utf-8";
* { padding: 0; margin: 0; }

body {
	background: url(../images/) #1f1f1f repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	
}

#wrapper {
	width:900px;
	height:865px;
	margin: 0 auto;
	text-align:center;
	background-color:#fff;
	border-bottom:#390f3d 15px solid;
	padding:0 5px 0 5px;
	position:relative;	
	}
	
	
.main {
	padding-left:5px;
	width:620px;
	float:left;
	padding-bottom:20px;
	padding-top:10px;
	}
	
.main p, .main ul  {
	color:#333333;
	font-size:1.2em;
	padding:5px;
	text-align:left;
	list-style:none;
	padding-left:15px;
	}
	
.main ul {
	list-style:square;
	margin-left:20px;
	}
	
	
.sidepic {
	float:right;
	width:245px;
	height:684px;
	padding:5px 1px 0 0;
	background:top right no-repeat;
	}
	
.pic1 {background-image:url(../images/tuition_bg.jpg)}
.pic2 {background-image:url(../images/sales_bg.jpg);}
	

	
		
.main a:link, .main a:visited { color:#000000; text-decoration:underline;}
.main a:hover, 	{color:#990099}

/* HEADER */

#header {
	background:url(../images/header_small.jpg) no-repeat bottom;
	margin: 0 auto;
	width:897px;
	height:265px;
}
	
#header_home {
	background:url(../images/header.jpg) no-repeat bottom;
	margin: 0 auto;
	width:897px;
	height:555px;
}
#intro_text {
	position:absolute;
	top:350px;
	left:30px;
	width:500px;
}
#intro_text p {
	font-size:1.3em;
	margin-bottom:5px;
	text-align:left;
	color:#4F2557;
}
#intro_text strong {
	font-weight:normal;
}
/* NAVIGATION */

.nav {
	width: 700px;
	height: 20px;
	background: url(../images/nav.gif) no-repeat;
	position: absolute;
	top: 20px;
	left:0;
	margin:0 auto;
}
.nav li {
	display: inline;
}
.nav li a {
	position: absolute;
	top: -1px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
	cursor:pointer;
}
	
	.nav .home a:link, .nav .home a:visited 				{left: 1px;width: 63px;}
	.nav .home a:hover, .nav .home a:focus 					{background: url(../images/nav.gif) no-repeat -1px -29px;}

	.nav .tuition a:link, .nav .tuition a:visited 			{left: 63px;width: 138px;}
	.nav .tuition a:hover, .nav .tuition a:focus 			{background: url(../images/nav.gif) no-repeat -63px -29px;}

	.nav .repairs a:link, .nav .repairs a:visited 			{left: 200px; width: 161px;}
	.nav .repairs a:hover, .nav .repairs a:focus 			{background: url(../images/nav.gif) no-repeat -200px -29px;}
	
	.nav .commissions a:link, .nav .commissions a:visited 	{left: 365px;width: 98px;}
	.nav .commissions a:hover, .nav .commissions a:focus 	{background: url(../images/nav.gif) no-repeat -365px -29px;}

	.nav .sales a:link, .nav .sales a:visited 				{left: 469px;width: 56px;}
	.nav .sales a:hover, .nav .sales a:focus 				{background: url(../images/nav.gif) no-repeat -469px -29px;}

	.nav .contact a:link, .nav .contact a:visited 			{left: 525px;width: 149px;}
	.nav .contact a:hover, .nav .contact a:focus 			{background: url(../images/nav.gif) no-repeat -525px -29px;}

	

/* MAIN SECTION */



.rec {
	border:#CCC 1px solid;
	width:215px;
	height:255px;
	float:left;
	margin:10px 4px 5px 4px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.rec p {	
	color:#333333;
	text-align:left;
	padding: 7px;
	font-size:1.1em;
	}
	
.rec p img {padding-bottom:10px;}
	

h3 { 
	background: url(../images/sections.gif) no-repeat;
	height: 25px;
	margin: 0;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}

h3.tut {background-position: 0 0;}
h3.res {background-position: 0 -30px;}
h3.sal {background-position: 0 -60px;}
h3.con {background-position: 0 -90px;}
h4 {
	font-size:1.8em;
	margin-bottom:10px;
}

#contactdetails {
	background:url(../images/contact.jpg) no-repeat bottom right;
	width:455px;
	height:27px;
	}
	
.cdhome 	{padding-top:275px;}
.cdsubpage 	{padding-top:650px;}

#contact {
	width:500px;
	height:350px;
	float:left;
	padding-left:12px;
	background:url(../images/contact_bg.jpg) bottom no-repeat;
	}

#contact p {
	color:#333333;
	text-align:left;
	font-size:1.2em;
	padding-top:15px;
	
	}
	
#links {
	width:350px;
	height:542px;
	float:right;
	background:url(../images/links_bg.jpg);
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
		padding-top:50px;
	line-height:18px;
}

	
	
#details {
	color:#333333;
	font-size:1.2em;
	text-align:left;
	padding-top:330px;
	width:350px;
	padding-left:80px;	
	}
#details p {
	font-size:1.1em;
}
#details a {
	color:#3A0F3D;
	text-decoration:underline;
}

#details ul, #links ul {list-style:none;}
	
#links a {color:#FFFFFF;}

#links a:hover  {text-decoration:underline;}


.left{float:left;}

.right{
	float:right; 
	width:180px;
	}

/* FOOTER */


#footer {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	color:#999999;
	width:910px;
	text-align:left;
	font-size:1.1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#footer a:link, a:visited	{
	color:#ccc; 
	text-decoration:none;
	}
	
#footer a:hover {
	color:#000000; 
	text-decoration:none;
	}


h2 { 
	background: url(../images/headings.jpg) no-repeat;
	height: 45px;
	margin: 0;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}

h2.tut {background-position: 0 0;}
h2.res {background-position: 0 -42px;}
h2.com {background-position: 0 -77px;}
h2.sal {background-position: 0 -120px;}
h2.con {background-position: 0 -155px;}
h5 {
	font-size: 15px;
	color: #3E1442;
	clear: both;
	margin-bottom: 8px;
	text-align: left;
	margin-left: 15px;
}
.testi {
	clear: both;
	padding: 8px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDE5B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA8C42;
	width: 100%;
}
.testi p {
	color: #1F1F1F;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.testi a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #65507C;
}
.testi a:hover img {border: 1px solid #AD9DBF;}
	
/* SALES SECTION */

.product {
	float:left;
	clear:both;
	padding:0px 10px;
	width:600px;
}
	.product h5 {
		color:#3E1442;
		font-size:1.8em;
		margin:0 0 5px;
		padding:5px;
		border-bottom:1px #3E1442 solid;
	}
	.product p {
		margin:0 0 5px;
		padding:5px;
	}
	.product a.jqzoom {
		float:left;
		padding:5px;
	}
		.product a.jqzoom img {
			border:2px solid #3E1442;
		}