@charset "utf-8";
@import "modules.css";
/* 
	Main layout file
	
	(c) 2007 Ralph Cox | www.cox.cz
 */

* {
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
}

* html div#left-panel div.modules {
	height: 400px;
}
* html div#content { 
	height: 450px;
}
* html div#right-panel {
	height: 450px;
}

body {
	margin: 0;
	padding: 0;
	
	background: #000;
}

p, a, h1, h2, h3, h4, h5, td {
	color: #CCCCCC;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

input.text {
	padding: 2px 3px 2px 3px;

	background: none;
	font-size: 11px;
	color: #999999;
	border: 1px solid #666666;
}

textarea {
	padding: 2px 3px 2px 3px;

	background: none;
	font-size: 11px;
	color: #999999;
	border: 1px solid #666666;
}

input.button {
	padding: 2px 7px 2px 7px;
	
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px outset #666666;
}

label.label {
	display: block;
	float: left;
}

img {
	border: 0;
}

div.cleaner {
	clear: both;
}

/*
	LAYOUT
	---------------------------
*/

div#layout {
	width: 989px;
	margin: 20px auto 0 auto;

	border: 1px solid #666666;
}

/*
	TOP
	---------------------------
*/

div.top {

}

div#top-logo {
	width: 288px;
	height: 96px; 

	float: left;

	background: url(../images/layout/top-logo.png) no-repeat;
}
div#top-logo h1 {
	font-size: 10px;
}
div#top-logo a {
	width: 288px;
	height: 96px;
	display: block;
}
div#top-logo a span {
	display: none;
}

div#top-waves {
	width: 701px;
	height: 96px; 

	float: left;
	
	background: url(../images/layout/top-waves.png) no-repeat;
}
div#top-waves p {
	margin-top: 27px;
	margin-right: 27px;
	
	text-align: right;
	font-size: 13px;
}
div#top-waves p a {
	font-size: 13px;

	text-decoration: none;
}
div#top-waves p a:hover {
	color: #FF3939;
}
div#top-waves p a.selected {
	color: #FF3939;
	font-weight: bold;
}

/*
	LEFT
	---------------------------
*/

div#left-panel {
	width: 199px;
	
	float: left;
}

div#left-panel div.top {
	width: 199px;
	height: 52px;
	background: url(../images/layout/left-top.png) no-repeat;
}
div#left-panel div.top p {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 10px;
}
div#left-panel div.top p, div#left-panel div.top p a {
	color: #555555;
	text-decoration: none;
}
div#left-panel div.top p span {
	color: #777777;
}

div#left-panel div.modules {
	width: 199px;
	min-height: 400px;
	
	background: url(../images/layout/left-bg.png) repeat-x;
}

/*
	RIGHT
	---------------------------
*/

div#right-panel {
	width: 198px;
	min-height: 450px;

	float: left;

	background: url(../images/layout/right-bg.png) repeat-x;
}

div#right-panel div.modules {
	width: 198px;
}

/*
	MODULES
	---------------------------
*/
div#left-panel div.modules div.module {
	width: 189px;
}
div#right-panel div.modules div.module {
	width: 188px;
}

div.modules div.module{
	margin: 0 5px 15px 5px;
}

div.modules div.module div.title {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	
	margin-bottom: 5px;
}

div.modules div.module div.title h3 {
	font-size: 12px;
	margin: 2px 5px 2px 5px;
}

div.modules div.module p {
	font-size: 11px;
	padding: 0 5px 0 5px;
}


/*
	SHIFT
	---------------------------
*/

div#shift-left {
	width: 3px;
	
	height: 400px;
	
	float: left;
	
	background: url(../images/layout/shift-left.png) no-repeat;
}
div#shift-right {
	width: 3px;
	
	height: 400px;
	
	float: left;
	
	background: url(../images/layout/shift-right.png) no-repeat;
}

/*
	CONTENT
	---------------------------
*/

div#content {
	width: 586px;
	min-height: 450px;

	float: left;
	
	background: url(../images/layout/content-bg.png) repeat-x;
}

div#content div.footer {
	margin-bottom: 10px;
}

div#content h2, div#content h4, div#content p, div#content table, div#content div.hr {
	margin-left: 15px;
	margin-right: 15px;
}

div#content h2 {
	font-size: 20px;
	
	margin-bottom: 15px;
}
div#content h4 {
	margin-bottom: 10px;
	
	font-size: 15px;
	font-weight: bold;
}
div#content h4 a {
	text-decoration: none;
	color: #999999;
}
div#content h4 a:hover {
	color: #FF3939;
}

div#content p {
	margin-bottom: 10px;

	font-size: 12px;
	text-align: justify;
}

div#content table {
	margin-bottom: 10px;

	font-size: 12px;
}

div#content div.hr {
	width: 550px;
	height: 1px;
	
	margin-top: 7px;
	margin-bottom: 7px;

	background: url(../images/layout/hr.gif) no-repeat;
}
div#content div.hr hr {
	display: none;
}

/*
	FOOTER
	---------------------------
*/

div#footer {
	width: 989px;
	
	margin: 4px auto 0 auto;

	font-size: 10px;
}

div#footer div.menu {
	width: 400px;
	
	float: left;
}
div#footer div.menu a {
	text-decoration: none;
	color: #999999;
}
div#footer div.menu a.selected {
	color: #FF3939;
	font-weight: bold; 
}
div#footer div.menu a:hover {
	color: #FF3939;
}

div#footer div.copywrite {
	width: 589px;
	
	float: left;
	
	text-align: right;
}

div#footer div.copywrite p {
	padding: 0 5px 10px 0;
	
	color:#333333;
}

div#footer div.copywrite p a {
	color: #333333;
	text-decoration: none;
}

div#footer div.copywrite p a:hover {
	color: #999999;
	text-decoration: none;
}

