* {
	font-family: arial, helvetica, sans-serif;
}

html,body,h1,h2,h3,h4,ul,li,ol {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

select, input {
	font-size: 11px;
}

p {
}

input, textarea, select {
	font-size: 11px;
	padding: 0;
	border: 1px solid silver;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0;
}

button {
	font-size: 11px;
	border: 0;
	cursor: pointer;
}

/* status bar */

.statusbar {
}

.statusbar .sb-inner {
	background-color: #DDD;
	border: 0;
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #CCC;*/
	background-image: url(../images/statusbar_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


.statusbar * {
	
}

.sb-main {
	float: left;
}

.statusbar .sb-main .sb-item {
	padding: 0 20px;
	border-right: 1px solid silver;
}

.statusbar .sb-main .sb-item .sb-label {
	padding-right: 7px;
	font-weight: bold;
}

.statusbar .sb-main .sb-item .sb-important a {
	font-weight: bold;
	color: red;
	text-decoration: blink;
}

.statusbar .sb-main .sb-item .sb-important a:hover {
	text-decoration: underline;
}

.statusbar select {
	font-size: 11px;
}

.statusbar form {
	display: inline;
}


.sb-cart-checkout {
	float: right;
}

.statusbar .sb-cart-checkout a {
	display: block;
	float: left;
	margin: 0 5px;
	padding: 2px 10px;
	background-color: #507da2;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 11px;
}


.wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: white;
}

.header {
	/*border: 1px solid #DDD;*/
}

.
.header-area1 {
	margin-top: 200px;
	border-bottom: 1px solid #DDD;
}

.header .ha1-logo {
	float: left;
	margin-left: 15px;
}

.header .ha1-user-area {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	font-weight: bold;
	color: #555;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.header .ha1-user-area span {
	font-size: 12px;
	padding-right: 20px;
	color: black;
	display: block;
	border-bottom: 1px dotted silver;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.header .login-menu {
	float: right;
	margin-right: 20px;
}

.login-menu .button {
	margin: 0 5px;
	float: left;
}

.login-menu .button a {
	color: white;
	font-weight: bold;
	padding: 2px 15px;
}

.login-menu .button {
}

.login-menu .button {
	background-image: url(../images/button-login_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.login-menu .button div div {
	background-image: url(../images/button-login_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.login-menu .button div div div {
	background-image: url(../images/button-login_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 1px;
}


.header .navigation {
	text-align: center;
	background-color: white;
	background-image: url(../images/menu_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 15px;
}

.header .navigation a {
	margin: 0 5px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	/*border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;*/
}

.middle {
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	padding-top: 20px;
	background-color: #F6F6F6;
}

.middle li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 150%;
}


.middle ul {
	padding-bottom: 10px;
}

.middle .mleft li, .middle .mright li {
	list-style-type: none;
	display: inline;
}

.middle .mleft li:hover, .middle .mright li:hover {

}

.middle .mleft li a, .middle .mright li a {
	color: #444;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
}

.middle .mleft li a:hover, .middle .mright li a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #555;
}

.middle .mleft ol li, .middle .mright ol li {
	/*list-style-type: decimal-leading-zero;
	padding-left: 20px;*/
}


.middle .mleft {
	float: left;
	width: 200px;
}

.middle .mcenter ul {
	margin: 10px 0;
}

.middle .mcenter li {
	margin: 0 20px;
}

.middle .mcenter {
	float: left;
	width: 580px;
	margin: 0 10px;
	line-height: 140%;
	text-align: justify;
}

.middle .mcenter h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	margin-bottom: 10px;
}

.middle .mcenter h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: red;
	margin-bottom: 5px;
}

.middle .mright {
	float: right;
	width: 200px;
}





.bottom {
	font-size: 11px;
}

.bottom .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 15px;
}

.bottom .copy {
	/*float: left;*/
	text-align: center;
	font-weight: bold;
}

.bottom .pages {
	float: right;
}

.bottom .pages a {
	color: silver;
	padding-left: 9px;
	padding-right: 10px;
	background: url(../images/delimiter2-v.png) center right no-repeat;
}

.bottom .pages .last {
	background: none;
}




.bottom-menu li {
	list-style-type: none;
	margin-left: 10px;
	padding: 2px;
}

.bottom-menu h2 {
	font-size: 13px;
	padding-bottom: 7px;
}

.bottom-menu .menu-row {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #ddd;
}

.bottom-menu .menu-row .mr-all {
	text-align: right;
}

.bottom-menu {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin-top: 10px;
	font-size: 11px;
	background-color: #eee;
}

.bottom-menu .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
}



.index-banner {
	float: right;
	margin-bottom: 15px;
}


.notification {
	font-weight: bold;
	font-size: 12px;
	color: #d50202;
}

.news {
	border-bottom: 1px dotted #DDD;
}

.news-date {
	border-right: 1px dotted #DDD;
	padding: 15px;
	padding-left: 5px;
	font-weight: bold;
}

.news-title {
	padding-left: 15px;
	padding-top: 15px;
}

.news-text {
	padding-left: 15px;
	text-align: justify;
	padding-bottom: 10px;
}

.latest-news {
	margin-top: 15px;
}

.latest-news .ln-title {
	border-bottom: 1px dotted #d6d6d6;
	font-weight: bold;
	color: #700202;
	padding-bottom: 2px;
	font-size: 13px;
}

.latest-news .ln-content {
	padding: 7px;
}

.latest-news .ln-content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-bottom: 5px;
}

.latest-news .ln-content p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding-left: 10px;
}

.faq h3 {
	content: open-quote close-quote;
}

.faq-answer {
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	border: 1px dotted #CCC;
	background-color: #F7F7F7;
}

.important-blink {
	font-weight: bold;
	color: red;
	text-decoration: blink;
}
