 /*
 * LYNDON DESIGN
 *
 * Subject to copyright.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
	color: #999;
	background-color: #fff;
	text-align: center;
	font-family: "Gill Sans MT", "gill sans", helvetica, arial, sans-serif;
	font-size: smaller;
}

a {
	color: #f9b017;
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: underline;
}
a.plain {
	color: #999;
	text-decoration: none;
}
a.plain:hover {
	color: #f9b017;
	text-decoration: underline;
}

ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
} 

.wai {
	display: none;
}

/* PAGE LAYOUT */

.page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 940px;
}

#blank {
	margin: 10px;
	text-align: left;
}

/* HEADER */

#header {
	color: #999;
	background-color: #eee;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#header h3 a {
	display: block;
	margin: 0 auto;
	background: url(../img/lyndon-design.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	width: 90px;
	height: 90px;
}

/* MAIN NAVIGATION */

#nav {
	margin-top: 15px;
	float: left;
}
#nav li {
	line-height: 21px;
	display: inline;
	margin-right: 1.5em;
}
#nav a {
	color: #000;
}
#nav a:hover,
#nav .select a {
	text-decoration: none;
	color: #f9b017;
}

/* PRODUCT SEARCH */

#find {
	margin-top: 15px;
	float: right;
}
#find .text {
	top: 1px;
	position: relative;
	height: 14px;
	color: #ccc;
	border: 1px solid #ccc;
}
#find .submit {
	top: -1px;
	position: relative;
	border: none;
	background-color: #999;
	color: #fff;
	font-size: smaller;
	width: 2em;
	height: 16px;
	display: none;
}

/* SIDE NAVIGATION */

#sidenav {
	left: 0;
	position: absolute;
	font-size: 90%;
	line-height: 130%;
	width: 180px;
	z-index: 49;
}

#sidenav h4 {
	font-size: 100%;
	font-weight: normal;
	color: #f9b017;
}

#sidenav a {
	color: #999;
}
#sidenav a:hover,
#sidenav .select a {
	text-decoration: none;
	color: #f9b017;
}
#sidenav ul li {
	padding-left: 13px;
}
#sidenav ul li.expandable {
	background: url(../img/menu-closed.gif) 0 2px no-repeat;
}
#sidenav ul li.open {
	background: url(../img/menu-open.gif) 0 2px no-repeat;
}

#sidenav ul ul {
	display: none;
	margin-left: 1em;
}

#sidenav ul .open ul {
	display: block;
}
#sidenav ul ul li {
	background: none;
}

/* CONTENT */

#content {
	position: relative;
	height: 460px;
}
html>body #content {
	min-height: 460px;
	height: auto;
}
#content.withnav {
	margin-left: 180px;
	width: 760px;
}

#content h1 {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin-bottom: 1em;
}
#content h2 {
	font-size: 100%;
	font-weight: normal;
	color: #f9b017;
	margin-bottom: 1em;
}

#content input[type='text'],
#content input[type='password'] {
	color: #999;
	border: 1px solid #999;
	margin: 1px 0;
}
html>body #content textarea {
	color: #999;
	border: 1px solid #999;
	margin: 1px 0;
}

#content .formfield {
	width: 300px;
}
#content .small {
	font-size: 80%;
}

#content .record {
	background: #f8f8f8;
}
#content a.inactive {
	color: #ccc;
}
#content .invalid {
	color: #800;
	background: #fff8f8;
}
#content .valid {
	background: #f8fff8;
}

.button, .cancel, .button_delete {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	font-weight: bold;
	background-color: #666;
}
.cancel {
	color: #fff;
	background-color: #aaa;
}
.button_delete {
	font-weight: bold;
	color: #fff;
	background-color: #800;
}

/* HOME */

.home li {
	float: left;
	margin: 60px 30px 0 0;
	background: 0 0 no-repeat;
	width: 160px;
}

.home li a {
	display: block;
	width: 160px;
	padding-top: 180px;
	height: 20px;
	text-decoration: none;
	color: #000;
}
#content .home li a:hover {
	text-decoration: none;
}

.home li a span {
	color: #999;
	background: #fff;
	position: absolute;
	text-align: right;
	width: 380px;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}

.home li a span {
	visibility: hidden;
}
.home li a:hover span {
	visibility: visible;
}

.notfound {
	position: absolute;
	text-align: right;
	width: 380px;
	bottom: 20px;
	right: 30px;
	z-index: 99;
}

/* LISTING */

#listing {
	width: 760px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

#listing .viewport {
	margin-top: 1em;
	position: relative;
	width: 10000px;
}

#listing ul {
	margin-top: -30px;
	width: 760px;
	float: left;
}

#listing ul li {
	float: left;
	margin: 50px 30px 0 0;
	background: left bottom no-repeat;
	width: 160px;
}
#listing ul li a {
	display: block;
	width: 160px;
	text-decoration: none;
	position: relative;
	color: #000;
}

#listing ul li.wide,
#listing ul li.wide a {
	width: 320px;
}


#listing ul li a span {
	position: absolute;
	bottom: -1.2em;
}

#listing .pager {
	top: 0;
	right: 0;
	position: absolute;
}
#listing .pager li {
	float: left;
	margin-left: .5em;
}
#listing .pager a {
	color: #999;
}
#listing .pager .select a {
	color: #f9b017;
}

#listing .info {
	position: absolute;
	text-align: right;
	width: 380px;
	bottom: 20px;
	right: 0;
	z-index: 99;
}

/* PRODUCT DETAILS */

div#product {
	height: 450px;
}

#product .image span {
	height: 450px;
	width: 450px;
	background: #fff;
	display: table-cell;
	/*vertical-align: middle;*/
	text-align: center;
}

#product .image {
	height: 450px;
	width: 450px;
	background: #fff 0 0 no-repeat;
	text-align: center;
}

#product .spec a span {
	color: #999;
	display: block;
	padding-left: 28px;
	line-height: 24px;
	height: 24px;
	background: url(../img/zoom.gif) 0 0 no-repeat;
}

#product .image img {
	/*vertical-align: middle;*/
	text-align: center;
}

#product .details {
	width: 238px;
	position: absolute;
	right: 0;
	top: 0;
}

#product a {
	color: #999;
}
#product a:hover,
#product .select a {
	text-decoration: none;
	color: #f9b017;
}

#product .options {
	top: 360px;
	position: absolute;
}

#product .details span {
	float: left;
	width: 110px;
}

#product .downloads {
	margin-top: 2em;
}

#product .thumbs {
	top: 400px;
	position: absolute;
	margin-left: -2px;
	width: 242px;
}
html>body #product .thumbs {
	width: 240px;
}
#product .thumbs li {
	float: left;
	margin-left: 2px;
}
#product .thumbs a {
	border: 2px solid #ccc;
	width: 50px;
	height: 50px;
	padding: 2px;
	display: block;
	vertical-align: middle;
	text-align: center;
	display: block;
}
#product .thumbs .select a,
#product .thumbs a:hover {
	border: 2px solid #f9b017;
}

/* NEWS ARTICLE */

#news .image {
	float: left;
	margin: 0 30px;
}

#news .details {
	display: table;
}

#news h2 span {
	color: #999;
}

#news .link {
	margin-top: 1em;
}
#news .link a {
	color: #f9b017;
}

/* FOOTER */

#footer {
	font-size: 90%;
	margin-top: 30px;
	padding-top: 1em;
	border-top: 2px solid #ccc;
}

#footer li {
	display: inline;
	margin-right: .5em;
}
#footer a {
	color: #999;
}
#footer a:hover {
	text-decoration: none;
	color: #f9b017;
}

#footer .small-print {
	float: left;
}

#footer .web-standards {
	float: right;
	text-align: right;
	margin-right: -.5em;
}