@charset "utf-8";
/* CSS Document */
img {
	behavior: url(iepngfix.htc);
	text-align: center;
}

@font-face {
font-family: Siple;
font-style:  normal;
font-weight: normal;
src: url(fonts/SIPLE3.eot);
}
@font-face {
font-family: Steiner;
font-style:  normal;
font-weight: normal;
src: url(fonts/STEINER2.eot);
}
@font-face {
font-family: Siple;
font-style:  normal;
font-weight: 700;
src: url(fonts/SIPLE2.eot);
}
@font-face {
font-family: Siple;
font-style:  oblique;
font-weight: normal;
src: url(fonts/SIPLE1.eot);
}
@font-face {
font-family: Siple;
font-style:  oblique;
font-weight: 700;
src: url(fonts/SIPLE0.eot);
}
@font-face {
font-family: Steiner;
font-style:  oblique;
font-weight: normal;
src: url(fonts/STEINER1.eot);
}
@font-face {
font-family: Steiner;
font-style:  oblique;
font-weight: 700;
src: url(fonts/STEINER0.eot);
}
body {
	margin:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.fundal {
	background-image:url(images/splash_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color:#60C2F5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #60C2F5;
}
a:hover {
	text-decoration: underline;
	color: #60C2F5;
}
a:active {
	text-decoration: underline;
	color: #60C2F5;
}
.prod_link a:link {
	color:#C28727;
	text-decoration: none;
}
.prod_link a:visited {
	color: #C28727;
	text-decoration: none;
}
.prod_link a:hover {
	text-decoration: underline;
	color: #C28727;
}
.prod_link a:active {
	text-decoration: underline;
	color: #C28727;
}
.splash_menu td {
	font-family:Steiner, Helvetica;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0px;
}
.splash_menu a:link {
	color:#60C2F5;
	text-decoration: none;
}
.splash_menu a:visited {
	text-decoration: none;
	color: #60C2F5;
}
.splash_menu a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#60C2F5;
}
.splash_menu a:active {
	text-decoration: none;
	color: #000000;
	background-color:#60C2F5;
}
.menu td {
	font-family:Steiner, Helvetica;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
}
.menu a:link {
	color:#60C2F5;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #60C2F5;
}
.menu a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#60C2F5;
}
.menu a:active {
	text-decoration: none;
	color: #000000;
	background-color:#60C2F5;
}

.back_link td {
	font-family:Steiner, Helvetica;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0px;
}
.back_link a:link {
	color:#000000;
	text-decoration: none;
}
.back_link a:visited {
	text-decoration: none;
	color: #000000;
}
.back_link a:hover {
	text-decoration: underline;
	color: #000000;
}
.back_link a:active {
	text-decoration: none;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
h4 {
	color:#60C2F5;
}
h5 {
	color:#60C2F5;
}
.list {
	font-size:11px;
	color:#CCCCCC;
}
.list li {
	list-style:disc;
	list-style-position:inside;
	list-style-image:none;
	line-height:16px;
}
.list li:hover {
	list-style:circle;
	list-style-position:inside;
}
.list a {
	background-color:transparent;
}
.list a:link {
	color:#CCCCCC;
	text-decoration: none;
}
.list a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.list a:hover {
	color: #60C2F5;
	text-decoration: underline;
}
.list a:active {
	color: #60C2F5;
	text-decoration: none;
}
.title {
	font-size:17px;
	color: #60C2F5;
}
.content {
	font-size:10px;
}
.input {
	background:url(images/input_bg.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:11px;
	width:266px;
	height:19px;
	border:0px;
}

.textarea {
	background:url(images/textarea_bg.gif);
	color:#FFFFFF;
	padding:10px;
	font-size:11px;
	width:266px;
	height:78px;
	border:0px;
	overflow:auto;
}

/* Products Subcategories */
.list .scategs { height: 60px; margin: 0; padding: 0; margin-bottom: 25px; float: left }
.list .scategs a { font-size: 10px }
.list .scategs a img { float: left; border: none; margin-right: 7px; }

#fl_d  			{ position:fixed; right:10px; bottom:10px; background-color:#333; color:#CCC; border:2px solid #CCC; font-size:10px; font-family:Verdana, Geneva, sans-serif; min-width:250px; max-width:400px; display:none; }
#fl_d a 		{ color:#CCC; text-decoration:none; }
#fl_d a:hover 	{ color:#CCC; text-decoration:underline; }
#fl_d ul 		{ padding-left:5px; font-weight:bold; text-align:left; }
#fl_d li 		{ padding-left:10px; list-style-position:inside; font-weight:normal; white-space:nowrap; }
#fl_h 			{ background-color:#000; color:#999; padding:5px; cursor:pointer; }
#fl_h div 		{ float:right; }
#fl_c 			{ height:250px; overflow-y:auto; overflow-x:hidden; padding:0px 15px 5px 5px; }

