@charset "UTF-8";
/* CSS Document */

body{

margin-top:auto;
margin-bottom:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(/assets/images/bckg2.gif);
	background-repeat:repeat-y;
	background-position: center top;
}

.bold{
	font-size: 12px;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#container{
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	left:50%;
	margin-left:-400px;
	background-image:url(/assets/images/bckg.png);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}



/* header */
#header{
width:800px;
height:189px;
background-image:url(/assets/images/waves_horiz.png);
background-repeat: no-repeat;
position:relative;
}

#logo{
background-image:url(/assets/images/logo.png);
width:218px;
height:147px;
position:absolute;
top:15px;
left:120px;
}

#bewho{
background-image:url(/assets/images/bewho.png);
width:295px;
height:121px;
position:absolute;
left:470px;
top:30px;
}
/* end header */


.current{
	width:59px;
	height:24px;
	background-image:url(/assets/images/current.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}


/* main body start */

#content{
	padding:1em 1em 5em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}


#navigation_bar{
z-index:3;
position:absolute;
left:1%;
}

#navigation_bar_ie6{
z-index:3;
position:absolute;
left:1%;
top:-2000px;
}

#horizwave{
background-image:url(/assets/images/waves_vertical.png);
width:327px;
height:759px;
margin-top:-180px;
}


#textwindow{
background-image:url(/assets/images/txt_bckg.png);
height:771px;
width:404px;
margin-top:-700px;
}



.prices {
text-align:center;
margin:0 auto;
margin-top:-500px;
background-image:url(/assets/images/services.png);
background-repeat:no-repeat;
width:750px;
height:502px;
padding-top:90px;
}

.prices3 {
text-align:center;
margin:0 auto;
margin-top:-60px;
}

.prices2 {
text-align:center;
width:600px;
margin:0 auto;
}

#drawing1{
background-image:url(/assets/images/drawing01s.png);
width:112px;
height:200px;
position:absolute;
top:1150px;
left:200px;
}

#drawing2{
background-image:url(/assets/images/drawing02s.png);
width:137px;
height:200px;
position:absolute;
top:1150px;
left:500px;
}

#text_services{
	padding-left:15px;
	padding-top:15px;
	background-image:url(/assets/images/prices_bckg.png);
	width:370px;
	height:509px;
	background-repeat:no-repeat;
	float:left;
	margin-left:5px;
}

#text_services2{
padding-left:15px;
padding-top:15px;
background-image:url(/assets/images/prices_bckg.png);
width:370px;
height:509px;
background-repeat:no-repeat;
float:right;
}

#students{
	background-image:url(/assets/images/sudents.png);
	background-repeat:no-repeat;
	width:200px;
	height:110px;
	margin-top:50px;
	margin-left:300px;
	background-position: center top;
}

#students p{
text-align:center;
padding-top:100px;
}


#products_title{
background-image:url(/assets/images/products_title.png);
width:300px;
height:83px;
float:left;
margin-top:100px;
}

#products_flash{
margin-top:45px;
float:right;
margin-bottom:30px;
}




#footer{
	margin:0 auto;
	padding-bottom:30px;
	width:700px;
	border-top:#666666 1px solid;
	text-align:center;
	padding:15px;
	clear:both;
	
}
