/*******************************************************************************

FILE: layout.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 1.0 - initial public release
DATE: 07/22/2005

--------------------------------------------------------------------------------

This file is part of MudPopContent.

	MudPopContent is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.
	
	MudPopContent is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with Foobar; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

*******************************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background-color: #EEF2FC;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	background-color: #33FF00;
}

/* content */

#content-wrapper {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 800px;
}

#nav-wrapper {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 140px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#nav {
	position: absolute;
	top: -300px;
	left: 0px;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}

#nav ul li {
	padding-bottom: 2px;
}

#cat1-wrapper {
	position: absolute;
	top: 40px;
	left: 151px;
	width: 140px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#cat1 {
	position: absolute;
	top: -300px;
	left: 0;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}

#cat2-wrapper {
	position: absolute;
	top: 40px;
	left: 292px;
	width: 140px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#cat2 {
	position: absolute;
	top: -300px;
	left: 0;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}

#cat3-wrapper {
	position: absolute;
	top: 40px;
	left: 433px;
	width: 140px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#cat3 {
	position: absolute;
	top: -300px;
	left: 0;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}

.tabContent {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 120px;
	line-height: 16px;
}

.bt-open {
	position: absolute;
	top: 300px;
	width: 135px;
	visibility: hidden;
	z-index: 2;
	left: 10px;
}

.bt-close {
	position: absolute;
	top: 20px;
	left: 10px;
	visibility: visible;
	z-index: 2;
}

#footer {
	position: absolute;
	padding: 70px;
	top: 370px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
}
#cat4-wrapper {
	position: absolute;
	top: 40px;
	left: 574px;
	width: 140px;
	height: 300px;
	overflow: hidden;
}
#cat4 {
	position: absolute;
	top: -300px;
	left: 0;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}
#image {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 200px;
	height: 144px;
	overflow: hidden;
	z-index: 2;
}
#news {
	position: absolute;
	top: 50px;
	left: 583px;
	width: 350px;
	height: 600px;
	overflow: hidden;
	z-index: 3;
	visibility: hidden;
}
#cat4-wrapper {
	position: absolute;
	top: 40px;
	left: 574px;
	width: 140px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}
#cat4 {
	position: absolute;
	top: -300px;
	left: 0;
	width: 140px;
	height: 300px;
	background: transparent url(../../images/nav-bg.png) no-repeat;
}

