/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0;
	text-align: center;
	vertical-align : top;
} 

#fixcenter {
	width: 800px;
	background-color : #FFFFFF;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #666666;
}

h1 { 
	font-size : 14px;
	font-weight: bold;
} 

h2 { 
	font-size : 12px;
	font-weight: bold;
	text-decoration:underline;
} 

#topbanner
{
	width : 800px;	
	text-align : center;
	background-color : #666666;
	margin:0 auto; 

}

#topbar
{
	width : 800px;
	height : 15px;
	background-color : #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	text-align: left;
	vertical-align: middle;
	padding:0px;
	margin:0 auto;
	background-image: url(top-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:101px;
	background-color: #FFFFFF;
	width: 100%;
   }

#toplist{
	text-align : center;
	vertical-align : middle;
	width : 800px;
	height : 30px;
	font-size : 14px;
	background-color : #666666;
	margin : 0px;
	font-weight : bold;
}

#toplist A { 
	color : #FFFFFF;
	font-weight : bold;
	text-transform:uppercase;
	text-decoration : none;
	text-align:justify;
	text-indent: 20PX;
} 
#toplist A:hover { 
	color : #66CCCC;
	text-decoration : none;
	
} 


#flash
{
	text-align: center;
	width : 800px;
	height : 150px;
	padding-top : 5px;
	margin:0 auto; 
	vertical-align: middle;
}

#contents
{
	text-align: left;
	width : 800px;
	margin:0 auto; 
	vertical-align: middle;
}

#mainTable
{
	width: 100%;
	text-align:center;
}

#ContactTable
{
	width: 790px;
}
#SalesTable
{
	width: 790px;
	vertical-align:top;
}

TD.sales
{
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}


#topListTable
{
	width: 600px;
	text-align:center;
	vertical-align:middle;
}

TH.about
{
	background-image:url(about-bg.png);
	letter-spacing: 2px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-indent: 10px;
	color:#666666;
	height: 47px;
	width: 234px;
}

.about A {

	letter-spacing: 2px;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align:middle;
	text-align: center;
	text-indent: 10px;
	color:#666666;
	text-decoration: none;

}
.about A:hover{

	text-decoration: none;
	font-weight: bolder;
	color: #333333;


}

TD.more
{
	background-color:#99CCCC;
	width: 234px;
	height: 310px;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}

.more A {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #0000FF;
	text-decoration: none;

}
.about A:hover{

	text-decoration: none;
	font-weight: bolder;
}


#footer
{
	text-align:center;
	width : 800px;
	padding : 0px;
	margin:0 auto; 
	vertical-align: middle;
	font-size:9px;
	color:#666666;
}