@charset "utf-8";

/* CSS Document */

body {
	background: #000 url('../images/bg.jpg') repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

/* [FORMATTING] */
.clear { clear:both; }

.floatleft { float:left; }

.floatright { float: right; }

/* [TEXT FORMATTING] */
h1 { color:#85591e; }

h2{font-size: 12px; color:#CCC; font-weight: normal;}

#left h1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #85591e;
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
}
#left ul{
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 13px;
	color:#666;
}
p {
	font-size: 12px;
	color:#666;
	margin-bottom: 15px;
}

a {
	color: #6AC0FA;
	text-decoration: underline;
}

a:hover {
	color:#F90;
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	width: 802px;
}

#header { }

.logo {
	float:left;
	width: 400px;
	font-size:24px;
	margin-top: 30px;
}

.logo a {
	color:#FFF;
	text-decoration:none;
}

.logo a:hover {
	color:#CCC;
	text-decoration:underline;
}

#logoadres { margin-bottom: 15px;}

#address {
	float: right;
	width: 300px;
	margin-top: 100px;
	text-align:right;
}

#address p { color:#CCC; }

#banner {
	border: 1px solid #FFF;
	border-bottom: none;
}

#topnav { background-color: #FFF; }

/* [MAIN MENU] */
.mattblacktabs {
	padding-top: 15px;
	padding-left: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid black; /*bottom horizontal line that runs beneath tabs*/
	font-size:12px;
}

.mattblacktabs ul {
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}

.mattblacktabs li {
	display: inline;
	margin: 0;
}

.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 0px; 
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid #FFF; /*right divider between tabs*/
	color: white;
	background: #666; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited { color: white; }

.mattblacktabs li a:hover, .mattblacktabs li.selected a { background: #F90;  }

/* [BOTTOM MENU] */

#bottommenu {
	margin: 10px 0px;
	background:#fff;
	border: 1px solid #000;
	height: 30px;
	padding: 0px;
	font-size: 10px;
	text-transform:uppercase;
}

#bottommenu ul {
	padding: 8px 0px 0 0;
	color: #424242;
	float:right;
}

#bottommenu li {
	display:inline;
	margin: 0px 5px;
	padding-right: 10px;
}

#bottommenu .line { background:transparent url('../images/divider.png') no-repeat center right; }

#bottommenu li a {
	text-decoration:none;
	color: #646464;
}

#bottommenu li a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
}

/* [End] */

#left {
	float: left;
	width: 595px;
	margin: 10px;
}

#right {
	float:right;
	width: 170px;
	background-color: #EEF8FF;
	border-left: 1px solid #ADDBFD;
	padding: 10px 0 10px 10px;
}
#right a{
	color:#000000;
	text-decoration:none;
}
#right a:hover{
	color:#0033FF;
	text-decoration:none;
}

#content {
	border-top: 0px solid #AEDCFD;
	border-bottom: 1px solid #000;
	background-color: white;
	padding: 0px;
}

#footer p {
	margin: 0px;
	padding: 5px 0;
}

.copyright p {
	text-align:right;
	font-size: 11px;
}

.copyright a { color:#CCC; }

.copyright a:hover {
	text-align:right;
	color:#999;
	text-decoration:underline;
}

