@import "common.css";

#topright {
	float: right;
	width: 133px;
	border-left: 1px solid #FFFFFF;
}

#mainright {
	float: right;
	clear: right;
	width: 191px;
}

#mainright p, #mainright form {
	margin: 10px 25px;
}

#slideshow_holder {
	float: left;
	width: 471px;
	height: 176px;
}

#main {
	background: url("../../images/layup/main_background.gif") repeat-y top left;
}

#mainmiddle {
	float: left;
}

/*remove the indent bug on ie*/
html>body #mainmiddle {
	margin-right: 191px;
	padding-top: 0px;
	float: none;
}

/* for Mozilla/Safari/Opera */
*>#mainmiddleholder {
	padding-top: 165px;
	min-height: 1px;
}
*>#mainmiddleholder #mainpadding {
	margin-top: -161px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #mainmiddleholder {
	height: 163px;
}
/* end filter */

#mainheader {
	width: 280px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
}

#mainheader a {
	text-decoration: none;
	color: #56553D;
}

/* the following rule is recognized only by IE */
* html body #mainheader {overflow: hidden;}

.tickls {
	color: #676767;
}

.tickh {
	display:none;
}

