body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
    margin: 0;
	padding: 0;
	border: none;
}
body{
	text-align: center;
	background: #001443 url(../frame/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-sherif;
	font-size: 14px;
	color: #fff;
}
.search_highlight {
	background-color: #ff0;
	font-weight: bold;
}
#container{
	margin: 43px auto 0;
	padding: 0;
	width: 980px;
	background: #000 url(../frame/container_background.gif) no-repeat;
}
#header, #header_sales{
    position: relative;
	height: 377px;
	width: 980px;
}
#header h1 a, #header_sales h1 a{
    position: absolute;
	width: 230px;
	height: 50px;
    top: 16px;
	left: 24px;
    display: block;
    background: url(../frame/rehband_logo.gif) no-repeat;
}
#header h1 a span, #header_sales h1 a span{
	display: none;
}
#header_sales{
    height: 116px;
    background: url(../frame/sales_15.gif) no-repeat top right;
}
#header h2{
    position: absolute;
    top: 313px;
    left: 0;
    height: 41px;
    padding: 8px 14px 0 24px;
    background: url(../frame/title.gif) no-repeat top right;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}
#header_sales h2{
    position: absolute;
    top: 20px;
    left: 576px;
    width: 300px;
    line-height: 27px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
}
#header_sales h2 span{
    display: block;
    font-size: 18px;
    color: #0078c8;
    letter-spacing: normal;
}
#header #rehband_flash{
    position: absolute;
    top: 0;
    right: 0;
}
ul#menu{
    position: absolute;
    width: 178px;
    top: 87px;
    left: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul#menu li{
    margin: 0 0 2px;
    padding: 0;
    height: 29px;
    list-style-type: none;
    text-decoration: none;
}
ul#menu li a{
    display: block;
    width: 150px;
    height: 24px;
    padding: 5px 0 0 28px;
    background: url(../frame/menu.gif) no-repeat;
    background-position: 0 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
ul#menu li a:hover{
    background: url(../frame/menu.gif) no-repeat;
    background-position: 0 -29px;
    color: #001442;
}
ul#menu li.active a{
    background: url(../frame/menu.gif) no-repeat;
    background-position: 0 -58px;
    color: #00529a;
}
#left_sales ul#menu{
    top: -29px; 
}

#footer{
	width: 980px;
    height: 96px;
	padding: 74px 0 0;
    background: url(../frame/footer.gif) no-repeat;
    text-align: center;
    font-size: 11px;
}
#footer a#fps{
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0078c9;
    float: right;
    margin-right: 22px; 
}
#footer a#fps:hover{
    color: #fff;
    text-decoration: none;
}
#footer a#rights{
    font-weight: normal;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0078c9;
    float: left;
    margin-left: 22px;
}
#footer a#rights:hover{
    color: #fff;
    text-decoration: none;
}


.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
p{
	padding: 0px 0px 15px;
	margin: 0px;
}
h3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: normal;
}
h4{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 15px;
    color: #5ca1d1;
    font-weight: normal;
}
h5{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0 0 12px;
    color: #0078c9;
    font-weight: bold;
}
ol,ul{
	margin: 0px 0px 15px 35px;
	padding: 0px;
}
ol li,ul li{
	margin: 10px 0px;
	padding: 0px;
}
a{
	color: #5ca1d1;
	text-decoration: underline;
}
a:hover{
	color: #fff;
}
a.back {
    font-size: 12px; 
}
input, textarea, select {
    background: #e7e7e7;
}
input.button{
	border: none;
	background: url(../frame/button.gif);
	width: 90px;
	height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
    font-weight: bold;
	cursor: pointer;
}
input.button:hover {
    color: #000;
}
/**/
.error, .success, .notice, .fps_caution{
	margin: 10px;
	margin-bottom:20px;
	padding: 15px 15px 15px 45px;
	background: #fff url(../frame/error.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #AC1C17;
	font-weight: bold;
	color: #AC1C17;
}
#content .error,#content .success,#content .notice,#content .fps_caution{
	margin: 10px 0px;
}
.success{
	background: #fff url(../frame/success.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #6E9A0D;
	color: #6E9A0D;
}
.notice, .fps_caution{
	background: #fff url(../frame/notice.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #63b22d;
	color: #63b22d;
}
/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #000;
	border: solid 2px #0276cb;
	text-align: left;
}
.fps_window .button_on_center{
	text-align: center;
}
.fps_window .button_on_center .button{
	margin-left: auto;
	margin-right: auto;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: #0276cb;
	font-weight: bold;
	font-size: 13px;
	color: white;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}


/* pager */
.fps_nav, .xajax_fps_nav {
	position: relative;
	margin: 15px 0px;
	width: 698px;
	font-size: 12px;
	font-weight: normal;
}
.xajax_fps_nav {
	margin: 15px 10px;
	width: 678px;
}
.fps_nav span, .xajax_fps_nav span{
	display: block;
	padding: 5px 0px;
	width: 698px;
	font-weight: bold;
	color: #de8300;
}
.fps_nav .nav_row, .xajax_fps_nav .nav_row{
	position: relative;
	padding: 5px 0px;
	width: 698px;
	height: 22px;
	border: solid 1px #181818;
	border-left: none;
	border-right: none;
}
.xajax_fps_nav span, .xajax_fps_nav .nav_row{
	width: 678px;
}
.fps_nav .pager_left, .xajax_fps_nav .pager_left{
	position: absolute;
	top: 7px; left: 0px;
	width: 170px;
}
.fps_nav .pager_right, .xajax_fps_nav .pager_right{
	position: absolute;
	top: 7px; right: 0px;
	width: 170px;
	text-align: right;
}
.fps_nav .pager_center, .xajax_fps_nav .pager_center{
	position: absolute;
	top: 7px; left: 150px;
	padding: 0px;
	width: 358px;
	text-align: center;
}
.fps_nav a, .xajax_fps_nav a{
	padding: 0px 2px;
	font-weight: bold;
	color: #5ca1d1;
	text-decoration: none;
}
.fps_nav a:hover, .xajax_fps_nav a:hover{
	color: #0078c9;
}
.fps_nav b, .xajax_fps_nav b{
	padding: 0px 2px;
	color: #fff;
}
.fps_nav b.lotof, .xajax_fps_nav b.lotof{
	padding: 0px 2px;
	color: #fff;
}

/* new picgallery */
.fps_gallery_window{
	position: absolute;
	width: 520px;
	text-align: left;
	overflow: hidden;
}
.fps_gallery_window .fps_galdrag{
	width: 520px;
	height: 30px;
	background: url(../frame/gallery_top.gif) no-repeat;
	cursor: move;
}
.fps_gallery_window .fps_galdrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_gallery_window .fps_galclose{
	position: absolute;
	top: 5px; right: 0px;
	padding-right: 40px;
	width: 60px;
	height: 16px;
	background: url(../frame/gallery_close.gif) no-repeat 70px 3px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	color: #868282;
}
.fps_gallery_window .fps_galloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_gallery_window .fps_galcontent{
	padding: 0px 10px 10px;
	width: 500px;
	background: #fff;
}
/**/
.fps_gallery_window .fps_galcontent .pic{
	width: 500px;
	height: 420px;
	text-align: center;
	overflow: hidden;
}
.fps_gallery_window .fps_galcontent .pic img{
	cursor: pointer;
	height: 420px;
}

/**/
.fps_gallery_window .process{
	position: relative;
	width: 500px;
	font-weight: bold;
	color: #868282;
}
.fps_gallery_window .process .gallery_name{
	padding: 10px 0px;
	width: 400px;
}
.fps_gallery_window .process .navigator{
	position: absolute;
	top: 5px; right: 0px;
	padding: 5px;
	width: 90px;
	text-align: center;
	color: #868282;
}
.fps_gallery_window .process .navigator a.ln{
	display: block;
	position: absolute;
	top: 7px; left: 0px;
	width: 21px;
	height: 15px;
	background: url(../frame/gallery_nav_left.gif) no-repeat;
	text-decoration: none;
}
.fps_gallery_window .process .navigator a.rn{
	display: block;
	position: absolute;
	top: 7px; right: 0px;
	width: 21px;
	height: 15px;
	background: url(../frame/gallery_nav_right.gif) no-repeat;
	text-decoration: none;
}


#fps_tooltip {
    display: none;
	position: absolute;
	z-index: 121;
	width: 200px;
	border: 2px solid #5DA4AA;
	background: #f5f5f5 url('../frame/bulb.gif') no-repeat 3px 5px;
	text-align: left;
	padding: 5px 5px 14px 32px;
	z-index: 2000;

	color: #4a4a4a;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif
}

#fps_tooltip b {
		padding: 5px;
		display: block;
		background: #f5f5f5;
		color: #808080;
}

#fps_tooltip i {
		padding: 5px;
		display: block;
		background: #e7e7e7;
		color: #0085DE;
}

#fps_tooltip ul {
		list-style-type: square;
		color: #0085DE;
		padding: 5px;
		padding-left: 20px;
}

