/* CSS Document */

body {
  background : #ffffff url(../images/bgbody.jpg) repeat-x;
  font-family: Arial, Helvetica, Verdana;
  font-size: 0.9em;
  font-weight: normal;
  margin: 0;
  color: #333;
}
#topStripe {
  /*background: url(../images/bgHdr.jpg) repeat-x;
  */
	height: 55px;
}
#topStripe-con {
  width: 980px;
  margin: auto;
  padding: 15px 0 0 0;
}
#topStripe-con-a {
  width: 50%;
  float: left;
  color: #fff;
}
#topStripe-con-b {
  width: 50%;
  float: left;
  color: #fff;
  text-align: right;
}
#topStripe-con-b h1{
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
#hdr-spacer {
  height: 20px;
}
#header {
  width: 980px;
  height: 220px;
  margin: auto;
}
#header-a {
  float: left;
  width: 670px;
  height: 200px;
  background: ffeecc;
}
#header-b {
  float: left;
  width: 258px;
  background : url(../images/bgCat.png) no-repeat;
  height: 147px;
  text-align: center;
  padding: 50px 0 0 0;
}
#header-b h1 {
  font-size: 2.0em;
  color: #000000;
  text-transform: capitalize;
  margin: 0px;
  padding: 0;
}
#container {
  width: 980px;
  margin: auto;
  /*border: 1px solid #ccc;
*/
}
#nav-col {
  width: 145px;
  float: left;
}
#nav-col ul {
  margin: 2;
}
#nav-col li {
  line-height: 35px;
  list-style:circle;
}
#nav-col a{
  color: #4F4F4F;
  text-decoration: none;
}
#nav-col a:hover{
  color: #ff0000;
  text-decoration: underline;
}
#center-col {
  width: 630px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 10px 0 10px;
}
#intro-text {
  width: 100%;
  height: 120px;
}
#intro-text-a {
  width: 210px;
  float: left;
}
#intro-text-b {
  padding: 0 0 0 10px;
  float: right;
  width: 410px;
}
#center-col ul{
  margin: 2;
}
#center-col li{
  margin: 0;
  padding: 0;
  line-height: 25px;
  list-style:none  /* Remove Bullet */
;
}
#center-col a{
  color: #D25401;
  text-decoration: underline;
}
#center-col a:hover{
  color: #CF0000;
  text-decoration: none;
}
#port {
  width: 100%;
}
#port-a {
  width: 50%;
  float: left;
}
#port-b {
  width: 50%;
  float: left;
}
#right-col {
  width: 150px;
  float: left;
  padding: 0 20px 0 12px;
  font-size: 0.8em;
}
#right-col a{
  color: #DC0000;
  text-decoration: none;
}
#right-col a:hover{
  color: #990E0E;
  text-decoration: underline;
}
#right-col h2{
  font-size: 1.7em;
  color: #ff0000;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}
#footer {
  background: #303030;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 20px 20px 0 0;
  color: #fff;
  font-size: 0.8em;
}
h1 {
  font-size: 1.8em;
  color: #ff0000;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}
h2 {
  font-size: 1.7em;
  color: #ff0000;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}
h3 {
  font-size: 1.4em;
  color: #ff0000;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}
.txt-red {
  color: #ff0000;
}
