body {
	text-align: center;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #dbdbdb;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}

img { border: 0; }

#acciesFitness table {
    border: 1px solid #000 !important;
    width: 100% !important;
}

#acciesFitness table tr {
    border: 1px solid #000 !important;
}

#acciesFitness table td {
    border: 1px solid #000 !important;
}

table td { font-size: .9em; }

h1 {
    padding: 144px 0 0 0;
	margin: 0 auto;
	width: 96px;
    overflow: hidden;
    background-image: url(../images/accies_logo.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:144px;
}

div.footer {
	font-size: 11px;
	padding: 5px;
	text-align: right;
}

div.site-wrapper {
	margin: 0 auto;
	width: 896px;
	text-align: left;
	background-color: #fff;
	border-width: 0 5px;
	border-style: solid;
	border-color: #fff;
}

div#header-logo {
	height: 144px;
	border-top: 4px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 5px solid #fff;
	width: 197px;
	float: left;
	text-align: center;
}

div#header-carousel {
	height: 144px;
	border-top: 4px solid #fff;
	border-bottom: 2px solid #fff;
}

div.left-column {
	float: left;
	width: 200px;
}

div.columns-wrapper {
	float: right;
	width: 696px;
}

div.center-column {
	float: left;
	width: 464px;
}

div.right-column {
	float: right;
	width: 232px;
}

.portlet h4 {
	margin: 0;
	padding: 0;
}

#portlet-news p {
	margin: 0;
}

div.portlet-wide {
	width: 462px;
	float: left;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

div.portlet-short {
	width: 230px;
	float: left;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

div.left-column div.portlet-short {
	width: 200px;
	border-left: 0;
}

div.portlet h3 {
	margin: 0;
	padding: 3px 5px 0 5px;
	height: 15px;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../images/portlet_header.png);
	background-repeat: repeat-x;
}

div.portlet div {
	border-top: 2px solid #fff;
	padding: 7px 10px 10px 10px;
	background-color: #eee;
	line-height: 1.3em;
}

span.small {
	font-size: .8em;
}

div.left-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.left-column ul li a {
	display: block;
	height: 15px;
	color: #000;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px;
	background-image: url(../images/navbar_item_bg.png);
	background-repeat: repeat-x;
}

div.left-column ul li.selected a {
	height: 16px;
	color: #fff;
	padding: 2px 5px;
	background-image: url(../images/navbar_item_bg_selected.png);
}

div.left-column ul li a:hover {
	background-image: url(../images/navbar_item_bg_hover.png);
}

div.left-column ul li.selected a:hover {
	background-image: url(../images/navbar_item_bg_selected.png);
}

div.footer {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
