
body, div, img, p, ul, li, h1, address, form
{
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	color: white;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited
{
	color: #eecf96;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #CEAF76;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page,
#bgdLeft,
#bgdRight
{
	width: 100%;
}

#page
{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#bgdLeft
{
	background: transparent url(../img/bgd-page-left.jpg) top left no-repeat;
}

#bgdRight
{
	background: transparent url(../img/bgd-page-right.jpg) top right no-repeat;
}

#bgdShadowLeft,
#bgdShadowRight
{
	width: 826px; /* This width must be #bgdCenter width (786) plus double the shadow png width (40) = 826 */
	margin-left: auto;
	margin-right: auto;
}

#bgdShadowLeft
{
	background: transparent url(../img/bgd-shadow-left.png) top left repeat-y;
}

#bgdShadowRight
{
	background: transparent url(../img/bgd-shadow-right.png) top right repeat-y;
}

#bgdCenter
{
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
}

#header
{
	height: 165px;
}

#logo
{
	width: 238px;
	height: 148px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainContent
{
	min-height: 527px;
}

body.home      #mainContent { background: black   url(../img/bgd-nav-home.jpg)       top left no-repeat; }
body.designer  #mainContent { background: black   url(../img/bgd-nav-designer.jpg)   top left no-repeat; }
body.locations #mainContent { background: #cdaf76 url(../img/bgd-nav-locations.jpg)  top left no-repeat; }
body.rekindle  #mainContent { background: black   url(../img/bgd-nav-collection.jpg) top left no-repeat; }
body.flatware  #mainContent { background: black   url(../img/bgd-nav-collection.jpg) top left no-repeat; }

body.locations #mainContent
{
	border-right: 1px solid black;
}



/* Start Navigation Styles */

#nav
{
	height: 60px;
	font-size: 10px;
	font-weight: normal;
}

#nav a,
#nav a:visited
{
	color: #eecf96;
	font-weight: normal;
	text-decoration: none;
}

#nav a:hover,
#nav li.selected a
{
	color: White;
	font-weight: normal;
}

#nav ul#primary,
#nav ul#secondary
{
	top: 21px;
	color: #eecf96;
	position: relative;
}

#nav ul#secondary
{
	top: 39px;
}

#nav li
{
	display: inline;
}

#nav #home
{
	left: 165px;
	position: absolute;
}

#nav #jewelry
{
	left: 238px;
	position: absolute;
}

#nav #shows
{
	left: 422px;
	position: absolute;
}

#nav #designer
{
	left: 505px;
	position: absolute;
}

#nav #flatware
{
	left: 221px;
	position: absolute;
}

#nav #rekindle
{
	left: 310px;
	position: absolute;
}



/* Start Main Content Styles */

#main #galleria
{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

#main #loadingSlideShow,
#main #slideShowButtons
{
	width: 400px;
	text-align: center;
}

#main #customFlickr,
#main #loadingSlideShow,
#main #slideShowButtons
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#main #slideShowButtons a,
#main #slideShowButtons a:visited
{
	color: #333;
}

#main #slideShowButtons a:hover
{
	color: #666;
}

#main #galleria iframe
{
	width: 350px;
	height: 350px;
	margin-top: 20px;
	margin-left: 170px;
}

#main #locations
{
	width: 490px;
	margin: 20px;
	overflow: auto;
	margin-left: 50px;
	/*border: 1px solid green;*/
}

#main #locations a,
#main #locations a:visited
{
	color: #333;
	text-decoration: underline;
}

#main .location
{
	color: #333;
	float: left;
	width: 220px;
	height: 150px;
	overflow: hidden;
	line-height: 1.3em;
	padding-right: 20px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}

/* ---------------- */

body.home #main p,
body.home #main h1
{
	margin-left: 220px;
}

body.home #main h1
{
	width: 380px;
}

body.home #main p
{
	width: 310px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

/* ---------------- */

body.designer #main p,
body.designer #main h1
{
	width: 260px;
	margin-left: 20px;
}

body.designer #main h1
{
	font-size: 32px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
}

body.designer #main h1 span.firstName
{
	color: White;
}

body.designer #main p
{
	line-height: 2em;
	margin-bottom: 15px;
}

/* ---------------- */

body.locations #main h1,
body.locations #main p.visitUs
{
	color: Black;
	margin-left: 50px;
}

body.locations #main h1
{
	width: 490px;
	margin-top: 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #CEAF76;
}



/* Start Admin Styles */

#signIn,
#adminIndex,
#adminDetails
{
	width: 405px;
	padding: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
}

#signIn
{
	width: 160px;
}

#adminDetails
{
	width: 520px;
}

#signIn input
{
	background-color: #ccc;
}

#addControls
{
	margin-bottom: 6px;
}

body.admin #nav
{
	display: none;
}

body.admin #header
{
	height: 155px;
}

