/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #F0F0F0;
	background-image: url(images/background.jpg);
	margin: 0;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #cdcdcd;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #FFF;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #FFF;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 900px;
	margin: auto;
	padding: 0;
	background-color: #000;
	border: 2px solid #ffcc3c;
}
.banner {
	width: 900px;
	height: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}


.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}

ul#menu {
	height: 47px;
	line-height:47px; 

	list-style: none;
	background: url(images/menu.gif) no-repeat 0 0;
	color: White;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}
ul#menu li {
	float: left;
	height: 47px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	border-left: 1px solid #000;
}
	
ul#menu li a {
	height: 47px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	

}


li.premuto a {
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width:auto;
	height: 47px;


}

div.premuto li#premuto a,
li.premuto a:active,
li.premuto a:hover {
	background: url(images/menupremuto.gif);
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.menuHead
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;	

}

a.menuHead
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	padding-bottom: 12px;
	padding-top: 16px;
}

ul#secondlevel-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 9px;
}

ul#secondlevel-nav li{
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	margin: 0;
	font-size: 9px;
	white-space: nowrap;
}

ul#secondlevel-nav li a{
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #696969;
}

#buttons>ul#secondlevel-nav li a {
	width: auto;
}

ul#secondlevel-nav li a:hover{
	color: #FFF;
}

#but{
	position: relative;
	top:5px;
	left:565px;
	width: 400px;
}

#but .copy{
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	font-size: 9px;
	white-space: nowrap;
}

#but .copy a{
	display: block;
	text-decoration: none;
	color: #696969;
}

#but .copy a:hover{
	color: #FFF;
}

.content {
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
	background-color: #000;
}
.footer {
	background-color: #FFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
