@import url("user-styles.css");
/* CSS Document */

body {
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
	text-align:center;
	
}

body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* Layout */

#wrapper {
	position:relative;
	width:720px;
	text-align:left;
	margin:10px auto 10px auto;
	
}

#Navigation {
	padding:5px;
	/*background-color:#999999;*/
	font-size:16px;
	margin-top:30px;
	text-align:center;
	color:white;
}
#Navigation a {
	color:white;
}
#Navigation a:hover {
	color:#666666;
	text-decoration:none;
}


#masthead {
	margin-top: 10px;
	border: 1px solid #666666;
	position:relative;
}

#content-area {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	position:relative;
}

#footer {
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
	
}

/* Utilities */

.clear-both {
	font-family:monospace;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	line-height: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding-bottom:10px;
}
h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
}

a {
	color: #006600;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
}
a:hover {
	text-decoration: underline;
}

select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
.smaller-text {
	font-size: 11px;
}
.floating-layer {
	border: 1px solid #999999;
}

#Subnav {
	font-size: 11px;
	color: #999999;
}

#rightnav {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}
#leftnav {
	position:absolute;
	left:10px;
	top:10px;
	text-align:left;
}
#Subnav a {
	color: #999999;
	font-weight: bold;
}

.add-to-basket-form {
	display:block;
	padding:0px;
	margin:2px 0px 2px 0px;
	text-align:center;
}

.icon-table img.one-pixel-border {
	margin-bottom:15px;
}
#single-oak-series td {
	width:145px;
}
.all-prints {
	padding:5px;
	border:solid 1px #999999;
	width:50%;
	margin:0px auto 0px auto;
}
h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
}

a img
{
	
}
a:hover img
{
	opacity:0.4;
	filter:alpha(opacity=40);
}