@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #cfe3fa;
	color: #000;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	line-height: 1.5em;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #c3b67f;
	border-width: 0px 1px 1px;
	border-style: solid;
	background-color: #ffbbbd;
}

/* Page Header */

#page_header {
	width: 780px;
	height: 390px;
	color: #fff;
	overflow: hidden;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 5px;
	border-top-style: dashed;
	border-top-color: #ff80bf;
	position: relative;
}


/* Main Navigation Menu */

#page_menu {
	width: 780px;
	height: 40px;
	top: 348px;
	position: absolute;
	left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff80bf;
}

#page_menu ul {
	width: 780px;
	height: 40px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 129px;
	height: 40px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 8px;
	display: block;
	color: #FF3;
	text-decoration: none;
	height: 40px;
}

#page_menu a:hover {
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}


/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter {
	margin-bottom: 2px;
	padding: 5px 5px 15px;
	width: 118px;
	overflow: hidden;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e71818;
	border-right-color: #e71818;
	border-bottom-color: #e71818;
	border-left-color: #e71818;
}

/* Left Sidebar : Special Offer */

#specialoffer {
	width: 129px;
	height: 280px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	margin-left: 1px;
	margin-top: 25px;
	background-image: url(images/specialoffer_background.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}


/* Main Content Area */

#main_content {
	margin-right: 0px;
	width: 644px;
	text-align: center;
	float: right;
	background-color: #eeeeee;
	background-image: url(images/maincontent_background.gif);
	background-repeat: repeat-y;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
}

#new_item_header {
	margin-top: 20px;
	float: left;
	width: 460px;
	margin-bottom: 20px;
}

#new_item_header h1 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eec94b;
}

#new_item_image {
	width: 103px;
	float: right;
	overflow: hidden;
	text-align: right;
	border-bottom-width: 20px;
	border-bottom-style: double;
	border-bottom-color: #ffbbbd;
	border-top-width: 20px;
	border-top-style: double;
	border-top-color: #ffbbbd;
	margin-top: 20px;
}

#new_item_image img {
	margin-bottom: 5px;
}

#new_item_text {
	float: left;
	clear: left;
	width: 460px;
}



/* Page Footer */

#page_footer {
	width: 780px;
	background-color: #596d93;
}

#powered_by {
	padding-top: 17px;
	float: right;
	width: 400px;
	height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 9px;
}

#powered_by a {
	color: #9595c2;
}
.indent {
	text-indent: 1em;
}

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