@charset "utf-8";
/* CSS Document */
* {
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
padding: 0;
margin: 0;
line-height: 1em;
font-size: 100%;
font-weight: normal;
font-style: normal;
}
.clear{
	clear: both;
}
ul {
list-style: none;
}
img {
border: 0;
}
:focus {
	outline: 0;
}

p { margin: 1em 0;
}
.right {
	padding-top: 8px;
	float: right;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	*font-size: small;
    *font: x-small;
}
#main H1 {
font-family:georgia,"times new   roman",times,serif;
letter-spacing: -1px;
font-size: 30px;
color: #999999;
padding-top: 10px;
padding-bottom: 10px;
}
#main H2 {
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	color: #355999;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main p {
	font: small Verdana,Geneva,sans-serif;
	line-height: 150%;
	font-size: 14px;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.coursebox {
	background-color: #FFFFEC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #FFE16A;
}
.courseboxbottom {
	background-color: #FFECB0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	padding: 10px;
	line-height: 150%;
	color: #2B2200;
	font-weight: bold;
}
.coursebox p {
	line-height: 100%;
	
}
#page {
	width: 940px;
	background-image: url(images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: center 288px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#pagebottom {
	width: 940px;
	height: 30px;
	background-image: url(images/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 520px;
}
#header {
	width: 940px;
	height: 293px;
	background-image: url(images/grinder.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	margin: 0px;
	padding: 0px;
}
#strapline {
	width: 800px;
	height: 60px;
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position: 18px 19px;
	
}
#logo {
	width: 650px;
	height: 120px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 95px 27px;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 900px;
	height: auto;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#sidebar{
	width: 350px;
	height: 600px;;
	float: right;
	padding-left: 30px;
	padding-top: 10px;
	background-image: url(images/ita.gif);
	background-repeat: no-repeat;
	background-position: 60px 10px;
}
#navcontainer {
	margin-top: 0px;
	position: absolute;
	top: 250px;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	font-family: arial;
	font-size: 0px;
	height: 64px;
	padding: 0;
	margin: 0;
	
}

#navcontainer ul li { display: inline-block;}

#navcontainer ul li a
{
	
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: transparent;
	width: 110px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: 0 -64px;
}
.home {
	background-image: url(images/homebutton2.gif);	
}
.trainers {
	background-image: url(images/trainersbutton2.gif);	
}
.bio {
	background-image: url(images/biobutton2.gif);	
}
.courses {
	background-image: url(images/coursesbutton2.gif);	
}
.links {
	background-image: url(images/linksbutton2.gif);	
}
#navcontainer ul li #current {
background-position: 0 0;
}
#navcontainer ul li a:hover
{
background-position: 0 0;
width: 110px;
height: 64px;
}
