
.root {
	width: 100%;
	min-width: 1000px;
	min-height: 600px;
}

.root-wrp {
	width: 960px;
	/*margin: 0px auto;*/
	padding: 0px 0px 0px 40px;
}

.column {
	float: left;
	width: 315x;
	padding: 215px 0px 0px 0px;
}

.column .logo {
	text-align: right;
}

.main {
	float: left;
	width: 630px;
	/*border-left: 5px solid #f5f5f5;*/
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.main .maintop {
	/*height: 190px;*/
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

.main .maintop .special {
	border-left: 5px solid #dbc7e1;
	padding: 0px 0px 0px 5px;
}

.main .maintop .special a, 
.main .maintop .special a:visited, 
.main .maintop .special a:hover,
.main .maintop .special a:visited:hover {
	display: block;
	width: 84px;
	height: 15px;
	background: url(/resources/images/special.gif) center no-repeat;
	text-decoration: none;
	color: #c8c8c8;
}

.siteroot .maintop .wrp {
	padding : 185px 0px 0px 0px;
}

.main .maintop .pagetitle {
	margin: 130px 0px 0px 5px;
	padding: 10px 0px 10px 10px;
	background: url(/resources/images/title-bg.jpg) left repeat-y;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.main .maintop .pagetitle div {
	float: right;
	width: 40px;
	border-left: 5px solid #dbc7e1;
	padding: 0px 0px 0px 5px;
}

.main .maintop .pagetitle div a, 
.main .maintop .pagetitle div a:visited, 
.main .maintop .pagetitle div a:hover,
.main .maintop .pagetitle div a:visited:hover {
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	color: #858585;
}

.main .content {
	float: left;
	width: 100%;
	clear: both;
	border-left: 5px solid #f5f5f5;
	padding: 0px 0px 0px 5px;
	min-height: 300px;
	position: relative;
}

.main .bottom {
	float: left;
	clear: both;
	width: 99%;
	border-left: 5px solid #f5f5f5;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.main .content #scrollContainer {
	width: 610px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.main .content #scrollContent {
	float: left;
}

.main .scroll-handlers {
	float: right;
	width: 10px;
	height: 300px;
	background-color: #f5f5f5;
}

.main .scroll-handlers .up {
	width: 0px;
	height: 0px;
	position: relative;
}

.main .scroll-handlers .dn {
	width: 0px;
	height: 0px;
	position: relative;
}

.main .scroll-handlers .thumb {
	width: 10px;
	height: 20px;
	position: relative;
	background-color: #acacac;
}

#overlay {
	position: absolute;
	z-index: 9;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #fff;
	border: 1px solid #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Tahoma;
	color: #313131;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
