/* CSS Document */
body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font: normal 10px Verdana, Helvetica, Tahoma, Geneva, Ariel, sans-serif;
  background: url('images/bg_body.png') repeat-y center #b9dfe1;
}

#wrapper {
  background: url('images/bg_main.png') no-repeat bottom #FFFFFF;
  width: 980px;
  padding: 0px;
  padding-top: 10px;
  margin: auto;
}

#head {
  height: 140px;
}

#body_wrapper {
  text-align: left;
  padding: 0px 60px;
  padding-top: 30px;
}

#nav {
  width: 240px;
  float: left;
  font-size: 1.2em;
}

#nav h1 {
  color: #7db0b5;
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

#nav form {
  margin: 0px;
  padding: 0px;
}

#nav input {
  margin: 0px;
}

#nav_top {
  background-image: url('images/bg_nav_top.png');
  background-repeat: no-repeat;
  height: 21px;
}

#nav_mid {
  background-image: url('images/bg_nav_mid.png');
  background-repeat: repeat-y;
  min-height: 250px;
  padding: 0px 35px;
}

#nav_mid ul {
  text-align: left;
  list-style-image: none;
	list-style-type: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#nav_mid ul li {
  text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	padding-bottom: 5px;
}

#nav_mid ul li a:link, #nav_mid ul li a:visited {
	color: #000000;
	text-decoration: none;
}
					
#nav_mid ul li a:hover, #nav_mid ul li a:active {
	color: #921d50;
	text-decoration: underline;
}

#nav_bot {
  background-image: url('images/bg_nav_bot.png');
  background-repeat: no-repeat;
  background-position: bottom;
  height: 28px;
}

#content {
  width: 620px;
  float: left;
  font-size: 1.2em;
  display: block;
}

#content h1 {
  color: #7db0b5;
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.6em;
}

#content h2 {
  color: #7db0b5;
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}

#content h3 {
  color: #7db0b5;
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

#content h4 {
  color: #7db0b5;
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.0em;
}

#content_top {
  background-image: url('images/bg_content_top.png');
  background-repeat: no-repeat;
  height: 25px;
}

#content_mid {
  background-image: url('images/bg_content_mid.png');
  background-repeat: repeat-y;
  min-height: 350px;
  padding: 1px 35px;
  display: block;
}

#content_mid p {
  margin: 10px 0px;
  padding: 0px;
}

#content_mid ul {
  margin: 10px 0px;
  padding: 0px 0px 0px 20px;
}

#content_mid ul li {
  margin: 0px;
  padding: 0px;
}

#content_mid a, #content_mid a:visited {
  color: #ff6699;
  text-decoration: none;
}

#content_mid a:hover, #content_mid a:active {
  color: #ff3399;
  text-decoration: underline;
}

#content_bot {
  background-image: url('images/bg_content_bot.png');
  background-repeat: no-repeat;
  height: 25px;
}

#footer {
  height: 110px;
  color: #f6adcd;
  font-weight: bold;
  text-align: left;
  position: relative;
}

#footer p {
  margin: 0px;
  padding-top: 60px;
  padding-left: 120px;
}

#power {
  position: absolute;
  right: 250px;
  top: 50px;
}

#power a, #power a img {
  text-decoration: none;
  border: none;
}

input[type="radio"] {
  margin: 0px;
  padding: 0px;
}

.radio_label {
  margin: 0px;
  padding: 0px;
}

.column_left {
  width: 260px;
  padding: 5px;
  margin: 10px 0px;
  border: 1px dotted #cccccc;
  float: left;
}

.column_right {
  width: 260px;
  padding: 5px;
  margin: 10px 0px;
  border: 1px dotted #cccccc;
  float: right;
}

.product_details_div {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 315px;
}

.product_details_div h1 {
  margin: 0px;
  font-size: 1.2em;
}

.product_details_div h2 {
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  color: #999999;
}

.product_image_div {
  text-align: center;
  /*width: 200px;
  height: 200px;*/
  padding: 10px;
  margin: 0px;
  margin-left: 10px;
  border: 1px dotted #cccccc;
  float: left;
}

.product_image_div img {
  border: none;
}

.imgSelect {
  margin: 5px;
  padding: 5px;
  float: left;
  width: 100px;
  height: 110px;
  text-align: center;
  border: 1px dotted #cccccc;
}

.imgSelect input {
  display: block;
  margin: 5px auto;
}

.info_block {
  border: 1px dotted #cccccc;
  padding: 5px;
  margin: 10px 0px;
  width: 538px;
}

.info_block .info_content {
  float: left;
  width: 296px;
}

.info_block img {
  border: 1px solid #000000;
}

.content_image {
  margin-left: 10px;
  float: right;
}

.pageSet ul {
  margin: 0px;
  padding: 0px;
}

.pageSet ul li {
  margin: 0px 5px;
  padding: 0px;
  display: inline;
}

.pageSet img {
  vertical-align: middle;
}

.pageSet a {
  text-decoration: none;
  font-weight: bold;
}

.pageSet input {
  width: 20px;
}

.pageSet a img {
  border: none;
}

.label {
  font-weight: bold;
}

.status_active {
  background-color: #b9dfe1; 
}

.status_inactive {
  background-color: #dddddd;
}

.old {
  color: #cc3333;
}

.errorMsg {
  color: #cc3333;
}

.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}
