/* The Quarry stylesheet 22/05/10 Version 1 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;	
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}

ul {
	list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

 .clear { 
	clear:both; 
}




body { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#669999;}
A {color:#669999; text-decoration: none;} 
A:hover { color:#669999; text-decoration: underline;} 
A:visited:hover{ color:#669999; text-decoration: underline;} 

.text { font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#ff0066;}
A.text {color:#ff0066; text-decoration: underline;} 
A.text:hover { color:#996666; text-decoration: underline;} 
A.text:visited:hover{ color:#996666; text-decoration: underline;} 

.footer { font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#ffffff;}
A.footer {color:#ffffff; text-decoration: none;} 
A.footer:hover { color:#ffffff; text-decoration: underline;} 
A.footer:visited:hover{ color:#ffffff; text-decoration: underline;}

.aboutus { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#669999; font-weight: bold;}

.contact { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#669999; font-weight: bold;}
A.contact {color:#669999; text-decoration: none; font-weight: bold;} 
A.contact:hover { color:#669999; text-decoration: underline; font-weight: bold;} 
A.contact:visited:hover{ color:#669999; text-decoration: underline; font-weight: bold;}

.editor { font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#003300;}
A.editor {color:#003300; text-decoration: none;} 
A.editor:hover { color:#003300; text-decoration: underline;} 
A.editor:visited:hover{ color:#003300; text-decoration: underline;}

.editor2 { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#003300;}
A.editor2 {color:#003300; text-decoration: none;} 
A.editor2:hover { color:#003300; text-decoration: underline;} 
A.editor2:visited:hover{ color:#003300; text-decoration: underline;}


.editortext { font-size: 9px; font-family: Arial, Helvetica, sans-serif; color:#669999;}
A.editortext {color:#669999; text-decoration: none;} 
A.editortext:hover { color:#669999; text-decoration: underline;} 
A.editortext:visited:hover{ color:#669999; text-decoration: underline;}

 
.extranetheading { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#669999; font-weight: bold; text-transform: uppercase;}
A.extranetheading {color:#669999; text-decoration: none; text-transform: uppercase;} 
A.extranetheading:hover { color:#669999; text-decoration: underline; text-transform: uppercase;} 
A.extranetheading:visited:hover{ color:#669999; text-decoration: underline; text-transform: uppercase;}

.extranettext { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#669999; font-weight: bold;}
A.extranettext {color:#669999; text-decoration: none;} 
A.extranettext:hover { color:#669999; text-decoration: underline;} 
A.extranettext:visited:hover{ color:#669999; text-decoration: underline;}

.extranettext2 { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#ccffcc; font-weight: bold; text-transform: uppercase;}
.extranettext3 { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#669999;}

.contactusheading { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#003300; font-weight: bold;} 

.moviepanel {
	background: #ccffcc url(images/quarry_moviepanel.gif) no-repeat center bottom;	
}


#nav-menu {
	width: 145px;
	float:left;
	text-align: left;
	background: #003300;
	padding: 5px 0 3px 0;
}

#nav-menu-extranet {
	width: 145px;
	float:left;
	text-align: left;
	background: #003300;
	padding: 2px 0 5px 0;
	border-top: 1px solid #ccffcc;
}


/* main navigation */
#nav-menu ul, #nav-menu-extranet ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li, #nav-menu-extranet li {
	margin:  0 0 0 10px;
	padding: 0;
}

#nav-menu li a , #nav-menu-extranet li a{
	font-size: 11px;	
	line-height: 9px;
	color: #ccffcc;
	text-decoration: none;
	font-weight: bold;	
}

#nav-menu li a:hover, #nav-menu-extranet a:hover  {
	text-decoration:underline;
	color: #ffffff;
}

#nav-menu a.selected, #nav-menu-extranet a.selected  {
	text-decoration:none;
	color: #ffffff;
}

