@charset "UTF-8";
/* CSS Document */

body 
{
	background-color:#cc0000;
	background-image: url("edited/bg.jpg");
	background-repeat: no-repeat;
	background-position:center top;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000;}
a:active {color:#000000;}

.mainTable
{
	width:817px;
	height:641px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	overflow:scroll;
}
.logo
{
	width:816px;
	height:91px;
}
.linkText
{
	width:234px;
	height:167px;
	background-image:url("edited/index_link_bg.jpg");
	font-size:18px;
	background-position:top;
	border-collapse:collapse;
	background-color:#0000FF;
}
.icon
{
	width:234px;
	height:382px;
	background-image:url("edited/index_icon_bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
}
.text
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.productsText
{
    font-size:12px;
	width:550px;
	height:290px;
	overflow:auto;
}
.test
{
	width:582px;
	height:521px;
}
.productsTable
{
width:500px;
border-width:1px;
border-collapse:collapse;
border-top:solid;
border-style:solid;
border-color:#000000;
}
table.productsTable td
{
border-width:1px;
border-collapse:collapse;
border-style:dotted;
border-color:#000000;
height:25px;
text-align:left;
}
.productsTableTitle
{
background-color:#999999;
font-weight:bold;
font-size:16px;
height:30px;
}
.productsTableHeader
{
background-color:#cccccc;
font-weight:bold;
height:25px;
}
.productsTableOdd
{
background-color:#CCCCCC;
}
.bottomText
{
	font-size:9px;
}
.bottomImgs
{
	width:582px;
	height:20px;
}
.sideLinks
{
	width:234px;
	height:382px;
	background-image:url("edited/index_icon_bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	font-size:14px;
}
.redstar
{
color:#CC0000;
}