html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0px 20px 20px 60px;
	margin: 0px;
	background-color: #202020;
	color: #7F7E81;
}

div#top {
	width: 800px;
	height: 160px;
}

div#top img, div#top a {
	border: none;
}

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}

.panel {
}

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}


/* buttons */

a.logo {
	float: left;
}

div#topnav {
	width: 800px;
	height: 40px;
	padding-top: 90px;
}

a#fooddrink {
	background-image:url('images/b_fooddrink.gif');
	background-position:  left bottom;
	width:81px;
}

a#retouch {
	background-image:url('images/b_retouch.gif');
	background-position:  left bottom;
	width:52px;
}

a#models {
	background-image:url('images/b_models.gif');
	background-position:  left bottom;
	width:62px;
}

a#watches {
	background-image:url('images/b_watches.gif');
	background-position:  left bottom;
	width:49px;
}

a#jewellery {
 background-image:url('images/b_jewellery.gif');
 background-position:  left bottom;
 width:81px;
	
}

a#luxuryitems {
	background:url(images/b_luxuryitems.gif) center -40px no-repeat;
	width:81px;
}

a#contact {
	background:url(images/b_contact.gif) center -20px no-repeat;
}

a#about {
	background:url(images/b_about.gif) center -20px no-repeat;
}

a#fooddrink, a#retouch, a#models, a#watches, #jewellery, a#luxuryitems {
	display:block;
	height:40px;
	float:right;
	margin-left: 0px;
}

a#contact, a#about {
	display:block;
	width:81px;
	height:20px;
	margin-left: 0px;
	float: right;
}


a#fooddrink:hover, a#retouch:hover, a#models:hover, a#watches:hover, #jewellery:hover, a#luxuryitems:hover, a#contact:hover, a#about:hover {
	background-position:center top;
}

div#topnav a.active {
	background-position:center top;
}

a#prevthumb {
	display: block;
	width: 11px;
	height: 69px;
	float:left;
	background:url(images/prev.jpg) top left no-repeat;
	margin-top: 550px;
}

a#nextthumb {
	display: block;
	width: 11px;
	height: 69px;
	background:url(images/next.jpg) top left no-repeat;
	float: right;
	margin-top: 550px;
}

div#bodytext {
	display: block;
	width: 800px;
	height: 550px;
	background:url(images/bgcontact.jpg) top left no-repeat;
}

div#bodytext p, div#bodytext h1 {
	margin: 20px;
	color: #ffffff;
}

div#bodytext h1 {
	padding-top: 80px;
	padding-bottom: 30px;
}
div#bodytext h2 {
	padding: 20px;
}

div#bodytext a {
	color: #ffffff;
	font-weight: normal;
}

div#bodytext a, p, li {
	color: #ffffff;
	font-weight: normal;
}


div#bodytext a:hover {
	color: #fdb824;
	font-weight: normal;
}

div#copyright {
	width: 800px;
	margin-top: 30px;
	font-size: 10px;
	color: #6b6a6b;
	text-align: center;
}

div#copyright a {
	font-size: 10px;
	color: #6b6a6b;
}

div#copyright a:hover {
	font-size: 10px;
	color: #ffffff;
}