/* CSS Document */

html {
	height:98%;
	color:#6C5635;
	margin:0px;
	padding:0px;
	}

body {
	height:98%;
	background-image:url(images/line_bg.png);

	}
#container {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.hidey {
	display:none;
}

a {
	text-decoration:underline;
	color:#ECB228;
	outline:none;
	}
a img {
	outline:none;
	border:none;
}
.dots {
	background-image:url(images/dots.png);
	width:904px;
	height:631px;
	}

* html .dots  { /*- well behaving browsers ignore this -*/
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/dots.png", sizingMethod="crop"); /*- but not here -*/
} 

.leftside {
	width:239px;
	position:relative;
	left:110px;
	float:left;
	z-index:20;
	}

.logo {
	margin-left:7px;
	margin-bottom:7px;
	}
.gallerynav {
	background-image:url(images/galleryholder.png);
	background-repeat:no-repeat;
	width:208px;
	height:343px;
	padding-top:22px;
	}
	
.gallerynav_tops {
	background-image:url(images/galleryholder_tops.png);
	background-repeat:no-repeat;
	width:208px;
	height:343px;
    padding-top:22px;
    }

.gallerynav_bath {
	background-image:url(images/galleryholder_bath.png);
	background-repeat:no-repeat;
	width:208px;
	height:343px;
    padding-top:22px;
}
	
.rightside {
	float:right;
	position: relative;
	right:110px;
	top:1px;
	width:459px;
	}
.topnav {
	position:relative;
	top:12px;
	}
.portfolio {
	width:459px;
	height:492px;
	background-image:url(images/main_content_holder.png);
	background-repeat:no-repeat;
	}

* html .portfolio  { /*- well behaving browsers ignore this -*/
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main_content_holder.png", sizingMethod="crop"); /*- but not here -*/
} 

h2 {
	font-size:16px; 
	font-weight:bold;

	line-height:normal;
	padding:0px;
	margin:0px;
	
}
p {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:7px;
}

.footer {
	margin-top:7px;
	font-size:12px;
	text-decoration:none;
	}
.viewer {
	height:350px;
	overflow:auto;
	position:relative;
	top:30px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	}
.aboutviewer {
	height:430px;
	overflow:auto;
	position:relative;
	top:30px;
	margin-left:30px;
	padding-right:10px;
	margin-right:20px;
	margin-bottom:10px;
	font-size:14px;
	}
.pressviewer {
	height:450px;
	overflow:auto;
	position:relative;
	top:30px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	font-size:14px;
	}
.description {
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:20px;
	height:30px;
	}
.navdots {
	width:430px;
	position:relative;
	top:35px;
	
	}
* html .navdots  { /*- well behaving browsers ignore this -*/
background-image: none;
position:relative;
top:25px;
 /*- but not here -*/
} 
.navdots img {
	cursor:pointer;
	}

.style12 {color: #EDB32B}
.style13 {color: #ECB228}