﻿html {
	height:100%
}
body {
	margin:0px;
	padding:0px;
	background:#292626;
}
h1 {
	font-size:20px;
	font-weight:500;
	font-family:Arial, Helvetica, sans-serif;
	color:#9A2A2A;
}
div.divMCLeftCorner {
	background:#FFFFFF url('../images/leftBottomCorner.jpg') no-repeat left bottom;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px;
	text-align:center;
	width:750px;
}
div.divMCRightCorner {
	background:url('../images/rightBottomCorner.jpg') no-repeat bottom right;	
}
div.divMC {
	background:transparent;
	min-height:690px;
	text-align:left;
}
div.divMenu {
	background:#000000 url('../images/topMenuBackground.jpg') repeat-x top left;
	width:750px;
	height:41px;
	border-top:2px #000000 solid;
}
td.tdNavButton {
	background:transparent;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	cursor:pointer;
	font-weight:500;
}
td.tdNavButton:hover {
	background:#000000 url('../images/topMenuBackgroundHighlight.jpg') repeat-x top left;
}
td.tdNavButton a {
	color:#FFFFFF;
	text-decoration:none;
	padding:15px 20px 10px 20px;
}
div.divHeaderSeparator {
	background:#E6E6E6;
	width:750px;
	height:13px;
	line-height:1px;
}
div.divHeader {
	background:url('../images/header.jpg') no-repeat top left;
	width:750px;
	height:196px;
}
div.divTextContent {
	padding:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#787171;
	text-align:justify;
}
div.divSideContent {
	float:right;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-left:10px;
}
td.tdIcon {
	background:transparent url('../images/squareBox.jpg') no-repeat center center;
	width:59px;
	height:59px;
	text-align:center;
	vertical-align:middle;
}
td.tdIconText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#3F3737;
}
div.divFooter {
	width:750px;
	height:20px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto 0px auto;
	text-align:center;
}
div.divFooter span a {
	color:#FFFFFF;
}
input.frmText {
	border:1px #787171 solid;
}
select.frmSelect {
	border:1px #787171 solid;
}
textarea.taDefault {
	border:1px #787171 solid;
}
div.divRedMessage {
	margin:0px auto 0px auto;
	color:#FF0000;
	text-align:center;
}
div.divGreenMessage {
	margin:0px auto 0px auto;
	color:#00FF00;
	text-align:center;
}
input.bttnButton {
	border:1px #787171 solid;
	background:#DDDDDD;
	color:#000000;
	cursor:pointer;
}
table.tableCarpet {
	width:100%;
	height:100%;
	background:url('../images/carpetBackground.png');
	text-align:center;
	z-index:100;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
div.divCarpet {
	width:100%;
	height:100%;
	min-height:800px;
	min-width:760px;
	background:url('../images/carpetBackground.png');
	text-align:center;
	z-index:100;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
div.divViewer {
	margin:0px auto 0px auto;
}
a.links {
	color:#FFFFFF;
}
/* product controls */
div.tourText {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
div.mainImg {
	text-align: center;
}
div.itemScroller {
	overflow:hidden; 
	width:450px; 
	height:90px;
}
div.itemList div.item {
	float: left;
	display: inline;
	width: 86px;
	height: 86px;
	margin: 1px;
	border: 1px solid #292626;
	cursor: pointer;
}
td.btnRow {
	background: url(../images/btnpnl-bg.gif) repeat-x;
}
td.btnCol {
	background: #cbcbcb url(../images/btnside-bg.gif) repeat-x top left;
}
td.btnRow a {
	text-decoration: none;
	height: 40px;
	display: block;
}
td.btnCol a {
	text-decoration: none;
	height: 90px;
	display: block;
}
a.btnStop {
	background: url(../images/btn-pause.gif) no-repeat center 9px;
}
a.btnPlay {
	background: url(../images/btn-play.gif) no-repeat center 9px;
}
a.btnReplay {
	background: url(../images/btn-replay.gif) no-repeat center 9px;
}
a.btnPrev {
	background: url(../images/btn-prev.gif) no-repeat center center;
}
a.btnNext {
	background: url(../images/btn-next.gif) no-repeat center center;
}