/*******************************************************************/
/* Define the main layout characteristics to build page*/ 


body {
	background-color: #000;
	/*background-repeat: no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
}

#main {
	/*position:absolute;*/
	width: 900px;
	/*height: 100%;*/
	margin:0 auto;
	margin-top: 10px;
	padding-left: separate;
	padding-right: 0px;
	background-color: #FFF;
	text-align: justify;
	border-style: none;
	border-width: 7;
	border-color: #000;
	border-spacing: 5;
	border-collapse: separate;
}

#header {
/*height: 117px;*/
}

#left, #left1, #middle, #middle1, #middle2, #right {
	background-color: transparent;
	float: left;
}

#left {
	width: 13%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #001001;
	margin-left: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background: #f6daf6;
	border-top: 0px solid #E2E2E2;
    border-left: 0px solid #E2E2E2;
    border-right: 0px solid #7EEDE7;
    border-bottom: 0px solid #E2E2E2;
}

#left1 {
	width: 15%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #b0c4cb;
	margin-left: 2em;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	background: #f6daf6;
	border-top: 0px solid #E2E2E2;
    border-left: 0px solid #E2E2E2;
    border-right: 0px solid #7EEDE7;
    border-bottom: 0px solid #E2E2E2;
}
#middle {
	width: 80%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #001001;
	margin-left: 0em;
	padding-left: 0px;
	padding-right: 0px;
	background: #f6daf6;
	/*border: 1px solid #E2E2E2;*/
	border-top: 0px solid #E2E2E2;
    border-left: 0px solid #7EEDE7;
    border-right: 0px solid #E2E2E2;
    border-bottom: 0px solid #E2E2E2;
}
#middle1 {
	width: 80%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #001001;
	margin-left: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background: #f6daf6;
	/*border: 1px solid #E2E2E2;*/
	border-top: 0px solid #E2E2E2;
    border-left: 0px solid #7EEDE7;
    border-right: 0px solid #E2E2E2;
    border-bottom: 0px solid #E2E2E2;
}
#middle2 {
	width: 65%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #001001;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	background: #f6daf6;
	/*border: 1px solid #E2E2E2;*/
	border-top: 0px solid #173c8c;
    border-left: 0px solid #173c8c;
    border-right: 0px solid #173c8c;
    border-bottom: 0px solid #173c8c;
}
#middle2 a {
	text-decoration: none;
	color: #001001;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}
#middle2 a:visited {
	text-decoration: none;
	color:#001001 ;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}
#middle2 a:hover {
	text-decoration: none;
	color: #3366FF;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}
#right {
	width: 18%;
	text-align: left;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #3366FF;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #f6daf6;
	border-top: 0px solid #E2E2E2;
    border-left: 0px solid #7EEDE7;
    border-right: 0px solid #E2E2E2;
    border-bottom: 0px solid #E2E2E2;
}
#right a {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #3366FF;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#footer {
	width: 98%;
	height: 15px;
    margin-top: 10px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #061E7B;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background:#cccccc;
	border: 0px solid #35506a;
}

  #popupbox{
  margin: 0; 
  margin-left: 22%; /* This gets it relatively center on the screen */
  margin-right: 58%; /* This gets it relatively center on the screen */
  margin-top: 22px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  width: 20%; /* For centering it on the screen */
  height: 180px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #CCCCCC; /* Login Box background color. Change this if desired. */
  border: solid #000000 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  color: #000000;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
  #popupreg{
  margin: 0; 
  margin-left: 0px; /* This gets it relatively center on the screen */
  margin-right: 58%; /* This gets it relatively center on the screen */
  margin-top: 0px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  width: 30%; /* For centering it on the screen */
  height: 250px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #f6daf6; /* Login Box background color. Change this if desired. */
  border: solid #000000 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
#highlight {
	width: 95%;
	height: 20px;
	margin:0 auto;
	/*height: 1.5em;
	margin-left: 0em;*/
	padding-left: 0px;
	padding-right: 0px;
	/*background:#e7dc90;*/
	background: #aacef2;
	border-top: 0px solid #293f54;
    border-left: 0px solid #293f54;
    border-right: 0px solid #293f54;
    border-bottom: 0px solid #293f54;
}
#product {
	display: block;
	float: left;
	width: 132px;
	height: 210px;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	padding-top: 5px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 3px;
	/*background-image: url(images/box_background1.gif);
	background-repeat: no-repeat;*/
	}
#productsmall {
	display: block;
	float: left;
	text-align: center;
	width: 90px;
	height: 150px;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	padding-top: 5px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 3px;	/*background-image: url(images/box_background1.gif);
	background-repeat: no-repeat;*/
	}
 #popupimage1{
  margin: 0; 
  margin-left: 0; /* This gets it relatively center on the screen */
  margin-right: 78%; /* This gets it relatively center on the screen */
  margin-top: 0px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  /*width: 610px;  /*For centering it on the screen */
  /*height: 290px;  The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #ffffff; /* Login Box background color. Change this if desired. */
  border: solid #000000 4px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  font-weight: bold;
  font-size: 12px;
  color: #001001;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
 #popupimage2{
  margin: 0; 
  margin-left: 0px; /* This gets it relatively center on the screen */
  margin-right: 58%; /* This gets it relatively center on the screen */
  margin-top: 0px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  /*width: 610px;  For centering it on the screen */
  /*height: 290px;  The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #ffffff; /* Login Box background color. Change this if desired. */
  border: solid #000000 4px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  font-weight: bold;
  font-size: 12px;
  color: #001001;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
 #popupimage3{
  margin: 0; 
  margin-left: 0px; /* This gets it relatively center on the screen */
  margin-right: 58%; /* This gets it relatively center on the screen */
  margin-top: 0px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
 /*width: 610px; /*  For centering it on the screen */
  /*height: 290px;  The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #ffffff; /* Login Box background color. Change this if desired. */
  border: solid #000000 4px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  font-weight: bold;
  font-size: 12px;
  color: #001001;
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
  
.popimage {
  max-width: 600px;
  max-height: 600px;
  width: expression(this.width > 600 ? "600px" : true);
  height: expression(this.height > 600 ? "600px" : true);
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 280px;
    height: 280px;
	background: #ffffff;
	background-image: url(images/productbox_background1.gif);
	background-repeat: no-repeat;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}


#productbox {
    
	width: 270px;
	height: 270px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #001001;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	background-image: url(images/productbox_background1.gif);
	background-repeat: no-repeat;
	}
.productimage {
  max-width: 260px;
  max-height: 260px;
  width: expression(this.width > 260 ? "260px" : true);
  height: expression(this.height > 260 ? "260px" : true);
}
.producthumb {
  max-width: 70px;
  max-height: 70px;
  width: expression(this.width > 70 ? "70px" : true);
  height: expression(this.height > 70 ? "70px" : true);
  padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
  margin-right: 15px;
	border: 1px solid #000000;
}
.specialimage {
  max-width: 120px;
  max-height: 120px;
  width: expression(this.width > 120 ? "120px" : true);
  height: expression(this.height > 120 ? "1200px" : true);
}
#productdesc {
	font-family: verdana;
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	}
	#fence {
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #c3c1c1;
	background: #000000;
	border: 1px solid #bca78a;
	}
#featuredhead {
	width: 95%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#featured {
	width: 95%;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #001001;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#infobox {
	width: 98%;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #E2E2E2;
	background: #061E7B;
	border: 1px solid #7EEDE7;
	}
#carthead {
	width: 125px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#cartbox {
	width: 125px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #001001;
	background: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	}
#cart a {
    text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
}
#cart a:hover {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#cart a:visited{
    text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
}
#searchhead {
	width: 125px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#search {
	width: 125px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #001001;
	background: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	}
#specialhead {
	width: 125px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#special {
	width: 125px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #001001;
	background: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid #000000;
	}
#login {
	width: 95px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #f9b35b;
	background: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 0px solid #f9b35b;
	}
#voucher {
	width: 80%;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background: #f6daf6;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	}
#regi {
	width: 80%;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #f9b35b;
	background: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #f9b35b;
	}

/* Main Menu bar Horizontal  */

#navbar {
	width: 100%;
	height: 20px;
	/*height: 1.5em;*/
	/*margin:0 auto;*/
	margin-botton: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px solid #293f54;
	border-left: 0px solid #293f54;
	border-right: 0px solid #293f54;
	border-bottom: 0px solid #293f54;
	background-color: #CCC;
}

#menubar {
	margin-left: 0em;
	margin-top: 0px;
	height: 15px;
	background-color: #CCC;
	padding-bottom: 10px;
}
#menubar a {
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background: #CCC;
	/*background: #ffffff;*/
   color: #000;
	padding: 0px 15px;
	border: 0px solid #b0c4cb;
	margin-bottom: 0px;
}
#menubar a:hover {
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background: #999999;
	/*background: #ffffff;*/
	padding: 0px 15px;
	color: #000000;
	border: 0px solid #7EEDE7;
	margin-bottom: 0px;
	}
/*#menubar a:visited {
   text-decoration: none;
   text-align: center;
   font-family: verdana;
   font-size: 10px;
   font-weight: bold;
   background: #f9b35b;
   color: #771e00;
   padding: 0px 20px;
   border: 0px solid #b0c4cb;
   margin-bottom: 0px;
}*/
#menubar a#active {
	   text-decoration: none;
   text-align: center;
   font-family: verdana;
   font-size: 11px;
   font-weight: bold;
	/*background: #f6daf6;*/
	background: #ffffff;
    color: #000000;
	padding: 0px 15px;
    border: 0px solid #7EEDE7;
	margin-bottom: 0px;
	}
#navbar1 {
	width: 100%;
	height: 20px;
	/*height: 1.5em;*/
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	background-color: #CCC;
}
#menubar1 {
   margin-left: 0em;
   margin-top: 0px;
   height: 10px;
}
#menubar1 a {
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background: #cccccc;
	/*background: #ffffff;*/
   color: #000;
	padding: 3px 10px;
	/*border: 1px solid #000;*/
	/* border-top-style:dotted;
    border-right-style:solid;
    border-bottom-style:dotted;
    border-left-style:solid;
    border-width:1px;*/
	margin-left: 5px;
}
#menubar1 a:hover {
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background: #999999;
	/*background: #ffffff;*/
	padding: 3px 10px;
	color: #000;
	/*border: 1px solid #cccccc;*/
	margin-bottom: 0px;
	}

#menubar1 a#active {
	   text-decoration: none;
   text-align: center;
   font-family: verdana;
   font-size: 12px;
   font-weight: bold;
	/*background: #f6daf6;*/
	background: #ffffff;
    color: #000000;
	padding: 3px 10px;
    border: 1px solid #cccccc;
	margin-bottom: 0px;
	}
#productshead {
	width: 125px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #cccccc;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	/*border: 1px solid #E2E2E2;*/
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#products {
   width: 125px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	background: #000000;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#products a {
   display: block;
   text-decoration: none;
   text-align: center;
   font-family: verdana;
   font-size: 11px;
   font-weight: bold;
   /*background: #e7dc90;
   background: #f9b35b;*/
   background: #cccccc;
   color: #000000;
   padding: 5px 0px;
   border: 0px solid #b0c4cb;
   margin-bottom: 2px;
}
#products a:hover {
    display: block;
	text-decoration: none;
	text-align: center;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background: #999999;
	padding: 5px 0px;
    color: #000000;
    border: 0px solid #000000;
	margin-bottom: 2px;
	}
/*#products a:visited {
   display: block;
   text-decoration: none;
   text-align: center;
   font-family: verdana;
   font-size: 10px;
   font-weight: bold;
   background: #061E7B;
   color: #E2E2E2;
   padding: .1em 0em;
   border: 1px solid #7EEDE7;
   margin-bottom: 0px;
}*/
#products a#active {
    display: block;
	text-decoration: none;
	text-align: center;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	/*background: #f6daf6;*/
	background: #ffffff;
    color: #000000;
	padding: 5px 0px;
    border: 1px solid #7EEDE7;
	margin-bottom: 2px;
	}
#pagebar {
	width: 98%;
	height: 1.8em;
	padding-top: 3px;
	margin-left: 0em;
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;

}	
/* Page Menu bar Horizontal  */
#pagemenu a {
cursor: pointer;
text-align: center;
font-family: verdana;
font-size: 11px;
font-weight: bold;
background: #ffffff;
color: #641564;
padding: .1em .1em;
/*border: 1px solid #cce5d6;*/
margin: 0px;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
#pagemenu a:hover {
	text-decoration: none;
	cursor: pointer;
    text-align: center;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background: #ffffff;
    color: #000000;
	padding: .1em .1em;
    /*border: 1px solid #19633e;*/
	margin: 0px;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	}
#pagemenu a:active {
	text-decoration: none;
	background: #ffffff;
    color: #ff0000;
	padding: .1em .1em;
    /*border: 1px solid #19633e;*/
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	}
#captchabox {
	width: 480px;
	height: 33px;
	margin-left: 0em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#infobox {
	width: 480px;
	height: 230px;
	margin-left: 0em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 15px;
	background: #ffffff;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#errorbox {
	width: 480px;
	height: 80px;
	margin-left: 0em;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #ffffff;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#messbox {
	width: 480px;
	height: 100px;
	margin-left: 0em;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#addressbox {
	width: 480px;
	height: 110px;
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	/*font-weight: bold;*/
	color: #000000;
	margin-left: 0em;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#addressbox a{
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	/*font-weight: bold;*/
	color: #000000;
}
#addressbox a:hover {
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	/*font-weight: bold;*/
	color: #999999;
}
#addressbox a:visited {
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	/*font-weight: bold;*/
	color: #000000;
}
.tableheader {
    background: #000000;  /* Dark Blue colour  */
    color: #f6daf6;  /* Light Blue colour  */
	font-family: verdana;
    font-size: 12px;
    font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
    border-right: 0px solid #3f7faf; /* Dark Blue colour  */ 
	border-left: 0px solid #3f7faf; /* Dark Blue colour  */ 
	}
.tablelight {
    background: #ffffff; /* Light Blue colour  */ 
    color:#000000;   /* Very Dark Blue colour  */
	font-family: verdana;
    font-size: 12px;
    font-weight: bold;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    border: 0px solid #a3c4dd ; /* Light Blue colour  */ 
	}
.tablelightd {
    background: #ffffff; /* Light Blue colour  */ 
    color:#000000;   /* Very Dark Blue colour  */
	font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
    border: 0px solid #a3c4dd ; /* Light Blue colour  */ 
	}
.tablelist {
    background: #ffffff; /* Light Blue colour  */ 
    color:#000000;   /* Very Dark Blue colour  */
	font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
    border: 0px solid #3f7faf; /* Dark Blue colour  */ 
	}

.tablelistd {
    background: #ffffff; /* Dark Blue colour  */ 
    color: #000000;  /* Light Blue colour  */
	font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
    border: 0px solid #3f7faf; /* Dark Blue colour  */ 
	}

 /************** .general styles ***************/
 
  
a:link {
	text-decoration: none;
	color: #00F;
	font-size: 11px;
	font-family: verdana;
}
a:visited {
	text-decoration: none;
	color: #90F;
	font-size: 11px;
	font-family: verdana;
}
a:hover {
	text-decoration: none;
	color: #F00;
	/*color: #3E8F9B;*/
	font-size: 11px;
	font-family: verdana;
}

textarea {
	scrollbar-3dlight-color:#CCC;
	scrollbar-arrow-color:#CCC;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#CCC;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#999999;
	text-align:justify;
	border: 1px solid #000000;
	background: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}  
 
INPUT {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
font-family: verdana;
font-weight: bold;
font-size: 10pt;
} 

html,  h1, h2, h3,  h4 {
	margin: 0;
	padding: 0;
	border-width: 0;
}

h1 {
   color: #000000;
   font-weight: bold;
   font-family: verdana;
}
h2 {
   color: #000000;
   font-weight: bold;
   font-family: verdana;
}
h3 {
   color: #000000;
   font-family: verdana;
   font-weight: bold;
   font-size: 16px;
}
h4 {
   color: #000000;
   font-weight: bold;
   font-family: verdana;
   font-size: 10pt;
} 

/* Individual Styles  */
.style1 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	}
.style2 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	}
.style3 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #b0c4cb;
	}
.style26 {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.style27 {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #ff0000;
}
.style28 {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background:#ffffff;
}
.style29 {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color: #ff0000;
	background:#ffffff;
}
.style30 {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #ff0000;
	background:#ffffff;
}
.style31 {
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}
.style55 {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}
.style62 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	}
.style126 {
	font-family:  verdana;
	font-size: 10px;
	font-weight: bold;
	color: #641564;
}
.style127 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #f7be79;
}

.style127 {
	font-family:  verdana;
	font-size: 9px;
}
.style128 {
    color: #D9D59B;
	font-family:  verdana;
	font-size: 10px;
}
.style129 {
	font-size: 12px;
	font-weight: bold;
	font-family:  verdana;
	color: #000;
}
.style130 {
	font-family:  verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.style133 {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style134 {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.style139 {
	font-family:  verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.style140 {
	font-family:  verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#scroll {
	width: 560px;
	height: 485px;
	overflow: auto;
	padding: 5px;
	text-align:justify;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	scrollbar-3dlight-color:#CCC;
	scrollbar-arrow-color:#CCC;
	scrollbar-base-color:#666;
	scrollbar-darkshadow-color:#666;
	scrollbar-face-color:#666;
	scrollbar-highlight-color:#CCC;
	scrollbar-shadow-color:#999;
}
.styleBold {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}
.styleBoldOnly {
	font-weight: bold;
}
.text_justify {
	text-align: center;
}

