body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/bg.jpg);
	background-color: #CED1C0;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
  height: 100%;
}
p {
  margin-top: 0px;
}
a img {
  border: 0px;
}
input, select, textarea {
  width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CED1C0;
	border: 1px solid #666666;
}

a:link, a:visited, a:active {
  color: #9B6733;
	text-decoration: none;
}
a:hover {
  color: #9B6733;
	text-decoration: underline;
}

.frame {
	height: 100%;
}
.frame-middle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #BBBDB0;
}
.frame-left {
	background-image: url(img/shade_l.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
}
.frame-right {
	background-image: url(img/shade_r.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}
.menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/bg_menubar.jpg);
	background-color: #C99259;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8D8E85;
	border-right-color: #8D8E85;
	border-bottom-color: #333333;
	border-left-color: #8D8E85;
	padding: 3px 6px 4px;
}
.menubar a:link, .menubar a:visited, .menubar a:active, .menubar a:hover {
  color: black;
	text-decoration: none;
}
.flashbot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 10px;
	background-color: #BBBDB0;
	background-image: url(img/bg_flashbot.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/bg_menubar.jpg);
	background-color: #C99259;
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px #8D8E85;
	border-right: 1px #8D8E85;
	border-bottom: 1px #333333;
	border-left: 1px #8D8E85;
}
.frame-content {
	padding: 5px 10px 8px;
}
.title {
	font: bold 22px "Trebuchet MS", Verdana, Arial;
	color: #9B6733;
	padding-bottom: 2px;
	border-top: 1px #606251;
	border-right: 1px #606251;
	border-bottom: 1px dotted #606251;
	border-left: 1px #606251;
	margin-bottom: 8px;
}
.view-box {
	border: 1px solid #666666;
	padding: 10px;
	width: 150px;
	background: #d89e61;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.view-box a:link, .view-box a:visited, .view-box a:active {
  color: #333333;
	text-decoration: underline;
}
.view-box a:hover {
  color: #333333;
	text-decoration: none;
}
.c-box-left {
	border: 1px solid #666666;
	padding: 10px;
	width: 230px;
	background: #d89e61;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.c-box-left h1 {
  font: bold 11px Arial, Helvetica, sans-serif;
	color: black;
	padding-bottom: 3px;
	border-bottom: dotted 1px #333333;
	margin-top: 0px;
}
.c-box-left h2 {
  font: bold 11px Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
}
.c-box-left ul {
  list-style: url(img/checkmark_1.jpg);
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 12px;
	clear: both;
	text-align: left;
}
.c-box-left li {
  line-height: 170%;
	padding-left: 3px;
}
.c-box-left a:link, .c-box-left a:visited, .c-box-left a:active {
  color: #333333;
	text-decoration: underline;
}
.c-box-left a:hover {
  color: #333333;
	text-decoration: none;
}
.c-box-right {
	float: right;
	border: 1px solid #666666;
	padding: 10px;
	width: 230px;
	background: #d89e61;
	color: #333333;
	text-align: justify;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}
.c-box-right h1 {
  font: bold 11px Arial, Helvetica, sans-serif;
	color: black;
	padding-bottom: 3px;
	border-bottom: dotted 1px #333333;
	margin-top: 0px;
}
.c-box-right h2 {
  font: bold 11px Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
}
.c-box-right ul {
  list-style: url(img/checkmark_1.jpg);
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 12px;
	clear: both;
	text-align: left;
}
.c-box-right li {
  line-height: 170%;
	padding-left: 3px;
}
.c-box-right a:link, .c-box-right a:visited, .c-box-right a:active {
  color: #333333;
	text-decoration: underline;
}
.c-box-right a:hover {
  color: #333333;
	text-decoration: none;
}
.c-left {
	text-align: justify;
	clear: left;
	padding-bottom: 15px;
}
.c-right {
	clear: right;
	text-align: justify;
	margin-bottom: 15px;
}
.img-left {
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 15px;
}
.img-right {
	border: 1px solid #666666;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
.hdr-price-t {
  font: bold 16px "Trebuchet MS", Verdana, Arial;
	color: #333333;
	clear: left;
	float: left;
}
.hdr-price {
  font: bold 16px "Trebuchet MS", Verdana, Arial;
	text-decoration: underline;
	color: #333333;
	clear: right;
	float: right;
}
.form-label {
	text-align: right;
	padding-right: 25px;
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	vertical-align: middle;
}
.form-descr {
	font-size: 9px;
	font-weight: normal;
	clear: left;
}
.img-plain-border {
  border: 1px solid #666666;
}

.c-box-footer {
	border: 1px solid #666666;
	padding: 10px;
	width: 670px;
	background: #d89e61;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	clear: left;
	margin-bottom: 15px;
	margin-top: 150px;
}

.c-box-footer a, .c-box-footer a:link, .c-box-footer a:active, .c-box-footer a:visited {
	font-weight: bold;
	color: black;
}

.c-box-footer li {
	float: left;
	padding-left: 50px;
	list-style: none;
}

