@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;} 
body{
	background-color: #93B5DE;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
#site_wrapper{
	width: 760px;
	margin: 0 auto;
}
#hdr_wrapper{
	clear: both;
	overflow: hidden;
}
#hdr_logo{
	float: left;
	width: 300px;
}
#hdr_top{
	float: right;
}
#hdr_nav{
	float: right;
	clear: right;
	width: 460px;
	padding:5px 0 0;
}
#hdr_nav ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#FFCC66;
}
#hdr_nav li{
	list-style-type: none;
	margin: 0 0 0 14px;
	/*margin: 0 0 0 8px; - if home is included this is the spacing*/
	padding: 0;
	float: left;
}
#hdr_nav a{
	color: #FFF;
	text-decoration: none;
}
#hdr_nav a:hover{
	color:#FFCC66
}
.sml_bullet ul{
	/*list-style-position: outside;
	list-style-image: url(../images/bullet_small.jpg);
	margin: 0px;
	padding: 0 0 0 20px;*/
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sml_bullet li{
	/*margin: 0 0 2px 0;
	font-size: 10px;*/
	background-image:url(../images/bullet_small.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
	margin:0 0 5px;
	padding:0 0 0 16px;
}
.lrg_bullet ul{
	/*list-style-position: outside;
	list-style-image: url(../images/bullet_small.jpg);
	margin: 0px;
	padding: 0 0 0 20px;*/
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.lrg_bullet li{
	/*margin: 0 0 2px 0;
	font-size: 10px;*/
	background-image:url(../images/bullet_large.jpg);
	background-position:0;
	background-repeat:no-repeat;
	margin:0 0 10px;
	padding:0 0 0 20px;
	font-size: 14px;
}
#pic_wrap_head{
	width: 760px;
	height: 26px;
	margin: 20px 0 0 0;
	background-image: url(../images/acc_head.png);
	overflow: hidden;
}
#pic_wrap_text{
	float: right;
	background-color: #0000BD;
	width: 220px;
	height: 22px;
	margin: 4px 0 0 0;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
}
#pic_wrap_bottom_text{
	background-color: #FC6;
	border-bottom: 2px solid #0000BD;
	border-top: 2px solid #0000BD;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	width: 760px;
}
#pic_wrap_foot{
	width: 760px;
	height: 26px;
	background-image: url(../images/acc_foot.png);
}
#pic_wrap{
	/*border-top: 2px solid #0000BD;
	border-bottom: 2px solid #0000BD;
	margin: 20px 0 0 0;*/
	overflow: hidden;
	background-color: #FFF;
}
#pic_wrap #main_image{
	float: left;
	width: 540px;
	height: 280px;
	position: relative;
	display: block;
}
#pic_wrap #main_image img{
	display: none;
	position: absolute;
}
#pic_wrap #right_nav{
	float: right;
	width: 218px;
	border-left: 2px solid #0000BD;
	height: 280px;
}
#pic_wrap #right_nav .acc_arrow_bg{
	width: 7px;
	height: 9px;
	background-image: url(../images/acc_arrows.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 4px 0 0;
}
#pic_wrap #right_nav .arrow_sel{
	background-position:0 -7px;
}
#pic_wrap #right_nav .rn_head{
	width: 212px;
	background-image:url(../images/acc_header.jpg);
	padding: 0 0 0 6px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
}
#pic_wrap #right_nav .rn_content{
	height: 176px;
	display: none;
	padding: 10px;
	/*width: 198px;*/
	overflow: hidden;
}
#pic_wrap #right_nav .content_header{
	margin: 0 0 5px 0;
	color: #0000BD;
	font-weight: bold;
}
#fancy_wrapper{
	border-top: 2px solid #0000BD;
	border-bottom: 2px solid #0000BD;
	background-color: #FFF;
	margin: 20px 0 0 0;
	overflow: hidden;
}
#pic_wrap #right_nav .acc_link{
	text-align: center;
	margin: 12px 0 0 0;
}
#fw_big_pict{
	float: left;
	width: 400px;
}
#fw_mid_container{
	float: left;
	width: 172px;
	padding: 8px;
}
#fw_mid_hdr{
	font-weight: bold;
	color: #0000BD;
	margin: 0 0 8px 0;
}
#fw_mid_text{
	margin: 0 0 8px 0;
}
#fw_mid_link{
	text-align:center;
	width: 100%
}
#fw_rt_nav{
	float: left;
	width: 170px;
	border-left: 2px solid #0000BD;
	background-color: #DDDDDD;
	height: 280px;
}
#content_wrapper{
	background-color: #FFF;
	border: 6px solid #93B5DE;
	width: 748px;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 728px;
	overflow: hidden;
}
#cnt_mp_whole {
	padding: 10px;
	line-height: 20px;
}
#cnt_mp_lt {
	padding: 10px;
	float: left;
	width: 440px;
}
#cnt_mp_rt {
	float: right;
	width: 240px;
	background:url(../images/bg_for_sale.jpg) repeat-x;
	min-height: 300px;
	padding: 10px;
}
#cnt_mp_rt h1{
	padding: 0px;
	margin: 0 0 0 10px;
	color: #0000BD;
	font-size: 18px;
	border: none;
}
#ftr_wrapper{
	margin: 10px 0;
	width: 760px;
	color: #666;
	overflow:hidden;
}
#ftr_left{
	float: left;
}
#ftr_left a{
	color: #900;
	text-decoration: none;
	margin: 0 6px;
}
#ftr_left a:hover{
	text-decoration: underline;
}
#ftr_right{
	float: right;
	padding: 0 6px 0 0;
}
strong {
	color: #039;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0000BD;
	border-bottom: 2px dotted #BBBBFB;
	padding: 0 0 8px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #039;
	border-bottom: 1px solid #BBBBFB;
	padding: 0 0 2px 0;
	margin: 16px 0 12px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #039;
	border-bottom: 1px solid #BBBBFB;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;
}
a {
	color:#900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#dim_nav {
	float: left;
	width: 240px;
	background:url(../images/bg_for_sale.jpg) repeat-x;
	min-height: 300px;
	padding: 10px;
}
#dim_nav ul{
	margin: 0;
	padding: 0;
}
#dim_nav li{
	list-style: none;
	margin: 0 0 6px 0;
}
#dim_cont {
	float: right;
	width: 420px;
}
#dim_cont .dim_box{
	clear: both;
	margin: 0 0 40px;
	overflow: hidden;
}
#dim_cont .dim_pic{
	float: left;
	margin: 0 10px 0 0;
}
#dim_cont .dim_pic img{
	width: 190px;
	height: 105px;
}
#dim_cont .tiny_box{
	float: left;
	width: 95px;
	margin: 0 10px 0 0;
}
#dim_cont .big_box{
	float: left;
	width: 200px;
}
#dim_cont .big_box .dim{
	display: block;
	float: left;
	width: 20px;
}
#dim_cont .big_box .val{
	display: block;
	float: left;
	width: 45px;
}
#dim_cont .sales_pic{
	float: left;
	width: 420px;
	display: block;
	text-align: center;
}
#dim_cont .sales_desc{
	float: left;
	padding: 10px 10px 0 10px;
}
#sales_blob {
	border: 2px solid #0000BD;
	display: block;
	padding: 5px 10px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 20px 0 0 0;
}
#sale_item, #sale_link{
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
}

#promo_cont {
	margin: 15px 0 0 0;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#promo_cont .promo {
	width: 220px;
	float: left;
	border: 2px solid #2E65A7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 180px;
}
#promo_cont .promo_left{
	margin: 0 18px 0 0;
}
#promo_cont .promo_head{
	background-color: #2E65A7;
	color: #FFF;
	font-weight: bold;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
}
#promo_cont .promo_body{
	padding: 5px;
}
