/* CCS: Four Flavours */
/* Version: 1.0 */
/* Created: 2009-03-10 */
/* Creator: Redsky */

/* DIV CLASSES */

body {
	background-color:#000;
	
}
#centerpage {position: absolute; left: 50%; top: 50%;
width: 854px; height: 490px; margin-left: -426px; margin-top: -265px;}

#main {
	width: 852px;
	height: 489px;
	margin: 0px auto 0px auto;
	background-color: #222;
}
#header {
	width: 852px;
	height: 50px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}

#navbar{
	width: 852px;
	height: 20px;
	text-align:right;	
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FAFAFA;
	letter-spacing: 2px;	
	background-color: #000;
}

#content-body{
	width: 850px;
	height: 417px;
	margin: 1px 1px 1px 1px;
	background-color: #000;
	overflow: hidden;
}

#left-column{
	width:304px;
	height:380px;
	float: left;
	margin: 10px 10px 10px 10px;
	background-color: #000;
}
#left-column2{
	width:304px;
	height:380px;
	float: left;
	background-color: #000;
}

#right-column{
	width:500px;
	height:380px;
	float: right;
	margin: 10px 10px 10px 10px;
	background-color: #000;
}
#right-column2{
	width:500px;
	height:380px;
	float: right;
	background-color: #000;
}

#footer{
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAFAFA;		
	background-color: #000;
}
a.foot{
	text-decoration:none;
	color:#FAFAFA;
}
a.foot:hover{
	text-decoration:none;
	color:#666;
}
a.link{
	text-decoration:none;
	color:#666;
}
a.link:hover{
	text-decoration:none;
	color:#FAFAFA;
}

/* CLASSES AND LINKS */
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FAFAFA;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FAFAFA;
	border-bottom:1px solid;
	border-bottom-color:#48bcee;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FAFAFA;
	border-bottom:1px solid;
	border-bottom-color:#48bcee;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FAFAFA;
	border-bottom:1px solid;
	border-bottom-color:#48bcee;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
	border-bottom:1px solid;
	border-bottom-color:#48bcee;
}

ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FAFAFA;
}

a.nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	font-size: 11px;
	text-decoration: none;	
	letter-spacing: -1px;
	padding-left: 5px;
	padding-right: 5px;
}

a.nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: -1px;	
	padding-left: 5px;
	padding-right: 5px;
}

/* start - image */
div.img
{
  margin: 5px;
  background:#333;
  border: 1px solid #333;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #333;
  
}
div.img a:hover img {border: 1px solid #666;}
div.desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAFAFA;
	text-align: center;
	font-weight: normal;  
	width: auto;
 	margin: 2px;
}
/* end - imgage */

/* start - table */
table.tab{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FAFAFA;
	background-color:transparent;
}
table.tab td {
	background-color:transparent;
	color: #FAFAFA;
	padding: 2px;
	text-align: left;
}
table.tab td.head{
	color: #FAFAFA;
	border-bottom:1px solid;
	border-bottom-color:#48bcee;	
	padding: 2px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
} 
table.tab td.text{
	background-color: #000;
	color: #FAFAFA;
	padding: 4px;
	text-align: left;
}
/* end - table */

/* start - form elements */
form {
	margin:0px; 
	padding: 10px 5px;
	border: 1px solid #FAFAFA; 	
}
label {
	padding:2px;
  	display:inline;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	color: #FAFAFA;
	border:1px solid #FAFAFA;
}
input {
	width:300px;
	padding:2px;
	border:1px solid #FAFAFA;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#FAFAFA;
	background-color:#000;
	margin:0px 0px 0px 0px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #FAFAFA;
	height:90px;
	display:block;
	color:#FAFAFA;
	background-color:#000;
	margin:0px 0px 15px 0px;
	overflow:hidden;
}
input.button { 
	width:100px;
	font: bold 11px Arial, Helvetica, sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FAFAFA;
	background: #666;
	border: none;
	float:right;
}
/* end - form elements */