
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;	color: #fff;
	background-image:url(images/wall.jpg);
	background-repeat:repeat-x;
}

form {
	margin: 0;
	padding: 0;
}


h1 {	
	padding:0px;
	margin:0px;
	color:#f8d41e;
	font-size:16px;
}

h3 {
	padding:0px;
	margin:0px;
	color:#f8d41e;
	font-size:14px;

}
h2{
	padding:0px;
	margin:0px;
	color:#f8d41e;
	font-size:20px;
}
a {
	color: #f8d41e;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
#top{
	width: 940px;
	height:20px;
	margin: 0 auto;
	text-align:right;
	}
#outer_top_home{
	width: 940px;
	height:16px;
	margin: 0 auto;
	background-image:url(images/outer_top.gif);
	background-repeat:no-repeat;
}
#outer_top{
	width: 940px;
	height:16px;
	margin: 0 auto;
	background-image:url(images/outer_top.gif);
	background-repeat:no-repeat;
	margin-top:20px;
}
#outer {
	width: 932px;
	margin: 0 auto;
	background:#000;
	border-left:4px solid #FFF;
	border-right:4px solid #FFF;
}
#outer_bottom{
	width: 940px;
	height:16px;
	margin: 0 auto;
	background-image:url(images/outer_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:40px;
}
#inner {
	width: 900px;
	margin: 0 auto;
	background:#000;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Header				                           *
*																	           *
/******************************************************************************/
#header {
	width: 900px;
	height:120px;
	margin: 0 auto;
	border-bottom:1px solid #f8d41e;
	background-image:url(images/header-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#121212;	
}

#left_header{
	background-image:url(images/tiger-fixings.png);
	background-repeat:no-repeat;
	width:300px;
	height:100px;
	float:left;
	margin-left:0px;
}
#middle_header{
	width:280px;
	height:70px;
	float:left;
	margin-left:0px;
	margin-top:30px;
	text-align:center;
}
#right_header{
	width:300px;
	height:100px;
	float:left;
	background-image:url(images/360.png);
	background-repeat:no-repeat;
	background-position:right;
}


/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Content				                           *
*																	           *
/******************************************************************************/
#middle {
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
	padding-top:20px;
}
#content {
	width: 880px;
	padding: 0px;
	margin: 0 auto;
	overflow:hidden;
}
#left{
	width:230px;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px;
}
#right{
	width:630px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	padding:0px;
}

#title{
	width: 630px;
	height:20px;
	padding: 0px;
	line-height:16px;
	overflow:hidden;
	margin-left:0px;
	text-indent:10px;
}
#content_right{
	width: 610px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float:left;
	background-color:#000;
}
#content_right ul li{
	list-style:square;
}
#content_right_tab{
	width: 610px;
	padding: 10px;
	float:left;
	background-color:#000;
}
#content_right_tab ul li{
	list-style:square;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Menu				                           *
*																	           *
/******************************************************************************/


#tigermenuheader{
	width: 225px;
	height:30px;
	line-height:30px;
	padding: 0px;
	margin:0px;
	float:left;
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	color:#f8d41e;
	text-transform:uppercase;
}
#tigerside{
	width: 230px;
	height:220px;
	padding: 0px;
	float:left;
	margin-left:0px;
	background-image:url(images/side.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}
#tigermenu{
	width: 230px;
	padding: 0px;
	float:left;
	margin-left:0px;
}

#tigermenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tigermenu li a{
	display: block;
	text-indent:30px;
	width: 227px; /*185px minus all left/right paddings and margins*/
	height:29px;
	line-height:29px;
	text-decoration: none;
	color: white;
	border-bottom: 2px solid #000;
	background-image:url(images/menu_back.gif);
	background-repeat:no-repeat;
	color:#f4d70d;
}

* html #tigermenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#tigermenu li a:hover {
	background-color: #f4d410;
	color:#000;
	background-image:url(images/menu_back_hover.gif);
	background-repeat:no-repeat;}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Footer				                           *
*																	           *
/******************************************************************************/
#footer {
	width: 900px;
	padding:0px;
	margin: 0 auto;
	padding:0px;
	overflow:hidden;
	border-top:1px solid #f8d41e;
	padding-bottom:20px;
	margin-top:0px;
	background-image:url(images/footer-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#121212;
}
#footer a{
	color:#8e8e8e;

}
#footer a:hover{
	text-decoration:underline;
}
#footer ul, li {
	list-style:none;
	padding:0px;
	margin:0px;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Columns				                           *
*																	           *
/******************************************************************************/
#main-content_column{
	width:900px;
	padding:0px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
ul.column{
	width: 100%;
	padding:0px;
	margin: 0px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 296px; /*Set default width*/
	padding: 0;
	margin: 0;
	display: inline;
	font-size:12px;
	color:#b6b6b6;
}
.block {
	height: 100px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	margin-left:0px;
	
}
.block h2 {
	font-size: 1.8em;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Forms				                           *
*																	           *
/******************************************************************************/

.label {
	  display:block;
	  margin-left:180px;
	  padding:2px;
	  border:1px solid #fff;
	  color:#666;
	  background-color:#121212;
	  padding-bottom:0px;
	  margin-bottom:5px;
	  color:#FFF;
}
.legend {
	font-size: 13px;
	padding-left:0px;
	float:left;
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
}
.submit{
	margin-left:180px;
	font-size: 13px;
	background-color:#eebe1e;
	color:#121212;
	border:none;
	padding:2px;
}


/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Slider Tabs 				                           *
*																	           *
/******************************************************************************/

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 12px;
	margin-right: 3px;
	background-image:url(images/tab_menu.gif);
	background-repeat:no-repeat;
	color:#2c2c2c;
}
.shadetabs li a:hover{
	text-decoration: underline;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 12px 3px;
	margin-right: 3px;
	color: #2c2c2c;
	background-image:url(images/tab_menu_hover.gif);
	background-repeat:no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	padding: 3px 12px;
	margin-right: 3px;
	top: 1px;
	color:#2c2c2c;
	background-image:url(images/tab_menu_hover.gif);
	background-repeat:no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color:#fcd417;
	color:#2c2c2c;
	padding: 3px 12px;
	margin-right: 3px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	padding: 3px 12px;
	margin-right: 3px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block !important;
}
}

