/*** Reset ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td,table,tbody
{ 
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-size:1em;
	font-weight: normal;
	font-style: normal;
}


img,fieldset
{
	border: none;
}

body
{	
	font-family: verdana, sans-serif;
	font-size: 62.5%;
	background-color: #373737;
	padding: 0px 0px 20px 0px;
}

.clearer
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size: 0;
}

/*** General Styles ***/

p
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h1
{
	display: none;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin: 55px 0px 10px 0px;
}

h3
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin: 20px 0px 10px 0px;
}

/* ----------------------------------------------- */
/* - DIV styles                                  - */
/* ----------------------------------------------- */

#mainContainer {
	margin: 0 auto;
	width: 960px;
	
} 

#header {
	width:960px;
	height: 140px;
	display:block;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url("../images/header.jpg") no-repeat;
}

#header h2 {
	display: none;
}

#header #menu {
	margin: 115px 0px 0px 20px;
	font-size: 1.4em;
}

#header #menu ul {
	list-style-type: none;
}

#header #menu ul li {
	display: inline;
	margin: 0px 0px 0px 20px;
	float: left;
}

#header #menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 4px 2px 4px;
	height: 20px;
	display: inline-block;
	
}

#header #menu ul li a:hover {
	color: #000000;
}

#header #menu ul li.selected a {
	background: #000000;
	color: #ffffff;
}

#content {
	width:430px;
	display:block;
	float:right;
	padding: 0px 480px 10px 50px;
	margin: 0px 0px 0px 0px;
	color: #000000;	
	position: relative;
	min-height: 790px;
	height: auto !important;
	height: 740px;
}

.homecontent {
	background: url("../images/bg_home.jpg") #FFFFFF no-repeat right top;
}

.gallerycontent {
	background: url("../images/bg_gallery2.jpg") #FFFFFF no-repeat right top;
}

.galleryoddscontent {
	background: url("../images/bg_variety.jpg") #FFFFFF no-repeat right top;
}

.gallerypetscontent {
	background: url("../images/bg_pets.jpg") #FFFFFF no-repeat right top;
}

.galleryfriendscontent {
	background: url("../images/bg_friends.jpg") #FFFFFF no-repeat right top;
}

.galleryfamouscontent {
	background: url("../images/bg_famous.jpg") #FFFFFF no-repeat right top;
	}

.gallerybridalcontent {
	background: url("../images/bg_bridal.jpg") #FFFFFF no-repeat right top;
}

.howtoordercontent {
	background: url("../images/bg_howtoorder.jpg") #FFFFFF no-repeat right top;
}

.phototipscontent {
	background: url("../images/bg_phototips.jpg") #FFFFFF no-repeat right top;
}

.contactcontent {
	background: url("../images/bg_shop.jpg") #FFFFFF no-repeat right top;
}

.testimonialscontent {
	background: url("../images/bg_testimonials.jpg") #FFFFFF no-repeat right top;
}

.returnspolicycontent {
	background: url("../images/bg_returns.jpg") #FFFFFF no-repeat right top;
}

#content .caption {
	width: 250px;
	position: absolute;
	bottom: 10px;
	left: 230px;
	text-align: right;
}

#content .caption p {
	font-size: 1em;
}


#galleriesVertContainer .galleryitemVertical {
	float: left;
	padding-right: 5px;
	text-align: center;
	width: 103px;
}

#galleriesVertContainer .galleryitemVerticalEnd {
	padding: 0px;
}

#galleriesVertContainer .galleryitemVertical a {
	background: #707070;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}

#galleriesVertContainer .galleryitemVertical a:hover {
	background: #373737;
}

#galleryContainer {
	margin: 40px 0px 0px 30px;
}

#galleryContainer .galleryItem {
	float: left;
	margin: 10px 10px 0px 0px;
}

#galleryMenu {
	clear: both;
	padding-top: 30px;
}

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

#galleryMenu ul li {
	float: left;
	display: inline;
	width: 103px;
	padding-right: 5px;
	text-align: center;
}

#galleryMenu ul li.end {
	padding-right: 0px;
}

#galleryMenu ul li a {
	display: block;
	width: 103px;
	background: #707070;
	color: #FFFFFF;
	padding: 2px 0px 3px 0px;
	text-decoration: none;
}

#galleryMenu ul li.selected a,
#galleryMenu ul li a:hover {
	background: #373737;
}

#flashcontainer {
	width: 400px;
	height: 200px;
	margin-top: 40px;
}

#footer {
	width: 960px;
	padding: 5px 0px 1px 0px;
	margin: 0px 0px 0px 0px;	
	background-color: #707070;
	text-align: center;
}

#footer p {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

#footer p a {
	color: #FFFFFF;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
table {
	font-size: 120%;
}
