/*---------------css styles--------------------*/
	body
	{
		padding:0px;
		margin:0px;
		font: 80% tahoma,arial,sans-serif;
		color: #666666;
		background-color:#fff;
		line-height: 150%;
		overflow: -moz-scrollbars-vertical;
	}
		
	a { 
		color: #8A1817; 
		font-weight: bold; 		
	}
	a:link { 
		color: #8A1817; 
		text-decoration: none;
		font-weight: bold; 		
	}
	a:visited { 
		color: #8A1817; 
		text-decoration: none;
		font-weight: bold; 		
	}
	a:active { 
		color: #8A1817; 
		text-decoration: none;
		font-weight: bold; 		
	}
	a:hover {
		color: #8A1817;
		text-decoration: underline;
		font-weight: bold; 		
	}
	
	h1
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 140%;
		font-weight: normal; 
		color: #333333;
		margin:10px;
		padding:0px;
	}
	
	h2
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 120%;
		font-weight: normal; 
		color: #8A1817;
		line-height: 165%; 
	
	}
	
	h3
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 120%;
		font-weight: normal; 
		color: #666666;
		margin:10px;
		padding-left:10px;
	}
	
	h4
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 110%;
		font-weight: normal;
		font-style: italic;
		color: #666666;
		margin:10px;
		padding:0px;
	}
	
	.latest-news
	{
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 120%;
		font-weight: normal; 
		color: #666666;
		margin:0px;
		padding-left:10px;
	}
	
	.line{
		border-top:1px solid #999999; 
		width:100%;
		height:15px;
	}

	.bgMenu {
		background-image:url(../images/bg_header.jpg);
	}
	
	.title {
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 120%;
		font-weight: normal; 
		color: #666666;
	}

	/* CONTAINERS */
	.container{
		border-left:1px solid #999999;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		width:820px;
	 }
	 
	 .container-left{
		border-right:1px solid #999999;
		width:220px;
	 }
	 
	 .container-middle{
		 width:420px;
	 }
	 
	 .container-right{
		width:180px;
		border-left:1px solid #999999;
	 }
	 .box-middle{
		padding-left:10px; 
		padding-right:10px; 
		padding-bottom:10px; 
		height:70px;
	 }

	 .container-content-middle{
		width:640px;
		padding:10px;
	 }
	 
	 .content-left{
		padding-left:13px; 
		padding-right:10px; 
		padding-bottom:10px;
		width:195px;
	  }
	  
	/* CONTAINERS ENDS */

	.blockOne {
		padding: 12px;
		width:614px;
		float:left;
		border-right:1px solid #999;
		min-height: 700px;
	}
	
	.welcome{
		padding-left:10px; 
		padding-right:10px; 
		padding-bottom:10px;
	}
	#flashcontent
		{
		border:2px solid #7777777;
		padding:9px;
	}
	
	.div-ebay{
		padding-left:10px;
	}

	#search {
		font-weight: bold;
		font-size:90%;
		color:#fff;
	}
	
	#advanceSearch, #login {
		font-size:90%;
		color:#fff;
		text-decoration:underline;
	}

	.textMenu {
		position:relative;
		left:-70px;
	}
	.menu {
		font-size:120%;
		text-align:center;
		height:60px;
		padding: 45px 0 0 0;
		font-weight: normal;
	}
	.menu a{
		color:#fff;
		text-decoration:none;
	}
	.menu a:hover {
		color: #ccc;
		margin: 0px 0 0 0px;
	}
	
	.subMenu {
		font-size:110%;
		line-height: 155%;
		color:#333333;
		font-weight: normal;
		padding:0px;
	}
	.subMenu a{
		color:#333333;
	}
	.subMenu a:hover {
		color: #333333;
		text-decoration:underline;
	}




	

/* Forms */
fieldset { 
	margin: 2em 0 0 0;
	padding: .5em;
	border: 1px solid #777; }

legend {
	padding: 10px;
	color: #777;
	font-weight:bold;
	}
  
label { 
	font-size: 12px;
	margin: 12px 0 0 0;
	text-align:right; 
	font-weight:bold;
	}

select, option {
	font-family: arial;
	font-size: 12px;
}

    /*
    Alpha PNG support for IE
    ------------------------------
    \*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+(this.src="/images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }

