﻿/* This CSS is written by Jeffry Liando */
body {
	background: #ddddff;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 10px 0 0 0;
}
#container {
	margin: 0 auto;
	clear: both;
	background: #ddddff url('http://lyfords.co.nz/images/styleCSS/container.png') repeat-y;
	padding: 0;
	width: 970px;
}
#header {
	background: transparent url('http://lyfords.co.nz/images/styleCSS/header.png') no-repeat top;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	color: #ffffff;
	font-size: 22px;
}
#searchbox {
	height: 60px;
	margin: 10px;
	background: #transparent;
	padding: 5px;
	float: right;
	font-size: 11px;
}
#menu {
	background: transparent url('http://lyfords.co.nz/images/styleCSS/menualink.jpg') repeat-x top;
	padding: 0;
	margin: -5px 0 0 6px;
	height: 35px;
	width: 958px;
}
#sidebar {
	background: transparent;
	float: left;
	clear: both;
	font-size: 100%;
	margin: 0 0 0 5px;
	padding: 10px;
	width: 200px;
}
#main {
	background: transparent;
	float: left;
	padding: 15px;
	margin: 10px 10px 0 10px;
	width: 680px;
}
.box {
	padding: 5px;
	margin: 0;
	background: #ddddff;
}
a img {
	background: transparent;
	border-width: 0;
	margin: 0;
	padding: 2px;
}
a:link, a:visited, #main a:link, #main a:visited {
	color: #0000cc;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	background: #ffcc44;
	color: #000066;
	font-style: normal;
	text-decoration: none;
}
#header a:link, #header a:visited {
	color: #fff;
}
h2.sidebar-title {
	background: #000099 url('http://lyfords.co.nz/images/styleCSS/h2title.png') repeat-x top;
	color: #fff;
	height: 15px;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 5px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	color: #000044;
	background: #ddddff;
	margin: 0;
	padding: 2px 5px 2px 5px;
	display: block;
}
#sidebar ul li a:hover {
	background: #ffcc44;
	color: #000077;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-top: 1px solid #666;
}
.login {
	text-align: center;
	padding: 10px;
	margin: 7px;
}
.login a:visited {
	background: #000077 url('http://lyfords.co.nz/images/styleCSS/menualink.jpg') repeat-x top;
	color: #fff;
	padding: 10px;
	margin: 7px;
}
#sidebar .login a:link {
	background: #000077 url('http://lyfords.co.nz/images/styleCSS/menualink.jpg') repeat-x top;
	color: #fff;
	padding: 10px;
	margin: 7px;
}
#sidebar .login a:hover {
	background: #000077 url('http://lyfords.co.nz/images/styleCSS/menuahover.jpg') repeat-x top;
	color: #ddd;
	padding: 10px;
	margin: 7px;
}
#footer {
	background: #000099 url('http://lyfords.co.nz/images/styleCSS/footer.png') no-repeat top;
	color: #ddddff;
	clear: both;
	margin: 0;
	font-size:11px;
	padding: 25px 0 0 0;
	height: 170px;
	width: 100%;
}
#footer a:link, #footer a:visited {
	color: #ddddff;
	text-decoration: none;
}
#footer a:hover {
	background: #ffcc44;
	color: #000066;
	font-style: normal;
	text-decoration: none;
}
#footerleft {
	float: left;
	margin: 0;
	padding: 20px;
	width: 440px;
}
#footerright {
	float: right;
	margin: 0;
	padding: 20px;
	width: 440px;
}
h1 {
	color: #000077;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #000044;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h3 {
	color: #cc3300;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
	font-size:12px;
    text-decoration:none;
    top: 5px;
    margin: 2px;
    padding:2px 25px 2px 25px;
    background: #ddddff;
    border:1px solid #333;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:22px; left:0px;
	padding: 10px;
	width:200px;
	background: #ffcc44;
	color:#000;
	text-align: left;
    text-decoration:none;
    font-weight:normal;
   	border: 1px solid #000099;
}
a.tt:hover span.top{
	display: block;
	padding: 10px;
	border: 5px solid #cc0000;

}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 10px;
	border: 5px solid #cc0000;
}
a.tt:hover span.bottom{
	display: block;
	padding: 10px;
	border: 5px solid #cc0000;
}

