@charset "utf-8";
/* CSS Document */

#header #menu {
	float:right;
	position:absolute;
	top:256px;
	right:8px;
	overflow: hidden;
	height:26px;
}

#header #menu ul{
	background:#0F9;
	margin: 0;
	padding: 0;
	/* padding-right: 20px; /*offset of tabs relative to container right edge*/
	font: bold 14px/26px Verdana;
	list-style-type: none;
}

#header #menu li{
	display: inline;
	margin: 0;
}

#header #menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px 14px; /*padding inside each tab*/
	border-right: 1px solid #333; /*right divider between tabs*/
	color: #ccc;
	/* background: #414141; /*background of tabs (default state)*/
	background: url(images/menu-separator.png) no-repeat left center;
}

#header #menu li a:visited{
	color: white;
}

#header #menu li a:hover, #header #menu li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/*button*/
.bigButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-border-radius: 10px;
	
/*	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;*/
	
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	line-height:50px;
	/*width:200px;*/
	padding:0 15px;
	text-decoration:none;
	/*text-align:center;*/
	text-shadow:1px 1px 0px #b23e35;
}
.bigButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
}.bigButton:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */