/* layout */
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 0.9em;
}
#header {
	background-image: url(images/top_right.jpg);
	background-repeat: no-repeat;
	height: 146px;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 146px;
	margin: 0;
}
#header h1 span {
    background-image: url(/images/logo_01.jpg);
	background-repeat: no-repeat;
    min-width: 300px;
	width: 30%;
	height: 146px;
	position: absolute;
}
#left {
	position: absolute;
	width: 195px;
	left: 0px;
	top: 146px;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
}
#right {
	position: absolute;
	top: 146px;
	right: 0px;
	visibility: hidden;
	width: 10%;
}
#main {
	margin-left: 197px;
	padding: 0px;
	margin-right: 10%;
}
#featuredPrint {
	text-align: center;
}
#buy {
	text-align: center;
}
/* style */
h1, legend {
	font-size: 1.5em;
	font-family: "Times New Roman";
}
h2 {
	font-size: 1.2em;
	font-family: "Times New Roman";
	color: #666;
}
.bold {
	font-weight: bold;
}
.errorMessage {
	color: red;
	font-weight: bold;
}
a:link {
	color: #3A5C80;
	text-decoration: underline;
}
a:visited {
	color: #3A5C80;
	text-decoration: underline;
}
a:hover {
	color: #87B146;
	text-decoration: none;
}
#leftContent {
}
#rightContent {
	
}
#mainContent {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	font-size: 0.75em;
}
#footer {
	text-align: center;
	visibility: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #eeeeee;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer2 {
	text-align: center;
	visibility: hidden;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* main nav */
#navlist ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	font-weight: bold;
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #999999;
	background-image:  url(images/l2_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#navlist a:link, #navlist a:visited {
	color: #777;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #E7E4D3;
	background-image:  url(images/l2_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333333;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #9F6F9F;
	background-image:  url(images/l2_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333333;
}
.smallnav {
	font: 11px "Bookman Old Style", Georgia, sans-serif;
	text-align: center;
	width: 579px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}

a.underline {
	font: 11px "Gill Sans", Verdana, "Bookman Old Style", Georgia, sans-serif;
	color: #202020;
}

.underline {
	font: 11px "Gill Sans", Verdana, "Bookman Old Style", Georgia, sans-serif;
	color: #202020;
}

.active {
	font: 11px "Gill Sans", Verdana, "Bookman Old Style", Georgia, sans-serif;
	background: no-repeat center center url(images/active_on.gif);
	color: #FFFFFF;
}

a.underline:hover {
	background: no-repeat center center url(images/active.gif);
}

.line {
	height: 190px;
	margin: 0px;
	padding: 0px;
	padding-left: 37px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

.thumb {
	height: 190px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}
.view {
	height: 700px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bigger {
	font-size: 15px;
}

.bigger:hover {
	font-size: 15px;
	background: no-repeat center center url(images/active.gif);
	color: #000000;
}

p.pphoto {
	text-align: right;
	color: #000000;
	font-size: 10px;
}

a.apphoto {
	color: #b8b8b8;
	font-size: 10px;
}

a.apphoto:hover {
	color: #4d4d4d;
	font-size: 10px;
	
}

.photo {
	width: 160px;
	height: 160px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.photol {
	width: 700px;
	height: 700px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.photo:hover {
	width: 160px;
	height: 160px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#numimg {
	text-align: left;
	width: 758px;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

a.aphoto {
	width: 159px;
	height: 159px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #c7c7c7;
	text-decoration: none;
}
a.aphotol {
	width: 699px;
	height: 699px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #c7c7c7;
	text-decoration: none;
}

a.aphoto:hover {
	width: 159px;
	height: 159px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #000000;
}
a.aphotol:hover {
	width: 699px;
	height: 699px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #000000;
}
#image img {
	padding: 30px;
	background-color: #666;
	border: 1px solid #999;
}

.required {
	font-weight:bold;
	color:red;
}

.error-div {
	border:1px solid #FF0000;
	background-color:#FFDEDE;
	padding:10px;
	margin-bottom:5px;
	color:#CC0000;
}

.success-div {
	border:1px solid #09BD00;
	background-color:#EEFFED;
	padding:10px;
	margin-bottom:5px;
	color:#006600;
	text-align: center;
	font-size: 1.2em;
}
#address {
	padding: 5px;
	border: 1px solid #999;
	color: #990000;
	text-align: center;
	font-size: 1.2em;
	font-family: "Times New Roman";
}
#search {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #999;
}
#search input {
	border: 1px solid #666;
}
.flickrLink {
	text-align: center;
}
.flickrLink a, .flickrLink a:visited, .flickrLink a:hover {
	color: #ccc;
	text-decoration: none;
}

