body {
	background-color: black;
	height: 100%;
	width: 100%;
	font-family: Myriad, Myriad Pro;
	margin: 0;
}

html {
	height: 100%;
}

#wrapper {
	width: 1024px;
	height: 768px;
	position: relative;
	background: url('../images/bg.jpg') no-repeat;
	text-align: left;
}

table.wrapper {
	width: 100%;
	height: 100%;
}

table.wrapper td {
	height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	color: #cccccc;
	font-size: 10px;
	padding: 4px;
}

#footer a {
	color: #cacaca;
}

.clearer {
	clear: both;
}

#topnavContainer {
	position: absolute;
	top: 44px;
	left: 132px;
}

#subnav {
	margin-left: 100px;
}

#hline {
	width: 784px;
	height: 2px;
	background: url('../images/hline.png') repeat-x;
	position: relative;
	left: -20px;
}

ul.nav, ul.prodnav, ul.infonav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li {
	display: inline;
	margin-right: 36px;
}

ul.nav li.last {
	margin-right: 0;
}

ul.nav li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

ul.nav li a:hover, ul.nav li a.on {
	color: #007DC3;
}

#content {
	position: absolute;
	width: 440px;
	height: 440px;
	top: 150px;
	left: 502px;
	font-size: 12px;
}

#scrollContainer_content {
	height: 100%;
	overflow-y: auto;
}

#scrollContent_content {
	/* margin-right: 20px; */
	height: auto;
}

#scrollbar_content {
	width: 14px;
	height: 399px;
	/* background: url('../images/scroll_track_right.png') no-repeat; */
	position: absolute;

	top: 30px;
	left: 425px;
}

/* styles for scrollbar */
.jScrollPaneTrack {
	background: url('../images/scrolltrack.png') repeat-y;
}
.jScrollPaneDrag {
	background: url('../images/scroll_thumb.png');
}

.jScrollPaneTrackTop {
	background: url('../images/scrolltrack_top.png') no-repeat;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.jScrollPaneTrackBottom {
	background: url('../images/scrolltrack_bottom.png') no-repeat;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* end scroll bar styles */

#leftContentContainer {
	margin-top: 24px;
	height: 300px;
	color: white;
	font-size: 11px;
}

#leftContentContainer .scrollContent {
	overflow: auto;
	height: 276px;
	color: white;
	font-size: 11px;
	width: 240px;
}

#leftcontent {
	position: absolute;
	top: 168px;
	left: 180px;
	width: 290px;
	height: 360px;
}

#leftcontent .title {
	color: white;
	font-weight: bold;
	font-size: 30px;
}


#leftcontent p a {
	color: #5366AC;
}

#prodContainer {
	margin-top: 26px;
}

#prodContainer .prodName {
	color: #5366AC;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#prodContainer .scrollContent {
	overflow: auto;
	height: 276px;
	color: white;
	font-size: 12px;
	margin-right: 6px;
}

ul.prodnav li {
	display: inline;
	margin-right: 6px;
}

ul.prodnav li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #5366AC;
}

ul.prodnav li a:hover, ul.prodnav li a.on {
	color: #A5A8AD;
}

#photoContentContainer {
	width: 432px;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
}

#photoContentContainer .photoContainer {
	position: absolute;
	top: 0;
	left: 52px;
	width: 340px;
	height: 440px;
}

#photoContentContainer .photo {
	float: none;
	margin: 0;
}

#photoContentContainer .prev {
	position: absolute;
	top: 196px;
	left: 0;
	width: 52px;
	height: 54px;
}

#photoContentContainer .next {
	position: absolute;
	top: 196px;
	left: 392px;
	width: 48px;
	height: 54px;
}

.photoContainer .enlarge {
	position: absolute;
	top: 401px;
	left: 340px;
	width: 48px;
	height: 39px;
}

#infoNavContainer {
	position: absolute;
	top: 609px;
	left: 540px;
}

ul.infonav li {
	display: inline;
	float: left;
	margin-left: 10px;
}

ul.infonav li a {
	background-position: 0 0;
	width: 48px;
	height: 48px;
	display: block;
}

ul.infonav li a:hover {
	background-position: 0 -53px;
}

ul.infonav li a.on {
	background-position: 0 -53px;
}

.infoNavSpecs {
	background: url('../images/nav_specs.png') no-repeat;
}

.infoNavManual {
	background: url('../images/nav_manual.png') no-repeat;
}
.infoNavVideo {
	background: url('../images/nav_video.png') no-repeat;
}
.infoNavTeam {
	background: url('../images/nav_team.png') no-repeat;
}
.infoNavPics {
	background: url('../images/nav_pics.png') no-repeat;
}

#content .header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

#content .subblue {
	font-size: 12px;
	font-weight: bold;
	color: #65718C;
	text-transform: uppercase;
}

/* Form styles */

div.row {
	margin-bottom: 10px;
}

div.label {
	font-size: 14px;
	font-weight: bold;
	color: #65718C;
	text-transform: uppercase;
	float: left;
}

div.input {
	float: left;
	margin-left: 10px;
}

div.textarea {
	margin-left: 50px;
}

input[type="text"], textarea {
	border: none;
	background-color: #ADAFA2;
	font-size: 12px;
}

input.contact_input {
	width: 368px;
}

input.contact_submit {
	display: block;
	width: 134px;
	height: 34px;
	background: url('../images/contact_submit.png') no-repeat;
	margin: auto auto;
}

input.contact_submit:hover {
	background-position: 0 -34px;
}

textarea.contact_textarea {
	width: 368px;
	height: 120px;
}

ul.checkboxes {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checkboxes li {
	display: inline;
	text-transform: uppercase;
	color: #65718C;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#logolink {
	width: 106px;
	height: 120px;
	position: absolute;
	top: 563px;
	left: 118px;
}

#logolink a {
	display: block;
	width: 100%;
	height: 100%;
}

/* News / Team News */
.articleContainer {

}

.articleContainer .title {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.articleContainer .credit {
	color: #5366AC;
	font-weight: bold;
	font-size: 12px;
}

.articleContainer .imageContainer {
	float: right;
	margin-left: 4px;
}

.articleContainer .content {
	font-size: 12px;
}

.articleContainer hr {
	height: 1px;
	color: #5366AC;
	background-color: #5366AC;
	margin-left: 20px;
}

.articleContainer .downloadButtonContainer {

}

.articleContainer a#downloadButton {
	display: block;
	width: 134px;
	height: 34px;
	background: url('../images/btn_tech_download.jpg') no-repeat 0 -37px;
}

.articleContainer a#downloadButton:hover {
	background-position: 0 0;
}

.biosNavContainer {

}

.biosNavContainer .header {
	color: #5366AC;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.biosNavContainer .content {
	font-size: 12px;
}

.bosNavContainer .content .section {
	margin-bottom: 10px;
}

.biosNavContainer .content .section a {
	color: #A5A8AD;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.newsNavContainer {

}

.newsNavContainer .header {
	color: #5366AC;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsNavContainer .content {
	font-size: 12px;
}

.newsNavContainer .content .section {
	margin-bottom: 10px;
}

.newsNavContainer .content .section .name {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.newsNavContainer .content .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsNavContainer .content .section ul li a {
	text-decoration: none;
	color: white;
}

.newsNavContainer .content .section ul li a:hover {
	text-decoration: underline;
}

.manualsNavContainer {

}

.manualsNavContainer .header {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}


.manualsNavContainer .content {

}


.manualsNavContainer table {
	width: 160px;
	text-transform: uppercase;
	font-weight: bold;
}

td.leftColumn {
	width: 200px;
}

td.leftColumn a {
	text-decoration: none;
	color: #ffffff;
}

td.leftColumn a:hover {
	text-decoration: underline;
}

td.rightColumn {

}

td.rightColumn a {
	text-decoration: none;
	color: #5366AC;
}

td.rightColumn a:hover {
	text-decoration: underline;
}

.picturesNavContainer {

}

.picturesNavContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.picturesNavContainer ul li {
	margin-bottom: 10px;
}

.picturesNavContainer ul li a {
	color: #5366AC;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.picturesNavContainer ul li a:hover {
	text-decoration: underline;
}

#photosContainer {
	height: 290px;
}

hr.divider {
	height: 1px;
	color: #5366AC;
	background-color: #5366AC;
	margin-left: 20px;
	margin-right: 16px;
}

.row {
	clear: both;
	margin-left: 20px;
}

.photo {
	float: left;
	margin-left: 22px;
}

.photo table {
	width: 65px;
	height: 65px;
	border-collapse: collapse;
	margin-top: 2px;
}

.photo table td {
	text-align: center;
	vertical-align: middle;
}

.photo table td a {
	font-color: #333333;
	font-size: 9px;
}

.photo table td.wborder {
	border: 1px solid #5366AC;

}

.photosBottomContainer {
	margin-left: 10px;
}

.photosBottomContainer .title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

.photosBottomContainer .author {
	font-size: 12px;
	font-weight: bold;
	color: #65718C;
	text-transform: uppercase;
}

.photosBottomContainer .text {
	height: 90px;
	font-size: 12px;
}

/* tech manuals */

.manualContainer {
	position: relative;
}

.manualContainer .title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.manualContainer .credit {
	color: #65718C;
	font-weight: bold;
	font-size: 12px;
}

.manualContainer .imageContainer {
	float: right;
	margin-left: 4px;
}

.manualContainer .content {
	font-size: 12px;
	width: 258px;
	height: 378px;
}

.manualContainer .downloadButtonContainer {
	position: absolute;
	top: 396px;
	left: 290px;
}

.manualContainer a#downloadButton {
	display: block;
	width: 134px;
	height: 34px;
	background: url('../images/btn_tech_download.jpg') no-repeat 0 -37px;
}

.manualContainer a#downloadButton:hover {
	background-position: 0 0;
}