* {
	margin:0;
	padding:0;
	}
a img {
	border:none;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:black;
	}
#Container {
	width:900px;
	height:768px;
	margin:0 auto;
	position:relative;
	}
#ContentWrapper {
	width:900px;
	height:768px;
	}
h1 {
	font-size:1.2em;
	font-weight:bold;
	color:white;
	margin-bottom:10px;
	}

/*--Begin Header Style--*/

#Header {
	width:900px;
	height:149px;
	background-image:url(../images/header.jpg);
	top:0;
	left:0;
	z-index:0;
	}

/*--End Header Style--*/

/* --Begin Navigation Syle--*/

#Nav {
	height:455px;
	width:175px;
	background-image:url(../images/nav.jpg);
	z-index:10;
	font-weight:bold;
	float:left;
	border-top:2px solid white;
	border-bottom:2px solid white;
	border-left:2px solid white;
	}
#Nav ul {
	width:100px;
	margin-left:20px;
	}
#Nav ul li {
	list-style:none;
	padding:25px 0 25px 15px;
	border-top: 2px solid #a0c4e0;
	}
#Nav ul li.noborder {
	border-top:none;
	}
#Nav ul li a {
	color:#072b41;
	font-size:.7em;
	text-decoration:none;
	}
#Nav ul li a:hover {
	text-decoration:underline;
	}

#Nav ul li ul  {
	position:absolute;
	display:none;
	}
#Nav ul li ul li {
	width:11em;
	background-color:#666666;
	margin-left:-2px;
	}
#Nav ul li ul li a:hover {
	color:#333333;
	}

/* --End Navigation Syle--*/

/* --Begin Flash Style-- */

#Flash {
	margin-left:10px;
	margin-bottom:10px;
	position:absolute;
	top:130px;
	right:0;
	}
#Text2 {
	font-size: .7em;
	margin-left:10px;
	margin-bottom:10px;
	position:absolute;
	top:193px;
	right:50px;
	color:white;
	}

#Text2 p {
	padding-bottom:10px;
	}
#Text2 p a:link {
	text-decoration:none;
	color:white;
	}
#Text2 p a:hover {
	text-decoration:none;
	color:#99cccc;
	}
#Text2 p a:visited {
	text-decoration:none;
	color:#f5cf47;
	}
#Text2 p a:active {
	text-decoration:none;
	color:#99cccc;
	}
/*
#Text2 ul li a {
	color:white;
	text-decoration:none;
	}
#Text2 ul li a:hover {
	color:white;
	text-decoration:underline;
	}
*/	
#Text2 ul {
	list-style:none;
	margin:15px 0 15px 10px;
	}
#Text2 ul li {
	margin-top:5px;
	}

/* --End Flash Style --*/

/* --Begin Content Syle--*/

.floatimage {
	position: relative;
	float:right;
	padding-left: 30px;
	}
	
#ContentWrapper {
	width:904px;
	height:auto;
	position:absolute;
	z-index:0;
	}
	
#Content {
	background-image:url(../images/content_bg.jpg);
	width:725px;
	height:455px;
	z-index:0;
	float:right;
	border-top:2px solid white;
	border-bottom:2px solid white;
	border-right:2px solid white;
	}	
#Content a {
	text-decoration:none;
	color:white;
	}
#Content a:hover {
	text-decoration:none;
	color:#99cccc;
	}
#Content a:visited {
	text-decoration:none;
	color:#f5cf47;
	}
#Content a:active {
	text-decoration:none;
	color:#99cccc;
	}	

#Copy {
	font-size: .7em;
	position:relative;
	margin-left:20px;
	width:350px;
	padding:40px 0 0 0;
	color:white;
	}
#Copy h3 {
	color:white;
	}
#Copy blockquote span {
	float:right;
	margin-top:1em;
	}
#Copy p {
	padding-bottom:10px;
	}
#Copy p a {
	text-decoration:none;
	color:white;
	}
#Copy p a:hover {
	text-decoration:none;
	color:#99cccc;
	}
#Copy p a:visited {
	text-decoration:none;
	color:#f5cf47;
	}
#Copy p a:active {
	text-decoration:none;
	color:#99cccc;
    }
#Copy ul li a {
	color:white;
	text-decoration:none;
	}
#Copy ul li a:hover {
	color:#99cccc;
	text-decoration:none;
	}
#Copy ul li a:visited {
	text-decoration:none;
	color:#f5cf47;
	}			 
#Copy ul {
	list-style:none;
	margin:15px 0 15px 10px;
	}
#Copy ul li {margin-top:5px;}
#Copy2 {
	font-size: .7em;
	position:relative;
	margin-left:20px;
	width:600px;
	padding:40px 0 0 0;
	color:white;
	}
#Copy2 blockquote span {
	float:right;
	margin-top:1em;
	}
#Copy2 p {
	padding-bottom:10px; 
	}
#Copy2 p a:link {
	text-decoration:none;
	color:white;
	}
#Copy2 p a:hover {
	text-decoration:none;
	color:#99cccc;
	}
#Copy2 p a:visited {
	text-decoration:none;
	color:#f5cf47;
	}
#Copy2 p a:active {
	text-decoration:none;
	color:#99cccc;
	}
	   
/*--End Copy and Copy2 Style--*/

/*--Begin Gallery Style--*/	
   
#Gallery {
	font-size: .7em;
	position:relative;
	margin-left:20px;
	width:700px;
	height:300px;
	padding:40px 0 0 0;
	color:white;
	z-index: 1;
	}
#Gallery ul {
	list-style:none;
	position:absolute;
	top:90px;
	left:50px;
	}
#Gallery ul li {
	margin:2px 0;
	}
#Gallery p {
	margin-top:10px;
	position:absolute;
	top:180px;
	left:50px;
	width:150px;
	}
#Gallery a {
	text-decoration:none;
	color:white;
	}
#Gallery a:hover {
	text-decoration:none;
	color:#99cccc;
	}
#Gallery a:visited {
	text-decoration:none;
	color:#f5cf47;
	}
#Gallery a:active {
	text-decoration:none;
	color:#99cccc;
	}
#Gallery a.leftArrow {
	position:absolute;
	top:185px;
	left:0;
}
#Gallery a.rightArrow {
	position:absolute;
	top:185px;
	right:15px;
	}
			 
/*--End Gallery Style--*/

/*--Being Content Style--*/	
		 
#Images {
	float:right;
	position:absolute;
	top:20px;
	right:20px;
	width:400px;
	height:auto;
	}
#Images img {
	padding-bottom:10px;
	}
#Jewelry {
	position:absolute;
	top:0;
	right:25px;
	}

#News {margin-top:60px;}

/*--End Content Style--*/


/*--Begin Footer Style--*/

#Footer {
	background-image:url(../images/footer.jpg);
	width: 900px;
	height: 160px;
	clear:both;
	/*text-align:center;*/
	}
#Footer p {
	color:white;
	font-size:.6em;
	padding-top:10px;
	}
#Footer p a {
	text-decoration:none;
	color:white;
	}

/*--End Footer Style--*/

/*--IE 6 hacks--*/

*html #Nav ul li ul.about {
	margin-left:-75px;
	}
*html #Nav ul li ul.serve {
	margin-left:-156px;
	}
*html #Nav ul li ul.contact {
	width:9em;
	}
*html #Nav ul li ul.help {
	width:10em;
	}
*html #Footer h3.right a {
	margin-right:5px;
	}
*html #Footer h3.right a.ignore {
	margin-right:0px;
	}

/*--Begin Thumb Gallery Style--*/

#galleryNav {
	position: relative;
	height: auto;
	width: auto;
	z-index: 2;
	}
#thumbPrev {
	position: absolute;
	top: 18px;
	left: 40px; 
	}
#thumbNext {
	position: absolute;
	top: 16px;
	right: 40px;
	}

/*--End Thumb Gallery Style--*/

/*--Begin JS Scroll Thumb Gallery Style--*/

#motioncontainer {
	margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */
	width: 600px; /* Set to gallery width, in px or percentage */
	height: 100px; /* Set to gallery height */
	}
#motioncontainer a img {
	border: 0px solid #cccccc; /* Set image border color */
	}
#motioncontainer a:hover img {
	border: 0px solid navy; /* Set image border hover color */
	}
#statusdiv {
	background-color: lightyellow;
	border: 0px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	}
#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
	}

/*--End Gallery Style--*/