html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font: 12px Arial, sans-serif;
}

body {
	/*background: url(../images/bg.jpg) no-repeat center bottom;*/
}

/* Typography */

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 10px 0;
}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}

a,
a:visited,
a:active {
    text-decoration:none;
    outline:none;
    color:#fff;
    font-weight:bold;
}
a:hover {
    color:#999;
}

a img {
	border:none;
}

.content-bg a,
.content-bg a:visited,
.content-bg a:active {
	text-decoration:underline;
	color:darkGoldenRod;
}
.content-bg a:hover {
	color:lightSalmon;
}



#taekwondo {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat center bottom;
}

#header {
	background: url(../images/header.jpg?q=1) no-repeat;
	height: 190px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	padding: 0;
	overflow: hidden;
	margin: 10px 0 10px;
	width: 960px;
	zoom: 1;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	display: block;
	text-indent: -999px;
	background-position: 0 0;
	height: 38px;
}

#menu li.home a{
	width: 137px;
	background: url(../images/nav/home.jpg);
}

#menu li.event a{
	width: 83px;
	background: url(../images/nav/event.jpg);
}

#menu li.fighters a{
	width: 104px;
	background: url(../images/nav/fighters.jpg);
}

#menu li.tix a{
	width: 147px;
	background: url(../images/nav/buytickets.jpg);
}

#menu li.gallery a{
	width: 147px;
	background: url(../images/nav/gallery.jpg);
}



#menu li.order a{
	width: 121px;
	background: url(../images/nav/order.jpg);
}

#menu li.venue a{
	width: 88px;
	background: url(../images/nav/venue.jpg);
}

/*
#menu li.gallery a{
	width: 92px;
	background: url(../images/nav/gallery.jpg);
}
*/

#menu li.sponsors a{
	width: 116px;
	background: url(../images/nav/sponsors.jpg);
}

#menu li.contact a{
	width: 164px;
	background: url(../images/nav/contact.jpg);
}

#menu li a:hover {
	background-position: 0 -38px;
}

#content.home {
	background: url(../images/home-new.png?q=3) no-repeat;
	height: 677px;
	margin: 0 0 105px;
	position: relative;
}

#content.home .order-tickets a {
	display: block;
	height: 100px;
	width: 280px;
	position: absolute;
	top: 60px;
	left: 15px;
	text-indent: -9999px;
}


#content.home .order-dvd a {
	display: block;
	height: 100px;
	width: 255px;
	position: absolute;
	top: 60px;
	right: 15px;
	text-indent: -9999px;
}

#content.home .fighters {
	width: 300px;
	position: absolute;
	top: 182px;
	text-align: center;
	color: #fff;
	font: 14px 'Arial Narrow', Arial, sans-serif;
	line-height: 1.5;
}

#content.home .fighters a {
	color: #F90;
	text-decoration: none;
}

#content.home .fighters a.blue {
	color: #09F;
}

#content.home .fighters a.orange {
	color: #F60;
}

#content.home .fighters a.red {
	color: #F00;
}

#fighters-1 {
	left: 10px; 
}

#fighters-2 {
	right: 10px;
}


#content.content {

}

#content.content .content-top {
	background: url(../images/content-top.png) no-repeat;
	width: 850px;
	height: 8px;
	margin: 0 auto;
}

#content.content .content-bg {
	background: url(../images/content-main.png) center bottom;
	width: 532px;
	padding: 8px 300px 8px 18px;
	margin: 0 auto;
	min-height: 424px;
	height: auto !important;
	height: 424px;
	position: relative;
}

#content.content .content-top.white {
	background: url(../images/white-content-top.png) no-repeat;
	height: 9px;
}

#content.content .content-bg.white {
	color: #000;
	background: url(../images/white-content-main.png) center bottom;
	padding: 8px 18px 8px;
	width: 814px;
}

#content.content .sponsors {
	background: url(../images/sponsors.png) no-repeat;
	height: 159px;
	width: 960px;
	margin: 32px auto;

}

.cms-sponsor-small {
	float: left;
	width: 258px;
	margin-right: 20px;
}

.cms-sponsor-small img {
}

.cms-sponsor-small.last-sponsor {
	margin-right: 0;
}

.carousel {
	margin: 0 auto;
	padding: 0;
	width: 444px;
	height: 454px;
	overflow: hidden;
	zoom: 1;
}

.carousel li {
	list-style: none;
	float: left;
	height: 444px;
	width: 444px;
}

.carousel li img {
	height: 444px;
	width: 444px;
}

#footer {
	margin: 80px 0 0 0;
	padding: 20px 30px 20px;
	font-size:11px;
	font-weight: bold;
}


#footer a.visiontech {
	float:right;
}


#footer a,
#footer span {
	color: #333;
	text-decoration: none;
}

#footer a.visiontech:hover strong {
	color: #f60;
}



/* Commonly used classes */

.left {
	float: left;
}

.right {
	float: right;
}

.ofh {
	overflow: hidden;
	zoom: 1;
}

.hidden {
	display: none;
}

.order-form table td {
	font-size:12px;
	padding:4px;
}
.content-bg div:first-child h2:first-child {
	margin-top:0;
}

.figter-menu {
	overflow:hidden;
	padding-bottom:9px;
	zoom:1;
}
.fighter {
	float:left;
	margin:18px 18px 0 0;
}
.fighter.first-line {
	margin-top:0;
}
.fighter a,
.fighter a:active,
.fighter a:visited {
	display:block;
	padding:4px;
	background:#444;
	border:none;
	text-decoration:none;
	width:150px;
	overflow:hidden;
}
.fighter a:hover {
	background:#666;
}
.fighter img {
	display:block;
	border:none;
}
.fighter span {
	display:block;
	background:#999;
	text-align:center;
	padding:4px;
	color:#eee !important;
	font-size:11px;
}
.figter-menu table {
	margin-top:1px;
	margin-left:1px;
}
.figter-menu table,
.figter-menu td {
	border-collapse:collapse;
	border:1px solid #555;
}
.figter-menu td.title {
	font-weight:bold;
	background:#222;
}
.fighter-image {
	position:relative;
	min-height:830px !important;
	height:auto !important;
	height:830px;
}
.fighter-image .profile-shot {
	position:absolute;
	top:40px;
	right:18px;
	border:3px solid #444;
	width:265px;
}
.hide-table {
	display:none;
	padding-top:10px;
}
.show-full {
	margin-bottom:0;
}
.no-margin-top {
	margin-top:0 !important;
}
.blue-i img {
	border:1px solid #3398fe;
}
.red-i img {
	border:1px solid #ff1006;
}
.blue-c {
	font-weight:bold;
	color:#3398fe;
	font-size:13px;
}
.red-c {
	font-weight:bold;
	color:#ff1006;
	font-size:13px;
}
.carousel-fights {
	height:480px;
	margin-left:18px;
	width:532px !important;
}
.carousel-fights ul {
	list-style:none;
}
.carousel-fights li {
	padding-top:17px;
}
.content-bg.fights-detail {
	position:relative;
}
.fights-detail .next,
.fights-detail .next:active,
.fights-detail .next:visited {
	position:absolute;
	bottom:10px;
	right:12px;
	color:#ccc;
}
.fights-detail .prev,
.fights-detail .prev:active,
.fights-detail .prev:visited {
	position:absolute;
	bottom:10px;
	left:12px;
	color:#ccc;
}

.content-bg.event-view {
	position:relative;
}
.fighter-detail-image {
	position:absolute;
	right:20px;
	top:20px;
}
.content-bg {
	overflow-x:hidden;
}

/* Gallery */

.gallery-image {
	float: left;
	margin: 13px 20px 13px 0;
	display: table;
	width: 156px;
}

.gallery-image a {
	height: 160px;
	display: table-cell !important;
	display: block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	background: #444;
	padding: 3px;
}

.gallery-image a:hover {
	background: #666;
}

.gallery-image img {
}
.ui-tabs .ui-tabs-hide {
     display: none;
}


.tab-nav {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #666;
	padding: 0;
}

.tab-nav li {
	display: inline;
}

.tab-nav a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: #444;
	margin-right: 10px;
}

.tab-nav .ui-tabs-selected a {
	background: #666;
}

#video-box-play {
	background:url(../images/play-video-button.jpg) top;
	display:block;
	width:255px;
	height:82px;
	text-indent:-9999px;
	margin:0 auto;
}
#video-box-play:hover {
	background:url(../images/play-video-button.jpg) bottom;
}
.highlights-gallery-button a {
	background:url(../images/play-gallery.jpg) top;
	display:block;
	width:255px;
	height:82px;
	text-indent:-9999px;
}
.highlights-gallery-button a:hover {
	background:url(../images/play-gallery.jpg) bottom;
}
