@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.125em;
	margin: 0;
	color: #000;
}

#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(images/back-wrapper.jpg) repeat-y top left;
}

h1, h2, h3, h4, h5, h6, p {
	margin: .5em 0;
	padding: .5em 0;
}
h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #1152a2;
	letter-spacing: -1px;
	text-align: left;
	margin: .6em 0 0 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #26292e;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom: .3em;
	margin-bottom: 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #26292e;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom: 0;
	margin-bottom: 0;
}

a, a:link, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.blue a, .blue a:link, .blue a:visited, .blue a:hover {
	color: #1764b3;
}
.red a, .red a:link, .red a:visited, .red a:hover {
	color: #f90505;
}
.gray a, .gray a:link, .gray a:visited, .gray a:hover {
	color: #7a7a7a;
}


.blue {
	color: #1764b3;
}

.red {
	color: #f90505;
}

.gray {
	color: #7a7a7a;
}

.large {
	font-size: 14px;
}
.xlarge {
	font-size: 18px;
}
.margin-top {
	margin-top: 2em;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.center {
	float: none;
	margin: 10px auto 0;
	display: block;
}

.align-center {
	text-align: center;
}
.lineheight {
	line-height: 20px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.clearboth {
	clear: both;
}

.clearright {
	clear: right;
}

hr {
	width: 80%;
	height: 1px;
	margin: 0 auto !important;
	padding: 0 !important;
	color: #ccc;
}

a img {
	border: none !important;
}

/* ---- header ---- */

#header {
	background: url(images/back-header.jpg) repeat-x left top;
	width: 1000px;
	height: 136px;
	position: relative;
	margin: 0 auto;
	border-bottom: 3px solid #494949;
}

.toplinks {
	position: absolute;
	right: 27px;
	top: 7px;
	clip: rect(auto auto auto 54px);
}

.toplinks li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #CCCDCD;
}

.toplinks a, .toplinks a:visited {
	color: #e4e4e4;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
}

.toplinks a:hover {
	text-decoration: underline;
}

#top-phone {
	position: absolute;
	right: 66px;
	top: 44px;
}

img.logo {
	height: 77px;
	width: 275px;
	/*margin:0 0 15px;*/
	display: block;
	position: absolute;
	left: 15px;
	top: 9px;
}

/* -- footer -- */

.footer {
	clear: both;
	width: 100%;
	height: 42px;
	background: url(images/back-footer.jpg) repeat-x left top;
	position: relative;
}

/*.footer li {
	display: inline;
	padding: 0;
	zoom: 1;
	color: #999;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}

.footer a, .footer a:link, .footer a:visited,  .footer a:hover {
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}*/

.footer p {
	color: #8a8a8a;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 27px;
	top: 7px;
}

/* -- Navigation -- */

#tabs {
	text-align: center;
	background: url(images/back-tabs.jpg) left top repeat-x;
	min-width: 1000px;
	position: relative;
	top: 95px;
	margin: 0 auto;
	width: 1000px;
}

#tabs ul {
	display: table;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	padding-left: 15px;
	display: block;
	width: 985px;
	height: 41px;
	background: url(images/back-tabs.jpg) left top repeat-x;
}

#tabs li {
	position: relative;
	float: left;
}

#tabs li a {
	float: left;
}

#tabs li a:hover {
	background-position: left bottom;
}

#tabs li a span {
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	line-height: 41px;
	height: 41px;
}

#tabs li.home a {
	width: 109px;
}

#tabs li.downloads a {
	width: 122px;
}

#tabs li.equipment a {
	width: 145px;
}

#tabs li.gallery a {
	width: 188px;
} 

#tabs li.contact a {
	width: 155px;
}

#tabs li.about a {
	width: 150px;
}

#tabs li.ftp a {
	width: 91px;
}

#tabs li.about a span {
	background: url(images/text-about.jpg) no-repeat center center;
}

#tabs li.home a span {
	background: url(images/text-home.jpg) no-repeat center center;
}

#tabs li.downloads a span {
	background: url(images/text-downloads.jpg) no-repeat center center;
}

#tabs li.equipment a span {
	background: url(images/text-equipment.jpg) no-repeat center center;
}

#tabs li.gallery a span {
	background: url(images/text-gallery.jpg) no-repeat center center;
}

#tabs li.contact a span {
	background: url(images/text-contact.jpg) no-repeat center center;
}

#tabs li.ftp a span {
	background: url(images/text-ftp.jpg) no-repeat center center;
}


/*.home #tabs li.home a, .directory #tabs li.directory a, .classifieds #tabs li.classifieds a, .biz-ops #tabs li.biz-ops a, .seminars #tabs li.seminars a, .articles #tabs li.articles a, .about #tabs li.about a {
	background: url(../images/on-tab.gif) left top no-repeat;
}*/

.downloads #tabs li.downloads a span {
	background: url(images/text-on-downloads.jpg) no-repeat center center;
}

.about #tabs li.contact a span {
	background: url(images/text-on-contact.jpg) no-repeat center center;
}

.gallery #tabs li.gallery a span {
	background: url(images/text-on-gallery.jpg) no-repeat center center;
}

.equipment #tabs li.equipment a span {
	background: url(images/text-on-equipment.jpg) no-repeat center center;
}

.ftp #tabs li.ftp a span {
	background: url(images/text-on-ftp.jpg) no-repeat center center;
}

.about #tabs li.about a span {
	background: url(images/text-on-about.jpg) no-repeat center center;
}

.home #tabs li.home a span {
	background: url(images/text-on-home.jpg) no-repeat center center;
}

/*---------------------wrapper-----------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
/*lbar*/
#lbar {
	width: 193px;
	float: left;
}
#lbar ul {
	margin: .2em 0 .2em 30px;
	padding: .6em;
	text-align: left;
}
#lbar ul li {
	margin: 1.3em 0;
	padding: 0;
}
#lbar ul li a {
	margin: 0;
	padding: 0;
}
img.fine-art {
	display: block;
	margin: 20px auto 0;
}
p.fine-art {
	width: 144px;
	margin: 0 auto;
	line-height: 20px;
	text-align: left;
	font-size: 11px;
}
.space {
	width: 100%;
	height: 15px;
}
.margin-bottom {
	margin-bottom: 20px;
}
/*content*/
#content {
	width: 488px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 18px;
}
.front-table {
	margin: 0;
}
.featured {
	width: 468px;
	padding: 10px;
	margin: 0;
}
.featured hr {
	width: 100%;
	color: #4e83be;
}
.featured p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	margin: 0;
	padding: .2 0 .5em;
}
/*rbar*/
#rbar {
	width: 246px;
	float: right;
	padding: 0 19px;
}
#rbar p {
	text-align: left;
}
#rbar p.align-center {
	text-align: center;
}
#rbar hr {
	width: 100%;
}
#rbar h3 {
	padding: 1em 0;
	margin: 1em 0 1em 1em;
}

/*pages*/
#about {
	width: 688px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 18px;
	position: relative;
}
#map {
	position: absolute;
	left: 290px;
	top: 220px;
}
div.equip {
	height: 20px;
	width: 450px;
}
div.equip li {
	width: 200px;
	float: left;
	list-style: disc;
}
ul.disc {
	margin: 1em;
	padding: 0;
	list-style: disc;
}

img#camera {
	position: relative;
	top: -18px;
	left: -45px;
}

#support {
	width: 772px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	line-height: 15px;
	position: relative;
}

div.support {
	width: 367px;
	padding: 0 19px 0 0;
	float: left;
}

/*------------------------layers-------------------------*/

div.flash {
	float: none;
	margin: 10px auto 0;
	display: block;
	text-align: center;
	width: 466px;
	height: 320px;
	position: relative;
}
div.flash p {
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
}

#AP1, #AP2, #AP3, #AP4, #AP5, #AP6, #AP7, #AP8, #AP9, #AP10 {
	width: 466px;
	height: 320px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
#AP2, #AP3, #AP4, #AP5, #AP6, #AP7, #AP8, #AP9, #AP10 {
	visibility: hidden;
}

div#rbar h3.gray a:active {
	color: #1764b3;
}
	