﻿#corporateNav{
	width:914px;
}
#pageImageHeader{
	width:954px;
	height:70px;
	margin:0 10px 0px 10px;
	background-image:url(../icons/content/homePanel_bg-solid.png);
}
#pageContentArea{
	background-image:url(../icons/content/pageContentAreaBg.png);
	margin-left:30px;
	margin-right:30px;
	padding-bottom:40px;
	width:914px;
	float:left;
	display:inline;
}
#mainArea{
	background-image:url(../icons/gallery/areaBg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:914px;
	padding: 20px 0 0 0;
	float:left;
}


/********************GALLERY DETAIL*********************/
#pageImageHeader h2 
{
	color:#FFFFFF;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	margin:20px 0 0 30px;
	width:854px;
}
.viewer 
{
	width: 834px;
	margin: 0 40px 0 40px;
}
.viewer div.nav 
{
	height: 25px;
	background-color: #4e3928;
	width: 100%;
}

.viewer div.nav a.nav 
{
	background-image: url(../icons/gallery/sprite-ctrls_85x19.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 19px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 3px;
}
.viewer div.nav a.prev 
{
	float: left;
	background-position: 0px -38px;
	margin-left: 10px;
}
.viewer div.nav a.prev:hover
{
	background-position: 0px -57px;
}
.viewer div.nav a.next 
{
	float: right;
	background-position: 0px 0px;
	margin-right: 10px;
}
.viewer div.nav a.next:hover
{
	background-position: 0px -19px;
}

div#mainArea div.image 
{
	width: 820px;
	margin: 0 47px 0 47px;
	background-color: #382514;
	float: left;
	display: inline;
	padding: 32px 0 35px 0;
	background-image:url(../icons/gallery/gallery-pod-title-bg.gif);
	background-position: 0px bottom;
	background-repeat: repeat-x;
}
div#mainArea div.image div.item
{
	width: 640px;
}
div#mainArea div.image div.item img 
{
	border:1px solid #B28D67;
}


div#mainArea .list 
{
	width: 834px;
	margin: 0 40px 0 40px;
	float: left;
	display: inline;
	background-color: #4e3928;
	padding-bottom: 7px;
}

div#mainArea .list div.img 
{
	background-color:#473322;
	float:left;
	height:64px;
	margin:7px 10px 0 10px;
	width:84px;
}
div#mainArea .list div.img img 
{
	border:2px solid #B28D67;
}

div#mainArea .list div.img a:hover img 
{
	border:2px solid #F2BD1D;
}


div#mainArea .list div.img img.over
{
	border:2px solid #F2BD1D;
}
