/* - - - - - - - - - - - - - - - - - - - - -

Title : Stylesheet
Author : Jay Hollywood | Bam Creative
URL : www.bam.com.au

Description : Boxing for Fitness Stylesheet

Created : 10/09/07
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
}
html{
margin:0;
padding:0;
height: 100%;
}

body{
margin:0;
padding:0;
height: 100%;
background: url(/art/bg.jpg) repeat;

}

/* ----- IDS ----- */

#container{
	width:100%;
	padding:0;
	background: url(/art/background.jpg) repeat-x top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -0 0; /* negative value must be the same height as footer (for stickyness) */ 
	
}

#content-area{
	width: 800px;
	margin:0 auto;
	
}

#content-main{
	width: 800px;
	background: url(/art/header.gif) no-repeat;
	float: left;
	margin: 2px 0 0 23px;
	
	}

#headerimages {
	margin: 40px 0 0 5px;
	width: 100%;
	display:none;
	}

#content-whole{
	width: 780px;
	margin: 14px 0 0 0;
	float: left;
	background: url(/art/wholebg.gif) repeat-y;
	display: inline;
	}

#content{
	width: 750px;
	background: url(/art/contentbg.jpg) no-repeat;
	padding: 20px 15px;
	float: left;
	display: inline;
	}
	
#content p, #content h1, #content h2, #content h3, #content h4{
	padding: 0 0 0 10px;
	}
	
#content-left {
	width: 700px;
	float: left;
	display: inline;
	}
	
#content-right {
	width: 273px;
	float: right;
	margin: 114px 30px 0 0;
	text-align: right;
	display: none;
	}

#contactbox {
	float: left;
	background: url(/art/contactbox.gif) no-repeat;
	width: 252px;
	height: 98px;
	display: block;
	padding: 15px 10px;
	margin: 20px 0 0 0;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 22px;
	}

#contactbox a, #contactbox a:visited {
	color: #fff;
	text-decoration:underline;
	}
	
#contactbox a:hover {
	color: #dcb599;
	}

#footercontainer {
	background: url(/art/footerbg.gif) repeat-x;
	width: 100%;
	float: left;
	height: 56px;
	display: block;
	
	}

#footer{
	background: url(/art/footerbgmiddle.gif) no-repeat 0 0;
	width: 760px;
	margin: 0 auto;
	height: 31px;
	display: block;
	padding: 25px 20px 0 20px;
	color: #fff;
	font-size: 12px;
}

#footer a{
	font-size: 12px;

	}
	
#newsbox {
	margin: 0 10px 20px 0;
}

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}


.clear {
	clear: both;
	}

.fleft {
	float: left;
	display: none;
	}

.fright {
	float: left;
	}

.news-item {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0;

	}

.news-item strong {
	font-size:18px;
	font-weight:bold;
	color: #bf441a;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	}

/* ----- HEADINGS ----- */

h1{
	font-size:22px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffdca8;
	margin:0 0 20px 0;
	padding:0;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin:0 0 15px 0;
	padding:0;
}
h3{
	font-size:15px;
	font-weight:bold;
	color:#ffdca8;
	margin:0;
	padding:0;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
}
h5{
	font-size:13px;
	font-weight:bold;
	color:#ffdca8;
	margin:0;
	padding:0;
}
h6{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
}


/* ----- PARAGRAPHS ----- */

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}



#nav {
	margin:0 0 0 20px;
	padding:0;
	width:770px;
	height:65px;
	float: left;
}

#nav ul {
	padding:0;
	float:right;
	margin:0;
	list-style:none;		/* set list style as none to remove bullets */
	list-style-image:none;	/* in custom lists list image may carry across so remove it */
}

#nav ul li {
	padding:0 0 0px 0;
	margin:0;
	height:42px;			
	float:left;
	display:block;
}

#nav ul li a{
	height:42px;			
	display:block;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
}

#nav ul li a#home {
	width: 102px;
	height: 65px;
	background: url(/art/homelink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}

#nav ul li a#offer {
	width: 127px;
	height: 65px;
	background: url(/art/offerlink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}

#nav ul li a#trainers {
	width: 118px;
	height: 65px;
	background: url(/art/trainerslink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}

#nav ul li a#sessions {
	width: 128px;
	height: 65px;
	background: url(/art/sessionslink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}

#nav ul li a#info {
	width: 154px;
	height: 65px;
	background: url(/art/infolink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}

#nav ul li a#events {
	width: 141px;
	height: 65px;
	background: url(/art/eventslink.gif) no-repeat;
	background-position: 0 0;
	display:block;
	}
	
#nav ul li a#home:hover, #nav ul li a#offer:hover, #nav ul li a#trainers:hover, #nav ul li a#sessions:hover, #nav ul li a#info:hover, #nav ul li a#events:hover {
	background-position: 0 -66px;
}

#nav ul li a#home.active, #nav ul li a#offer.active, #nav ul li a#trainers.active, #nav ul li a#sessions.active, #nav ul li a#info.active, #nav ul li a#events.active {
	background-position: 0 -66px;
}



#nav ul li a span {
	padding:0;
	margin:-9999px 0 0 -9999px;		/* this is a trick for if someone has css turned off, inside the anchor tag, write <span>$page-name</span> if css is off the name will appear as text, if not the css kicks it out of view */
}

#nav li ul {
	position: absolute;
	width: 200px;
	margin:-7px 0 0 0;
	padding:0;
	left: -999em;
	border:1px solid #3f1003;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

#nav li ul li {
	height:26px;
	width: 200px;
	padding:0;
	line-height:26px;
	border-top: 0;
}

#nav li ul li a {
	background: url(/art/droplink.gif) no-repeat #3e0f03;
	color:#fff;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	display:block;
	width: 180px;
	padding: 0;
	padding-left:20px;
	height:26px;
	display:block;
	text-decoration:none;
}

#nav li ul li a:hover {
	background: url(/art/drophover.gif) no-repeat #2a0a02;
}




/* ----- IMAGES ----- */

img{
border:0;
}

/* ----- LINKS ----- */

a, a:visited{
color: #dcb599;
outline: none;
text-decoration:none;
}

a:hover {
color: #bf441a;
}

/* ----- LISTS ----- */

#content ul	{
	margin: 15px 20px;
	}

#content ul li {
	font-size: 12px;
	color: #fff;
	margin: 4px 0;
	list-style-image: url(/art/liststyleimage.gif);
	}

#content-right ul	{
	margin: 15px 0;
	}

#content-right ul li {
	font-size: 12px;
	color: #fff;
	margin: 4px 0;
	list-style-image:none;
	}

/* ----- FORMS ----- */

input.searchinput {
	height: 20px;
	width: 180px;
	margin: 10px 0;
	vertical-align: middle;
	color: #8d280e;
	font-size: 12px;
	}

input.search {
	height: 35px;
	margin: 4px 0;
	vertical-align: top;
	outline: none;
	}

/* ----- NEWS TABLE ----- */

#table-news.cms-view {
	width: 400px;
	color: #fff;
	}

#table-news.cms-view th {
background-color: #bf441a;
color:#DDDDDD;
}