/**
 * Quality Photo Services
 * 
 * TOC
 * 
 * 1 Reset
 * 2 Typography
 * 3 Page
 * 4 Header
 * 5 Menu
 */

/* -- 1 Reset -- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

/* -- 2 Typography -- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: url(../images/bodyBg.png) 50% 0 repeat-y;
	color: #333333;
}

/* -- 3 Page -- */

#page {
	width: 980px;
	margin: 0 auto;
}

/* -- 4 Header -- */

#header {
	text-align: center;
	padding-top: 35px;
	margin-bottom: 15px;
}

#header h1 a {
	display: block;
	width: 440px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/logo.png) 50% 0 no-repeat;
	text-indent: -999em;
}

#header p {
	margin-top: 10px;
	font-family: Georgia, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	word-spacing: 0.9em;
}

/* -- 5 Menu -- */

#menu {
	list-style-type: none;
	overflow: hidden;
	background: #D9EFAF;
	margin: 0 10px;
}

#menu li {
	float: left;
}

#menu li a {
	font-size: 1.4em;
	font-family: Georgia, serif;
	display: block;
	padding: 10px 20px;
}

#menu li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #405812;
}

#menu li.current a {
	color: #ffffff;
	background-color: #60841c;
}

#menu li.login {
	float: right;
}

#menu li ul {
	position: absolute;
	left: -999em;
	list-style-type: none;
	padding: 0 0 6px 0;
	z-index: 5;
}

#menu li:hover ul {
	left: auto;
}

#menu li ul li {
	float: none;
}

.subMenu {
	float: left;
	width: 140px;
	margin-right: 20px;
	list-style-type: none;
}

#menu .subMenu {
	width: auto;
}

#menu .subMenu li {
	margin-bottom: 0;
	border-top: 1px solid #FFFFFF;
}

.subMenu li {
	margin-bottom: 1px;
}

.subMenu a {
	display: block;
	line-height: 1em;
	padding: 6px;
	background-color: #D9EFAF;
	font-family: Georgia, serif;
}

#menu li.current .subMenu a {
	background-color: #D9EFAF;
	color: #405812;
}

.subMenu a:hover, #menu li.current .subMenu a:hover {
	background-color: #405812;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	overflow: auto;
	padding: 20px 0 0 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#content h2, #content h3, #content p, #content ul, #content ol {
	margin-bottom: 15px;
}

#homepage #content {
	padding: 20px 0 0 0;
}

#content p {
	margin-bottom: 15px;
}

#loginBox {
	width: 360px;
	min-height: 225px;
	margin: 50px auto;
	padding: 20px 20px 5px 20px;
	background: url(../images/loginBg.png) no-repeat;
}

#loginBox p {
	margin-bottom: 10px;
}

#loginBox form {
	padding-top: 15px;
	border-top: 1px dotted #cccccc;
}

.withMenu {
	float: left;
	width: 540px;
}

.withGallery {
	float: left;
	width: 415px;
}

.full {
	float: left;
	width: 780px;
}

.withMenu ul, .withMenu ol {
	margin-left: 15px;
}

.withMenu li {
	margin-bottom: 5px;
}

.singleColumn {
	width: 220px;
}

.doubleColumn {
	width: 460px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.gutterLeft {
	margin-left: 20px;
}

.gutterRight {
	margin-right: 20px;
}

.clear {
	clear: both;
}

.box {
	margin-bottom: 20px;
	padding: 15px 15px 1px 15px;
	background-color: #EEECE6;
}

#introduction {
	width: 380px;
	float: left;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 10px;
}

#introduction h2, #introduction p {
	margin-bottom: 20px;
}

#introduction .replace {
	text-indent: -999em;
	height: 450px;
	background: url(../images/intro.png) no-repeat;
}

#sections {
	list-style-type: none;
	margin: 20px 0 0 20px;
	clear: both;
}

#sections li {
	width: 142px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 15px;
	background-color: #EEECE6;
	text-align: center;
}

#sections h2 {
	margin-bottom: 15px;
	height: 19px;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -999em;
}

h2.weddings { background-image: url(../images/titles/weddings.png); }
h2.photoGifts { background-image: url(../images/titles/photoGifts.png); }
h2.photoPrizes { background-image: url(../images/titles/photoPrizes.png); }
h2.fineArt { background-image: url(../images/titles/fineArt.png); }
h2.business { background-image: url(../images/titles/business.png); }
h2.canvasPrints { background-image: url(../images/titles/canvasPrints.png); }

#register .column {
	width: 50%;
	float: left;
}

#register p.submit {
	padding-left: 0;
}

#footer {
	font-family: Georgia, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	overflow: hidden;
	margin: 20px;
}

#footer .copyright {
	float: right;
}

#footer .contact {
	float: left;
}

#slideshow {
	float: left;
	width: 540px;
	margin: 0 0 20px 20px;
}

#slideshow.active {
	position: relative;
	height: 450px;
}

#slideshow.active img {
	position: absolute;
	top: 0;
	right: 0;
}

.gallery ul {
	list-style-type: none;
}

.gallery li {
	float: left;
	margin: 0 15px 15px 0;
}

.gallery img {
	border: 3px solid #EEECE6;
}

/* portfolio */

#portfolios, #portfolio {
	list-style-type: none;
	margin-left: 0;
	overflow: hidden;
}

#portfolios li, #portfolio li {
	float: left;
	margin: 0 15px 15px 0;
}

#portfolios li {
	padding: 10px;
	min-height: 135px;
	background-color: #EEECE6;
}

#portfolios h3, #portfolio h3 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

#portfolios img {
	vertical-align: bottom;
}

#portfolio img {
	border: 3px solid #EEECE6;
}

/* galleries */

#galleries {
	float: right;
	width: 330px;
	margin-right: 20px;
	padding: 15px 0 0 15px;
}

#galleries h3 {
	margin-bottom: 5px;
}

#galleries ul {
	list-style-type: none;
}

#galleries li {
	float: left;
	margin: 0 15px 15px 0;
}

#galleries li img {
	vertical-align: bottom;
}

/* collections */

#images {
	list-style-type: none;
	float: left;
	width: 410px;
	padding: 15px 0 0 15px;
	background-color: #EEECE6;
	overflow: hidden;
}

#images li {
	float: left;
	margin: 0 15px 15px 0;
}

#selected {
	float: left;
	width: 500px;
	margin-left: 15px;
}

/* headings */

h2 {
	color: #405812;
	font-size: 1.4em;
}

h3 {
	color: #405812;
	font-size: 1.2em;
}

a {
	color: #405812;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

/* forms */

form p {
	margin-bottom: 5px;
}

label {
	display: block;
	width: 9em;
	float: left;
}

p.submit {
	padding-left: 9em;
}

form .hint {
	position: absolute;
	margin-left: 10px;
	text-indent: -999em;
	background: red;
	width: 18px;
	background: url(../images/icons/information.png) 1px 1px no-repeat;
	font-size: 10px;
	font-style: italic;
}

form .hint:hover {
	width: auto;
	text-indent: 0;
	padding: 0 5px 0 18px;
	background-color: #AEC7E3;
	
}

ul.errors {
	list-style-type: none;
	color: #990000;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/icons/exclamation.png) no-repeat;
}

/* slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#prices {
	overflow: hidden;
	list-style-type: none;
}

#prices li {
	float: left;
	margin-right: 15px;
	padding: 10px;
	background-color: #EEECE6;
	text-align: center;
}

#prices span {
	display: block;
	font-size: 20px;
	font-family: Georgia, serif;
	line-height: 30px;
}

#uploadInstructions li p {
	margin-top: 15px;
}

.note {
	font-style: italic;
}

.error {
	color: #990000;
}

.displaced {
	position: absolute;
	left: -999em;
}

.hidden {
	display: none;
}

#jump a {
	background-color: #EEECE6;
	text-decoration: none;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 5px;
}

#jump a:hover {
	background-color: #405812;
	color: #ffffff;
}

/* tables */

table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

th, td {
	text-align: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

th {
	background-color: #EEECE6;
}

table.wide {
	width: 100%;
}

table.centered th, table.centered td {
	text-align: center;
}

#collections h4 {
	margin-bottom: 10px;
}

