	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 922px;
	 }

body	{
	background: #000 url(img/bg.jpg) top left repeat-x;
	font: 12px/1.4 arial, helvetica, verdana, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	float: left;
	width: 922px;
	height: 168px;
	margin: 0;
	padding: 0;
	border: 0;
	}
		
.home	{
	text-indent: -9999px;
	display: block;	
	width: 922px;
	height: 168px;
	background: transparent url(img/dunbar.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #2a0e03;
	padding: 8px 20px;
	margin: 0;
	}

h4	{
	font-size: 14px;
	color: #c00;
	margin: 0 0 10px 0;
	}

h3	{
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

strong	{
	color: #600;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff;
	width: 922px;
	margin: 0 auto;
	padding: 0;
	border-right: 14px solid #fff;
	border-bottom: 14px solid #fff;
	border-left: 14px solid #fff;
	text-align: left;
	}
	
#left 	{
	width: 437px;
	float: left;
	margin: 0;
	padding: 0;
	}

#left li	{
	padding-bottom: 8px;
	}
	
.text	{
	padding: 15px;
	}

#right 	{
	width: 485px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#slideshow	{
	background: #fff url(img/jewelry.png) bottom left no-repeat;
	width: 485px;
	height: 219px;
	}
	
#footer	{
	clear: both;
	background: #000 url(img/footer.jpg) top left no-repeat;
	width: 922px;
	height: 30px;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	color: #fff;
	}

#footer a	{
	color: #fff;
	}

#ink	{
	clear: both;
	background: transparent;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
	}
	
#ink a	{
	color: #815c14;	
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 40px;
	width: 922px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 40px;
	width: 922px;
	background: transparent url(img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 40px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#jewelry	{left: 11px; width: 111px;}
#gifts	{left: 139px; width: 92px;}
#timepieces	{left: 247px; width: 137px;}
#about	{left: 504px; width: 123px;}
#service	{left: 644px; width: 99px;}
#contact	{left: 760px; width: 158px;}

#jewelry a:hover {background: transparent url(img/menu.jpg) -11px -40px no-repeat;}
#gifts a:hover {background: transparent url(img/menu.jpg) -139px -40px no-repeat;}
#timepieces a:hover {background: transparent url(img/menu.jpg) -247px -40px no-repeat;}
#about a:hover {background: transparent url(img/menu.jpg) -504px -40px no-repeat;}
#service a:hover {background: transparent url(img/menu.jpg) -644px -40px no-repeat;}
#contact a:hover {background: transparent url(img/menu.jpg) -760px -40px no-repeat;}

	/*   Extra Formatting 	*/

.header	{
	color: #fff;
	font-weight: bold;
	background: #2a0e03;
	}
	
	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #600;
	font-weight: bold;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}