/**
* CSS
* 
* @version 1.0
* @author Vaska
* @author Gregory Cadar (re-engineered by Mat Ranson)
*/

* {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

body {
	font-size: 10px;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f5f5f5;
}

body.section-1 {}
body.section-2 {}
body.section-3 {}

a:link { 
	text-decoration: none;}

a:active {text-decoration: none;}

a:visited {text-decoration: none;}
a:hover {
	list-style-image: url(http://www.fisk-industries.co.uk/mathieuranson/images/i_arrow_icon.gif);
	list-style-position: outside;
	color: #FFFFFF;
	background-color: #60c7f0;
	text-decoration: none; 
	}
		
#email,#email a:hover,#email a:active,#email a:visited,#email a:hover {
	color: #5f5f5f;
	background-color: #60c7f0;
	text-decoration: none; 
	margin: 10px 0 0 0;
	border-top: 1px dotted #a5a5a5;
	}
	
.indexhibit_link, .indexhibit_link a, .indexhibit_link ul, .indexhibit_link li {
	color: grey;
	text-decoration: none;
	background-color: #f5f5f5;
}

a img { border: none; }

#menu {
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #f5f5f5
}

#pagemenu {
	list-style-image: url(http://www.mathieuranson.com/images/i_arrow_icon.gif);
	list-style-position: inside;
	padding: 0 0 10px 0;
	}

#menu ul {
	list-style-image: url(http://www.mathieuranson.com/images/i_arrow_icon.gif);
	list-style-position: inside;
	margin: 20px 0 30px 0;
	padding: 4px 0 0 0;
	}

#menu li {
	margin: 3px 0 0 0;
	}

#menu ul li.section-title { 
	color: #5f5f5f;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	}

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 350px;
	}

#text {
	margin: 0 0 0 -50px;
	}

.container {
    padding: 35px 5px 25px 35px;
    /*float: left;
    clear: right;*/
}

.rightside {
	padding: 68px 0 0 0;
	}

.top-section {
	position: relative;
	padding: 0 0 5px 0;
}

#content p { 
	width: 220px; 
	line-height: 1.45em;
	letter-spacing: 0.01em;
	margin-bottom: 9px; 
	padding: 0 0 0 0;
	}

p,a {
	line-height: 1.35em;
	letter-spacing: 0.01em;
	color: #5f5f5f;
	text-decoration: none; 
	}

.nav {
	color: #121b14;
	font-weight: bold;
	font-size: 1em;
}

#num {
	color: #aaa;
}

h1 { font-size: 32px; font-weight: bold; }
h2 { font-size: 24px; font-weight: bold; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0;
	}
	
#img-container p { 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0px; 
	}
	
#smallprint {
	color: gray;
	font-size: 9px;
	text-decoration: none;
	/*border-top: 1px dotted #a5a5a5;*/
	padding: 4px 0 4px 0;
}
	
#once { 
	clear: left; 
	}





