body, p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img, ul {
	padding: 0px;
	margin: 0px;
}
#all {
	width: 780px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}
#topPan {
	width: 780px;
	height: 40px;
	background-image:url(../images/smt_05.gif);
	background-repeat: no-repeat;
	background-color: #999999;
	color:#FFFFFF; 
	text-align: right;
}
#topPan p { margin:0; padding:0; padding-right: 10px; padding-top: 20px;}
#topPan a, #topPan a:visited { color: #FFFFFF; }
#topPan a:hover, #topPan a:active { color: #00FF00; }
#topMenu {
	width: 780px;
	padding:10px 0;
	background-color:#FFFFFF;
}
#topLeft {
	width: 380px;
	float: left;
	height: 299px;
/*	background-color: #FFFFCC; */
	background-image: url(../images/logo.jpg);
	border-bottom: 1px solid #ccc;
}
#topRight {
	width: 380px;
	float: right;
	height: 299px;
/*	background-color:#CCFFFF */
	border-bottom: 1px solid #ccc;
}
#topRight h1 {
	font-size: 14px;
	text-align: left;
	margin:0;
	padding:0 0 5px 12px;
	color: #009900;	
	background-image: url(../images/bgH1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topRight p {
	text-align: justify;
	padding:0 0 5px 5px;
}
#topRight ul {
	text-align: left;
	padding: 0 0 10px 20px;
	margin: 0 0 0 5px;  
/*	list-style: disc; */
}
#topRight1 li {
	padding: 0 0 2px 0px;
	margin: 0 0 0 0;
/*	background-image:url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat; */
}
#bottomLeft {
	width: 380px;
	float: left;
/*	height: 300px; */
	color: #666;
}
#bottomLeft h1 {
	font-size: 14px;
	text-align: center;
	margin:0;
	padding:20px 0px 5px 0px;
	color: #009900;	
}
#bottomLeft img {
	padding: 0px;
	margin: 0px;
}
#bottomLeft ul {
	text-align: left;
	padding: 0 0 10px 20px;
	margin: 0 0 0 5px; 
/*	list-style: disc; */
}
#bottomLeft li {
	padding: 0 0 2px 0px;
	margin: 0 0 0 0;
/*	background-image:url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat; */
}

#bottomRight {
	width: 380px;
	float: right;
	/*	height: 300px; */
	text-align: left;
	/*	background-color:#99CC33; */
	color: #666;
}
#bottomRight h1 {
	font-size: 14px;
	text-align: left;
	margin:0;
	padding:10px 0 10px 12px;
	color: #009900;
	background-image: url(../images/bgH1.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
#bottomRight ul {
	text-align: left;
	padding: 0 0 10px 20px;
	margin: 0 0 0 5px; 
/*	list-style: disc; */
}
#bottomRight li {
	padding: 0 0 2px 0px;
	margin: 0 0 0 0;
/*	background-image:url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat; */
}
#bottomRight h2 {
	font-size: 12px;
	color: #7D0E0E;
	font-weight: bold;
	margin:0;
	padding: 0 0 0 0;
}
#bottomRight form {
	margin: 10px 0px;
	padding: 0;
}
#bottomRight input {
	width: 140px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 2px 0px;
}
#bottomRight textarea {
	height: 100px;
	width: 140px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 2px 0px;
}
#spec {
	width:780px;
	clear: both;
	background-color: #fff;
}
#spec h1 {
	font-size: 14px;
	background-color: #7d0e0e;
	color: #FFFFFF;
	padding: 5px 0;
}
table#spec {
    background-color:#FFFFFF;
    border: solid #7d0e0e 5px;
    width: 95%;
}

table#spec td {
    padding: 5px;
    border: solid #fff 1px;
	text-align: center;
}

.data {
    color: #000000;
    text-align: center;
    background-color: #EAEAEA;
}

.toprow {
    font-weight: bold;
    text-align: center;
    background-color: #dddeac;
}

table#spec td.leftcol {
    font-weight: normal;
    text-align: left;
    background-color: #CCCCCC;
}
table#spec td.section {
    background-color: #E3DABB;
}
/*.priceList td, th {
	text-align: center;
	background-color:#87BC16;
} */
.priceList tr.altrow {
background-color: #E0E0E0;
} 
.priceList tr.nrow {
background-color: #EAEAEA;
}
.priceList tr:hover, .priceList tr.hilite {
background-color: #36f;
color:#FFFFFF;
}

#bottomPan {
/*	float: left; */
	width: 780px;
	height: 25px;
	background-color: #CCCCCC;
	clear: both;
}
#bottomPan p {
	font-size: 10px;
	margin:0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.lAlign {
	text-align: left;
}
.rAlign {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.smallFont {
	font-size: 10px;
}
.redText {
	color: #FF0000;
}
.breadcrumb{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #993300;
}

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