/* CSS Document */

/* center relative to window */
#container {
	position:relative;
	left: 50%;
	margin-left: -382px;
	width: 764px;
	height: 100%;
	text-align: left;
}

/* IE rendering workaround...aaarrrrggghhhhh */

table {
	width: 764px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	font-size: 1em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #241A12;
	background-color: #655D56;
	background-image: url(/global_images/bg.jpg);
	background-repeat: repeat;
	margin-top: 5px;
}
.mainContent {
	font-size: 1em;
	background-image: url(/global_images/content_bg.jpg);
	background-repeat: repeat;
	vertical-align: top;
}

#variableContent {
	height: 400px;
	width: 370px;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 15px;
}

.sideMargins {
	width: 10px;
}
.navPanel {
	vertical-align: top;
	width: 195px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 1em;
}
.narrowGutter {
	width: 15px;
}
.productPanel {
	text-align: center;
	vertical-align: top;
	width: 155px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 1em;
}

.productPanel a:link {
	color: #241a12;
	text-decoration: underline;
}

.productPanel a:hover {
	color: #FF6666;
	text-decoration: none;
}
.productPanel a:visited {
	color: #241a12;
	text-decoration: underline;
}
.productPanel a:active {
	color: #241a12;
	text-decoration: underline;
}

.spacerGutter {
	width: 12px;
}
.highlightPanel {
	vertical-align: top;
	width: 200px;
	text-align: center;
}

a:link {
	color: #655D56;
	text-decoration: underline;
}
a:visited {
	color: #655d56;
	text-decoration: underline;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
a:active {
	color: #655D56;
	text-decoration: underline;
}

.smallPrint {
	vertical-align: middle;
	width: 744px;
	font-size: 0.85em;
	text-align: center;
	padding-top: 5px;
}

.smallPrint a:link {
	color: #241a12;
	text-decoration: underline;
}
.smallPrint a:visited {
	color: #241a12;
	text-decoration: underline;
}
.smallPrint a:active {
	color: #241a12;
	text-decoration: underline;
}

.smallPrint a:hover {
	color: #FF6666;
	text-decoration: none;
}


.lowerNav {
	vertical-align: middle;
	width: 540px;
	font-size: 0.85em;
	text-align: center;
}

.lowerNav a:link {
	color: #241a12;
	text-decoration: underline;
}

.lowerNav a:hover {
	color: #FF6666;
	text-decoration: none;
}
.lowerNav a:visited {
	color: #241a12;
	text-decoration: underline;
}
.lowerNav a:active {
	color: #241a12;
	text-decoration: underline;
}

.copyright {
	vertical-align: middle;
	width: 744px;
	font-size: 0.85em;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.center {
	text-align: center;
}
.pageContact {
	font-size: 0.95em;
	text-align: center;
}
.frameIt {
	border: medium solid #655d56;
}
.thumbGutter {
	width: 5px;
}
.smallFrame {
	border: thin solid #655d56;
}
.textStuff {
	width: 534px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
}
.rightFrame {
	padding: 2px;
	float: right;
	border: thin solid #655d56;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.leftFrame {
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: thin solid #655d56;
}
.navPanelBottom {
	vertical-align: bottom;
}

.thumbnail {
	text-align: center;
	vertical-align: top;
	width: 77px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: .85em;
}
.smallRight {
	font-size: .8em;
	text-align: right;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #655d56;
}

.bold {
	font-weight: bold;
}
.maillink {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
}
.bodyDes {
	text-align: left;
	vertical-align: top;
	width: 159px;
	margin-top: 10px;
	padding-top: 15px;
}
.zoomFrame {
	text-align: center;
	vertical-align: top;
	width: 360px;
	margin-top: 5px;
	padding-top: 5px;
	border: thin none #655d56;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
