@charset "UTF-8";

/* **********     Lightbox     ********** */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* **********     Styles     ********** */
		/* **********     Normal body (white)     ********** */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

	/* **********     Page (brown)     ********** */
a.page:link {
	color: #6C5939;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #6C5939;
}
a.page:hover {
	color: #FFFFFF;
}
a.page:active {
	text-decoration: none;
}


		/* **********     Footer (blue)     ********** */
a.blue:link {
	color: #333366;
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
	color: #333366;
}
a.blue:hover {
	text-decoration: underline;
}
a.blue:active {
	text-decoration: none;
}

/* **********     Styles     ********** */

.style1 {font-size: 10px}
.style2 {color: #333366}
.style3 {color: #333366; font-size:14px}
.style4 {font-size: 16px}
.style5 {color: #FFFFFF}
.style6 {color: #333366; font-size:18px}
.style7 {font-size: 24px}
.style8 {font-size: 20px; color: #CC0000}
.style9 {font-size: 14px}


/* **********     Layout     ********** */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/nav_bar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	text-align: center;
	width: 470px;
	height: 42px;
	vertical-align: middle;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 300px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 50px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
}
.oneColFixCtrHdr #container #welcome {
	float: left;
	width: 346px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #min_01 {
	float: right;
	height: 95px;
	width: 344px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #container #main_pic {
	margin: 0px;
	padding: 0px;
	height: 285px;
	width: 780px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.oneColFixCtrHdr #container #min_02 {
	float: right;
	height: 95px;
	width: 344px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #container #min_03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 95px;
	width: 344px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
.oneColFixCtrHdr #container #min_04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 95px;
	width: 344px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
.oneColFixCtrHdr #container #min_05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 95px;
	width: 344px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
.oneColFixCtrHdr #container #corner {
	height: 49px;
	width: 374px;
	background-image: url(../../design/customer/Art_Wilson/images/btm_rt.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #container #btm {
}
.oneColFixCtrHdr #container #content {
	padding-right: 25px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #sublink {
	padding-right: 25px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #SubSublink {
	height: 100px;
	padding-right: 25px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #paper {
	background-image: url(../../design/customer/Art_Wilson/images/paper.jpg);
	height: 410px;
	padding-right: 25px;
	padding-left: 25px;
}
/* Album 1 */

.oneColFixCtrHdr #container #paperTitle1 { 
	padding-right: 110px; 
	padding-left: 110px; 
	height: 370px; 
	padding-top: 40px; 
	background: url(../images/Title1paper.jpg); }
.oneColFixCtrHdr #container #paperTitle1 #page {
	padding-left: 300px;
	text-align: right;
	color: #6C5939;
}
.oneColFixCtrHdr #container #paperTitle1 #picLeftTop {
	height: 130px;
	width: 270px;
	padding-top: 20px;
	color: #6C5939;
	float: left;
}
.oneColFixCtrHdr #container #paperTitle1 #picLeftBtm {
	height: 140px;
	width: 270px;
	color: #6C5939;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #paperTitle1 #picRightTop {
	color: #6C5939;
	float: right;
	height: 130px;
	width: 270px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #paperTitle1 #picRightBtm {
	color: #6C5939;
	float: right;
	height: 140px;
	width: 270px;
	padding-top: 10px;
}


/* Album 2 */

.oneColFixCtrHdr #container #paperTitle2 {
	padding-right: 110px;
	padding-left: 110px;
	background-image: url(../images/Title2paper.jpg);
	height: 370px;
	padding-top: 40px;
}
.oneColFixCtrHdr #container #paperTitle2 #page {
	padding-left: 275px;
	text-align: right;
	color: #6C5939;
}
.oneColFixCtrHdr #container #paperTitle2 #picLeftTop {
	height: 130px;
	width: 270px;
	padding-top: 20px;
	color: #6C5939;
	float: left;
}
.oneColFixCtrHdr #container #paperTitle2 #picLeftBtm {
	height: 140px;
	width: 270px;
	color: #6C5939;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #paperTitle2 #picRightTop {
	color: #6C5939;
	float: right;
	height: 130px;
	width: 270px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #paperTitle2 #picRightBtm {
	color: #6C5939;
	float: right;
	height: 140px;
	width: 270px;
	padding-top: 10px;
}

/* Album 3 */

.oneColFixCtrHdr #container #paperTitle3 {
	padding-right: 110px;
	padding-left: 110px;
	height: 370px;
	padding-top: 40px;
	background: url(../images/Title3paper.jpg);
}
.oneColFixCtrHdr #container #paperTitle3 #page {
	padding-left: 280px;
	text-align: right;
	color: #6C5939;
}
.oneColFixCtrHdr #container #paperTitle3 #picLeftTop {
	height: 130px;
	width: 270px;
	padding-top: 20px;
	color: #6C5939;
	float: left;
}
.oneColFixCtrHdr #container #paperTitle3 #picLeftBtm {
	height: 140px;
	width: 270px;
	color: #6C5939;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #paperTitle3 #picRightTop {
	color: #6C5939;
	float: right;
	height: 130px;
	width: 270px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #paperTitle3 #picRightBtm {
	color: #6C5939;
	float: right;
	height: 140px;
	width: 270px;
	padding-top: 10px;
}

/* Album 4 */

.oneColFixCtrHdr #container #paperTitle4 {
	padding-right: 110px;
	padding-left: 110px;
	background-image: url(../images/Title4paper.jpg);
	height: 370px;
	padding-top: 40px;
}
.oneColFixCtrHdr #container #paperTitle4 #page {
	padding-left: 300px;
	text-align: right;
	color: #6C5939;
}
.oneColFixCtrHdr #container #paperTitle4 #picLeftTop {
	height: 130px;
	width: 270px;
	padding-top: 20px;
	color: #6C5939;
	float: left;
}
.oneColFixCtrHdr #container #paperTitle4 #picLeftBtm {
	height: 140px;
	width: 270px;
	color: #6C5939;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #paperTitle4 #picRightTop {
	color: #6C5939;
	float: right;
	height: 130px;
	width: 270px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #paperTitle4 #picRightBtm {
	color: #6C5939;
	float: right;
	height: 140px;
	width: 270px;
	padding-top: 10px;
}

.oneColFixCtrHdr #container #content #contact {
	padding-right: 150px;
	padding-left: 150px;
}
.oneColFixCtrHdr #container #content #item form {
	float: right;
	width: 400px;
}

