* {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, Sans-serif;
}
body {
  background-color: #e0e0df;
}

input, select {
  font-size: 11px;
  vertical-align: middle;
}
option {
  padding-right: 10px;
}

#bak_container {
  width: 937px;
  margin: 0 auto;
  margin-top: 20px;
  background: url('../images_v3/bak_container.gif') repeat-y;
}
#bak_container_btm {
  width: 937px;
  height: 11px;
  background: url('../images_v3/bak_container_btm.gif') no-repeat;
}

#container {
  width: 900px;
  clear: both;
}


/*-- HEADER --*/
#header {
  width: 900px;
  padding-top: 10px;
  float: left;
}

#header_btns {
  width: 790px;
  height: 70px;
  float: left;
}
#header_btns ul {
  padding-top: 10px;
  list-style-type: none;
  font-size: 11px;
  color: #817f7d;
}
#header_btns li {
  margin-left: 2px;
  float: left;
}
#header_btns a {
  color: #817f7d;
  text-decoration: none;
}
#header_btns a:hover {
  text-decoration: underline;
}
#header_btns img {
  vertical-align: middle;
}

#header_banner {
  width: 110px;
  height: 70px;
  float: left;
}

#navtab {
  width: 900px;
  height: 24px;
  background: url('../images_v3/bak_navtab.gif') repeat-x;
  clear: both;
}
#navsub {
  width: 880px;
  height: 18px;
  padding: 2px 10px 0px 10px;
  background: url('../images_v3/bak_navsub.gif') repeat-x;
  font-size: 11px;
  color: #fff;
  clear: both;
}
* html #navsub {
  margin-top: -3px;
}
#navsub_left {
  float: left;
}
#navsub_right {
  float: right;
}
#navsub a {
  color: #fff;
  text-decoration: none;
}
#navsub a:hover {
  text-decoration: underline;
}

#breadcrumbs {
  width: 880px;
  height: 19px;
  padding: 2px 10px;
  font-size: 11px;
  color: #868686;
  background: url('../images_v3/bak_breadcrumbs.gif') repeat-x;
  clear: both;
}
#breadcrumbs a {
  color: #868686;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

#subhead {
  width: 900px;
  height: 48px;
  background: url('../images_v3/bak_subhead.gif') repeat-x;
  clear: both;
}
#subhead h1 {
  padding: 5px 10px 0 10px;
  font-size: 24px;
  color: #fff;
}
#subhead_txt {
  position: relative;
  top: -7px;
  left: 50px;
  font-size: 11px;
  color: #fff;
  float: left;
}

/* BODY */
.right {
  float: right;
}
.left {
  float: left;
}
#clear_row {
  padding-bottom: 1px;
  clear: both;
}

#content_wrapper {
  width: 900px;
  height: auto;
  padding-top: 5px;
  clear: both;
}
#col_left {
  width: 735px;
  height: auto;
  padding-right: 10px;
  float: left;
}
#col_right {
  width: 155px;
  float: left;
}
#col_mid {
  padding-right: 10px;
  float: left;
}

#content_box_promotion_label 
{
  font-size: 11px;
  color: #37495e;
  border: 1px solid #8eb5d2;
  float: left;
  margin: 5px 0 10px 0; 
  width: 733px; 
  height: auto;
}

div#PromotionLabel_YouHaveFreePrints, div#PromotionLabel_YouHaveMoney
{
	margin:5px 5px 5px 10px; color:#00285E; font-weight:bold;
	width:400px;
}

#content_box {
  font-size: 11px;
  color: #37495e;
  border: 1px solid #8eb5d2;
  float: left;
}
#content_box a {
  font-weight: bold;
  color: #868686;
}

#content {
  width: 713px;
  height: auto;
  padding: 10px;
  float: left;
}
#content h2 {
  font-size: 16px;
  color: #f79d1c;
  padding-bottom: 5px;
}
#content h3 {
  font-size: 14px;
  color: #cc0000;
}
#content h4 {
  padding-bottom: 5px;
  font-size: 14px;
  color: #8eb5d3;
}
#content img, #content input {
  vertical-align: middle;
}
#content p {
  padding-bottom: 3px;
}

#control_box {
  width: 715px;
  margin-top: 10px;
  padding: 10px;
  font-size: 11px;
  color: #37495e;
  background-color: #edf3f7;
  float: left;
}
#control_box img {
  vertical-align: middle;
}
#control_box a {
  font-weight: bold;
  color: #868686;
}

#scrollbar {
  overflow: auto;
  float: left;
}

#orange {
  color: #f79d1c;
}
#red {
  color: #e43929;
}
#blue {
  color: #8eb5d3;
}
#grey {
  color: #817f7d;
}

#fineprint {
  font-size: 10px;
  float: left;
}

#line_white {
  padding: 10px 0px;
  float: left;
}


/* FOOTER */
#footer {
  width: 900px;
  padding: 2px 0px;
  border-top: none;
  font-size: 11px;
  color: #817f7d;
  clear: both;
}
#footer img
{
	vertical-align:middle;
	text-align:center;
}
#footer a {
  color: #817f7d;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.footer_links {
 width: 880px;
 padding: 10px;
 border-bottom: 1px solid #949494;
 background-color: #eeeced;
 clear: both;
 height:10px
}
#footer .machinename {
	float:right;
	color:#ffffff;
}

input, select {
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#maxchardiv {
	font-size: 10px; 
	margin-left: 2px;
}

p, h1, h2, h3, h4, ul, li { margin:0; padding:0; }

#base_price {
  margin:0px 4px 5px 8px;
  display:inline;
  font-size: 12px;
  font-weight: bold;
  color: #03465e;
  float: left;
  text-align: left;
  z-index: 1;
  position: relative;
}
#totalPrice {
  color: #ed1c24;
}

#pricing_tier {
  display:inline;
  font-size: 10px;
  font-weight: normal;
  color: #03465e;
  float: left;
  text-align: left;
  z-index: 1;
  position: relative;
  margin:0px 20px 5px 16px;
}

span#PromotionLabel
{
	/*padding: 5px 0px 0px 5px;
	margin: 0;
	border-top: 1px solid #D0E5F7;*/
	color: #f79d1c;
	font-size: 11px;
	font-weight:bold;
}
