@CHARSET "ISO-8859-1";

/* GENERAL
**********/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

body {
	background: #666666;
	color: #333333;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

img {border: none;}

a img {
	border: 1px solid #666;
	margin: 5px 10px 10px 10px;
	}

a img:hover {border: 1px solid red;}

#container {
	background: white;
	margin: 0px auto;
	width: 980px;
	}

a {text-decoration: none;}
a:visited {color: blue;}
a:hover {color:red;}

.hideFromScreen {display:none;}

span.red {color: red;}
span.lt {text-decoration: line-through;}

/* HEADER
*********/

#topbar {
	background: black url('../graphics/header.gif') repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	height: 20px;
	overflow: hidden;
	text-align: center;
	}

#topbar ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0px 0px 0px;	
	}

#topbar li {
	display: inline;
	margin: 0px 8px 0px 0px;
	}

#topbar a {color: white; text-decoration: none;}
#topbar a:hover {color: white; text-decoration: underline;}

#header {
	background: #155793 url('../graphics/header.gif') 0px -20px repeat-x;
	color: white;
	height: 80px;
	overflow: hidden;
	}

#header h1 {
	background: url('../graphics/logo.png') no-repeat;
	float: left;
	height: 67px;
	margin: 7px 10px 0px 10px;
	width: 304px;
	}

#header h1 a {
	display: block;
	height: 67px;
	width: 100%;
	}

#header_contact {
	float: left;
	padding: 15px 50px 0px 10px;
	}

#search_form {
	float: left;
	font-family: Arial;
	margin-left: 30px;
	padding: 18px 0px 0px 0px;
	}

#q {width: 200px; margin: 3px 10px 0 0; float: left;}

#menu {
	background: #CCCCCC url('../graphics/header.gif') 0px -100px repeat-x;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	height:25px;
	position:relative;
	width:100%; 
	}

#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width: 100%;
	}

#menu li {
	border-right: 1px solid gray;
	display: inline;
	float:left;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	position:relative;
	}

#menu li > ul {
	display: none;
	left:0px;
	position: absolute;
	top: 25px;
	width: 135px;
	}

#menu li li {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 0px;
	width: 135px;
	}

#menu li li:first-child {
	border-top: 1px solid gray;
	}

#menu ul ul ul{
	left: 135px;
	top: -1px; 
	width: 135px;
	}

#menu ul ul ul.left {left:-135px;}
#menu ul li:hover ul, #menu li a:hover ul{display: inline;}
#menu li:hover li ul{display: none;}
#menu li:hover li:hover ul{display: inline;}

#menu li a {
	color: black;
	font-family: Arial, Sans-Serif;
	font-weight: bold; 
	}

#menu li:hover li a,
#menu li:hover li:hover li a {
	background: white;
	border-bottom: 1px solid gray;
	color: blue;
	font-size: 8pt;
	font-weight: normal;
	width:128px;
	}

#menu li:hover li a {padding: 8px 2px 8px 5px;}
#menu li:hover li:hover li a {padding: 4px 2px 4px 5px;}
	
#menu li:hover a,
#menu li:hover li:hover a,
#menu li:hover li:hover li:hover a {
	background: #EBEBEB;
	color: red;
	}

#menu a {
	display:block; 
	width:100%;
	}

/* CONTENT
**********/

#cart {
	background: white;
	padding: 8px 0px 0px 10px;
	margin: 0px;
	}

#cart select {width: 400px;}

#body {
	background: white;
	clear: both;
	height: 100%;
	}

#left_column {
	float: left;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
	width: 180px;
	}

#left_column div {
	background-color: #F5F5F5;
	border: 1px solid #CACACA;
	margin: 10px 0 15px 0;
	padding: 5px 0 0 5px;
	}

#left_column p,
#left_column ul {font-size: 8pt;}

#content {
	float: right;
	padding: 0px 10px 5px 10px;
	width: 760px;
	}

#content h1 {
	border-bottom: 1px solid #D3D5D4;
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	}

/* PAGENUMBERS 
*********/

.pages {clear: both;}

.pages a {
	background-color: #F5F5F5;
	border: 1px solid blue;
	padding: 2px 5px 2px 5px;
	margin-right: 3px;
	}

.pages a:hover {border: 1px solid red;}

.pages span {
	background-color: #F5F5F5;
	border: 2px solid black;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-right: 3px;
	}


/* FOOTER 
*********/

#footer {
	background: black url('../graphics/sareskoski.gif') no-repeat center left;
	clear: both;
	color: white;
	padding: 5px 5px 5px 280px;
	}

#footer a {color: white; text-decoration: none;}
#footer a:hover {color: white; text-decoration: underline;}