@charset "utf-8";
/* CSS Document */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#CCCCCC;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #B32317;
}
#pageLayout {
	margin: auto;
	width: 980px;
	height: 740px;
	border: 7px solid #CCCCCC;
	background-color: white;
}
#tableLayout {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#tableLayout td {
	border: 0;
	margin: 0;
	vertical-align: middle;
}
#whiteBox {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: 740px;
	background-color: white;
}
#redPaint {
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://www.elisonsworkshop.com/images/redPaint.jpg) no-repeat;
	height: 740px;
	width: 178px;
}
#leftSide {
	position: absolute;
	top: 0;
	left: 0;
	width: 412px;
	height: 740px;
}
#logoContainer {
	position: absolute;
	top: 136px;
	left: 147px;
	width: 208px;
	height: 72px;
}
#leftContent {
	position: absolute;
	top: 350px;
	left: 147px;
	width: 208px;
	text-align:right;
}
#verticalGrayBar {
	position: absolute;
	top: 0;
	left: 414px;
	height: 570px;
	width: 3px;
	border: 0;
	line-height: 0;
	font-size: 0;
	background-color: #E6E6E6;
}
#rightSide {
	position: absolute;
	top: 0;
	left: 415px;
	width: 500px;
	height: 740px;
}
#navigation {
	text-align: right;
	width: 500px;
	position: absolute;
	top: 136px;
	left: 0;
	color: #808080;
}
#rightContent {
	position: absolute;
	top:200px;
	left: 30px;
	width: 470px;
}
.navLink {
	float: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.navLink a,
.navLink a:link,
.navLink a:active,
.navLink a:visited,
.navLink a:hover {
	text-decoration: none;
	color: #808080;
}
.activeNav {
	border-bottom: 3px solid #B32317;
}
.activeNav a,
.activeNav a:link,
.activeNav a:active,
.activeNav a:visited,
.activeNav a:hover {
	font-weight: bold;
}
.navSpacer {
	float: right;
}
#pencilDrawing {
	position: absolute;
	top: 522px;
	left: 123px;
	width: 808px;
	height: 218px;
	background: url(http://www.elisonsworkshop.com/images/pencilDrawing.gif) no-repeat;
}
#copyright {
	position: absolute;
	top: 720px;
	left: 270px;
	font-size: 10px;
}
#carouselContainer {
	float: left;
}
#rightPageContent {
	float: right;
	width:420px;
	padding: 5px;
	text-align: justify;
	height: 300px;
}
#rightInnerContent {
	width: 340px;
	float: right;
	text-align: justify;
	display:table-cell;
	vertical-align:middle;
	height: 300px;
}
#loadingImage {
	float: right;
	width: 340px;
	text-align: center;
	padding-top:100px;
}
#imageLoader {
	position:relative;
	top: 0;
	left: 0;
	float: right;
	width: 340px;
	height: 300px;
}
#imageSource {
	position:absolute;
	top: 0;
	left: 0;
	border: 6px solid #E6E6E6;
}
#imageCaption {
	position: absolute;
	top: 300px;
	left: 10px;
}
#largeCloseText, #mediumCloseText {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	line-height:10px;
	font-size:10px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom:3px;
	cursor: pointer;
	background-color: #E6E6E6;
}
#mediumFullSizeText {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	line-height:10px;
	font-size:10px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top:3px;
	cursor: pointer;
	background-color: #E6E6E6;
}
p {
	margin: 0;
	padding: 0;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #B32317;
}
a:hover {
	text-decoration: underline;
}
.graySubHeadline {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #808080;
}
.graySubHeadline a,
.graySubHeadline a:link,
.graySubHeadline a:active,
.graySubHeadline a:visited {
	color: #808080;
}
.graySubHeadline a:hover {
	color: #808080;
}
.grayText,
.grayText a,
.grayText a:link,
.grayText a:active,
.grayText a:visited {
	color: #808080;
	text-decoration: none;
}
.grayText a:hover {
	text-decoration: underline;
}
.formGray {
	color: #808080;
}
.inputText {
	padding:3px;
	border: 2px solid #808080;
	width: 250px;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #B32317;
}
.inputTextarea {
	padding:3px;
	border: 2px solid #808080;
	width: 250px;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #B32317;
	height:60px;
}
.inputButton {
	border: 2px solid #808080;
	font-weight: bold;
	padding: 5px;
	width:40px;
	height:20px;
	line-height:20px;
	cursor: pointer;
}
.clear {
        height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}
.carouselImage {
	width: 100px;
	height: 88px;
	border: 2px solid #E6E6E6;
}
#largeImageContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 500;
}
#largeImageBackground {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 501;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#loadingLargeContainer {
	position: absolute;
	top: 0;
	left: 0;
	margin:20px;
	background-color: #FFFFFF;
	z-index: 502;
	width: 300px;
	height: 200px;
	border: 6px solid #E6E6E6;
	overflow: hidden;
}
#loadingLargeImage {
	text-align: center;
	margin: auto;
	width: 220px;
	padding-top:75px;
}
#scrollingContainer {
	position: relative;
	height: 291px;
	width: 340px;
	padding-bottom:14px;
}
#scrollingBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	margin: 0;
	padding: 0;
}
#scrollingMask {
	overflow: hidden;
	width: 385px;
	height: 269px;
	position: absolute;
	top:15px;
	left: 0;
	padding: 0;
	margin: 0;
}
#scrollBar {
	position: relative;
	top: 15px;
	left: 370px;
	height: 260px; 
	width: 3px;
	border: 0;
	line-height: 0;
	font-size: 0;
	background-color: #E6E6E6;
}
#sliderArea {
	position:absolute;
	top:5px;
	left:-6px;
	height: 250px; 
	width: 15px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
