html, body {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

a img {
	border: 0;	
}

a {outline: none;}


#menucontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#menucontainer h2 {
	margin: 0;
	padding: 0;
}

#org, #contact, #about, #affairs {
	display: inline;
	float: left;
	width: 228px; /*243px */
	margin: 9px 0 0 18px;
	
}

/*#org { width: 228px }*/
#org, #contact, #about, #affairs {width: 22%}

#contact, #about, #affairs {
	display: none;
}

.section-1 #contact, .section-1 #about {
	display: inline;
}


body.section-1 #menucontainer {
	position: fixed;
	z-index: 1000;
}

#pagecontainer {
	display: inline;
	float: left;
	width: 955px;
	margin: 72px 0 0 18px;
	z-index: 1;
}

body.section-1 #pagecontainer {
	width: 100%;
	margin: 72px 0 0 0;
}

#navcontainer {
	display: inline;
	float: left;
	width: 198px;
}

body.section-1 #navcontainer {
	display: none;
}

#content {
	display: inline;
	float: left;
	width: 700px;
	margin: 0 0 0 54px;
}

body.section-1 #content {
	width: 100%;
	margin: 0;
}

#img-container {
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
}


.grow {
	display: inline;
	float: left;
	margin: 0 9px 18px 18px;
}

.mason {
	display: inline;
	float: left;
	margin: 0 0 18px 18px;
}

.thumb, .thumb-it, .thumb-img {
	display: inline;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.thumb {
	margin-bottom: 18px;
}

.toggle {margin-right: 18px}


/*************** typography ******************/
/*********************************************/

body {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.aside {
	color: #777;
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	margin: 0;
	padding: 0;
	}

:link,:visited { text-decoration:none }
	
#menu h2 { font-weight: normal; background-color: white;}
#menu h2 a:link, #menu h2 a:hover, #menu h2 a:visited {color:black; background-color: white;}

.section-1 #org a:link, .section-1 #org a:visited,
.section-1 #contact a:link, .section-1 #contact a:visited,
.section-1 #about a:link, .section-1 #about a:visited { 
/* add #affairs a here later */
	background-color: white;	
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 18px 0;
}

#navcontainer ul li {
	margin: 0;
	padding: 0;
}

li.section-title, h3
{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Andale Mono", Consolas, Courier, monospace;
	font-weight: normal;
	word-spacing: -2px;
}

p + h3 {padding-top: 18px}

a:link { color:red;}
a:visited { color:#777;}
a:hover { color: red; border-bottom: 1px solid black;}
a:active { text-decoration: none; }


a.sitepreview {
	display: block;
	margin-bottom: 12px;
	-moz-box-shadow: 8px 8px 8px #999;
	-webkit-box-shadow: 8px 8px 8px #999;
	box-shadow: 8px 8px 8px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	border: none !important;
}

a.sitepreview:hover {
	margin-bottom: 12px;
	-moz-box-shadow: 8px 8px 8px #666;
	-webkit-box-shadow: 8px 8px 8px #666;
	box-shadow: 8px 8px 8px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=7);
}



#navcontainer ul li.active a:visited {font-weight: bold; color: black;}

#org h2 { font-weight: normal;}
#org h2 a:link, #org h2 a:hover, #org h2 a:visited {color:black; }

#pagecontainer #content p {margin: 18px 0;}

#content a:link { text-decoration: none; color: black;border-bottom: 1px solid #777;}
#content a:visited { text-decoration: none; color: black;border-bottom: 1px solid #999;}
#content a:hover { text-decoration: none; border-bottom: 1px solid red;}

#content a.up:link, #content a.up:visited, #content a.CAback:link, #content a.CAback:visited {color: #999; text-decoration: none; border: none; border-color: transparent; margin-bottom: 18px;padding-bottom: 18px;}

#content a.up:hover, #content a.up:active, #content a.CAback:hover, #content a.CAback:active {color:  red; text-decoration: none; border: none; border-color: transparent}
#content a.up:hover:after {content: " up"}


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

.imageholder {
	margin: 18px 0;
}

body.section-1 #content a:link, body.section-1 #content a:visited {
	border-bottom: none; 
}
	
body.section-1 #content a:link {color:red;}
body.section-1 #content a:visited {color:#777;}
body.section-1 #content a:hover {color: red;}


/*************** current affairs *************/
/*********************************************/

.section-1 #affairs {
	display: inline;
}


.section-1 #affairs a:link, .section-1 #affairs a:visited {
	color: red;
	background-color: #fff988; 
}


.newsitem {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 36px;
}

.masthead {
	/*
	letter-spacing: -1px;
	word-spacing: -3px;
	text-transform: uppercase;
	font-size: 56px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	*/
	font-weight: bold;
}

#content .newsheadline a:link, #content .newsheadline a:visited {color: black; text-decoration: none; border-bottom: 0px solid transparent;}
#content .newsheadline a:hover {color: red;}


.thumb-it p {
	margin: 0;
	padding: 0;
}
.thumb-it p a {
	padding: 9px 0 18px 0;	
}

.stockists {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style: none;
}



/*************** paypal shit *****************/
/*********************************************/

table.paypal {
	width:700px;
}


.paypal input[type="image"] {
	margin: 5px 0 12px 3px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
}

.paypal td input[type="image"]:hover {
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
}

.stockists li {
	padding: 0px;
	margin: 0px;
}



