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

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #767678;
}

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

a:link { text-decoration: none; color: #6f7072; }
a:active { text-decoration: none; color: #6f7072; }
a:visited { text-decoration: none; color: #6f7072; }
a:hover { text-decoration: none; color: #000; }

a img { border: none; }

#menu {
    width: 27%;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #fff url('../img/menu_bg.gif');
	text-align: right;
	margin-top:0;
	margin-left:0;
	float: left;
	border-right: 1px solid #e7e7e7;
	padding-right: 6px;
}

#menu ul {
	font-size: 10px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 7px;
	cursor: pointer;
}

#menu ul li#arts-section-title {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 7px;
	cursor: pointer;
}

#menu ul li.active a {
	color: #000;
}

#content {
    height: 100%;
    margin: 0 0 0 29%;
    top: 0;
	float: left;
}

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

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; color: #797a7b; padding-right: 15px; display: inline; }
/* nips not used?? */
.pink { background: url('http://www.stereographic.co.uk/ndxz-studio/site/img/nip_p.gif') center right no-repeat; }
.green { background: url('http://www.stereographic.co.uk/ndxz-studio/site/img/nip_g.gif') center right no-repeat; }
.grey { background: url('http://www.stereographic.co.uk/ndxz-studio/site/img/nip_gr.gif') center right no-repeat; }
.yellow { background: url('http://www.stereographic.co.uk/ndxz-studio/site/img/nip_y.gif') center right no-repeat; }

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#outputSam {
	/* added by sam to control outputted content */
	margin-top: 136px;
	position: relative;
}

#outputSam span {
	padding-bottom: 0;
	margin-bottom: 0;
	display: block;
}

#homeGrid {
	width: 700px;
	margin-top: 30px;
}

.gridImgFirst {
	float: left;
	padding: 0;
	margin-bottom: 8px;
	border: 1px solid #EBEBEB;	
}

.gridImgOthers {
	float: left;
	padding: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #EBEBEB;
}