/* css reset code*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

a {
	color: #4d4d4f;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	font-size: 13px;
	color: #a3a3a3;
}

p {
	font-size: 13px;
	line-height: 14px;
	color : #a3a3a3;
	margin: 5px 0 10px 0;
}

h1 {
	margin-bottom: 15px;
	line-height: 24px;
	color : #5472af;
	font-style: none;
	font-weight: 100;
	font-size: 23px;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: 10px;
	line-height: 15px;
	color: #5f6062;
	font-size: 14px;
	font-style: none;
	font-weight: 500;
}

h3 {
	margin-bottom: 2px;
	line-height: 15px;
	color: #5472af;
	font-size: 14px;
	font-style: none;
	font-weight: 600;
}

h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
	color: #5472af;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.small-text {
	color: #a3a3a3;
	font-size: 10px;
}

body {
	padding-bottom: 100px;
	background: #D1E7F5 url(../images/background.jpg) repeat-x bottom center;
}


#container {
	margin: 0 auto 0 auto;
	width: 975px;
	height: 100%;
}

/* START Nav Styles */

#nav {
	float: right;
	margin: 6px 4px 0 0;
	width: 475px;
	height: 42px;
	list-style: none;
}

#nav li {
	float: left;
	width: 92px;
	height: 42px;
}

#nav li a {
	display: block;
	height: 42px;
	width: 92px;
	text-indent: -9009px;
	cursor: pointer;
}

#nav li a span {
	display: block;
	width: 92px;
	height: 42px;
}

#home  {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_home.gif);
}

#home a span {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_home.gif) no-repeat 0 -42px;
}

#gallery {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_gallery.gif);
}

#gallery a span {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_gallery.gif) no-repeat 0 -42px;
}

#about {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_about.gif);
}

#about a span {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_about.gif) no-repeat 0 -42px;
}

#prints {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_prints.gif);
}

#prints a span {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_prints.gif) no-repeat 0 -42px;
}

#contact {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_contact.gif);
}

#contact a span {
	background: url(http://photoguernsey.com/templates/spotless/images/tab_contact.gif) no-repeat 0 -42px;
}

#nav li.selected {
	background-position: 0 -42px;
}

.selected span {
	display: none;
}

/* END Nav Styles */

/* START Header Styles */

#header_img {
	position: absolute;
	top:121px;
	z-index: 9;
	width:975px;
	height:176px;
	text-align: center;
}

#header {
	margin: 8px 0 0 0;
	width: 975px;
	height: 278px;
	background: url(http://photoguernsey.com/templates/spotless/images/head_inc.png) no-repeat center;
}

#logo {
	float: left;
	position: relative;
	margin: 26px 0 0 20px;
	width: 338px;
	height: 132px;
}

/* END Header Styles */

/* START Main Styles */

#main {
	margin: 0 0 0 1px;
	width: 974px;
	min-height: 400px;
	background: url(http://photoguernsey.com/templates/spotless/images/body.png) repeat-y center;
}

#main_content_left {
	float: left;
	margin: 30px 0 10px 32px;
	width: 525px;
	text-align: left;
}

#main_content_right {
	float: right;
	margin: 72px 57px 0 0;
	width: 315px;	
}

#main_content_bottom {
	padding: 0 0 30px 0;
	margin: 0 0 0 32px;
	clear: left;
	width: 565px;
}

#main_content_bottom img:hover {
	outline: 1px solid #5472af;
}

#main_content_bottom h3 {
	margin-bottom: 10px;
}

#contact_form {
	margin: 0 auto 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 565px;
}

#prints_content_right {
	float: right;
	margin: 60px 45px 0 20px;	
	padding: 10px 10px 15px 12px;
	width: 330px;
	background-color: #dae3f3;
}

/* END Main Styles */
/* START Footer Styles */

#footer {
	list-style:	none;
	width: 975px;
	height: 151px;
	text-align: center;
	background: url(http://photoguernsey.com/templates/spotless/images/foot_inc.png) no-repeat center;
}

#footer_content {
	padding: 80px 0 0 0;
}

#footer li {
	display: inline;
	margin: 0 40px 0 0;
	color: #5f6062;
	font-size: 12px;
	font-style: none;
	font-weight: 500;
}

/* END Footer Styles */

.entrycat {
	width: 605px;
	margin: 10px auto auto 172px;
	padding-bottom: 30px;
	text-align: center;
}

.thumbnailBackground {
	float: left;
	margin: 0 0 19px 0;
	width: 198px;
	height: 117px;
	text-align: right;
	cursor: pointer;
	z-index: 1;
	background: url(http://photoguernsey.com/templates/spotless/images/shadow_thumb.jpg) no-repeat;
}

.thumbnailBackgroundHover {
	position: relative;
	top: -117px;
	width: 198px;
	height: 117px;
	z-index: 2;
	background: url(http://photoguernsey.com/templates/spotless/images/shadow_thumb_hover.jpg) no-repeat;
}

.entrycat h1, 
.entrycat h2, {
	margin-bottom: 5px;
	padding: 0 0 0 28px;
	text-align: left;
}

#image_content_left {
	float: left;
	margin: 50px 0 10px 32px;
	width: 595px;
	text-align: center;
}

#image_content_left img { 
	border : none;
	padding: 0px 23px;
	background: url(http://photoguernsey.com/templates/spotless/images/shadow.jpg) no-repeat top left;
}

#image_content_right {
	float: right;
	margin: 50px 57px 0 0;	
	width: 290px;
}

/*.thumbnails {
padding: 0 10px 20px 0;
margin-bottom: 20px;
}*/

.enlarge a {
	display: block;
	float: left;
	list-style-type: none;
	height: 41px;
	width: 136px;
	background: transparent url(http://photoguernsey.com/templates/spotless/images/enlarge.gif) no-repeat 0 -40px;
	text-indent: -9009px;
}

.enlarge a:hover {
	background-position: 0 0;
}

.buy a {
	display: block;
	float: left;
	list-style-type: none;
	height: 41px;
	width: 136px;
	background: transparent url(http://photoguernsey.com/templates/spotless/images/buy_prints.gif) no-repeat 0 -40px;
	text-indent: -9009px;
}

.buy a:hover {
	background-position: 0 0;
}

#pixelpostpromote a {
	padding-right: 10px;
}