/* CSS Document */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

body {
	background: #000 url(../img/bg.png) repeat-x fixed left bottom;
	color: #FFF;
	font: normal 0.7em sans-serif,Arial;
	margin: 0;
	text-align: center;
}

ul {
	margin: 12px 0;
}

li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

img {
	border: 0px;
}
	
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: #FFF;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

#wrapper {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
}

/* main structure */
.main {
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* linkbar*/
.link{
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	margin: 0px auto 0px 0px;
	width: 750px;
	height: 240px;
}

/* header */
.gfx {
	background: #222 url(../img/bgc.jpg) repeat-x left top;
	height: 240px;
}

.gfx h1 {
	color: #FFF;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}

.move {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}

.hs { 
color:#000; 
margin:auto; 
}
 
.show { 
display: block;
}
 
.hide { 
display:none; 
}
 
#d0,#d2,#d4 { 
border-color:#900; 
}
 
#d1,#d3 { 
border-color:#090; 
}

#text1{
float:left;
}

/* menu */

.menu {
	margin-top: 0px;
	}
	
.menu a {
	background: #000 url(../img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #FFF;
	float: left;
	font-size: 1.2em;
	margin-top: 6px;
	padding-top: 4px;
	width: 119px; height: 36px;
}

.menu a span {
	padding-left: 6px;
}

.menu a:hover {
	background-position: left bottom;
	color: #666;
}

.menu a#last {
	border-right: none;
	width: 150px;
}

.menuimg{
	background: #000 url(../img/bgmenu.png) repeat-x;
	color: #FFF;
	font-size: 1.2em;
	margin-top:5px;
	padding-top: 6px;
	text-align: center;
	float: right;
	width: 150px; height: 36px;
}

.menuimg a span {
	padding-left: 6px;
}

.menuimg a:hover {
	background-position: left bottom;
	color: #666;
}

.menuimg a#last {
	border-right: none;
	width: 150px;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

/* banner */

#img {
	
    width: 100%;
	height: 60px;
}
#img .header {
    background-color: #1A1A1A;
    height: 17px;
    height /**/: 20px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 15px;  
}

#img .element {
    background-color: black;
    width: 100%;
    margin: 2px;
}

#img .listelement {
    background-color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #1A1A1A;
}

#img .listelement img {
    border: 2px solid #1A1A1A;
	width:50px;
	height:50px;
	border: dotted 1px #1A1A1A;
	margin-top: 5px;
	margin-right: 10px;
	text-align: left;
}
#img .listelement img img{
	width:100%;
	height:100%;
}
#img .listelement a {
    display: block;
    color: #666;
    text-decoration: none;
}

#img .listelement a:hover {
    background-color: #202020;
	
}

#line {
	border-bottom: solid 2px #1A1A1A;
	margin-top: 5px;
}
#double{
	border-bottom: double 4px #1A1A1A;
}
/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}

.content h1 {
	color: #FFF;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}

.content h2 {
	color: #FFF;
	font: bold 0.80em sans-serif,Arial;
	margin: 0 0 4px;
}

.content p {
	margin: 0 0 12px;
}

.item {
	background: #030303 url(../img/bgitem.gif) repeat-x;
	padding: 25px;

}
.item#banner {
	text-align:center;
	padding: 25px;
}
#biglink {
	font-size: 1.1em;
}

.itemimg {
	background: #030303 url(../img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
.colimg{
	float:left;
	margin: 5px 0 5px 5px;
	width: 80px;
	height: 80px;
	border: dotted 1px gray;
}

/* footer */
.footer {
	background: #000;
	color: #666;
	padding: 5px;
	clear: both;
} 

.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

.footer#last {
	border: none;
	text-align: center;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

