@charset "utf-8";
/* CSS Document */
#mainContent{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
    background-color:#ffffff;
}

#menuBar{
    width:1000px;
	height:40px;
	margin:0;
	border:0;
	}

#logo{
    float:left;
	margin:0;
	border:0;

}	

#menuTop{
	list-style-type:none;
	float: left;
	text-decoration:none;
	margin:0;
	border:0;
	width:730px;
}

#RightImage{
    float: right;
    border:0;
    margin:0 0 0 20px;
	width:580px;
}



#Right_text{
    float: left;
    border:0;
    margin:0 0 0 20px;
	width:500px;
}

/* middle Content */ 
#middleContent{
    width:900px;
	height:500px;
	border:0;
	margin:0;
	background-color:#ffffff;
	}

#samples{
    width:750px;
	float:left;
	border:0;
	margin:20px;
	}

#description{
    color: #999999;
	float:left;
	width: 700px;
	border:0;
	margin:0;
}

#description_L{
    width:300px;
	float:left;
}
#description_R{
    width:300px;
	float:right;
}





/* portfolio vec menu */
#SubMenuVerticial{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	float:left;
	width: 120px;
}

#SubMenuVerticial li{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#SubMenuVerticial a{
	border-bottom: 1px solid #999999;
	color: #333333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
}

#SubMenuVerticial a:hover {

	color: #00CCCC;
	padding-bottom: 8px;
}                    

#SubMenuVerticial li a.current{
    color: #0099CC;
	font-weight:bold;
}

/* copyright issue */

#copyright{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
	float:left;
	border:0;;
	}
