body{
  width:100%;
  margin:0px;
  padding:0px;
  color: #444444;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma;
  background-color: #F0F0F0;
  background-image:url(../img/bg-tile.gif);
  background-repeat:repeat-x;  
}

form{
  margin:0px;
  padding:0px;
}

img {
  vertical-align:bottom;
}

h1{
  color:#CF0B12;
  font-size: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h2{
  color:#CF0B12;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

a img {
  border: 0px;
}

a:link, a:visited, a:active {
  color:#0000FF;
  font-weight:bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearBoth{
  clear:both;
}

/*
ul{
  margin: 10px 10px 10px 20px;
}

ul li{
  margin: 2px;
}

input {
  padding:1px;
}

table td{
  padding: 4px;
}
*/

/* Layout */
#idxMainWrapper{
  width:954px;
  margin:auto;
  background-image:url(../img/bg.jpg);
  background-repeat:no-repeat;
}

#mainWrapper{
  width:954px;
  margin:auto;
}

#headerWrapper{
  width:880px;
  height:86px;
  margin:auto;
}

#headerWrapper .logo{
  width:194px;
  float:left;
  padding-top:15px;
}

#headerWrapper .lbsb{
  width:124px;
  float:right;
  padding-top:15px;
}

#menuWrapper{
  width: 880px;
  height: 39px;
  margin: auto;
  background-image: url(../img/menu-bg-tile.jpg);
  background-repeat: repeat-x;
}

#menuWrapper a.menulink:link, a.menulink:visited{
  color:#FFFFFF;
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
  margin-right:50px;
}

#menuWrapper a.menulink:hover{
  color:#FE0000;
}

/*
#menuWrapper a.selected{
  color:#FE0000;
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
  margin-right:50px;
}
*/

#bannerWrapper{
  width: 880px;
  height:334px;
  margin: auto;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1.6em;
  color: #000000;
}

#bannerWrapper .bannerText{
  float:right;
  font-size:11px;
  width:570px;
  padding-right:12px;
  margin-top:50px;
}

#bannerWrapper h3{
  font-style:italic;
  font-family:"Times New Roman", Times, serif;
  font-size:15px;
  margin-top:5px;
}

#contentWrapper{
  width: 880px;
  margin: auto;
  background-color: #FFFFFF;
}

#contentWrapper .featuredProduct{
  margin:0px 18px 20px 19px;  
  height: auto !important; /* for modern browsers */
  height: 192px; /* for IE5.x and IE6 */
  min-height: 192px; /* for modern browsers */
  float:left;
  clear:both;
}

#contentWrapper .aboutDME{
  float:left;
  width:434px;
  margin-left:1px;
  line-height:1.6em;
}

#contentWrapper .aboutLBSB{
  float:right;
  width:434px;
  margin-right:1px;
  line-height:1.6em;
}

#contentWrapper .contentLeft{
  width:572px;
  float:left;
}

#contentWrapper .contentRight{
  width:308px;
  float:right;
}

#contentWrapper .breadcrumb{
  margin-bottom: 12px;
}

#contentWrapper .content{
  padding:15px 20px 20px 20px;
}

#footerWrapper{
  color:#CCCCCC;
  border:1px solid #959595;
  border-bottom:0px;  
  width:880px;
  height:44px;
  margin:auto;
  background-color:#000000;
  text-align:center;
}

#footerWrapper .footerContent{
  padding-top:7px;
  font-size:11px;
}

#footerWrapper a.footerlink:link, a.footerlink:visited{
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

#footerWrapper a.footerlink:hover{
  text-decoration: underline;
}

#mapWrapper{
  visibility: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#blackout {
  visibility: hidden;
  left: 0;
  position: absolute;
  background: #000000;
  width: 100%;
  filter: alpha(opacity=70);
  opacity: 0.70;
  -moz-opacity: 0.70;
  z-index: 1;
}

#closeWrapper {
  width: 700px;
  text-align: right;
  margin: 0 auto;
  margin-top: 20px;
}

#googleMap {
  width: 700px;
  height: 500px;
  margin: 0 auto;
  border: 4px solid #ffffff;
}

/* Form */
input.textbox{
  border:0px;
  border-right:1px solid #E4E4E4;
  border-bottom:1px solid #CECECE;
  background-image:url(../img/input-bg.gif);
}

textarea{
  border:0px;
  border-right:1px solid #E4E4E4;
  border-bottom:1px solid #CECECE;
  background-image:url(../img/input-bg.gif);
}

/* == Notice / Error == */
.error {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

.notice {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #2E6D29;
	border: 1px solid #2E6D29;
	background: url(../img/tiny-icons/tick.gif) no-repeat 4px 2px #E9FFE4;
	margin: 4px 0;
}
/* == End of Notice Error == */

/* Text */
a.bluelink:link, a.bluelink:visited{
  color:#0000FF;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
}

a.bluelink:hover{
  text-decoration: underline;
}

a.bluelink11:link, a.bluelink11:visited{
  color:#0000FF;
  font-size:11px;
  font-weight:normal;
  text-decoration: none;
}

a.bluelink11:hover{
  text-decoration: underline;
}

/* == Paging == */
.pagingRow td {
	border-top: 1px solid #ffffff;
	background: #DDDEDF;
}

.pagingTable {
  width: 100%;
}

.pagingCol1 {
  border: 0 !important;
}

.pagingCol2 {
  border-top: 0 !important;
  text-align: right;
}

.pagingCol2 a:link, .pagingCol2 a:active, .pagingCol2 a:visited {
  color: black;
}

/* == Menu (Suckerfish) == */
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
  float:left;
  margin-top: 5px;
	margin-right: 20px;	
}

#menu li a {  
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	padding: 0 14px;
	padding-top: 2px;
}

#menu li a:hover {
	padding-top: 2px;
	color:#FE0000;
}

#menu li:hover, #menu li.sfhover, #menu a.selected {
  color:#FE0000;
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
}

#menu li ul {
	position: absolute;
	left: -999em;
	background: #D4E6FF;
  border:1px solid #083473;	
  border-bottom:0px;
	margin-left: 14px;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu li ul li {
	clear: left;
	margin: 0px;
}

#menu li ul li a {
	display: block;
	width: 150px;
	color: black;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 13px;
	border: 0;
	border-bottom: 1px solid #083473;
	line-height: normal;
}

#menu li ul li a:hover {
	/*background: #EAF3FF;*/
	border: 0;
	color: #FF0000;
	border-bottom: 1px solid #083473;
	padding: 2px 13px;
}