/*
Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: 	#804000;
}

body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/bright_pixel.gif) no-repeat; display: block; height: 80px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 750px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000;
	float: left;
	text-align:	center;
	padding-top: 10px;
	adding-top: 4px;
	width: 72px; height: 32px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: 	#804000;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


.menu1 a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000;
	float: left;
	padding-top: 4px;
	width: 90px; height: 36px;
}
.menu1 a span {
	padding-left: 6px;
}
.menu1 a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #fff;
}
.menu1 a#last {
	width: 150px;
	border-right: none;
}




/* content */
.content {
	padding-top: 20px;
	/*background: #F5F5F5;*/
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #000;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #000;}
.footer .right a:hover {color: 	#804000;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

label.rounded {
		padding-top: 5px;
		font-weight: bold;
		color: #555;
	}
	
input.rounded {
		border: 0;
		background: url(textroundbv8.gif) top left no-repeat; 
		width: 190px; 
		height: 25px; 
		padding: 3px 5px; 
		font-size: 85%;  
		color: #399; 
	}
.monty{
	font: "Helvetica Neue", Helcetica, Arial, sans-serif; 
	border-bottom:10px solid #fff;
	color: #666;
	font-size: 1.7em;
	font-weight:normal;
	line-height:1;
}