/* CSS Document */

#gallerydetail {
	width: 220px;
	background-color: #B0B58C;
	height: 320px;
	float:left;
	text-align:left;
	overflow:auto
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #B0B58C;
	margin: 0;
	padding:0;
	font-weight:normal
}

#gallerydetail h1 {
	color: #FFFFFF
}

#gallerydetail p {
	color: #FFFFFF
}

#galleryimage { background: url(../assets/gallery_bg_large.jpg); float: left; width: 350px;	height: 320px; text-align: left }

#galleryimage1 { background: url(../assets/gallery_bg_large1.jpg); float: left; width: 350px; height: 320px; text-align: left }
#galleryimage2 { background: url(../assets/gallery_bg_large2.jpg); float: left; width: 350px; height: 320px; text-align: left }
#galleryimage3 { background: url(../assets/gallery_bg_large3.jpg); float: left; width: 350px; height: 320px; text-align: left }
#galleryimage4 { background: url(../assets/gallery_bg_large4.jpg); float: left; width: 350px; height: 320px; text-align: left }
#galleryimage5 { background: url(../assets/gallery_bg_large5.jpg); float: left; width: 350px; height: 320px; text-align: left }
#galleryimage6 { background: url(../assets/gallery_bg_large6.jpg); float: left; width: 350px; height: 320px; text-align: left }

#gallerymid {
	width: 130px;
	background-color: #FFF;
	float: left;
	border-left: 1px solid #73765B;
	border-right: 1px solid #73765B;
	height: 320px;
	text-align:left;
	overflow: auto;
	background-image: url(../assets/bg_gallery.gif);
}

#galleryhomeright {
	float:right;
}

#gallerysubmit {
	padding-top: 8px;
	width: 179px;
	height: 124px;
	background-color:#FFF;
	border-bottom: 1px solid #999
}

#gallerynav {
	float:right;
	text-align:left;
	width: 140px;
	padding-top: 20px
}

#gallerynavigation {
	text-align:left;
	padding: 3px;
}

#gallerynavigationpad {
	background-color:#B0B58C;
	width: 173px;
	height: 181px;
	overflow: auto;
}

#gallerynavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#gallerynavigation li {
	padding: 0;
	margin: 0
}

#gallerynavigation a { color: #FFF; text-decoration:none; }
#gallerynavigation a:visited {color: #FFF; text-decoration:none; }
#gallerynavigation a:hover, a:active {color: #FFF; text-decoration:underline; }

#gallerydetail a {color: #FFF; text-decoration:none; border-bottom: none}
#gallerydetail a:visited {color: #FFF; text-decoration:none; border-bottom: none}
#gallerydetail a:hover, a:active {color: #FFF; text-decoration:underline; border-bottom: none}


.imgwrapper1 {background: url(../assets/gallery_bg_small1.jpg); float: left; width: 99px; height: 106px; text-align:left }
.imgwrapper2 {background: url(../assets/gallery_bg_small2.jpg); float: left; width: 99px; height: 106px; text-align:left }
.imgwrapper3 {background: url(../assets/gallery_bg_small3.jpg); float: left; width: 99px; height: 106px; text-align:left }
.imgwrapper4 {background: url(../assets/gallery_bg_small4.jpg); float: left; width: 99px; height: 106px; text-align:left }
.imgwrapper5 {background: url(../assets/gallery_bg_small5.jpg); float: left; width: 99px; height: 106px; text-align:left }
.imgwrapper6 {background: url(../assets/gallery_bg_small6.jpg); float: left; width: 99px; height: 106px; text-align:left }

.galleryimg {
	margin: 26px 0px 0px 22px
}

#gallerynavprevious {
	height: 106px;
	width: 100px;
	background-color:#00FF66;
	background: url(../assets/gallery_bg_small1.jpg);

}

#gallerynavnext {
	height: 106px;
	width: 100px;
	background-color:#ff0000;
	background: url(../assets/gallery_bg_small1.jpg)
}

.galleryprevnext {
	padding: 28px 0 0 0px; 
	text-align:center
}

#boxholder {
	width: 420px; 
	height: 320px; 
	float:left;
	overflow: auto;
}

#papertypesright {
	float: right;
	width: 300px;
	height: 320px;
	text-align:left;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-image: url(../assets/bg_papertypes.gif);
}

#papertypesrightpad {
	margin: 0px;
	padding: 20px
}


#boxholder ul {
	padding: 0;
	margin: 0
}

#boxholder li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display:inline
}

#boxholder a {
	color: #666;
	text-decoration:none
}

.box, .clearbox {
	float: left;
	width: 99px;
	height: 106px;
	margin: 0;
	padding: 0;
	border-right:1px solid #999;
	border-bottom: 1px solid #999; 
	text-decoration: none;
	color: #333;
	background: #FFF;
	text-align: left;
	overflow:auto
}

.clearbox {	
	border: 1px solid white;
	background: white;
	color: white;}

.clearboth {clear: both;}

.boxleft { margin-left:0px }

.boxright { margin-right:0px }

.boxpad { padding: 2px; }
