/* -------------------------------------------------
	(c)2007    www.mind2body.ch - Switzerland
	Created:   07.05.2007
	Author:    ELITE MEDIA COMPANY LLC
	Website:   www.elitemediacompany.com
------------------------------------------------- */

@import url("master.css");
@import url("forms.css");
@import url("shop.css");
@import url("../javascript/greybox/gb_styles.css");

/* -------------- COLOR SCHEME ---------------------

Grey ultra dark: #0d0d0d
Grey dark:       #1a1a1a
Grey medium:     #414141
Grey light:      #cccccc
Green:           #b4b75b
Blue:            #5b83b7
*/

/* -------------- GLOBAL STYLES -------------- */

body {
	background: #414141;
	font: 62.5%/1.4 Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-align: center;
}

a:link, a:visited { color: #b4b75b; }
a:hover { text-decoration: underline; }

/* -------------- LAYOUT -------------- */

#wrapper {
	width: 750px;
	background: url(../images/bg-wrapper.gif) repeat-y center;
	margin: 0 auto;
	padding: 0 9px;
	text-align: left;
	font-size: 1.15em;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 100px;
	width: 750px;
	overflow: hidden;
	text-indent: -5000px;
}

	#header .logo {
		display: block;
		width: 194px;
		height: 58px;
		margin: 16px 0 0 16px;
	}

#banner {
	height: 225px;
	width: 750px;
	margin-bottom: 6px;
}

#content {
	background: #666666 url(../images/bg-content.gif) repeat-y;
	min-height: 42em;
}

	#content p {
		margin-bottom: 1.5em;
	}

#leftcol {
	padding: 25px;
	float: left;
	width: 460px;
}

#rightcol {
	padding: 25px;
	float: left;
	width: 190px;
}

#footer {
	background: url(../images/bg-footer.gif) no-repeat center bottom;
	text-align: left;
	font-size: 1.1em;
	min-height: 75px;
	width: 750px;
	margin: 0 auto;
	padding: 0 9px;
}

	#footer p {	padding: 16px 80px 16px 25px; }
	#footer * {	color: #949699;	}

/* -------------- ELEMENTS -------------- */

h2 {
	background: url(../images/title-line-blue.gif) no-repeat left 10px;
	padding: 14px 0 15px;
	font: normal 2.6em "Arial Narrow", Arial, Helvetica, Sans-serif;
	color: #f0f0f0;
	letter-spacing: -1px;
}

h3 {
	margin: 0 0 10px 0;
	font: normal 1.7em "Arial Narrow", Arial, Helvetica, Sans-serif;
	border-bottom: 1px solid #666666;
	color: #ffffff;
}

h4 {
	margin: 0 0 10px 0;
	padding: .1em .5em;
	font: normal 1.6em Arial, Helvetica, Sans-serif;
}

	h4.error {
		background: #bd1500;
		color: #ffffff;
	}

#leftcol ul { margin: 15px 0 15px 10px; }

	#leftcol li {
		background: url(../images/bullet-green.gif) no-repeat left center;
		padding: 0 0 0 10px;
	}

	#leftcol p { text-align: justify; }
	
.module {
	margin: 2em 0 0;
}

#designedby {
	width: 720px;
	margin: -20px auto 0;
	text-align: right;
}

/* -------------- NAVIGATION -------------- */

#accueil .accueil,
#mind2body .mind2body,
#personaltraining .personaltraining,
#programmes .programmes,
#homefitness .homefitness,
#shop .shop,
#contact .contact,
#partenaires .partenaires,
#notrestudio .notrestudio
{
	color: #5b83b7;
}

#menu {
	font: normal 1.5em "Arial Narrow", Arial, Helvetica, Sans-serif;
}

	#menu li {
	}

	#menu a {
		height: 100%;
		display: block;
		color: #cccccc;
		border-top: solid 1px #414141;
		border-bottom: solid 1px #414141;
		background: url(../images/arrow-gt.gif) no-repeat 9px center;
		margin: -1px 0 0;
		padding: 1px 5px 3px 20px;
	}

	#menu a:hover {
		background-color: #1f1f1f;
		color: #ffffff;
		text-decoration: none;
	}

	#menu li ul {
		margin: 5px 0 10px 20px;
	}

		#menu li ul li {
		}

		#menu li ul li a {
			font-size: .85em;
			background: url(../images/bullet-square-grey.gif) no-repeat left .75em;
			padding: 0 5px 0 6px;
			margin: -4px 0;
			border: none;
		}

		#menu li ul li a:hover {
			background-color: transparent;
		}

/* -------------- PARTNERS LIST -------------- */

#partnerslist {
	margin: 0;
}

#partnerslist li {
	background: transparent;
	padding: 0;
	float: left;
	margin: 10px;
}

#partnerslist a, #partnerslist a:hover {
	border: none;
	text-decoration: none;
}

#partnerslist img {
	border: none;
}

