* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('images/body_background.gif') repeat-x 0px 0px;
	background-color: #c9fd98;
	background-attachment:fixed;
	color: #0b8b08;
	font-family: tahoma, arial, sans-serif;
	font-size: small;
	text-align: center;
}

a {
	color: #18ae14;
	text-decoration: underline;
}

a:hover {
	color: #68e865;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	background: url(images/body.jpg) repeat-y;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #18ae14;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 113px;
	color: #90ff3b;
	background: url('images/banner.jpg') no-repeat 0px 0px;
	overflow: hidden;
}

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 780px;
	height: 30px;
	background-image:url(images/page_menu.png);
}

#page_menu ul {
	width: 780px;
	height: 30px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 0px;
	width: 130px;
	height: 30px;
	float: left;
	overflow: hidden;
	text-align:center;
	font-size: small;
	font-weight: bold;
}

#page_menu li:hover {
	margin-right: 0px;
	width: 130px;
	height: 30px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: small;
	font-weight: bold;
}


#page_menu a {
	padding-top: 7px;
	display:block;
	color: #fff;
	text-decoration: none;
	font-size:small;
}

#page_menu a:hover {
	color: #d1e4f2;
	font-size:small
}

/* Left Sidebar */

#left_sidebar {
	width: 110px;
	float: left;
	text-align: left;
	color: #18ae14;
	margin-left: 5px;
}

#left_sidebar a {
	color: #18ae14;
}

#left_sidebar a:hover {
	color: #0b8b08;
}

/* Left Sidebar: Login Box */

#login {
	margin-bottom: 2px;
	padding: 5px 5px 15px;
	width: 110px;
	overflow: hidden;
	color: #0970b7;
	font-weight: bold;
	margin-left: 5px;
}

#login h1 {
	padding-bottom: 3px;
	font-size: small;
	color: #fff;
	background: url('images/login.jpg');
	height: 27px;
	text-align:center;
}

#login h2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: small;
}

#login input {
	padding-left: 0px;
	margin-bottom: 5px;
	width: 105px;
	height: 16px;
	border: #0970b7 1px solid;
	background-color: #eef7fd;
	float: left;
	clear: left;
}

#login input.button {
	margin-top: 3px;
	margin-left: 45px;
	width: 60px;
	height: 20px;
	border: none;
}

#login input.button2{
	margin-top: 3px;
	margin-left: 15px;
	width: 90px;
	height: 20px;
	border: none;
}


/* Left Sidebar : Categories */

#categories {
	margin-left:5px;
	margin-bottom: 2px;
	padding: 5px 5px 15px;
	text-align: center;
}

#categories_header {
	width: 110px;
	padding-bottom: 3px;
	font-size: small;
	text-align:center;
	background: url('images/submenu.jpg');
	height: 27px;
	overflow: hidden;
}

#categories_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: small;
	font-weight: bold;
}

#categories ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

#categories li {
	width: 120px;
	height: 21px;
	list-style-type: none;
	text-align: left;
	border-bottom: #12df11 1px solid;
	float: left;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #18ae14;
	text-decoration: none;
}

#categories li a:hover {
	color: #68e865;
}

/* Left Sidebar : Left Banner */

#leftbanner {
	width: 129px;
	height: 98px;
	overflow: hidden;
	background: url('images/leftbanner_background.jpg') no-repeat 0px 0px;
	color: #fff;
	font-size: 11px;
}

/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 637px;
	text-align: center;
	float: right;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color:#00FF66;
	overflow: hidden;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header h1 {
	color: #0066FF;
	font-size: 18px;
	font-weight: normal;
}

#new_item_header h2 {
	color: #18ae14 ;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
	text-align: right;
}

#new_item_text {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	clear: left;
	width: 330px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}


/* Sub Items Descriptions */

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 644px;
	background: url('images/item_sub_background.gif') repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	padding-left: 5px;
	width: 300px;
	float: left;
}

.sub_right {
	padding-right: 15px;
	width: 315px;
	float: right;
}

.sub_items_header {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	width: 110px;
}

.sub_items_header h1 {
	color: #0b8b08;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_header h2 {
	color: #0b8b08;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_image {
	margin-top: 40px;
	float:none;
	text-align:center;
	height:160px;
}

.sub_items_text {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px
	text-align:center;
}

/* Page Footer */

#page_footer {
	width: 780px;
	height: 60px;
	background: url('images/footer.jpg');
	text-align: center;
}