* {	margin:0; padding:0; }
img { border:0; }

body {
	background:#d1e8de;
	font-family:Helvetica, Arial, sans-serif;
	color:#303030;
}

a {
	color:#0da878;
	cursor:pointer;
}
h1,h2,h3 {
	color:#0da878;
}
h2 {
	margin:20px 0;
}

#head {
	margin:0 auto;
	width:1024px;
	height:305px;
	background:url(images/background_head.png) no-repeat;
	overflow:auto;
}
#container {
	margin:0 auto;
	padding-bottom:20px;
	width:1024px;
	background:url(images/background_tile.png) repeat-y;
	overflow:auto;
}
#foot {
	margin:0 auto;
	width:1024px;
	height:136px;
	background:url(images/background_foot.png) no-repeat;
	overflow:auto;
}

#nav {
	height:28px;
	width:600px;
	clear:both;
	margin-left:300px;
	margin-top:110px;
	font-size:12pt;
	font-weight:900;
	background:url(images/line.png) no-repeat right;
}
	#nav a {
		height:28px;
		display:block;
		float:left;
		background:url(images/off.png) no-repeat;
		margin-left:11px;
		padding-left:32px;
		padding-top:13px;
		text-decoration:none;
	}
	#nav a:hover, #nav a.active {
		background-image:url(images/on.png);
	}

h1 {
	display:block;
	margin:50px 0 0 395px;
	font-size:36pt;
	font-weight:100;
	font-family:Georgia, serif;
	color:#0da878;
	clear:both;
}
#content {
	margin:0 auto;
	width:700px;
	overflow-y:hidden;
	overflow-x:hidden;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:14px;
	line-height:16px;
	text-align:justify;
}
	#content a {
		color:#6974AB;
		font-weight:900;
		text-decoration:none;
	}
#footer {
	margin:70px 0 0 130px;
	font-size:9px;
	font-family:verdana;
}
	#footer a {
		color:#6974AB;
		text-decoration:none;
		font-weight:900;
	}


/* home page */
#splash {
	margin-top:20px;
}
	#splash a {
		display:block;
		width:132px;
		height:202px;
		float:left;
		margin-right:10px;
		background-position: 0 0;
	}
		#splash a.head { background: url(images/splash/head.jpg) no-repeat; }
		#splash a.back { background: url(images/splash/back.jpg) no-repeat; }
		#splash a.mud { background: url(images/splash/mud.jpg) no-repeat; }
		#splash a.body { background: url(images/splash/body.jpg) no-repeat; }
		#splash a.feet { background: url(images/splash/feet.jpg) no-repeat; margin-right:0; }
		
		#splash a:hover { background-position: 0 -202px; }


/* menu page */
.special {
	background-color:#cec;
	padding: 10px;
	margin: 10px 0;
}
#menu h2 {
	margin:20px 0;
	text-align:center;
}
#menu span {
	font-weight:900;
}
#menu span.spacer {
	font-weight:500;
	padding-right:30px;
}
/* products page */
#productImg {
	text-align:center;
}

/* about page */


/* contact page */


/* radio page */
#archive {
	
}
	#archive td,th{
		padding:5px 20px;
	}

/* manage area */
#archives {
	margin-bottom:60px;
}
.message {
	background-color:#cec;
	padding: 10px;
	margin: 10px 0;
}

.page {
	clear:both;
	margin-top:20px;
}
	.page textarea {
		width:100%;
		height:200px;
	}
	.page input {
		float:right;
	}
#radioUpload * {
	margin:5px;
}
#radioUpload input {
	width:300px;
}

