@charset "UTF-8";
/* CSS Document */
html{
	width: 1300 px;
	background-color: #000;
}
body{
	width: 1300px;
	background-image: url(images/BG_SplatFinal.jpg);
	background-position: top-center;
	background-repeat: no-repeat;

	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#main{
	border: #000 2px solid;	
}
#header{
	width: 1300px;
}
#header a{
	font-weight: bolder;
	color: #FFF;
	padding: 0px 5px 5px 5px;
}
#nav a{
	width: 90px;
	display: block;
	text-align:center;
}
#nav a:hover{
	color: #900;
	width: 90px;
	display: block;
	text-align:center;
}
#news{
	background-image: url(images/mask.png);
	width: 99%;
	position: relative;
	top: -15px;
	height: 400px;
	border-bottom: #000 2px solid;
	border-top: #000 2px solid;
	border-left: #000 2px solid;
	overflow: auto;
}
#news_ea{
	width: 98%;
	padding: 2px;
	height: 100px;
	background-image: url(images/News.png);
	background-repeat: no-repeat;
	border-bottom: #666 2px solid;
	background-position: top-left;
}
#news_add{
	margin: 10px;
	padding: 0px 5px 5px 5px;
	
	width: 550px;
}
#media_add{
	margin: 10px;
	padding: 0px 5px 5px 5px;
	
}
a{
	color: #FFF;
	text-decoration: none;
}
#products{
	position: absolute;
	left: 10%;
	width: 80%;
	
}
#media{
	padding: 10px;
}
gal{
	margin: 5px;
}
#med_list{
	padding: 5px;
}
#tube{
	
}
#des{
	margin: 10px;
}
#m_sidebar{
	overflow:auto;
	height: 350px;
}
textarea{
	width: 95%;
	height: 130px;
}
#sales_des{
	padding: 10px;
	
}
#about{

}
#footer{
	height: 200px;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	
}
#admin{
	height: 350px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#admin_sidebar{
	margin: 10px 5px 10px 5px;
}

