

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #787878 url(../img/bg.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	_color: #141414;
	}
img {
	border : 0;
	background-image : url(../img/header_main.jpg);
	border-bottom : 0px solid #ffffff;
}
ul, 
p { line-height: 1.4em; font-size: 1em; margin: 15px 0 20px; }
h2 {
	margin : 0;
	color : #fff;
	font-weight : normal;
	padding : 30px 170px 47px 30px;
	font-size : 1.7em;
}
h3, h4 { font-size: 2em; font-weight: normal; color: #000; margin: 0; }
h4 { font-size: 1.7em; }
h5 {
	font-size : 0.8em;
}
h6 { font-size: 1.5em; font-weight: normal; color: #000; margin: 0; }


a { color: #0000ff; text-decoration: none; border-bottom: 1px solid #0000ff;  }		
a:hover { border-color: #00ffff; }
.l1 { border: none !important; margin: 0 !important; }


ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
	}
ul li { background: url(../img/bullet.gif) no-repeat 0% 52%; padding-left: 25px; }
		
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/		



#container {
	width : 1190px;
	margin : 0 auto;
	text-align : left;
}
* html #container { width: 840px; }	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/			
#header {
	width : 1050px;
}
#header:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
#header h1 {
	font-weight : normal;
	font-size : 2em;
	padding : 1.2em 0 10px 1.1em;
	margin : 0;
}
#header h1 a { color: #fff; text-decoration: none; border: none;padding: 1.2em 0 28px 1.1em; }
#header h1 a span {
	color : #f00;
	padding-left : 25px;
}



/** Navigation **/
	
#header ul {
	margin: -6.9em 0 0 0; 
	padding: 0 10px;
	list-style-type: none;
	float: right;
	}
* html #header ul { padding: 0; }	
#header ul li { 
	float: left;
	text-align: center;
	margin: 0 10px;
	background: transparent;
	padding: 0;
	}	
#header ul li a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	font-size: 1.2em; 
	padding: 2em 10px; 
	border-bottom: 0.3em solid #a0a0a4; 
	}	
#header ul li a:hover {
	border-color : #00ffff;
}	
#header ul li a.on,
#header ul li a.on:hover { border-color: #fff; }		

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body { background: #fff url(../img/body_.png) repeat-x; }
#body div { background: transparent url(../img/body_left.png) no-repeat; }
#body div div {
	background : transparent url(../img/body_right.png) no-repeat 100% 0%;
	height : 1%;
	padding : 0 20px 30px;
}
* html #body div div { width: 100%; }
#body div div:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body div div div {
	background-image : none;
	padding : 0;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#body #content {
	float : right;
	height : auto !important;
	min-height : 300px;
	height : 300px;
	width : 880px;
	background : #fff url(../img/content_shadow.png) no-repeat;
	padding : 23px 25px 0 38px;
}
#body #content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#body #content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body #content ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#body #content ul.img li a { border: none; }
#body #content ul.img li img { border: 7px solid #900; padding: 1px; }	
#body #content ul.img li a:hover img { border-color: #000; }	

#body #content ul.button li { float: left; margin-left: 10px; margin-bottom: none; padding: 0; background: transparent; }
#body #content ul.button li a { border: none; }
#body #content ul.button li img { border: none; padding: none; }	
#body #content ul.button li a:hover img { border-color: #ffffff; }	

#body #sub ul.button li { float: left; margin-left: 10px; margin-bottom: none; padding: 0; background: transparent; }
#body #sub ul.button li a { border: none; }
#body #sub ul.button li img { border: none; padding: none; }	
#body #sub ul.button li a:hover img { border-color: #ffffff; }	



form { background-color: #f4f4f4; padding: 20px; margin-top: 20px; background: transparent; color: #ffffff; }
form p { margin: 10px 0; }
form p label { width: 100px; display: block; float: left;  }
form p input, 
form p textarea { border: 1px solid #999; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px; }
textarea { height: 100px; } 
input.btn { width: auto; }
	
/*------------------------------------------------------------*
**  Breadcrumb
**------------------------------------------------------------*/
#body #content .breadcrumb {
	background-color : #303030;
	background-repeat : no-repeat;
	margin-bottom : 20px;
}

/** specific pages **/

#body #content .register { background-image: url(../img/header_register.jpg); }
#body #content .home { background-image: url(../img/header_home.jpg); }
#body #content .memberarea { background-image: url(../img/header_memberarea.jpg); }
#body #content .files { background-image: url(../img/header_files.jpg); }
#body #content .profile { background-image: url(../img/header_profile.jpg); }
#body #content .settings { background-image: url(../img/header_settings.jpg); }
#body #content .grid { background-image: url(../img/header_grid.jpg); }
#body #content .booking { background-image: url(../img/header_booking.jpg); }
#body #content .list { background-image: url(../img/header_list.jpg); }
#body #content .email { background-image: url(../img/header_email.jpg); }
#body #content .billing { background-image: url(../img/header_billing.jpg); }


/*------------------------------------------------------------*
**  Submenu
**------------------------------------------------------------*/
#body #sub { 
	float: left; 
	margin: 33px 0 0 0;		
	background-color: #fff; 
	height: auto !important;
	min-height: 267px; 
	height: 267px;
	width: 172px;
	padding: 20px 10px 0 20px;
	}
	
/* --- added by john ----
#body #sub li {
	display : block;
	float : left;
	width : 120px;
	height : 43px;
	padding-top : 12px;
	background : url(images/img03.jpg) no-repeat;
	text-align : center;
	text-decoration : none;
	text-transform : lowercase;
	letter-spacing : -1px;
	font-size : 24px;
}

#body #sub li:hover {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
	
 --- added by john ----*/
	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	width: 780px;
	background: transparent url(../img/footer_.gif) repeat-x;
	}
#footer a { border: none; }	
#footer p { color: #fff; padding: 10px; margin: 0; }
#footer span { float: right; margin: 0 10px 0 0; }

