* {
	margin: 0; padding: 0;
}
a {
	color: #0A4EE7;
	/* color: #761313; */
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}
body {
	text-align: center;
	background-color:#761313;
}
td {
	vertical-align: top;
}
ul {
	list-style-image: url("images/bullet.gif");
	list-style-position: inside; // list-style-position: outside;
}
ul li {
	margin-top: 2px;  // margin-left: 10px;
}
ul li, ul li a {
	font-family: arial, verdana;
	font-size: 1em;
	color: #606060;
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}

#container {
	height: 100%;
	width: 800px; // width: 801px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
#header {
	height: 77px;
	background: white url("images/header.png") no-repeat;
}
#header h1, #header h2 , #header h3 {
	display: none;
}
#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #search {
	height: 40px;
	background-repeat: no-repeat;
}
#nav1, #nav1 a {
	width: 128px;
	background-image: url("images/nav1.png");
}
#nav2, #nav2 a {
	width: 128px;
	background-image: url("images/nav2.png");
}
#nav3, #nav3 a {
	width: 128px;
	background-image: url("images/nav3.png");
}
#nav4, #nav4 a {
	width: 128px;
	background-image: url("images/nav4.png");
}
#nav4, #nav5 a {
	width: 127px;
	background-image: url("images/nav5.png");
}
#nav6, #nav6 a {
	width: 128px;
	background-image: url("images/blank.jpg");
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a {
	display: block;
	height: 40px;
}
#nav1 a span, #nav2 a span, #nav3 a span, #nav4 a span, #nav5 a span, #nav6 a span {
	display: none;
}
#nav1 a:hover { background-image: url("images/nav1_hover.png"); }
#nav2 a:hover { background-image: url("images/nav2_hover.png"); }
#nav3 a:hover { background-image: url("images/nav3_hover.png"); }
#nav4 a:hover { background-image: url("images/nav4_hover.png"); }
#nav5 a:hover { background-image: url("images/nav5_hover.png"); }
#nav6 a:hover { background-image: url("images/blank.jpg"); }
#search {
	width: 162px;
	background-image: url("images/search.png");
	text-align: center;
	vertical-align: middle;
}
#searchtext {
	width: 126px; /*height: 24px;
	display: block;
	border: 0 solid transparent;
	background-color: transparent;
	color: white; */
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
#content {
	background: white url("images/content.png") repeat-y top left;
	padding: 4px 8px 16px 8px;
	font-family: "Century Gothic", arial, verdana;
	font-size: 12px;
}
#content td {
	font-family: "Century Gothic", arial, verdana;
	font-size: 12px;
}
#content p { /* it started a good idea, but conflicts with the look of our CMS */
	/* text-indent: 30px;
	text-align: justify; */
}
#sidebar {
	background: #f1f1f1 url("images/content.png") repeat-y top right;
	padding-bottom: 16px;
}
#footer {
	height: 35px;
	background: black url("images/footer.png") no-repeat;
}
#footer a {
	display: block;
	width: 86px; height: 14px;
	margin: 20px 0 0 358px;
}
#footer span {
	display: none;
}
#footer2 {
	background: black url("images/footer.png") no-repeat top right;
	text-align: center;
	vertical-align: middle;
}
#footer2 a {
	color: #bbb;
	font-family: "Century Gothic", arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	color: #761313;
	font-family: arial, verdana;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
#sidebar ul {
	margin-left: 10px;
}
#sidebar h2 {
	margin: 16px 0 0 8px;
}
.debug {
	border: 1px solid #761313;
	padding: 4px;
	background-color: white;
}
.debug pre {
	font-size: 11px;
	font-family: consolas;
	margin: 0 0 16px 8px;
}
.radio_box1 {
	width: 196px;
	border: 1px dashed #ddd;
	float: left;
	margin: 0 0 0 4px;
	padding: 2px;
}
.radio_box2 {
	width: 196px;
	border: 1px dashed #ddd;
	float: left;
	margin: -17px 0 0 4px;
	padding: 2px;
}
.radio_box3 {
	width: 196px;
	border: 1px dashed #ddd;
	float: left;
	margin: -34px 0 0 4px;
	padding: 2px;
}
#view {
	background-color: black;
}
#view .o td {
	background-color: white;
}
#view .e td {
	background-color: #eee;
}
#view td {
	background-color: white;
	font-family: verdana;
	font-size: 9px;
	padding: 1px;
}
#browse {
	background-color: #aaa;
	font-size: 12px;
	width: 100%;
}
#browse td {
	background-color: white;
}
#browse .desc {
	padding: 2px;
}
#browse .o .desc {
	background-color: #eee;
}
#browse .thumb {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	width: 96px; height: 96px;
}
#browse .thumb img {
	border: 0px;
}
.location, .location a {
	color: #761313;
	margin: 0; padding: 0 4px 0 4px;
	font-size: 15px;
	font-family: arial, verdana;
	display: inline;
}
#wysiwyg {
	margin: 0 -8px 0 -8px;
}

/* Code and images taken from nucleocide.net with permission */
#content .error {
	color: red;
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .error a {
	color: red;
	text-decoration: underline;
}
#content .error a:hover {
	text-decoration: none;
}
#content .warn {
	color: black;
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .warn a {
	color: black;
	text-decoration: underline;
}
#content .warn a:hover {
	color: yellow;
	text-decoration: none;
}
.sadmin {
	width: 600px;
	height: 140px;
	margin: 4px 0 12px 0;
}
.contactual {
	width: 252px;
}
textarea.contactual {
	height: 70px;
}
#purchase {
	text-align: center;
	width: 210px;
	border: 1px solid #761313;
	padding: 4px;
}
#purchase h4 {
	font-size: 12px;
	font-family: arial;
}
#models {
	width: 100%;
}
#models td input {
	width: 100px;
}
#models td {
	text-align: center;
	padding: 2px;
}
#models th {
	font-family: arial;
	font-size: 13px;
}
#models .x {
	/* background-color: #ddd; */
}
#viewer {
	background-color: white;
	width: 90%;
}
#viewer td, #viewer th {
	background-color: white;
	padding: 4px;
	border-bottom: 1px solid #aaa;
	text-align: left;
}
#viewer th {
	font-size: 13px;
	font-family: century gothic;
}
#browser {
	width: 620px;
}
#browser td {
	width: 155px;
	height: 170px;
}
#browser img {
	display: block;
}
