@charset "utf-8";
/* CSS Document */
body{
	background-color:#ebebeb;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	text-align:center;
}

#container{
	width:750px;
	height:auto;
	margin:0 auto;
}

#menu{
	float:right;
	margin:0;
	padding:0;
	position:relative;
	top:60px;
}

#header{
	margin:0 0 10px 0;
	height:80px;
	background:url('../img/logo.jpg') no-repeat 28px 10px;
}

a:focus{
	outline:none;
}

hr{
	clear:both;
	width:695px;
	height:1px;
	border:0;
	background-color:#CCC;
}

#content{
	width:750px;
	margin:0 0 10px 0;
}

a img{
	border:0;
}

/*------------------------
MENU
------------------------*/

/*
#menu ul{
	float:right;
	padding:0;
	margin:0px 0 0 0;
}

#menu ul li{
	margin:0 auto;
	list-style:none;
	padding:0;
	float:left;
	width:80px;
	margin:0;
	text-align:right;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	padding:0;
	margin:0;
	width:80px;
	height:20px;
	float:right;
}


#menu span{
	visibility:hidden;
}

#menu ul #a_home{
	background:url('../img/menu/home.jpg') no-repeat 0px 0;
}

#menu ul #a_home:hover{
	background-position:0px -20px;
}

#menu ul #a_artists{
	background:url('../img/menu/artists.jpg') no-repeat -5px 0;
}

#menu ul #a_artists:hover{
	background-position:-5px -20px;
}

#menu ul #a_art{
	background:url('../img/menu/art_plug.jpg') no-repeat -5px 0;
}

#menu ul #a_art:hover{
	background-position:-5px -20px;
}

#menu ul #a_work{
	width:50px;
	background:url('../img/menu/work.jpg') no-repeat -20px 0;
}

#menu ul #a_work:hover{
	background-position:-20px -20px;
}

#menu ul #a_about{
	width:70px;
	background:url('../img/menu/about.jpg') no-repeat -5px 0;
}

#menu ul #a_about:hover{
	background-position:-5px -20px;
}

#menu ul #a_contact{
	background:url('../img/menu/contact.jpg') no-repeat -12px 0;
}

#menu ul #a_contact:hover{
	background-position:-12px -20px;
}

*/

#menu #tb_menu{
	margin:0 20px 0 0;
	padding:0;
}

#menu table td,tr{
	height:20px;
	margin:0;
	padding:0;
}

#menu table a{
	text-decoration:none;
	display:block;
}

#menu span{
	visibility:hidden;
}

#menu #a_home{
	width:50px;
	background:url('../img/menu/home.jpg') no-repeat -9px -5px;
}

#menu #a_home:hover{
	background-position:-9px -25px;
}

#menu #a_artists{
	width:80px;
	background:url('../img/menu/artists.jpg') no-repeat 0px -5px;
}

#menu #a_artists:hover{
	background-position: 0px -25px;
}

#menu #a_art{
	width:60px;
	background:url('../img/menu/art_plug.jpg') no-repeat -18px -5px;
}

#menu #a_art:hover{
	background-position:-18px -25px;
}

#menu #a_work{
	width:50px;
	background:url('../img/menu/work.jpg') no-repeat -22px -5px;
}

#menu #a_work:hover{
	background-position:-22px -25px;
}

#menu #a_about{
	width:50px;
	background:url('../img/menu/about.jpg') no-repeat -20px -5px;
}

#menu #a_about:hover{
	background-position:-20px -25px;
}

#menu #a_contact{
	width:60px;
	background:url('../img/menu/contact.jpg') no-repeat -10px -5px;
}

#menu #a_contact:hover{
	background-position:-10px -25px;
}

/*------------------------
FOOTER
------------------------*/

#footer{
	margin:0;
	color:#3CCC;
	font-size:9px;
	text-align:center;
	height:20px;
	clear:both;
}


/*------------------------
BG
--------------------------*/

#bg_top{
	margin:0 auto 0 auto;
	width:790px;
	height:15px;
	background:url(../img/layout_top.jpg) no-repeat;
	
}

#bg_mid{
	margin:0 auto;
	width:790px;
	background:url(../img/layout_mid.jpg) repeat-y;
}

#bg_bot{
	margin:0 auto;
	width:790px;
	height:15px;
	background:url(../img/layout_bot.jpg) no-repeat;
}

/*--------------------------*/


/*---------------------------
VID PROJECTS
----------------------------*/

#show{
	margin:0 auto;
	width:640px;
	
}

/*--------------------------*/











