

body {

	background: #E2F0F9;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	height:100%;
	min-height:100%/*firefox*/;


}

a {

	color: #0066CC;

}

.home-page h1 {
	
	margin-top: 0;
	padding-top: 0;
	height: 0px;
	display: none;

}

.gallery-page h1 {
	
	margin-top: 10px;
	padding-top: 0;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	border-bottom: solid 1px #ccc;
	font-size: 18pt;


}

h2 {

	padding-top: 0px;
	margin-top: 0px;
	font-size: 13pt;
	font-weight: bold;

}

.home-page h2 {

	text-align: center;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;

}

.home-page h2 a {

	text-decoration: none;
}

.home-page h2 a:hover {

	text-decoration: underline;
}


#gallery-highlights h2 {

	margin-left: 25px;
	margin-right: 10px;
	font-size: 14pt;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-left: 10px;

}


#gallery-highlights .count {

background: #66CC99;

}

#gallery-highlights .allGrids {

	padding-left: 10px;

}


#header, #main, #footer, #main {

	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-left: solid 2px #C7B2A5;
	border-right: solid 2px #C7B2A5;
	display: block;

}

#header {

	border-bottom: solid 0px #CCCCCC;
	border-top: solid 2px #C7B2A5;
	margin-top: 25px;
	height: 95px;

}

#logo {

margin-left: 10px;
margin-top: 10px;
float: left;

}

#header-right {

display: inline;
text-align: right;
float: right;
margin-top: 40px;
margin-right: 35px;
font-size: 11pt;
font-weight: bold;
color: #666666;


}

#footer {

	clear: both;
	border-bottom: solid 2px #C7B2A5;
	margin-bottom: 15px;

}

#footer .copyright {

	padding: 5px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-align: right;
}

#zazzle-logo {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.copyright a {

	text-decoration: none;
	color: #000000;

}

.copyright a:hover {

	text-decoration: underline;

}

#showcase {

	clear: both;
	margin-left: 20px;
	display: block;

}

#main {

	min-height:100%/*firefox*/;
	height: 100%;
	overflow: visible;

}

#main-left {

	width: 260px;
	float: left;
	display: block;

	min-height:100%/*firefox*/;
	height: 100%;
	background: #fff;

}

#main-right {

	width: 700px;
	float: left;
	display: block;
	min-height:100%/*firefox*/;
	height: 100%;
	background: #fff;
}


#marquees {

	clear: none;
	display: block;

}

.marquee {

	float: left;
	width: 200px;
	margin-left: 15px;
	margin-right: 10px;
	display: block;
	margin-bottom: 25px;
	

}

#photo-copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -15px;
	margin-left: 25px;
	color: #666666;
}

#photo-copyright a {

	color: #666666;
text-decoration: none;

}

ul.nav-first  {

	margin-top: 15px;

}

ul.nav-buttons {

	margin-left: 15px;
		padding-left: 0;

}

.nav-buttons li {
	border: solid 2px #DDDDDD;
	list-style-type: none;
	background-color: #E2F0F9;

	margin: 5px;
}

.nav-buttons li a {
	display: block;
	text-decoration: none;
	color: #000;	
	background-image: url(../img/bg-nav-button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	padding: 5px;
	padding-left: 20px;
}

.nav-buttons li a:hover {
  display: block;
  text-decoration: none;
  background: #FFFFCC;
  color: #0033FF;
	background-image: url(../img/bg-nav-button-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.nav-header {

font-size: 14px;
font-weight: bold;
margin-left: 20px;
line-height: .5em;

}


#coupon-featured {

	margin-left: 20px;	
	margin-right: 5px;
	border: dashed 2px #FF9933;
	background: #FFFFCC;
	padding: 10px;


}

#coupon-featured .coupon-title {

	font-weight: bold;
	font-size: 13pt;

}

.coupon-code {

	text-transform: uppercase;
	background: #FFFF66;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: 13pt;
	
}

#gallery-grid {

padding-left: 20px;

}

.product-pitch {

	margin-top: 3px;
	font-size: 11px;

}

.product-pitch a {

	text-decoration: none;

}

.product-pitch a:hover {

	text-decoration: underline;

}

.see-all {

	font-size: 11pt;
	font-weight: bold;
	margin-top: -25px;
	margin-right: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	width: 650px;
	text-align: right;
	float: right;


}