html, body {
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: white;
	outline: none;
}

ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 1px #c0c dotted;
}

a, a:visited { 
	color: white;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #b7eaff;
	
}

/* real deal */

.cur {
	color: red;
}

body {
	background: #0f0f0f;
}

#wrapper {
	width: 466px;
	min-height: 609px;
	margin: 0 auto;
	background: url(/@engine/@images/bg.png) no-repeat top left #0f0f0f;
}

#wraper-inside {
	width: 248px;
	height: 609px;
	margin: 0px 0px 0px 108px;
}

#header {
	height: 124px;
}

#title {
	height: 50px;
	cursor: pointer;
}

#coda-nav-1 {
	height: 35px;;
}


.tab1, .tab2 {
	width: 74px;
	height: 34px;
	float: left;
}

.tab1 a, .tab2 a  {
	margin: 12px 0px 0px 8px;
	display: block;
	cursor: pointer;
	padding-left: 12px;
}

.betweentabs {
	width: 100px;
	float: left;
}



.logo {
	float: left;
	width: 52px;
	height: 52px;
	display: block;
}

.desc {
	width: 190px;
	float: left;
	height: 52px; 
}

.desc .title {
	font-size: 140%;
	font-weight: bold;
	padding-top: 8px;
	display: block;
	color: white;
}

.desc .link {
	font: italic normal 100% "Trebuchet MS", serif;
}

.panel-link {
	background: url(/@engine/@images/linkhref.png) repeat-x top left;
	height: 52px;
}

.panel-link:hover {
	background: url(/@engine/@images/linkhrefhover.png) repeat-x top left;
}

.coda-slider-wrapper { padding: 0px 0 }
.coda-slider, .coda-slider .panel { width: 248px }
.coda-slider p.loading { padding: 0px; text-align: center }
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

#footer {
	padding: 3px;
	text-align: right;
	color: #6c6c6c;
	font: italic normal 100% "Trebuchet MS", serif;
}

#footer a, #footer a:visited {
	color: #303030;
}

#footer a:hover {
	color: #b7eaff;
}
