@CHARSET "ISO-8859-1";

body {
	margin: 0 0 30px 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	color: #cccccc;	
	padding: 0;
}

#logotype {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -143px;
	z-index: 5;
}

#main_image {
	position: absolute;
	left: 50%;
	top: 170px;
	margin: 0 0 0 -494px;
	z-index: 5;
}

#content {
	position: absolute;
	left: 50%;
	top: 244px;
	margin: 0 0 0 -480px;
	z-index: 20;
	width: 960px;
}

#content_watches {
	position: absolute;
	left: 50%;
	top: 170px;
	margin: 0 0 0 -494px;
	z-index: 20;
	width: 988px;
}

#javabra {
	position: absolute;
	left: 50%;
	top: 750px;
	margin: 0 0 0 -54px;
	z-index: 10;
}

#stats {
	position: absolute;
	left: 0;
	top: 790px;
	color: #000000;
}

#topLight {
	position: absolute;
	left: 50%;
	top: 113px;
	margin: 0 0 0 -494px;
	z-index: 0;
}

#bottomLight {
	position: absolute;
	left: 50%;
	top: 700px;
	margin: 0 0 0 -494px;
	z-index: 0;
}

/*
 * Main navigation
 */

ul#nav {
	position: absolute;
	left: 50%;
	top: 130px;
	margin: 0 0 0 -467px;
	padding: 0;
	z-index: 5;
}

#nav li {
	display: inline;
	list-style-type: none;
}


/*
 * Right navigation
 */

ul#navRight {
	position: absolute;
	left: 50%;
	top: 130px;
	margin: 0 0 0 240px;
	padding: 0;
	z-index: 5;
}

#navRight li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 12px;
}

/*
 * navigation under home
 */

#navForSale {
	position: absolute;
	top: -60px;
	left: 260px;
	width: 487px;
	height: 35px;
	background: url(images/for-sale-bg.png) top left no-repeat;
	color: #d9d9d9;
	font-size: .8em;
}

#navForSale h1 {
	font-size: 1em;
	display: inline;
	font-weight: normal;
}

#navForSale em {
	font-style: normal;
	color: #7e7e7e;
}

#navForSale a {
	color: #ffffff;
}

#navForSale a:hover {
	color: #7e7e7e;
}

#navForSale ul {
	margin: 0;
	padding: 0;
}

#navForSale ul li {
	list-style-type: none;
	display: inline;
}

ul#navIndex {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .8em;
}

#navIndex {
	margin: 0;
	padding: 0;
}

#navIndex li {
	padding: 0 25px 0 20px;
	list-style-type: none;
	display: inline;
}

/*
 * content
 */

#indexContent {
	background: url(images/home-left-container.png) no-repeat top left;
	margin: -70px 0 0 -15px;
	padding: 72px 0 0 15px;
	height: 519px;
}

#leftColumn {
	padding-top: 10px;
	float: left;
	width: 235px;
}

#rightColumn {
	float: right;
	width: 235px;
	text-align: left;
	padding: 10px 0 0 0;
}

/*
 * Watches
 */

#arrow_left {
	position: absolute;
	top: 220px;
	left: 10px;
}

#arrow_right {
	position: absolute;
	top: 220px;
	left: 955px;
}

#arrow_left img, #arrow_right img {
	border: 0;
}

#watchesNav {
	width: 100%;
	height: 40px;
	background: url(images/watches-top.png) no-repeat top left;
	margin: 7px 0 0 0;
}

#watchesNav ul {
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
}

#watchesNav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 0;
}


#watchesNav a.active {
	background: url(images/active.png) no-repeat bottom center;
}

#watchesNav img {
	padding: 0 0 10px 0;
}

#gallery {
	width: 100%;
	height: 240px;
	padding: 5px 0 0 0;
}

#gallery a img {
	border: 3px solid #cbcbcb;
	margin: 0 20px 5px 0;
}

#gallery ul {
	text-align: center;
}

.gallery_view li {
	display: inline;
	list-style-type: none;
}

.forSaleSplash {
	position: relative;
	top: -41px;
	right: 94px;
	margin: 0 -70px 0 0;
}

#watchLogo {
	display: block;
	margin: 0 0 0 0;
}

#watchDescription {
	background: url(images/watches-textfield.png) no-repeat top left;
	width: 100%;
	height: 90px;
	padding: 5px 0 5px 0;
}

#watchDescription {
	font-size: .8em;
}

#watchDescription .columns {
	float: left;
	width: 430px;
	margin: 0 0px 0 50px;
}

#forSaleWatches {
	position: absolute;
	top: 310px;
	left: 20px;
}

/*
 * News
 */

.newsWrapper span {
	color: #ce872f;
	font-size: .7em;
}

#window .newsWrapper {
	font-size: 1.2em;
}

#window .newsWrapper h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #ce872f;
}

/*
 * window
 */

#window {
	overflow: auto;
	border: 6px solid #ffffff;
	background-color: #000000;
	padding: 12px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	/*
color: #282d33;
*/
	color: #ffffff;
	font-size: .8em;
}

#window #close {
	position: absolute;
	top: 0;
	right: 0;
}

#window img {
	margin: 0 0 10px 0;
}

.window_column {
	float: left;
	width: 55%;
	padding: 0 20px 0 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#about_nav {
	float: left;
	padding: 0 0 50px 20px;
	border-left: 2px solid #dadada;
	width: 30%;
}

#about_nav li {
	list-style-type: none;
	line-height: 1.8em;
	padding: 0 0 0 10px;
}

#aboutNavAcitve {
	color: #ffffff;
}

#about_nav a:hover {
	color: #ffffff;
}

.table_popup {
	margin: 15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.table_popup td {
	padding: 0 15px 0 15px;
}

.table_popup .line {
	border-left: 2px solid #dadada;
}

.table_popup input {
	width: 250px;
}

.table_popup textarea {
	width: 250px;
	height: 100px;
}

.submit {
	width: 250px;
	text-align: right;
	margin: 7px 0 0 0;
}

.table_popup a {
	color: #d6d165;
	text-decoration: none;
	font-weight: bold;
}

/*
 * Color scheme
 */
.newsWrapper a, #leftColumn a {
	color: #00CCFF;
}

.newsWrapper a:hover, #leftColumn a:hover {
	text-decoration: underline;
	color: #3300FF;
}

/*
*Lite vanliga saker
*/

a {
	color: #808080;
	text-decoration: none;
}

a.current {
	color: #ffffff;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	font-size: .8em;
	margin: 0 0 1em 0;
}

strong {
	text-transform: uppercase;
	color: #ce872f;
}

#blog_container {width: 900px; margin: 0 auto;}
ul#blog li {list-style-type: none; border-bottom: 2px dotted #CCCCCC; padding: 0;}
#blog .post {padding: 20px 30px 0 10px;}
#blog_post {padding: 40px 30px;}

