@charset "windows-1253";
/* CSS Document */
html, body {
	margin:0px;
	font-family:Tahoma, Verdana;
	color:#FFF;
	background-color:#000;
	background-image:url(img_index/bgline.jpg);
	background-repeat:repeat-x;
}
.mainTable {
	background:url(img_index/mainTableBG.jpg) repeat-y;
	border: 1px solid black;
}
.mainTD {
	background:url(img_index/header3.jpg) no-repeat;
	width:775px;
}
P,p {
	font-size:10px;
}
H5,h5 {
	font-size:11px;
	color:#ffffff;
}
H4,h4 {
	font-size:12px;	
}
H3,h3 {
	font-size:13px;
	font-style:italic;
}
H2,h2 {
	font-size:14px;
}
H1,h1 {
	font-size:15px;
}
P, p, H5,h5, H4,h4, H3,h3, H2,h2, H1,h1 {
	margin:0px;
}
.bottomLink {
	cursor:pointer;
	font-family:Tahoma;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.bottomLink:hover {
	color:#999;
	text-decoration:none;	
}
.headerTXT {
	font-family:Arial;
	font-size:12px;
	color:#333;
}
.pLink {
	cursor:pointer;
	text-decoration:underline;
	color:#ab000a;	
}
.pLink:hover {
	color:#d70000;
}
.categoryitems {
	margin:5px;
	width:560px;	
}
.menuheader {
	cursor:pointer;
	width:560px;
	color:#cf000c;
	text-decoration:none;
}
.menuheader:hover {
	cursor:pointer;	
	color:#830001;
	text-decoration:none;	
}
.thumbIMG {
	border:1px solid white;
}
.thumbIMG:hover {
	border:1px solid red;
}
.inputText {
	font-family:Tahoma, Verdana;
	border:1px solid red;
}
.iliveLink {
	text-decoration:none;
	color:#000;
}
.iliveLink:hover {
	color:#cf000c;
	text-decoration:underline;
}