body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E142F;
	font-size: 14px;
	background-color: #DAEBF5;
}

.logo {
	width: 701px;
	border: 1px solid #0D1430;
	border-bottom: 0px;
	 
}

#nav {
	background-image: url(images/Lbut_bg.jpg);
	background-repeat: repeat-x;
	width: 714px;
	height: 38px;
	text-align: center;
	color: #D5E7F2;
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #0E142F;
}

#nav .navpad {
	padding-top: 9px;
}

#nav a {
	color: #D5E7F2;
	text-decoration: none;
}

#nav a:hover {
	color: #0D132E;
	text-decoration: none;
}

#nav .dollar {
	margin-right: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.centerhome {
	width: 701px;
	background-image: url(images/Lhome_center_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	border-left: 1px solid #0D1430;
	border-right: 1px solid #0D1430;
}

.center {
	width: 701px;
	background-image: url(images/Lcenter_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
	border-left: 1px solid #0D1430;
	border-right: 1px solid #0D1430;
}

.centerpad {
	padding: 15px;
}

.image {
	margin: 1px;
	border: 1px solid #52601F;
}

.noborder {
	border: 0px;
}

h1 {
	text-transform:uppercase;
	text-decoration:none;
	color: #9B1214;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

/*Products Page*/
#products {}
#products .sectionname {
	text-transform:uppercase;
	text-decoration:none;
	color: #9B1214;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#products .fieldset {
	padding: 0px;
	margin: 0px;
}

#products .prodname {
	text-decoration:none;
	color: #9B1214;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#products .imageborder {
	border: 1px solid #000000;
	width: 161px;
}

#products .prodimage {
	margin: 2px;
}

/*Detail Page*/
#proddetail {}
#proddetail .prodname {
	text-transform:uppercase;
	text-decoration:none;
	color: #9B1214;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#proddetail h2 {
	text-transform:uppercase;
	text-decoration:none;
	color: #9B1214;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#proddetail .imageborder {
	border: 1px solid #000000;
	width: 250px;
}

#proddetail .prodimage {
	margin: 2px;
}	
 
#proddetail .detaildescription { 
 	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0d132e;
}
 
#proddetail ul {
 	padding-left:110px;
  	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
	 
#proddetail .prod_ID {
	font-size:10px;
	color: #606060;
}
 
#proddetail .detailimage {
 text-align:center;
}
 
#proddetail .topnav {
	font-size:14px; 
	font-weight:bold; 
	padding-top:0px;
	padding-left:20px;
	color: #414B28; 
}

#proddetail .topnav a {
	color: #414B28; 
}

#proddetail .detailbl {
	width: 50%;
}

#proddetail .emailfriend {
	color: #414B28;
}

#proddetail .emailfriend a {
	color: #414B28;
}

#proddetail .pagenums {
	color: #000000;
}

#proddetail .pagenums a {
	color: #000000;
}

/*About Page*/
#about {
	text-align: justify;
}

#about .title {
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

/*Contact Page*/
#contact {
	padding: 10px;
	text-align: left;
}

#contact .title {
	font-size: 16px;
	font-weight: bold;
	color: #8F0004;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
}

#contact .title2 {
	font-size: 16px;
	font-weight: bold;
	color: #8F0004;
}

#contact  .textfield {
	width: 200px;
	border: 1px solid #70727B;
}

#contact  .textarea {
	width: 200px;
	border: 1px solid #70727B;
}

#contact  .required {
	font-size: 11px;
	font-style: italic;
	text-align: left;
}

#contact  .contacttext {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #0C142F;
}	

/*About*/
.about {
	line-height: 20px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

/*Email a Friend*/
#emailfriend {
	background-color: #E7F2F6;
	color: #000000;
}

.disclaimer {
	font-size:10px;
	font-style:italic;
}

/*Footer*/
.footer {
	background-image: url(images/Lbut_bg.jpg);
	background-repeat: repeat-x;
	width: 714px;
	height: 38px;
	text-align: center;
	color: #D5E7F2;
	font-size: 15px;
	border: 1px solid #0E142F;
}

.footpad {
	padding-top: 10px;
}

.footer a {
	color: #D5E7F2;
	text-decoration: none;
}

.footer a:hover {
	color: #0D132E;
	text-decoration: none;
}

/*copyright*/
.copy {
	font-size: 9px;
	text-decoration:none;
	color: #9B1214;
	padding-top: 8px;
}

.copy a {
	color: #9B1214;
	text-decoration: none;
}

.copy a:hover {
	color: #A62C2E;
}