﻿body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: small;
	color: #000;
}

h1, h2, h3, p {
	padding:0;
	margin:0;
}

h1, {
	font:Arial, Helvetica, sans-serif large bold #0C3;
	
}

#wrapper {
	background-image:url(http://imageserver.webpropartners.com/templates/graphics/acmeroofing/wrapper_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align:left;
	color:#000;
	width:920px;
	padding-bottom:170px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 6px solid #4858a1;
        z-index: 200;
}

a img {
	border:0;
}

#header {
	height:1px;
	color: #FFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size:18px;
	margin-top:5px;
	font-family: Tahoma, Geneva, sans-serif;
}

.logo {
	float:right;
}

#mainsplash {
	background-image:url(http://imageserver.webpropartners.com/templates/graphics/acmeroofing/acmesplash.jpg);
	width: 908px;
	height: 325px;
	padding: 5px;
	background-repeat: no-repeat;
}

#cNavi{
    position: absolute;
    top: 340px;
    height: 33px;
    width: 908px;
    BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/acmeroofing/bgnavacmeroofs.png); 
    BACKGROUND-REPEAT: no-repeat;
    z-index: 9000;

}

#content {
	width: 905px;
	padding: 20px 8px 20px 8px;
	background-color: #FFF;
	margin-bottom:80px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 0px solid #333;
        z-index: 199;


}

#footer {
	text-align:center;
	padding-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;	
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer a:link , #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color:#666;

}












/******* Navigation *********/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 z-index: 10000;
list-style: none;
  FONT: 13px Verdana, Arial, Helvetica, sans-serif;


}


/* main menu */
.menulist ul li {
 text-align: center; 


}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
height: 33px;
list-style: none;

}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-right: 0px solid #cccccc;
 margin-right: 4px;
 margin-left: 4px;

}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 5px;
 left: 155px;
 width: 150px;
 border: 0px solid #c7c9c9;
 
}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */


.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 BACKGROUND: #dd1b11;

 BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/CLEARPIX.gif); 
 BACKGROUND-REPEAT: repeat-y;
 border: 0px solid #640a0a;
 margin-bottom: 0px;



}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px;
 color: #FFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #ccc;
 background-color:#dd1b11;


}


.menulist  a.highlighted {
 color: #fff;
}

.icon_on{
   
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* main menu */
.menulist li {
 
 padding-right: 2px;
 padding-left: 2px;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


/******* NAvigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 1;
 padding: 1;
 list-style: none;
 z-index: 1000;
}


/* main menu */
.menulist ul li {
 text-align: left; 

}

.scrollContainer {

  overflow:hidden;  
}




