/*  Designer: Andrew Schumacher
	E-Mail: Hotman2009@gmail.com
	Site: Ace Janitorial Supply
	URL: Http://www.acejanitorialsupply.com
*/

#logo
{
width: 794px;
height: 60px;
margin: 0 auto;
background-image:url(../images/acetop.jpg);
background-repeat:no-repeat;
}

#site
{
width: 780px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

body
{
background: #2e2e2e;
padding: 0px 0px 25px 0px;
}

#menu
{
	background: #7F8400 url('../images/menubg.jpg') repeat-x top left;
	height: 46px;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
	background-color: #00FF00;
}

#menu ul
{
    padding-top: 12px;
	top: 1.1em;
	width: 797px;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('../images/menuactive.jpg') repeat-x top left;
}

#header
{
	position: relative;
	width: 780px;
	height: 200px;
	background: #2B2B2B url('../images/topbg.jpg') repeat-x;
	margin-bottom: 2px;
}

#headbottom
{
background: #fff url('../images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 10px;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#contbottom
{
background: #fff url('../images/border2.gif') repeat-x;
height: 14px;
margin-top: 10px;
}

#footer
{
height: 2.0em;
padding-top: 10px;
font-size: 0.8em;
}

blockquote {
width:640px;
margin-left:40px;
padding:10px 0 10px 0;
background:#D1D1D1
}

blockquote p {
padding:10px;
margin:0;
}




/* Font & Word Formating */

*
{
padding: 0em;
margin: 0em;
}

a
{
	color: #4A56EC;
	text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

h1
{
font:Tahoma;
font-size:23px;
font-weight:bold;
color:#515151;
}

h2
{
font:Tahoma;
font-size:23px;
font-weight:bold;
color:#5FEC00;
}

h3
{
font:Tahoma;
font-size:23px;
font-weight:bold;
color:#FB5B26;
}

h4
{
font:Tahoma;
font-size:14px;
font-weight:bold;
color:#FF373D;
}

p
{
font: Candara;
font-weight:bold;
font-size:14px;
color:#333333;
}

ul{
}

ul2 {
font-family: "Franklin Gothic Demi Cond", Calibri, Candara;
font-size: 13px;
color:#515F95;
text-indent: 5px;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 6px;
margin: 2px;
}


/* Extra Div Page Manipulation */

#info
{
background-color:#FFFFFF;
}