/* @override 
	http://afn-pt.goodbarry.com/css/screen.css
	http://afn-pt.goodbarry.com/stylesheets/screen.css
*/

/* -----------------------------------------------------------------------

AFN PERSONAL TRAINER

	screen.css

----------------------------------------------------------------------- */


body {
	background: #565656 url(/cssimg/bg.png) repeat-y center 0;
}

div#frame {
	background: #fff;
	min-height: 100%;
	margin: 0 auto;		
}

* html div#frame {
	height: 100%;	/* for IE6 */
}

div#masthead {
	height: 126px;
	position: relative;
}

div#masthead ul.links {
	height: 33px;
	position: absolute;
	right: -10px;
	top: 0;
	width: 270px;
}

div#masthead li {
	list-style: none;
    display:inline;
}

div#masthead ul.links a {
	float: left;
	height: 33px;
	margin: 0 10px 0 0;
	text-indent: -9999px;	
	width: 122px;
}

div#masthead ul.links li.login a {
	background: url(/cssimg/buttons-masthead.png) 0 0;
}

div#masthead ul.links li.signup a {
	background: url(/cssimg/buttons-masthead.png) -130px 0;
	margin: 0;
}

a#logo {
	left: 30px;
	position: absolute;
	top: 42px;
}

p.pt-name {
	color: #378917;
	font-size: 12px;
	padding: 0 30px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 60px;
	width: 370px;
}

div#nav {
	background: #eee url(/cssimg/bg-nav.png) repeat-x 0 0;
	height: 36px;
}

div#nav table {
	table-layout: auto;
}

div#content {
	background: url(/cssimg/bg-page.png) no-repeat right bottom;
}

div#sub, div#main, div#sub2 {
	padding-top: 45px;
	padding-bottom: 45px;
}

div#sub img {
	border: 1px solid #eee;
}

div#sub2 ul.actions {
	margin: 0 0 3em;
	padding: 0;
}

div#sub2 ul.actions li {
	height: 38px;
	list-style: none;
	margin: 0 0 6px;
}

div#sub2 ul.actions a {
	background-image: url(/cssimg/buttons-home.png);
	background-repeat: no-repeat;	
	display: block;
	height: 38px;
	text-indent: -9999px;
}

div#sub2 li.contact a {
	background-position: 0 0;
}

div#sub2 li.bookings a {
	background-position: 0 -48px;
	
}

div#sub2 li.free a {
	background-position: 0 -96px ;
}

div.success {
	color: #42AC1F;
	font-style: italic;
}

div.success h1,
div.success h2,
div.success h3,
div.success h4,
div.success h5,
div.success h6 {
	color: #378917;
}

div#footer {
	border-top: 1px solid #d7d7d7;
	color: #666;
	font-size: 11px;
	text-align: right;
}

div#footer div.inner {
	padding-bottom: 54px;
	padding-top: 18px;
}

blockquote p.name {
	text-align: right;
}

/* @group LINKS */

a:link {
	color: #1F3F94;	
	text-decoration: none;
}

a:visited {
	color: #1F3F94;
	text-decoration: none;
}

a:hover {
	color: #1F3F94;
	text-decoration: underline;
}

a:active {
	color: #1F3F94;
	text-decoration: underline;	
}

/* @end */

/* @group DYNAMIC MENU CSS */

td.mi {
	color: #333;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

td.mi-h {
	color: #1F3F94;
	cursor: pointer;
	cursor: hand;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

td.mi-s {
	color: #000;
	cursor: default;
	font-weight: bold;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

td.mid {
	background: #fff;
	color: #333;
}

td.mid-h {
	background: #1F3F94;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

td.mid-s {
	background: #222;
	color: #fff;
	cursor: default;
}

/* @end */