body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size:small;
	height:100%;
	background-color:#5A698B;
}
#container {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	width:97%;
	/* for ie 
	/*width: expression(Math.min(parseInt(this.offsetWidth), 1000 ) + "px");*/
	/*for ie end */
	min-width:800px;
	width:expression(document.body.clientWidth < 870? "850px": "97%" ); /* min-width IE style*/
}
a:link {
	color : #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
    color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
    color: #FF0000;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 2em;
	}
h2 {
	color: #FF0000;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	font-weight: bold;
	}
h3 {
	color: #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}
.prices {
    font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : medium;
	color: #0000FF;
}
.prices a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.prices a:visited {
    color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.prices a:hover {
    color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.footer {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight: bold;
	color: #6699FF;
	background-image:url(/images/footback.gif);
	background-repeat:no-repeat;
	text-align:center;
	background-color:#FFFFFF;
	width:100%;
}
a.footer {
    color: #6699FF;
}
.header {
    background-image:url(/images/header5.jpg);
	background-repeat:repeat-x;
}
.menu {
    background-image:url(/images/menuback4.jpg);
	background-repeat:no-repeat;
	background-position:0px 70px;
	background-color:#FFFFFF;
	height:100%;
}
.content {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}
.bluetext {
    color:#0000FF;
}
.redtext {
	color:#FF0000;
}
div.gallery ul li {
margin-left: -30px;
margin-right:10px;
padding:0;
margin-bottom: 10px;
list-style-type: none;
}

/*  dropshadow styles    */
.img-shadow {
  float:left;
  background:  url("/images/css/shadowAlpha.png") no-repeat bottom right !important;
  background:  url("/images/css/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  /*background-color: #ffffff;*/
  border: 2px solid ;
  border-color:#666666;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  } 
  
  
/* Round Corner Boxes Styles  */  

  /* Styles we want all browsers to see */
div.Article {
  font: small/1.5 Arial, Helvetica, sans-serif;
  /*background-color: #ffffff;*/
  border:none;
  position:relative;
  } 
div.Article h3 {
  font-size:1.3em;
  padding:15px;
  }
div.ArticleBody {
  padding:10px 40px 0px 10px;
  /*margin:0 0 0 0;*/
  margin-top:-1.7em;
  }
div.ArticleFooter {
  padding:0 0 0 0;
  }
div.ArticleFooter p {
  padding:15px 0 30px 0;
  margin:-2em 0 0 0;
  }

/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
div.Article {
  background-image: url(/images/css/rnd_topleft.gif);
  background-repeat: no-repeat;
  background-position: top left;
  } 
div.Article h3 {
  background-image: url(/images/css/rnd_topright.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background-image: url(/images/css/rnd_rightborder.gif);
  background-repeat: repeat-y;
  background-position: top right;
  }
div.ArticleFooter {
  background-image: url(/images/css/rnd_bottomleft.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  }
div.ArticleFooter p {
  background-image: url(/images/css/rnd_bottomright.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  display:block;
  padding:35px;
  }
.pricetable {
	font-family:Arial, Helvetica, sans-serif;
	color:#0000FF;
	font-size:x-small;
}  
.ameriss {
 text-align:right;
}
.ameriss a:link, .ameriss a:visited {
	color:#666666;
	/*color:#0099FF;*/
}
.ameriss a:hover {
	color:#0000FF;
}
.center {
	margin: 0 auto;
	text-align:center;
}