/* CSS Document */

/* defaults, globals, and miscellaneous
==============================================================================*/

* 
{  margin: 0; padding: 0; }


body {	
	margin: 0;
	padding: 0;
	text-align: left;
	font: 76%/1.3em "Lucida Grande", verdana, arial;
	color: #000;
	background: #595A5A url(../images/bg_gray.jpg) repeat-x left top;
	}

a {
	color: #4369BD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 0 10px 10px 10px;
	min-width: 770px;
	max-width: 1000px;
	text-align: left;
	background: #fff url(../images/bg_wrapper.jpg) no-repeat 10px top;
}

#logobg {
	position: absolute;
	top: 185px;
	right: 10px;
	background: transparent url(../images/bg_logo.jpg) no-repeat right top;
	width: 300px;
	height: 400px;
	z-index: 4;
}

#banner {
	height: 140px;
	background: url(../images/bg_header.gif) repeat-x left top;
	text-align: left;
	width: 100%;
}

tr.even { background-color: #ccc; }

#banner h1 a {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 324px;
	height: 140px;
	font-size: 1em;
	text-indent: -2000em;
	overflow: hidden;
	background: url(../images/turner_sm2.gif) no-repeat left top;
	z-index: 20;
	}

#banner p.address {
	margin-left: 70%;
	padding-top: 45px;
	color: #1A2252;
	font-weight: bold;
}

#leftcol {
	position: absolute;
	top: 185px;
	left: 10px;
	width: 224px;
	background-color: #3D4A65;
	padding: 0;
	margin: 0;
	z-index: 20;
}

#leftcol p {
	color: #fff;
	font-size: 90%;
	margin: 20px 0 0 15px;
	padding: 0;
}

#leftcol a { color: #fff; }

#rightcol {
	position: relative;
	width: 100%;
	min-width: 766px;
	max-width: 1000px;
	padding: 25px;
	background: transparent url(../images/bg_content.jpg) no-repeat left top;
}

#rightcol div {
	position: relative;
	padding: 40px 40px 15px 275px;
	width: 50%;
	z-index: 5;
	/* background: url(../images/bg_logo.jpg) no-repeat right top; */
}

#rightcol #data {
	position: relative;
	padding: 40px 40px 40px 275px;
	width: 65%;
	z-index: 5;
	/* background: url(../images/bg_logo.jpg) no-repeat right top; */
}

#rightcol div #footer {
	padding: 0;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
	}


/* top menu
==============================================================================*/

#topmenu {
	background: url(../images/bg_menu.gif) no-repeat left top;
	height: 45px;
	width: 100%;

}

#topmenu ul {
	margin: 0 0 0 230px;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	overflow: hidden;
	}

#topmenu ul li {
	float: left;
	margin-right: 15px;
	}

#topmenu ul li a {
	display: block;
	padding-top: 45px;
	height: 0px !important; 
	height /**/:45px; /* for IE5/Win only */
	overflow: hidden;
}

#topmenu ul li a:hover {
	background-position: 0 0;
	}

#topmenu ul li a.selected {
	background-position: 0 -90px;
	}

#inventory a{
	background: url(../images/btn_inventory.gif) left -45px no-repeat;
	width: 262px;
	}
	
#machine a{
	background: url(../images/btn_machine.gif) left -45px no-repeat;
	width: 232px;
	}


/* sidenav
==============================================================================*/


#leftmenu {
	display: block;
	overflow: hidden;
}

#leftmenu li {
    list-style: none;
	display: block;
	}

#leftmenu li a {
	display: block;
	padding: 37px 0 0 0;
	width: 224px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:37px; /* for IE5/Win only */
	}
	
#company a  { background: url(../images/menu.gif) left top no-repeat; }
#sales a  { background: url(../images/menu.gif) left -37px no-repeat; }
#warehouse a  { background: url(../images/menu.gif) left -74px no-repeat; }
#locations a  { background: url(../images/menu.gif) left -111px no-repeat; }
#mailing a  { background: url(../images/menu.gif) left -148px no-repeat; }
#homepage a  { background: url(../images/menu.gif) left -185px no-repeat; }
#company a:hover, #company a.selected { background-position: -224px 0; }
#sales a:hover, #sales a.selected { background-position: -224px -37px; }
#warehouse a:hover, #warehouse a.selected { background-position: -224px -74px; }
#locations a:hover, #locations a.selected { background-position: -224px -111px; }
#mailing a:hover, #mailing a.selected { background-position: -224px -148px; }
#homepage a:hover, #homepage a.selected { background-position: -224px -185px; }



p {
	margin-bottom: 30px;
}

p.form {
	margin-bottom: 15px;
}


p.intro {
	color: #1A2252;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2em;
}

p.white {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 5px;
}

a.submit {
	color: #fff;
	font-size: 85%;
	margin: 10px 0 0 10px;
}



#footer p {
	font-size: 85%;
	color: #666;
	margin: 0;
	padding: 0;
}


img.left {
	float: left;
	margin: 0 8px 30px 0;
}

img.right {
	float: right;
	margin: 0 0 8px 5px;
}

img.header {
	margin-bottom: 20px;

}

#database {
	font-size: 90%;
}

#database strong {
	font-size: 115%;
}

#database th {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	background-color: #5979A7;
	color: #fff;
	font-size: 110%;
}

#database td {
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

#database .name {
	text-align: left;
}

#database tr.alt {
	background: #e6e6e6;
}

#database img.left {
	margin: 0 6px 6px 0;
	padding: 0;
}

#searchresults th {
	text-align: right;
	font-size: 115%;
	margin: 0;
	padding: 8px 5px 8px 0;
}

#searchresults td {
	margin: 0;
	padding: 8px 5px;
	text-align: left;
}

#searchresults tr.alt {
	background: #e6e6e6;
}

#footer ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}


#footer ul li{
	list-style: none;
	display: inline;
	padding-right: 15px;
}

#footer ul li a {
	font-size: 85%;
}



