@charset "utf-8";
/* CSS Document */
*{
border: 0px;
margin: 0px;
padding: 0px;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#cd986c;
height: 100%;
}
p, li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 12px;
}
p, h1, h2, h3, h4, h5, h6, label {
color: #74563d;
}
.ie_warning {
background-color: #000000;
color: #ff0000;
width: 100%;
text-align: center;
font-weight: bold;
font-size: xx-large;
}
a {
text-decoration: none;
}
a:link {
color: #4a62a8
}     
a:visited {
color: #6f7da5
}  
a:hover {
color: #0000ff
}

#moreArrow{
height: 12px;
margin: 0 0 0 12px;
}   

.nodisplay {
	display: none;
}
/* ---------------------------- galleries ----------------- */
.galleries_wrapper{
width: 250px;
position: fixed;
top: -150px;
left: -50px;
visibility: hidden;
}
.galleries_top{
height: 28px;
}
.galleries_content{
background: url(../images/galleries_mid.png);
width: 259px;
}
.galleries_link_list{
list-style-type: none;
padding: 0px 0px 0px 30px;

}
/* ---------------------------- Bottom bar -------------- */
.bar_wrapper{
position: fixed; 
width: 100%;
height: 134px;
}
.bar_L{
background: url(../images/bot-bar-left.png);
height: 134px;
width: 14px;
float: left;
}
.bar_BG{
background: url(../images/bot-bar-bg.png);
height: 134px;
width:100%;
}
.bar_R{
background: url(../images/bot-bar-right.png);
height: 134px;
width: 15px;
float: right;
}

/* ---------------------------- Bar content ------------- */
.clearIt{
clear: both;
}
.bar_content_wrapper{
width: 981px;
margin: 0px auto;
padding: 10px;
height: 114px;
}
.hide{
width: 40px;
height: 35px;
float: right;
position: relative;
top: -35px;
cursor: pointer;
}
.change_image{
width: 80px;
height: 35px;
float: left;
position: relative;
top: -35px;
cursor: pointer;
}

	/* -- sub -- thumb -- */
.thumb_left_arrow{
float: left;
height: 134px;
width: 33px;
position: relative;
top: -12px;
visibility: visible;
cursor: pointer;
}	
.thumb_right_arrow{
float: left;
height: 134px;
width: 33px;
position: relative;
top: -12px;
visibility: visible;
cursor: pointer;
}	
.bar_thumb_wrapper{
width: 450px;
height: 104px;
margin: auto 10px;
float: left;
}
.bar_thumb_L{
background: url(../images/thumb-window-left.png);
height: 104px;
width: 6px;
float: left;
}
.bar_thumb_R{
background: url(../images/thumb-window-right.png);
height: 104px;
width: 6px;
float: right;
}
.bar_thumb_BG{
background: url(../images/thumb-window-bg.png);
height: 104px;
overflow: hidden;
position: relative;
}
#thumb_container {
	width: 10000px;
	position: relative;
}
.thumb_holder {
height: 90px;
width: 90px;
overflow: hidden;
margin: 7px 15px;
float: left;
text-align: center;
}
.thumb_image{
cursor: pointer;
height: 90px;

}
	/* -- sub -- link -- */
.link_wrapper{
height: 114px;
margin: 10px 0px;
float: left;
}
.main_links {
list-style: none;
margin: 0 0 0 100px;
}
.main_links li {
	padding: 3px 0 0 18px;
	height: 15px;
	line-height: 15px;
}
.main_links #more_link_li {
	background: transparent url(../images/arrow_up_tiny.png) no-repeat scroll 0 0 ;
}

/* ---------------------------- main -------------------- */
.main_top{
background: url(../images/main_bg_T.png);
width: 964px;
height: 79px;
/* margin: 0px auto; */
}

.main_image_holder{
width: 964px;
min-height: 700px;
background: url(../images/main_bg_img.png);
text-align: center;
padding-bottom: 100px;
}
#img_title{
width: 100%;
text-align: center;
font-weight: bold;
}

/* ---------------------------- general ----------------- */
.content_wrapper{
margin-left: auto;
margin-right: auto;
width: 964px;
}
.left{
float: left;
}
.right{
float: right;
}

#btn_send {
	border: none;
	cursor: pointer;
	width: 72px;
	height: 28px;
	background: transparent url(../images/btn_send.gif) no-repeat scroll 0 0;
}
form#message_form {
	width: 800px;
	margin: 30px auto;
}
input, textarea {
	border: 2px solid #fdd9bb;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #74563d;
	font-weight: bold;
}
textarea {
	height: 125px;
}
.form_label {
	width: 150px;
	float: left;
	padding: 3px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_info {
	float: left;
	padding: 3px;
	text-align: left;
}
.form_row {
	clear: both;
}
#post_card_img {
	width: 200px;
	margin: 30px auto;
}
#back_link {
	padding: 0 0 0 50px;
	text-align: left;
	font-weight: bold;
}
.alert_bad {
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/bad.png) no-repeat scroll 0 0;
	padding: 0 0 0 30px;
	margin: 0 0 0 243px;
	text-align: left;
}
.alert_good {
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/good.png) no-repeat scroll 0 0;
	padding: 0 0 0 30px;
	margin: 0 0 0 243px;
	text-align: left;
}
#post_card_header {
	padding: 0 0 20px 0;
}
