/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {font-family:helvetica, sans-serif;
	font-size:11px; line-height:13px; font-weight:normal; color:black;
	background: #fff; letter-spacing:0.08em;
}

:focus { -moz-outline-style: none; }


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

a {color:#FF7F50}

a:link { text-decoration: none;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#FF7F50}
a:hover {color:black }

a img { border: none; }

#maintext {position:absolute}

#menu ul li.active a {
color:black        
         }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-weight:normal; font-size:11px; margin-bottom:5px; letter-spacing:0.08em; line-height:15px; color:#FF7F50;
	overflow:hidden
}

#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
	 border-bottom:black solid 1px;
	 padding-bottom:8px;
	 letter-spacing:0.08em;
}

#maintext {position:fixed; top:24px; padding:10px 10px 10px 10px; width:600px; height:400px; font-size:11px; letter-spacing:0.02em;
}


#box {position:fixed; top:24px; font-size:11px; letter-spacing:0.02em; background-color:#FF7F50; padding:10px 0px 10px 10px; font-color:white; width:590px; height:167px;
	filter: alpha(opacity=40); /* internet explorer */
	-khtml-opacity: 0.4;      /* khtml, old safari */
	-moz-opacity: 0.4;       /* mozilla, netscape */
	opacity: 0.4;           /* fx, safari, opera */
}



#menu ul li.section-title {font-weight:bold; font-size:11px; margin-bottom:10px; letter-spacing:0.08em; color:black;  border-bottom:black solid 1px; padding-bottom:6px; border-top:black solid 1px; padding-top:6px}

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

a.rollover {
	display: block;
	width: 200px;
	height: 185px;
	text-decoration: none;
	margin-bottom:40px;
	background: url("http://www.jomurray.co.uk/jo02.gif");
	}
	
	a.rolloversplash {
	display: block;
	width: 200px;
	height: 185px;
	text-decoration: none;
	margin-bottom:15px;
	background: url("http://www.jomurray.co.uk/jo02.gif");
	}

a.rollover:hover {
	background-position: -200px 0;
	}
	
	a.rolloversplash:hover {
	background-position: -200px 0;
	}


.container {
    padding: 5px 5px 25px 5px; margin:20px; 
}

#content p { width: 500px; margin-bottom: 10px;}

#content a {color:black}

#content a:hover {color:#FF7F50}

.text {margin-bottom:14px; border-top:black solid 1px; padding-top:8px; 
font-size:11px; line-height:13px; font-weight:normal; color:black; letter-spacing:0.08em;}

.text a {color:black}

.text a:hover {color:#FF7F50}

.shop {margin-bottom:14px; border-bottom:black solid 1px; padding-top:3px; padding-bottom:7px;
font-size:11px; line-height:13px; font-weight:normal; color:black; letter-spacing:0.08em;}

.shop a {color:black; font-weight:bold;}

.shop a:hover {color:#FF7F50}

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin-top: 0px; padding-top: 225px;  }
#img-container p	{ width: 450px; margin: 0; padding: 0 0 12px 0; }

#img-container a {color:black}

#img-container a:hover {color:#FF7F50}

#once { clear: left; }

