* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans;
	font-size: 12px;
}

img { border: 0; }

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

button {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.left { float: left; }
.right { float: right; }

#header, #footer {
	background: url(../images/bg1.png) repeat-y;
	height: 36px;
	overflow: hidden;
}

#main-menu {
	clear: both;
	margin-left: 1px;
}

#main-menu .tab {
	height: 31px;
	float: left;
}

#main-menu .tab-left {
	background: url(../images/common/tab-cap-left.png) no-repeat;
	width: 11px;
	height: 31px;
	float: left;
}

#main-menu .tab-body {
	background: url(../images/common/tab-bg-tile.png) repeat-x;
	float: left;
	height: 26px;
	padding: 5px 12px 0;
}

#main-menu .tab-right {
	background: url(../images/common/tab-cap-right.png) no-repeat;
	width: 13px;
	height: 31px;
	float: left;
}

#footer .menu {
	padding: 11px;
	font-size: 11px;
	color: #FFF;
}

#footer .menu ul li {
	list-style: none;
	float: left;
	margin: 0 6px;
}

#footer .menu a {
	color: #FFF;
	text-decoration: none;
}

#footer .menu a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.error {
	color: #FF0000;
	font-weight: bold;
	padding: 5px 0;
}