/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #e3e3e3;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 808px; 
	font: normal 1.2em sans-serif,Arial;
}

/*ad*/
#ad {
   margin: 0px auto 0px auto; text-align:center;width:600px; height:60px; border:1px #999999 solid;
}


/* header */
.gfx {
	background: #222 url(img/golfstyle_logo.png) no-repeat;
	height: 175px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #7a7a7a;
	float: left;
	font-size: 1.0em;
	padding-top: 4px;
	width: 100px; height: 25px;
	text-align:center;
	
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 101px;
	
}

.menu .selected {
	background-position: left bottom;
	color: #fff;
}
/* menu 2*/
.menu_2 a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #7a7a7a;
	float: left;
	font-size: 1.0em;
	padding:2px 0px;
	width: 100px; height: 15px;
	clear:right;
	text-align:center;
}
.menu_2 a span {
	padding-left: 6px;
}
.menu_2 a:hover {
	background-position: left bottom;
	color: #666;
}

.menu_2 a#last {
	border-right: none;
	width: 101px;
}
.menu_2 .selected {
	background-position: left bottom;
	color: #fff;
}

/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	
	
}
.rightbar
{	float:right;
	padding:8px 10px;
	width:200;
	
}

.leftbar
{
    width:545px;
	float:left;	
	padding:8px 10px;
	
}

/* footer */
.footer {
text-align:center;
	background: #030303;
	color: #666;
	padding: 5px;
} 
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:161px;
	margin-left: 0px;
	padding-bottom:5px;
}
/* rotator css */
	div#rotator ul li {
	margin-left:0px;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

.cover {
	width:150px;
	float:left; 
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
}

