* {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #425D6B;
}
body {
  background-color: #658ba0;
}

input, select {
  font-size: 11px;
  vertical-align: middle;
}
option {
  padding-right: 10px;
}
h1 {
	font-size: 24px;
	color: #658BA0;
}
h3 {
	font-size: 14px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#bak_container_top {
  width: 1004px;
  height: 27px;
  margin-top: 20px;
  background: url('/images/bak_container_top.gif') no-repeat;
}
#bak_container_btm {
  width: 1004px;
  height: 25px;
  background: url('/images/bak_container_btm.gif') no-repeat;
}
#bak_container {
  width: 1004px;
  margin: 0 auto;
  background: url('/images/bak_container_main.gif') repeat-y;
}

#container {
  width: 954px;
  padding: 0 25px;
  clear: both;
}

#bak_form {
  width: 610px;
  height: 430px;
  padding: 20px 0 20px 20px;
  background: url('/images/bak_form.jpg') no-repeat;
  float: left;
}

/* HEADER */
#header {
  height: auto;
}
#logo {
  width: 234px;
  height: 99px;
  float: left;
}
#nav_tabs {
  width: 717px;
  height: 99px;
  background: url('/images/nav_bar.gif') no-repeat;
  float: left;
}
#nav_tabs_fr {
  width: 717px;
  height: 99px;
  background: url('/images/nav_bar_fr.gif') no-repeat;
  float: left;
}
#nav_tabs_links 
{
	padding:0;
  margin-top: 71px;
}
#nav_tabs_links a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nav_tabs_links a:hover 
{
	text-decoration:underline;
  /*color: #9c995a;*/
}
#nav_tabs_links div
{
	font-size: 12px;
	font-weight: bold;
	/*color: #415d69; 393996;*/
  color: #FFFFFF;
}
#home {
	padding-right: 19px;
	padding-left: 19px;
}
#why {
	padding-right: 17px;
	padding-left: 17px;
}
#services {
	padding-right: 19px;
	padding-left: 19px;
}
#features {
	padding-right: 19px;
	padding-left: 19px;
}
#how {
	padding-right: 19px;
	padding-left: 19px;
}
#questions {
	padding-left: 19px;
}

#home_s {
	padding-right: 19px;
	padding-left: 19px;
}
#why_s {
	padding-right: 19px;
	padding-left: 19px;
}
#services_s {
	padding-right: 19px;
	padding-left: 19px;
}
#features_s {
	padding-right: 19px;
	padding-left: 19px;
}
#how_s {
	padding-right: 19px;
	padding-left: 19px;
}
#questions_s {
	padding-left: 19px;
}

#subnav {
  width: 925px;
  padding: 6px 20px 6px 6px;
  font-size: 11px;
  color: #c4d3df;
  background-color: #658ba0;
  text-align: right;
  text-transform: uppercase;
  float: left;
}
#subnav a {
  color: #c4d3df;
  text-decoration: none;
}
#breadcrumbs {
  width: 925px;
  padding: 6px;
  font-size: 11px;
  color: #425d6b;
  text-transform: uppercase;
  float: left;
}
#breadcrumbs a {
  color: #425d6b;
  text-decoration: none;
}
#tabs 
{
	width:630px;
	float:left;	
}
#tabs a:hover, #subnav a:hover, #breadcrumbs a:hover {
  text-decoration: underline;
}

/* BODY */
.right {
  float: right;
}
.left {
	float: left;
	text-align: left;
}
#clear_row {
  padding-bottom: 1px;
  clear: both;
}

#col_left {
  width: 670px;
  height: auto;
  background-color: #fff;
 float: left;
}

#col_right {
  width: 270px;
  margin-left: 10px;
  height: auto;
  font-size: 11px;
  float: left;
}

#content 
{ 
  margin-top:0 !important; 
  padding: 20px 0px 20px 10px !important;
  font-size: 11px;
  color: #425d6b;
  float: left;
}
#content_sd 
{
  margin-top:0 !important;
  padding: 20px 0px 20px 10px;
  font-size: 11px;
  color: #425d6b;
  float: left;
}
#content p, #content_sd p {
  padding-bottom: 5px;
}
#content h1, #content_sd h1 {
  font-size: 22px;
  padding-bottom: 20px;
}
#content h2, #content_sd h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
#content a, #content_sd a {
  color: #425d6b;
}
#content ul, #content_sd ul {
  margin-left: 15px;
}
#content li, #content_sd li {
  list-style-image: url('/images/img_bullet.gif');
  padding-bottom: 10px;
}

#shopping_cart {
  width: 250px !important;
  height: 54px !important;
  padding: 10px 10px 0 10px;
	margin-bottom: 0;
  font-size: 11px;
  background: url('/images/bak_shoppingcart.gif') no-repeat;
  float: left;
  color: #425d6b;
}
#shopping_cart2 {
  width: 250px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  background: url('/images/bak_shoppingcart2.gif') no-repeat;
  float: left;
  color: #425d6b;
}
#shopping_cart a, #shopping_cart2 a {
  color: #425d6b;
}

#form_label {
  width: 100px;
  padding-bottom: 10px;
  float: left;
}
#form_field {
  width: 250px;
  padding-bottom: 10px;
  float: left;
}

#red {
  color: #dd3834;
}

.error 
{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	margin:0px 0px 0px 0px;
}

#fineprint {
  font-size: 10px;
}

#scrollbar {
  overflow: auto;
  float: left;
}

#clear_row {
  clear: both;
}
#blue_line {
  width: 150px;
  height: 1px;
  margin: 5px 0;
  background-color: #d4e1e8;
  float: left;
}
/* FOOTER */
#footer {
  width: 950px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #425d6b;
  clear: both;
}
#footer a {
  color: #425d6b;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer .machinename {
	float:right;
	color:#AFCFE6;
}
.NotClickable {
	cursor:default;
}
.wt {
	color: #FFFFFF;
}
.finderbox {
	margin-top: 10px;
	width: 250px;
	float: left;
	text-align: center;
	border: 2px solid #425D6B;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.videotape_sec {
	text-align: right;
	background-image: url(/images/fadeTV.jpg);
	height: 120px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.film_sec {
	background-image: url(/images/Film_to_DVD_library.jpg);
	height: 135px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-position: right;
	margin-right: 20px;
	margin-left: 20px;
}
.why_sec {
	height: 60px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.features_sec {
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}

