/* RESET EVERYTHING PLEASE*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}









/*Here's the rest*/
body {
	margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top:0px;
        background-color: black;
	background-image: url('top-bg.jpg');
	background-position: top center;
	background-repeat:no-repeat;
}
#logo {
	width:100px;
	height:40px;
	background-color:grey;
}
#header {
        width: 100%;
	background-position: top center;
        height: 45px;
        padding-top:95px;
	
        
}
#header li {
        font-family:georgia, serif;
        display: inline;
        margin-right:3px;
	font-size:20px;
	letter-spacing:-1px;
       
}
#header li a {
        text-decoration:none;
	background-color:black;
	padding-left:6px;
        padding-right:6px;
        padding-top:6px;
        padding-bottom:6px;
	color:white;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
}
#header li a:hover {
        text-decoration:none;
	background-color:#DFACD6;
	padding-left:6px;
        padding-right:6px;
        padding-top:6px;
        padding-bottom:6px;
	color:black;
	opacity: 1.0;
}
#nav {
        width:940px;
        margin-right:auto;
        margin-left:auto;
}
#container {
        width:940px;
        margin-left:auto;
        margin-right:auto;
	padding-top:20px;
	padding-left:15px;
	padding-bottom:10px;
}
#main-image {
	overflow:hidden;
	background-color:black;
	height:450px;
	width:450px;
	border:3px solid white;
	float:left;
	margin-bottom:40px;
	margin-right:10px;
	position:relative;
}

#main-image-wrap {
	height:2250px;
	width:450px;
	position:absolute;
	top:0px;
	left:0px;
}

.gall {
	width:450px;
	height:450px;
	position:relative;
	overflow:hidden;
}
.gall p {
	color:white;
	font-family:arial,sans-serif;
	padding-left:15px;
	font-size:11px;
	padding-top:3px;
}

.gall h3 {
	color:white;
	font-family:georgia, serif;
	font-weight:100;
	font-size:19px;
	letter-spacing:-1px;
	padding-left:15px;
	padding-top:6px;

}

.big-one {
	position:absolute;
	top:0;
	left:0;
}

.caption {
	height:150px;
	width:450px;
	position:absolute;
	top:450px;
	left:0px;
	background-color:black;
}
	
#thumbnails {
	width:60px;
	float:left;
	margin-right:50px;
}
.thumb {
	width:60px;
	margin-bottom:5px;
	height:60px;
	background-color:#222222;
	border:3px solid white;
	overflow:hidden;	
}

.thumb:hover {
	cursor:pointer;	
}

#words {
	float:left;
	width:355px;
	padding-top:20px;
}
#words h1 {
	font-family:arial, sans-serif;
	font-size: 52px;
	color:white;
	font-weight:500;
	letter-spacing:-1px;
	padding-bottom:8px;
	line-height:44px;
}
#words h2 {
	font-family:arial, sans-serif;
	font-size: 20px;
	color:#DFACD6;
	font-weight:200;
	padding-top:25px;
}
#words p {
	font-family:georgia, serif;
	color:white;
	font-size:14px;
	padding-top:19px;
	line-height:22px;
	font-weight:100;
}
#words a {
	color:#DFACD6;
	text-decoration:none;	
}
#words a:hover {
	text-decoration: underline;
	
}

#footer {
        width:100%;
	clear:both;
	background-image: url("jewelbg.jpg");
	background-position:center;
	background-position:bottom;
	height:300px;
}
#footer a {
	text-decoration:none;
	color:white;
}
#footer a:hover {
	text-decoration:underline;
	color:white;
}	

#footer-links {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	line-height:16px;
        height:180px;
	margin-top:40px;
	color:white;
	font-family:arial;

}
.footer-col1 {
	float:left;
	padding-left: 8px;
	width:190px;
	margin-right:10px;
}
.footer-col2 {
	float:left;
	width:190px;
	margin-right:15px;
}
.footer-col3 {
	float:left;
	width:100px;
	margin-right:15px;
}	
