﻿/* Gridaplex.com/Gridaplex.css  */
/* John Cameron - 2009.08.02    */

* {
	margin:0;
	padding:0;
	}
/* element specific properties */
a:link {
	color: #f07800;
}
a:visited {
	color: orange;
}
a:hover {
	color: red;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background-repeat: repeat;
/*	background-attachment: scroll;*/
	background-color: #FED36B;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-style: normal;
}
h1 {
	font-size: x-large;
}
/* Class specific properties */
div.clearer {
	width: 100%;
	clear: both;
	height: 0px;
}

/* Id specific properties */
#glue {
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	width: 1200px;
	margin: 0px auto;
	padding: 0 0;
	text-align: left;
	background-color: white;
	background-image: url('../images/background_fullwidth-1200.jpg');
	background-repeat: repeat-y;
}
#header {
	text-align: left;
	background-image: url('../images/Shuster_Oil_poster_logos-1200x200.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1200px;
	height: 200px;
}
#header h1 {
	color: black;
	font-size: xx-large;
	font-weight: bold;
	padding: 3px 3px 0 5px;
}
#header h2 {
	color: green;
	font-size: large;
	padding: 0 0 0 10px;
}
#centered {
	text-align: center;
	font-size: large;
	margin: 40px 20px 20px 20px;
}
#centered a {
	color: #663300;
}
#centered a:hover {
	text-decoration: none;
	color: #996600;
}
#centered h1 {
	font-size: xx-large;
}

#footer {
	color: #996600;
	text-align: center;
	background-color: #FED36B;
	font-size: small;
	font-weight: lighter;
	line-height: 1;
}
#footer a {
	color: #996600;
}

#maincontent {
	font-size: large;
	list-style-type: none;
	margin: 34px 0 0 0;
	padding: 20px 20px 20px 20px;
}
#maincontent a {
	color: #663300;
}
#maincontent a:hover {
	color: #CC6600;
}
#maincontent h5 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
/* navigation menu */
#menunavcontainer {
	width:100%;
	background-image: url('../images/background_nav_40x40.jpg');
	background-repeat: repeat-x;
	position:relative;
	top: 57px;
	}
#menunav, #menunav ul { /* all lists */
	line-height: 2;
	font-size:12px;
	background-image: url('../images/background_nav_40x40.jpg');
	height: 39px;
	background-repeat: repeat-x;
	}
#menunav a {
	display: block;
	text-decoration:none;
	color: white;
	font-weight:bold;
	padding: 6px 0 0 7px;
	}
#menunav a:hover {
	color: silver;
	text-decoration: underline;
	}	
#menunav li { /* all list items */
	float: left;
	width:9em;
	height: 39px;
	text-align: left;
	background-image: url('../images/background_nav_40x40.jpg');
	background-repeat: repeat-x;
	list-style-type:none;
	list-style-image:none !important;
	}
#menunav li ul { /* second-level lists */
	position: absolute;
	background: #f3f3f3;
	width:9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-image:none !important;
	}
#menunav li ul li {
	width:9em;
	border:none;
	}
#menunav li:hover {
	background-color: #fdfdf0;
}
#menunav li:hover ul, #menunav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
