/* CSS Document */
body {
	margin:0 auto; 
	padding: 0;
	text-align: center;
	background-color:fff;
	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	background: #e0dac6;
	font-size:9px;
}
#wrapper{
	margin: 0px;
	width: 780px;
	background: #b90021;
	height: 140px;
}
#logo_nav {
	float: left;
	width: 166px;
	margin: 5px 0px 20px 20px; /* top right bottom left*/
	height: auto;
}
#header_nav {
	float: right;
	width: 550px;
	margin-top: 25px;
	text-align: right;
	margin: 10px 20px 10px 0px; /* top right bottom left*/
}
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.style2 {
	color: #1e57aa;
	font-size: 12px;
}
.stylebox {
	color: #1e57aa;
	font-size: 10px;
}
.style3 {font-size: 12px}
.style4 {color: #000000; padding: 10px; width: 760px }
.largetext {
	font-size: 16px;
	font-weight: 700;
}
.smalltext {
	font-size: 12px;
}
p, td, th, textarea, select, input {
	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p, td, th, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 4px 0px;
	font-size: 14px;
}
img {
	border: 0;
}
.btext1 {
	position: absolute;
	top: 135px;
	right: 40px;
}
.btext2 {
	position: absolute;
	top: 135px;
	right: 150px;
	align: center;
}
.btext3 {
	position: absolute;
	top: 135px;
	right: 292px;
	align: center;
}
.map {
	align: left;
	margin: 15px;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
/* Store locations services pages */

.leftindent {
	margin: 0 0 0 10px;
}
.header {
	font-size: 16px;
	color: #1f57a9;
	font: verdana;
	background-color:#ece5d5;
	vertical-align:: middle;
}
.small {
	font-size: 11px;
}
.large {
	font-size: 14px;
}

/* wrapper */
#wrapper_columns {
	width: 745px; margin: 0 0 0 10px;
}

/* header */

#header {
	position: relative;
	width: 100%;
	z-index: 9997;
}
#wrapper_util {
	position: absolute;
	top: 25px;
	right: 68px;
	width: 400px;
	font-size:12px;
	height:150px;
	margin: 0 10px 10px 0;
}

#flash {
	padding: 50px 0 0 0; 
}

/*  footer */

#footer {
	width: 745px; padding: 10px 0 0 0; margin: 0 0 0 10px;
}

/*----------------------------------------------*/
.footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000000;
	color: #FFFFFF;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* the drop-down starts here */
div#listmenu {
	width: 100%;
	float: left;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	font-size: 12px;
	background-color:#1f57a9; /*#b90021;*/
}

div#listmenu li {
	float:left;
	position:relative;
	list-style-type:none;
	background-color:#1f57a9; /*#b90021;*/
	padding:0 6px;
	border-right:1px dotted #fff;
}

div#listmenu li li a:hover {
	background-color:#8a9fbf;
	color:#000;
}

div#listmenu li:first-child {
	border-left:1px dotted #fff;
	padding:0 6px;
}

div#listmenu ul {
	margin:0 10px 0 0px;
}

* html div#listmenu ul {
	float:left;
	border-left:1px dotted #fff;
	margin-left:0px;
}
div#listmenu a {
	display:block;
	padding:0 6px;
	text-decoration:none;
	color:#FFFFFF;
	background:#1f57a9; /*#b90021;*/
}
div#listmenu a:hover {
	background-color:#8a9fbf;
	color:#000;
}
div#listmenu li:hover {
	color:#fff;
}
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-40px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #fff; /*  three sides of each drop-down item */
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #fff; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #fff;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* round corners */
.roundcont {
	width: 315px;
	background-color: #1f57a9;
	color: #fff;
}
.roundcont p {
	font-size: 10px;
	margin: 0;
	vertical-align: middle;
}
.roundtop { 
	background: url(http://68.17.10.88/ll/images/custom/tr_sm.gif) no-repeat top right; 
}
.roundbottom {
	background: url(http://68.17.10.88/ll/images/custom/br_sm.gif) no-repeat top right; 
}
img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

/*- Menu Tabs 6--------------------------- */
#tabs6 {
      float:left;
      width:100%;
      font-size:12px;
      line-height:normal;
	  border-bottom:1px solid #666;
}
#tabs6 ul {
	  margin:0;
	  list-style:none;
}
#tabs6 li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs6 a {
      float:left;
      background:url(http://68.17.10.88/ll/images/custom/tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabs6 a span {
      float:left;
      display:block;
      background:url(http://68.17.10.88/ll/images/custom/tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs6 a span {float:none;}
/* End IE5-Mac hack */
#tabs6 a:hover span {
      color:#FFF;
}
#tabs6 a:hover {
      background-position:0% -42px;
}
#tabs6 a:hover span {
     background-position:100% -42px;
}
.picboxl { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 5px 15px 5px 0px; /* top right bottom left */
	width: 120px;
	float: left;
}
.picboxr { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 5px 0px 5px 15px; /* top right bottom left */
	width: 120px;
	float: right;
}
.ribbox { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 10px 7px 0px 0px;
	width: 220px;
	float: left;
}
.originalbox { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 10px 0px 0px 7px;
	width: 195px;
	float: right;
}
.producebox { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 10px 0px 0px 0px;
	width: 315px;
}
.couplebox { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 10px 7px 0px 0px;
	width: 202px;
	float: left;
}
.groupbox { 
	background: #FDFAF1; 
	border: thin solid #000000;
	margin: 10px 0px 0px 0px;
	width: 365px;
}
.directorbox { 
	background: #FDFAF1; 
	float: left;
	border: thin solid #000000;
	margin: 10px 7px 0 0px;
	width: 150px;
}
.box { 
	background: #FDFAF1; 
	float: right;
	border: 0;
	margin: 10px 7px 0 0px;
	width: 22%;
 
	float: right;
}
.boxround { 
	background: #FDFAF1; 
	margin: 10px 7px 20px 0px;
	width: 60%;
}
.boxtop { 
	background: url(http://68.17.10.88/ll/images/custom/ne.gif) no-repeat top right; 
}
.boxtop div { 
	height: 10px; 
	background: url(http://68.17.10.88/ll/images/custom/nw.gif) no-repeat top left; 
}
.boxbottom { 
	background: url(http://68.17.10.88/ll/images/custom/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
	height: 10px; 
	background: url(http://68.17.10.88/ll/images/custom/sw.gif) no-repeat bottom left; 
}
.boxcontent {
	background: #FFFFFF; 
	color: #000000;
	font-size:12px;
	padding: 0px 10px 0px 10px;
	border: 0;
}

/*-------- maps --------- */
#map2 {
	color: #000000;
	font-size: 12px;
	padding: 20px 10px 10px 30px;
	margin: 20px 10px 10px 40px;
}
.maptext {
	color: #000000;
	font-size: 10px;
}
#storeinfo {
	float:right;
	margin: 0 10px 0 10px;
}
#bluetxt {
	color: #0950A0;
	font-weight: bold;
}