/* HEADERS
---------------------------------------------------------- */

h1 {
	font-family: Georgia, Times, Serif;
	color: #369;
	font-size: 30px;
	margin: 0;
	background: transparent url(../img/home/flourish1.gif) top center no-repeat;
	padding-top: 40px;
}

h2 {
	font-family: Georgia, Times, Serif;
	color: #333;
	font-size: 18px;
	margin: 0;
}



/* NAVIGATIONS
---------------------------------------------------------- */

#logo {
	margin-bottom: 50px;
}

/*main nav */

#nav {
	background: transparent;
}

	/* cart nav */

	#cartItems {
		background: transparent url(../img/home/navCartRhome.gif) top right no-repeat;
	}

	#cartItems em {
		background: transparent url(../img/home/navCartLhome.gif) top left no-repeat;
	}


/* MAIN 
---------------------------------------------------------- */

.main {
	background: #fff url(../img/home/bgPhoto.gif) no-repeat;
	padding-bottom: 50px;
}


/* RIGHT COLUMN
---------------------------------------------------------- */

.rightCol {
	text-align: center;
	padding-top: 50px;
}

.rightCol p.heroTxt {
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	margin: 1em 0 2em;
	color: #666;
	background: transparent url(../img/home/flourish2.gif) bottom center no-repeat;
	padding-bottom: 60px;
}


/* PHOTO 
---------------------------------------------------------- */


.viewPhoto {
	float: left;
	position: relative;
	margin: 2px 30px 0 30px;
	width: 541px;
}

.viewPhoto table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.viewPhoto td {
	margin: 0;
	padding: 0;
	width: 541px;
	height: 541px;
	text-align: center;
	vertical-align: middle;
}

.viewPhoto img {
	display: inline;
	background: #fff;
	border: 1px solid #b0b4b9;
}

.viewPhoto a:hover img {
	border-color: #eeafce;
}


/* FORM 
---------------------------------------------------------- */

label {
	font-family: Georgia, Times, Serif;
	display: block;
	float: none;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	width: auto;
}

.req {
	width: 320px;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
}

.req strong {
	display: block;
}

/* BUTTON 
---------------------------------------------------------- */

.viewPhotosBtn {
	display: block;
	width: 160px;
	height: 33px;
	background: transparent url(../img/home/viewPhotosBtn.gif) no-repeat;
	text-indent: -9999px;
	margin: 10px auto 50px;
	overflow: hidden;
}

.viewPhotosBtn:hover {
	background-position: 0 -33px;
}

