@import "menu.css";
@import "slideshow.css";

body, html {
	background-color: #242424;
	color: white;
	font-family: sans-serif;
	font-size: 90%;
	margin: 5px 0;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#pagecontent {
	background: url('../images/page_bg.png') black repeat-x bottom left;
	position: relative;
}

#header {
	background: url('../images/header.png') #e86914 no-repeat top center;
	height: 54px;
	color: black;
	padding: 15px 25px;
}

#header h1 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;

	position: relative;
	right: 0.3em;

	font-size: 28px;
	font-family: Arial, sans-serif;

	width: 25em;
}

#header h1 strong {
	position: relative;
	left: 0.3em;
}

#subhead {
	margin: 0;
}

#languages {
	text-align: right;
	margin: 0.1em 15px;
	font-size: 90%;
}

#languages a {
	color: white;
}

#footer {
	border-top: solid #fe7e29 15px;
	padding-top: 0.3em;
}

#footer p {
	margin: 0;
	color: #555;
	text-align: center;
}

#footer a {
	color: #777;
}

#content {
	margin-left: 195px;
	border-left: solid #fe7e29 4px;
	padding: 8px 0 8px 8px;
	min-height: 25em;
}

h2, h3, #numresults {
	background: url('../images/heading.png') #e86914 repeat-x top left;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 5px 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#numresults {
	font-weight: normal;
}

#sidebar {
	float: left;
	padding: 2px 0;
	width: 240px;
}

#sidebarcontainer {
	background: url('../images/sidebar_bg.png') repeat-y top left;
	color: black;
	min-height: 25em;
}

#main {
	margin-left: 248px;
	margin-bottom: -8px;
	position: relative;
}

#sidebarcontainer-right #sidebar {
	float: right;
	margin-bottom: -8px;
}

#sidebarcontainer-right #main {
	margin-left: 0;
	margin-right: 248px;
}

#sidebar ul {
	margin: 1em 1em 1em 2em;
	padding-left: 0;
}

#sidebar li {
	list-style: square;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#sidebar a {
	font-weight: normal;
}	

#productgrid {
	padding-top: 1px;
}

#productgrid #leftcol {
	float: left;
}

#productgrid #rightcol {
	float: right;
	margin-right: 8px;
}

#productgrid #leftcol,
#productgrid #rightcol {
	width: 265px;
}

#productgrid .part {
	background-color: #333;
	padding: 0.3em 0.6em;
	margin: 0 0 8px;
}

#productgrid .part a {
	color: #999;
}

#productgrid .part a strong {
	display: block;
	color: #aaa;
}

#downloads {
	margin: 1em 0;
	padding: 0;
}

#downloads li {
	padding: 0;
	margin: 0.1em 0 0.1em 1em;
	list-style: none;
}

#downloads li a {
	text-decoration: none;
}

#downloads li a:hover {
	text-decoration: underline;
}

.icon {
	border: none;
	vertical-align: -3px;
	padding-right: 5px;
}

#searchresults h4 {
	margin-bottom: 0.3em;
}

a {
	color: #1d1384;
}

a:visited {
	color: #5a206f;
}

#searchresults .url {
	margin-top: 0;
	font-size: 80%;
	color: #444;
}

#searchresults .excerpt {
	margin: 0.2em;
	font-size: 85%;
}

#header a {
	color: black;
}

#header h1 a {
	text-decoration: none;
}

#photos {
	position: relative;
	text-align: center;
	line-height: 71px;
	padding: 8px 0 15px;
}

.distphotos {
	float: right;
	clear: right;
	width: 136px;
	line-height: 71px;
	text-align: right;
}

.distributor h4,
.distributor p {
	margin-right: 160px;
}

.smallthumb,
.thumb {
	width: 66px;
	height: 66px;
	border: none;
	vertical-align: bottom;
}

a:hover .thumb {
	width: 100px;
	height: 100px;
	position: relative;
	margin: -17px;
	padding: 0;
}

.newsupdate .smallthumb,
.newsupdate .thumb {
	float: left;
	margin-right: 10px;
}

.newsupdate a:hover .thumb {
	margin-right: -7px;
}

#washout {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
        background-color: black;
        opacity: 0.6;
        filter: alpha(opacity=0.6);
        cursor: pointer;
}

#lightboximage {
	background-color: #181818;
	border: solid #444 1px;
	padding: 12px;
	position: relative;
}

#fullsizeimagecaption {
	text-align: center;
	margin: 12px 0 0;
}

#lightboximage #photo_topbar {
	position: absolute;
	top: -22px;
	right: 0;
	height: 22px;
	width: 185px;
	background: url('../images/lightbox_topbar.png') no-repeat top right;
}

#lightboximage #close_button {
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
}

#lightboximage #right_button {
	position: absolute;
	right: 12px;
	bottom: 10px;
	cursor: pointer;
}

#lightboximage #left_button {
	position: absolute;
	right: 38px;
	bottom: 10px;
	cursor: pointer;
}

#throbber {
	position: absolute;
	border: none;
}

.newsupdate {
	margin-top: 8px;
	margin-bottom: 2em;
}

.newsupdate h4 {
	margin-top: 0px;
	margin-bottom: 0;
}
.newsupdate .dateline {
	margin-top: 0;
	border-bottom: solid #ccc 1px;
	margin-bottom: 0;
}

.newsupdate p {
	margin: 0.6em 0;
}

.detail {
	margin: 0.3em 0 0.3em 25px;
	height: 18px;
	position: relative;
}

.detail img {
	position: absolute;
	left: -25px;
	top: -0px;
}

.address {
	margin-top: -1em;
}

input.search {
	background-color: #282828;
	border: solid #333 1px;
	color: white;
	font-size: 14px;
	padding: 2px 2px 1px;
	width: 153px;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

#fullsearch {
	width: 25em;
}

form {
	margin-bottom: 1em;
}

input.search, input.gobutton {
	vertical-align: middle;
}

form label {
	color: #666;
}

#main form p {
	text-align: center;
}

.distributor {
	margin-bottom: 1.5em;
}

.distributor h4 {
	margin-top: 0.7em;
}

p {
	text-align: justify;
}

#sidebar p {
	text-align: left;
}

ul {
	list-style: square;
}

.box {
	background-color: #e4e4e4;
	color: black;
	margin-bottom: 8px;
	padding: 2px 10px;
}

#bsi-logo, #linkup-logo {
	position: absolute;
	bottom: 20px;
}

#bsi-logo {
	left: 30px;
}

#linkup-logo {
	left: 110px;
}

#mainimage {
	border: none;
	padding-bottom: 8px;
}

.paginator {
	text-align: center;
}

.fullsearch {
	text-align: center;
	margin: 2em;
}

.productlist li {
	margin-bottom: 0.5em;
}


/* Internet Explorer 6 styles - Caution: obtained by torture */

* html #content {
	margin-left: 195px;
	width: 793px;
	position: relative;
	height: 300px;
}

* html #sidebarcontainer-right,
* html #sidebarcontainer {
	height: 1%;
}

* html #sidebar {
	height: 300px;
	width: 240px;
}

* html #main {
	margin-left: 0px;
	position: relative;
	left: 5px;
	width: 545px;
	height: 1%;
}

* html #sidebarcontainer-right #sidebar {
	position: relative;
	bottom: 2px;
}

* html #sidebarcontainer-right #main {
	width: 545px;
	margin-right: 0;
	position: relative;
	left: 0px;
	top: 0;
}


* html #sidebarcontainer {
	padding-bottom: 8px;
}

* html #bsi-logo, * html #linkup-logo {
	bottom: 170px;
}

* html #productgrid {
 	position: relative;
	width: 545px;
	float: right;
}

.pager a {
	color: #aaa;
}
