@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
body {
	font-size:13px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/pageBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	text-align:center;
	}
	
	h2{font-size:22px; font-family:Arial, Helvetica, sans-serif;color:#FFF; margin:0px 0px 5px 0px;}
	h3{font-size:18px; font-family:Arial, Helvetica, sans-serif;color:#dd7500;margin:0px 0px 10px 0px;}
	
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	clear:left;	
	width:960px;
	}
img {
	border:0;
	}
	
#header {
	height:106px;
	background-image:url(../img/headerBackground.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#header h1 {
	background-image:url(../img/roko_health_clubs_logo.gif);
	background-repeat:no-repeat;
	height:78px;
	margin:9px 0 0 0px;
	}
#header h1 a {
	visibility:hidden;
	}
#header #advert {
	position:absolute;
	right:0px;
	top:10px;
	width:468px;
	height:60px;
	background-color:#FFF;
	}
	
#navigation ul {
	list-style:none;
	margin:10px 0 8px;
	height:28px;
	}
#navigation ul li {
	float:left;
	margin-right:4px;
	background-image:url(../img/navBackgroundLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#navigation ul li a {	
	padding:6px 10px;
	display:block;
	background-image:url(../img/navBackgroundRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
#navigation ul li.last {
	background-image:url(../img/navBackgroundLeftLast.gif);
	}
#navigation ul li.last a {	
	background-image:url(../img/navBackgroundRightLast.gif);
	}

#navigation ul li.selected {
	background-image:url(../img/navBackgroundLeftOn.gif);
	}
#navigation ul li.selected a {	
	background-image:url(../img/navBackgroundRightOn.gif);
	color:#000;
	}

#navigation ul li ul {
	display:none;
	}


#breadcrumbs ul {
	list-style:none;
	background-image:url(../img/breadcrumbPrefix.gif);
	background-repeat:no-repeat;
	padding-left:110px;
	font-size:14px;
	height:18px;
	}
#breadcrumbs ul li {
	float:left;
	color:#FFF;
	margin:0 4px 0 2px;
	}
#breadcrumbs ul li a {
	color:#dd7500;
	text-decoration:none;
	}
	
#content {
	background-image:url(../img/contentBackground.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	}
#content h1 {
	font-weight:100;
	font-size:21px;
	letter-spacing:2px;
	margin:5px 0 12px;
	}
	

#upper {
	background-image:url(../img/upperBackground.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#330000;
	overflow:auto;
	}

#content p.button {
	background-image:url(../img/navBackgroundLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:10px 0 5px 5px;
	width:95%;
	}
#content p.button a {
	padding:6px 5px;
	display:block;
	background-image:url(../img/navBackgroundRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}

#homeBanner {
	background-image:url(../img/homeBanner1.jpg);
	background-repeat:no-repeat;
	background-position:right ;
	width:705px;
	height:338px;
	}
#homeBanner h2 {	
	font-size:22px;
	font-weight:normal;
	padding:10px 0 0 20px;
	width:350px;
	color:#dd7500;
	}
#homeBanner p {	
	color:#FFF;
	padding:5px 0 0 20px;
	width:400px;
	text-align: justify;
	}
	
#contentMenu {
	float:left;
	width:255px;
	}	
#contentMenu ul {
	list-style:none;
	padding:11px 0 0;
	font-weight:bold;
	font-size:13px;
	background-color:#330000;	
	}
#contentMenu ul li {
	border-top:1px solid #7C3524;
	padding:5px 10px 6px;
	}
#contentMenu ul li a {
	display:block;
	text-decoration:none;
	color:#dd7500;
	outline:0;
	}
#contentMenu ul li.selected {
	background-color:#330000;	
	}
#contentMenu ul li.selected a {
	color:#FFF;
	}
#contentMenu ul li ul {
	display:none;
	}
	
#contentBody {
	background-color:#330000;
	background-image:url(../img/rightBackgroundBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*height:524px;*/
	overflow:auto;
	/*margin-left:255px;*/
	width:705px;	
	float:left;
	}
#contentBodyOpen {
	background-image:url(../img/rightBackground.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:3px;
	}





/* 1 column layout */
#contentBody div.oneColumn {
	margin:12px 15px 20px 15px;
	}

/* 1 column layout */
#contentBody div.oneColumnImages {
	margin:12px 15px 20px 125px;
	}
#contentBody div.oneColumnImages img {
	margin-left:-110px;
	margin-top:5px;
	float:left;
	}

/* 2 column even layout, left column */
#contentBody div.twoColumnEvenLeft {
	float:left;
	width:325px;
	border-right:1px solid #7C3524;
	margin:12px 15px 20px 15px;
	padding-right:15px;
	}
/* 2 column even layout, right column */
#contentBody div.twoColumnEvenRight {
	margin:12px 15px 20px 370px;
	}

/* 2 column even layout, left column */
#contentBody div.twoColumnOddLeft {
	float:left;
	width:430px;
	border-right:1px solid #7C3524;
	margin:12px 15px 20px 15px;
	padding-right:15px;
	}
/* 2 column even layout, right column */
#contentBody div.twoColumnOddRight {
	margin:12px 15px 20px 15px;
	}


/* full width wrapper */
#contentBodyWide {
	background-color:#330000;
	background-image:url(../img/rightBackgroundBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	overflow:auto;
	width:100%;	
	float:left;	
	}
/* 2 column even layout, left column */
#contentBodyWide div.twoColumnOddLeft {
	float:left;
	width:575px;
	border-right:1px solid #7C3524;
	margin:12px 15px 20px 15px;
	padding-right:15px;
	}
/* 2 column even layout, right column */
#contentBodyWide div.twoColumnOddRight {
	margin:12px 15px 20px  620px;
	}
	
	/* 2 column even layout, left column */
#contentBodyWide div.twoColumnOddLeftIndex {
	float:left;
	width:700px;
	border-right:1px solid #7C3524;
	margin:12px 15px 20px 15px;
	padding-right:15px;
	}
/* 2 column even layout, right column */
#contentBodyWide div.twoColumnOddRightIndex {
	margin:12px 15px 20px  620px;
	}
	
/* 3 column even layout, left column(s) */
#contentBodyWide div.threeColumnLeft {
	float:left;
	width:265px;
	border-right:1px solid #7C3524;
	margin:12px 15px 20px 15px;
	padding-right:15px;
	}
/* 3 column even layout, right column */
#contentBodyWide div.threeColumnRight {
	margin:12px 15px 20px 620px;
	}
	
	/* index-test layout */
#contentBodyWide div.indexTest {
	float:left;
	width:900px;
	margin:12px 15px 20px 15px;
	}
		
a {
	color:#dd7500;
	text-decoration:none;
	}
a:hover {
	color:#dd7500;
	text-decoration:underline;
	}
		
#contentBody p,
#contentBodyWide p {	
	margin-bottom:10px;
	line-height:18px;
	}
#contentBody hr,
#contentBodyWide hr {
	color: #581418; 
	background-color: #581418; 
	border: 1px dotted #7C3524; 
	border-style: none none dotted;	
	margin:10px 0 10px 0; 
	padding:0px 0 0px 0; 
	}
img.left {
	float:left;
	margin:0 10px 10px 0;
	padding:1px;
	}
img.right {
	float:right;
	margin:0 0 10px 10px;
	padding:1px;
	}
	
#contentBody ul,
#contentBodyWide ul {
	margin-left:20px;
	margin-bottom:16px;
	font-size:13px;
	}
#contentBody ul li,
#contentBodyWide ul li {
	list-style-image:url(../img/orange-disc.gif);
	margin-bottom:10px;
	}
#contentBody table,
#contentBodyWide table {
	margin-bottom:10px;
	}	
#contentBody table tr th,
#contentBodyWide table tr th {
	border-bottom:1px dotted #7C3524;
	text-align:left;
	font-weight:normal;
	padding:2px;
	}
#contentBody table tr td,
#contentBodyWide table tr td {	
	padding:2px;
	border-bottom:1px dotted #7C3524;
	}
	

#content #gallery {
	
	}	
#content #gallery img {
	margin:0 10px 8px 0;
	cursor:pointer;
	}
#content #gallery #mainImage img {
	margin:0 0 8px 0;
	}


ul#news {
	list-style:none;
	margin-left:0;
	}
ul#news li {
	list-style-image:none;
	margin-bottom:20px;
	}

/* form layout */
form {
	
	}
form p {
clear:right;
}
div.row {		
	margin: 0 0 5px 0;
	padding: 3px 0 5px 120px;
	clear:right;
	}
div.row label {
	float: left;
	margin-left: -120px; 
	width: 110px;
	text-align:right;
	}
div.row input.text {
	width: 190px;
	padding:2px;	
	border:1px solid #8E8E8E;
	background-image:url(../img/formBackground.gif);
	}
div.row select {
	width: 190px;
	border:1px solid #8E8E8E;
	}
div.row textarea {
	width: 198px;
	height: 120px;
	font-size:1em;
	line-height:1.3em;
	border:1px solid #8E8E8E;
	background-image:url(../img/formBackground.gif);
	}
div.row input.submit {
	width: 73px;
	height:22px;
	background-image:url(../img/submitBackground.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	border:0;
	float:right;
	margin-bottom:10px;
	}

	

	
#content #featured {
	clear:both;	
	}
#content #featured .featured {
	float:left;
	width:220px;
	margin:0px 20px 0 0;
	}

#content #featured .featured h2 {
	padding:10px;
	font-size:16px;
	color:#dd7500;
	}
#content #featured .featured p {
	font-size:13px;
	padding:5px 5px 5px 5px;
	margin:0px;
	text-align:justify;
	}
	
	
#footer {
	clear:both;	
	margin:14px 0 50px;
	padding:5px 10px;
	font-size:12px;	
	}
#footer a {
	color:#FFF;
	text-decoration:underline;
	}
#footer p.copy {
	float:right;
	}


#preview {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#FFF;
	color:#000;
	z-index:2000;
	padding:10px;
	border-bottom:2px solid #FF0000;
	}
#preview form {
	margin:0;
	}
#preview strong {
	margin-right:30px;
	}