/****************************************************************
 *
 *  >> Styles for buttons, menus and navigation.
 *
 ***************************************************************/

/*---------------------------------------------------------------
 | Site Buttons
 +-------------------------------------------------------------*/

#btn {
	display: inline;
	}

#btn table {
	width: auto;
	}

#btn .btn-main {
	cursor: pointer;
	padding: 0 !important;
	margin: 1px 1px !important;
	border: none !important;
	}

#btn .btn-main td {
	padding: 0 !important;
	border: none !important;
	}

#btn .btn-left {
	width: 0 !important;
	}

#btn .btn-right {
	width: 0 !important;
	}

#btn td.btn-text {
	padding: 3px 6px ! important;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff ! important;
	background: #5986b3;
	border: 1px solid #5986b3;
	}

#btn td .btn-text a {
	color: #fff;
	}

#btn:hover .btn-text {
	background: #000;
	color: #fff ! important;
	text-decoration: none;
	}

#btn:active td.btn-text {
	background: #000;
	color: #ccc ! important;
	text-decoration: none;
	}

.buybutton {
	margin-bottom: 11px;
	}

/*---------------------------------------------------------------
 | Jump Menu Styles
 +-------------------------------------------------------------*/

.jump-wrap {
	padding: 3px 5px;
	padding-left: 15px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	}

.jump-menu {
	}

.jump-menu .selected {
	font-weight: bold;
	}

/*-----------------------------------------------------------------------
 | Tab Styles
 +---------------------------------------------------------------------*/

#mainnav {
	}

#nav-wrap {
	background: #5986b3;
	height: 35px;
	margin: 0 0 1px 0;
	overflow: hidden;
	}

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	list-style: none;
	list-style-image: none;
	}

#nav li {
	font-family: "Oswald", "Arial Condensed", "Helvetica Condensed", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: normal;
	display: inline;
	list-style-image: none;
	text-transform: uppercase;
	text-shadow: #555 1px 1px 2px;
	}

#nav li a,
#nav li a:visited {
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	padding: 15px 4px;
	}

#nav li a:hover {
	background: transparent url(../graphics/menu_sel.png) no-repeat 50% 38px;
	}

#nav li.current a {
	background: transparent url(../graphics/menu_sel.png) no-repeat 50% 38px;
	}
