/************
*	Allen Thermal Processing Equipment
*	Author: Andrew Gonzalez
*	Description: Main style sheet used by all pages.*       Rules for the primary container elements defined here ( #mainwrapper, #header, #navbar, #content, #footer).
*
************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	background-color: #ebe3d9;
}div {
    display: block;
}
img {
	border: none;
}
a:link, a:visited {
	color: #0000ff;    text-decoration: none;
}
a:hover {
	color: #0000ff;
}a:active {
    color:  #ff0000;
}

/* Main Wrapper -------------*/
.mainwrapper {
	width: 700px;    height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #ffffff;
}

/* Header Elements -------------*/
.header {
	height: auto;
	background: #ffffff url(../images/interior_small_fade.jpg) top right no-repeat;
	font-size: 0.6em;
}

/* Navbar Elements -------------*/
.navbar {
	height: auto;
}
.navbar ul {
	list-style-type: none;
	height: 42px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background: #ffffff url(../images/navbarBG.gif) top left repeat-x;
}
.navbar ul li {
	display: inline-block;
}
.navbar ul li a {
	height: 34px;
	padding: 8px 15px 0px 15px;
	display: block;
	/*font-size: 0.85em;*/
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}
.navbar ul li a.current {
	color: #ffffff;
	background: #ffffff url(../images/navbarSelectedItemBG.gif) top left repeat-x;
}

/* Content Elements -------------*/
.content {
	height: auto;
	padding: 5px 5px 0px 5px;
	font-size: 0.85em;
}

/* Footer Elements -------------*/
.footer {
	height: auto;    padding: 2px 0px 0px 5px;
	font-size: 0.8em;    display:  block;
	background-color: #bbbbbb;
}
.footer a:hover {
	text-decoration: underline;
}

.footer p {
    margin-top: 0px;
}