* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	margin: 12px;
}


/* ==================================== NAVIGATION ===================== */
#jump {
	color: #fff;
}


/* ------------------------- main ----------- */

#main_nav ul li {
	margin: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.8em;
}

#main_nav ul li a {
	text-decoration: none;
	display: inline-block;
	width: 75px; /*136*/
	color: #666;
	/*background-color: #900;*/
	border-right: #999 1px solid;
	padding: 0.4em 0 0.4em 0;	
}


#main_nav ul li a:hover {
	text-decoration: none;
	background-color: #900;
	color: #fff;
} 

#main_nav ul li a:active, #main_nav ul li a.focus {
	text-decoration: none;
	background-color: #7e6078;
	color: #fff;
}

#main_nav ul li a#quote {
	border-right: 0;
	background-color: #039;							/* CHANGE THIS COLOUR */
	width: 75px;/*138px;*/
	color: #fff;
}

#main_nav ul li a#quote:hover, #main_nav ul li a#quote:active, #main_nav ul li a#quote.focus {
	background-color: #069; 						/* CHANGE THIS COLOUR */
	color: #fff;
}

/* ------------------------- sidebar ----------- */

#sidebar p a, #sidebar li a, .box1 p a, .box2 p a, .box3 p a, #body p a, #normal_content p a {
	color: #069;
	text-decoration: none; /* */
}

#sidebar p a:hover, #sidebar li a:hover, #body p a:hover, #normal_content p a:hover, .box1 p a:hover, .box2 p a:hover, .box3 p a:hover, #sidebar p a:focus, #sidebar li a:focus, .box1 p a:focus, .box2 p a:focus, .box3 p a:focus {
	color: #039;
	text-decoration: underline;
}

#sidebar h2 a  {
	color: #7e6078;
	text-decoration: none;
}

#sidebar h2 a:hover, #sidebar h2 a:focus {
	color: #900;
	text-decoration: underline;
}

#sidebar h3 a {
	color: #069;
	text-decoration: none;
}

#sidebar h3 a:focus, #sidebar h3 a:hover {
	color: #039;
	text-decoration: underline;
}

/* ------------------------- footer ----------- */

#footer div a {
	color: #666;
	text-decoration: none;
}

#footer div a:hover, #footer div a:focus {
	color: #069;
	text-decoration: underline;
}


#footer .left ul li, #footer .right ul li, #footer .middle ul li {
	margin: 0;
	display: block;
	list-style-type: none;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.8em;
}

#footer .left ul li a, #footer .right ul li a, #footer .middle ul li a {
	text-decoration: none;
	display: block;
	width: 272px; /*136*/
	color: #999;
	background-color: #fff;
	border-bottom: #999 1px dashed;
	padding: 0.4em 0 0.4em 1.8em;	
}


#footer .left ul li a:hover, #footer .middle ul li a:hover, #footer .right ul li a:hover {
	text-decoration: none;
	background-color: #900;
	color: #fff;
} 

#footer .left ul li a:active, #footer .left ul li a.focus, #footer .middle ul li a.focus, #footer .right ul li a.focus {
	text-decoration: none;
	background-color: #7e6078;
	color: #fff;
}

#footer ul li a#quote {
	border-right: 0;
	background-color: #039;							/* CHANGE THIS COLOUR */
	color: #fff;
}

#footer ul li a#quote:hover, #footer ul li a#quote:active, #footer ul li a#quote.focus {
	background-color: #069; 						/* CHANGE THIS COLOUR */
	color: #fff;
}






/* ------------------------- inline body ----------- */

#body h3 a {
	color: #069;
	text-decoration: none;
}

#body h3 a:hover {
	color: #039;
	text-decoration: underline;
}

/* ==================================== TYPOGRAPHY ===================== */
/* Baseline grid: 12pt text, 18pt baseline */

.expression h1 {
	font-size: 3.4em;
	line-height: 1.0em;
	color: #900;
	text-align: right;
	font-weight: bold;

}

.expression p {
	font-size: 2.0em;
	line-height: 1.0em;
	font-family: Tahoma, Arial, Helvetica, Impact, sans-serif;
	font-weight: bold;
	color: #666;
	text-align: right;
}

.expression p span {
	color: #999;
	font-size: 1.0em;
	text-align: right;
}

h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 1.2em 0 0.6em 0;
	color: #900;
}

h2 {
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 0.9em 0;
	color: #7e6078;
	
}

h3 {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #069;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0.9em 0;
}

li {
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-position: inside;
}

li ul li {
	font-size: 1.1em;
	line-height: 1.8em;
	list-style-position: inside;
	padding-left: 12px;
}

#sidebar p, #sidebar li, .box1 p, .box2 p, .box3 p {
	color: #666;
}

.box1 h3, .box2 h3, .box3 h3, .box5 h3, .box6 h3, .box7 h3 {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bolder;
}

span.offer {
	color: #900;
	font-weight: bolder;
}
