/*
 *SECTION 1: General Properties
 */

/*
 * HTML/Body
 */

html,body {
	margin: 0;
	padding: 0;
	background:#000000 transparent url(images/mainbackground.jpg) top left repeat-xy;
}

/*
 * For Text Box Scroll
 */
 
.clScroll{position:absolute; top:0; font-size:9pt; left:0; font-family:verdana,arial,sans-serif; color: #ffffff; visibility:hidden; line-height: 1.75;}

/*
 * General table properties.
 */
 
table {
	width: 100%;
	height: 100%;
}

/*
* Following is hack for IE table centering
*/

td {
	vertical-align: middle;
	text-align: center;
}

td.lefttext{
	text-align: left;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

td.leftright{
	text-align: right;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

td.login {
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

/*
 * General image properties
 */
 
img {
	border: none;
}

/*
 * Div Properties
 */
 
 div {
	border: 0px solid #ffffff;
}

div.indexContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 797px;
	background: transparent url(images/background.jpg) top center no-repeat;
}

div.text {
	position: absolute;
	top: 210px;
	left: 250px;
	width: 440px;
	height: 400px;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

div.arrows {
	position: absolute;
	top: 230px;
	left: 720px;
	width: 15px;
	height: 9px;
}

div.main {
	position: absolute;
	visibility: hidden;
	top: 150px;
	left: 200px;
	width: 113px;
	height: 177px;
}

div.plhNav{
	position: absolute;
	top: 232px;
	left: 45px;
	width: 15px;
	height: 9px;
}

/*
 * Link Properties
 */

  	A {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration:underline;}
 	A:visited {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A:active {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A:hover {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration: none; background-color: #ffffff;}
 
 	A.body {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration:underline;}
 	A.body:visited {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A.body:active {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A.body:hover {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration: none; background-color: #ffffff;}

  	A.images:hover {background-color: transparent;}

 /*
 * Form Properties
 */
 
   input.form1 {
   font-family: verdana,tahoma,arial,sans-serif; 
   font-size: 10px; 
   color: #000000; 
   border-width:1px; 
   border-color:#000000;
   }
   
  textarea.form1 {
  font-family: verdana,tahoma,arial,sans-serif; 
  font-size: 10px; 
  color: #000000; 
  border-width:0px; 
  border-color:#000000;
  }
  
  select.form1 {
  font-family: verdana,tahoma,arial,sans-serif; 
  font-size: 10px; 
  color: #000000;
  }
  
  option.form1 {
  font-family: verdana,tahoma,arial,sans-serif; 
  font-size: 8px; 
  color: #000000;
  border: 0px solid;
  border-color: #ffffff;
  }
  
  input.form1{
   color: #000000;
   font-family: verdana,tahoma,arial,sans-serif; 
   font-size: 9px;
   background-color: #ffffff;
   border: 0px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   }
   
   input.form1submit{
   color: #ffffff;
   width: 62px;
   height: 16px;
   font-family: verdana,tahoma,arial,sans-serif; 
   font-size: 8px;
   background-color: #005a74;
   border: 0px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   background: transparent url(images/buttons/submit.gif) top left no-repeat;
   }
   
   input.form1submitsmall{
   color: #ffffff;
   width: 50px;
   height: 10px;
   font-family: verdana,tahoma,arial,sans-serif; 
   font-size: 8px;
   background-color: #005a74;
   border: 0px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   background: transparent url(images/buttons/submitsmall.gif) top left no-repeat;
   }
  
   input.buynowsubmit{
   color: #ffffff;
   width: 62px;
   height: 16px;
   font-family: verdana,tahoma,arial,sans-serif; 
   font-size: 8px;
   background-color: #005a74;
   border: 0px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   background: transparent url(images/buttons/buy_now.gif) top left no-repeat;
   }