@charset "UTF-8";

#back_body {
	background-image: url(../images/wacom_pen.jpg);
	background-repeat: no-repeat;
	height: 744px;
	width: 1024px;
	top: 0px;
	margin-left: -512px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
}
#back_about {
	background-image: url(../images/grade.jpg);
	background-repeat: no-repeat;
	height: 744px;
	width: 1024px;
	top: 0px;
	margin-left: -512px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
}

#back_samples {
	background-color:#000000;
	background-image: url(../images/camra.jpg);
	background-repeat: no-repeat;
	height: 874px;
	width: 1024px;
	top: 0px;
	margin-left: -512px;
	left: 50%;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
}

#logo {
	position:absolute;
	height: 104px;
	width: 505px;
	left: 15px;
	top: 15px;
	z-index: 4;
	background-image: url(../images/educational_upgrade_logo.png);
	background-repeat: no-repeat;
}
#bar {
	background-color:#fff;
	opacity: 0.5;
	height: 40px;
	width: 1024px;
	position: absolute;
	z-index: 1;
	top: 125px;
}

/*#navigation{
	height: 40px;
	width: 1024px;
}*/
 /*--------------Menu Bar--------------*/

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav li {
    float: left;
}

.menu_bar_list #home a{
	left: 30px;
	width: 130px;
	height: 20px;
}

.menu_bar_list #about a{
	left: 200px;
	width: 130px;
	height: 20px;
}

.menu_bar_list #samples a{
	left: 370px;
	width: 200px;
	height: 20px;
}
 .menu_bar_list #graphic_design a{
	left: 750px;
	width: 200px;
	height: 20px;
}
.menuContainer {
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	color: #000;
	padding: 10px;
	z-index: 3;
	list-style-type:none;
}

.menuContainer a{
	text-decoration: none;
	color:#999; 
	-webkit-transition-property:color; 
	-webkit-transition-duration: 1s, 1s; 
	-webkit-transition-timing-function: linear, ease-in;
	display:block;
	width:600px;
}

.menuContainer:hover {
	color:#555;
	background:#fff;
}

.menuContainer:hover a {
	color: #333;
}

.menuContainer a:hover {
	color:#000;
}
/*---------------------------------------------*/
#headlin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCC;
	position: relative;
	height: 70px;
	width: 370px;
	left: 600px;
	top: 540px;
	z-index: 3;
}

#about_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	position: relative;
	height: 340px;
	width: 620px;
	left: 80px;
	top: 200px;
	z-index: 4;
	padding: 20px;
	background:url(../images/translucent.png) repeat;
}

#sample_box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	position: absolute;
	height: 630px;
	width: 890px;
	margin-left: -465px;
	left: 50%;
	top: 185px;
	z-index: 4;
	padding: 20px;
	background:url(../images/translucent.png) repeat;
}

footer {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 3;
	color: #999;
	position: absolute;
	left: 50%;
	width: 1024px;
	margin-left: -512px;
	text-align: center;
	top:750px;
}

/*#soon {
	background-image: url(../images/coming_soon.png);
	position: relative;
	height: 80px;
	width: 80px;
	left: 400px;
	top: 5px;
}*/