﻿body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	}
#top {
	height: 100px;
	text-align: left;
	position: relative;
	width: 550px;
}
#search {
	height: 30px;
	width: 850px;
	background-color: #006391;
	position: static;
	visibility: visible;
	color: #FFFFFF;
	left: 700px;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#holder {
	width: 850px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#left {
	font-size: 16px;
	width: 170px;
	height: 500px;
	background-color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#contact {
	visibility: visible;
	top: 550px;
	width: 170px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#nav {
	font-size: 16px;
	width: auto;
	height: 20px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #006391;
	padding-top: 2px;
	padding-right: 2px;
	}
#content {
	margin: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 635px;
	overflow: hidden;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FE0000;
	left: 180px;
	position: relative;
}
#recent {
	visibility: visible;
	width: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #006391;
	height: 160px;
	padding: 5px;
	font-weight: normal;
}
#footer {
	font-size: 10px;
	color: #006391;
	padding: 5px;
	clear: both;
	text-align: center;
	height: 22px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006391;
}
	#content td #title a {
		font-size: 18px;
	}
	#content td {
	font-size: 14px;	
	}

p {
	padding: 2px;
	font-size: 14px;
}
h1 {
	color: #FE0000;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
h2 {
	color: #006391;
	text-decoration: none;
	font-size: 20px;
}
h4 { 
	font-weight: bold;
	font-size: 12pt;
}
hr {
	width: 99%;
	height: 1px;
	color: silver;
	text-align: center;
}
em {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;		
	font-style: normal;
	font-size: 10pt;
}

#nav a, #nav a:link, #nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	border-style: none;
	font-style: normal;
	font-weight: bold;
	color: #006391;
	font-size: 80%;
	margin-right: 15px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #0099FF;
	text-decoration: none;
}
#left a, #left a:link, #left a:visited {
	margin-bottom: 5px;
	text-decoration: none;
	border-style: none;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #006391;
	width: 200px;
	float: left;
	overflow: hidden;
	padding: 5px;
}
#left a:hover, #nav a:active, #nav a:focus {
	color: #0099FF;
	text-decoration: none;
	background-color: #006391;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#search a, #search a:link, #search a:visited {
	border-style: none;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 65%;
}
#search a:hover, #search a:active, #search a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#navResult a:visited {
	font-weight: bold;
}
a, a:link{
	border-style: none;
	text-decoration: none;
	color: #006391;
}
a:hover, a:active, a:focus {
	color: #EE3224;
	text-decoration: underline;
}
#metitle {
	border-bottom: 1px solid black;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.thumb {
	width: 110px;
	height: 110px;
	border: 0;
	margin: 5px;
}
.tabletxt {
	font-size: 70%;
}
.shopcart {
	background-color: #0099FF;
}
.right {
	text-align: right;
}
.input {
	border: 1px solid #006391;
	background-color: #FFFFFF;
	width: 140px;
	font-size: 70%;
	color: #000000;
	
}
.button {
	background-color: #FFFFFF;
	color: #0099FF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 70%;
}
.button:hover {
	background-color: #FE0000;
	color: #FFFFFF;
}
.lefttxt {
	font-size: 75%;
	color: #006391;
	text-align: right;
}
