/* GLOBAL DEFINITIONS */

* {
	border: 0;
	outline: none;
	font-size: 100%;
	font-family: Arial, Sans-Serif;
}

body {
	margin: 0;
	padding: 0;
	color: #070909;
	font-size: 80%;
	line-height: 120%;
	background: #FFFFFF url('../../images/uploaded/body_bg.gif') top left repeat-x;
}

a {
	color: #84b129;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	line-height: 110%;
	margin-bottom: 5px;
}

h1 {
	color: #55626b;
	font-size: 180%;
	margin-bottom: 10px;
}

h2 {
	color: #84b129;
	font-size: 120%;
}

.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.clearing { clear: both; }
.print_hidden { display: none; }
.hide { text-indent: -9999px; }

.fc:after { 
	height: 0;
	clear: both;
	font-size: 0;
	content: ".";
	display: block;
	visibility: hidden;
}
.fc {
	display: inline-block;
}


/* SITE DEFINITIONS */

#wrapper,
#header,
#topnav,
#main,
#footer {
	width: 760px;
}

#wrapper {
	margin: auto;
}

#header {
	height: 132px;
	position: relative;
}

#header .logo a {
	float: left;
	width: 210px;
	height: 71px;
	display: block;
	margin-top: 20px;
	background: transparent url('../../images/uploaded/logo.png') top left no-repeat;
}

#header .strapline a {
	float: right;
	width: 126px;
	height: 39px;
	display: block;
	margin-top: 40px;
	background: transparent url('../../images/uploaded/strapline.png') top left no-repeat;
}

#topnav {
	left: 0;
	top: 111px;
	position: absolute;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	color: #FFFFFF;
	margin-left: 30px;
	text-decoration: none;
}

#topnav ul li.first a {
	margin-left: 0;
}

#topnav ul li a:hover,
body.homepage #topnav ul li.home a,
body.who-are-we #topnav ul li.who-are-we a,
body.master-franchisor #topnav ul li.master-franchisor a,
body.upside-down #topnav ul li.upside-down a,
body.testimonials #topnav ul li.testimonials a,
body.news #topnav ul li.news a,
body.contact #topnav ul li.contact a {
	color: #84b129;
}

#main { background: #FFFFFF url('../../images/uploaded/builders.jpg') top right no-repeat; }
body.who-are-we #main { background: #FFFFFF url('../../images/uploaded/meeting.jpg') top right no-repeat; }
body.what-is-franchising #main { background: #FFFFFF url('../../images/uploaded/escalators.jpg') top right no-repeat; }
body.history #main { background: #FFFFFF url('../../images/uploaded/shower.jpg') top right no-repeat; }
body.the-team #main { background: #FFFFFF url('../../images/uploaded/builders.jpg') top right no-repeat; }
body.locations #main { background: #FFFFFF url('../../images/uploaded/boxes.jpg') top right no-repeat; }
body.testimonials #main { background: #FFFFFF url('../../images/uploaded/testimonials.jpg') right 30px no-repeat; }
body.master-franchisor #main { background: #FFFFFF url('../../images/uploaded/handshake.jpg') right 70px no-repeat; }
body.country #main { background: #FFFFFF url('../../images/uploaded/handshake.jpg') right 70px no-repeat; }
body.news #main { background: #FFFFFF url('../../images/uploaded/network.jpg') top right no-repeat; }
body.links #main { background: #FFFFFF url('../../images/uploaded/coffee.jpg') top right no-repeat; }
body.press #main { background: #FFFFFF url('../../images/uploaded/cleaner.jpg') right 60px no-repeat; }
body.contact #main { background: #FFFFFF url('../../images/uploaded/phonelady.jpg') top right no-repeat; }


#main .content {
	width: 400px;
	min-height: 540px;
	padding-top: 35px;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main ul li {
	padding-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF url('../../images/uploaded/bullet.gif') 0 5px no-repeat;
}

#main ol {
	padding-left: 20px;
}

#main ol li {
	margin-bottom: 10px;
	list-style: decimal;
}

#main .subnav {
	top: 140px;
	position: absolute;
	font-weight: bold;
}

#main .subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main .subnav ul li {
	display: inline;
}

#main .subnav ul li a {
	margin-right: 10px;
}

#footer {
	color: #55626b;
	margin: 10px 0;
	padding-top: 10px;
	border-top: 2px solid #657179;
}

#footer a {
	color: #55626b;
}

#footer .address {
	float: left;
}

#footer .contact {
	float: right;
}



/* Homepage */

body.homepage #main {
	background: #FFFFFF url('../../images/uploaded/main_bg.jpg') bottom right no-repeat;
}

body.homepage .homepage_intro {
	margin-bottom: 20px;
}

body.homepage .homepage_intro a {
	font-weight: bold;
}

body.homepage .homepage_item {
	margin-bottom: 20px;
}

body.homepage .homepage_item .image {
	float: left;
	width: 60px;
}

body.homepage .homepage_item .copy {
	float: left;
	width: 280px;
}

body.homepage .homepage_item .copy a {
	font-weight: bold;
}


/* Upside down */

body.upside-down #main {
	height: 740px;
	background: #FFFFFF url('../../images/uploaded/upside-down.gif') right 20px no-repeat;
}

body.upside-down #main .content {
	width: 370px;
}


/* News */

body.news .news_item {
	margin-bottom: 30px;
}

body.news .archive_link {
	margin-top: 30px;
}
