@charset "utf-8";
/* CSS Document */

#main {
	width: 920px;
	position: relative;
	margin: auto;
}

#head {
	background: url("../images/rigs/nav/header.png") no-repeat 0px 0px;
	width: 100%;
	height: 140px;
	position: absolute;
}

#mid {
	background: url("../images/paper.png") repeat-y 0px 0px;
	width: 100%;
	position: relative;
	top: 140px;
}

#nav {
	width: 800px;
	position: absolute;
	left: 60px;
	top: 10px;
}

#cont {
	width: 800px;
	position: relative;
	left: 60px;
	overflow: hidden;
}

#foot {
	background: url("../images/footer.png") no-repeat 0px 0px;
	width: 100%;
	height: 150px;
	margin-top: 140px;
}

#foot div {
	width: 800px;
	position: absolute;
	left: 60px;
}

/* ------------------------STYLE */

body { background: url("../images/leather.jpg") repeat 0px 0px; }

img { border: none; }

p, a { font-family: Verdana, Tahoma, sans-serif; }
h1, .first:first-letter, .first span, .f-link a { font-family: Georgia, "Minion Pro", serif; }

.sold { color: #f00; }

#title { position: relative; top: 30px; left: -17px; margin-right: -23px; }
#nav li { display: inline; margin-left: 15px; }

#foot p, #nav { margin: 0px; padding: 0px; }
h2 { margin-top: -20px; padding-top: -20px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

hr, a, h2 { color: #730; }

.left { float: left; margin-right: 15px; }
.right { float: right; margin-left: 15px; }

h2 { font-weight: normal; font-size: 20px; }
h2.price { font-weight: bold; font-size: 22px; }

h3 { font-size: 16px; font-style: italic; }

.gallery { overflow: hidden; }
.gallery img { margin: 15px; float: left;}

/* ------------------------ DROP CAP */

.first, .top { margin-top: 0px; }
.first:first-letter { 
	font-weight: bold;
	font-size: 70px;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	line-height: 49px;
}
.first span { font-variant: small-caps; }

/* ------------------------FOOTER */

#foot p {
	text-align: center;
	font-size: 12px;
}