* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	/* needed for container min-height */
}

html {
	background: #666;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;	
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	primary structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#centered {
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 980px;
	position: relative; /* needed for footer positioning*/	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */		
	background: url('../../external.html?link=http://basicmachinery.com/img/background_shadow.png') center center repeat-y;
}

#envelope {
	margin: 0px auto;
	width: 960px;
	max-width: 960px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;	
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	generic element defaults
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

a, a:visited {
	color: #8090A0;
	text-decoration: none;
	outline: 0px !important;
}

h1 a:hover, h2 a:hover, span a:hover, p a:hover {
	color: black;
	background: white;
}

img {
	border: 0px;
}

ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: bold 18px Arial, sans-serif;
	margin-bottom: 25px;
}
h1.img_title {
	color: white;
}
h2 {
	font: bold 14px Arial, sans-serif;
	margin-bottom: 20px;	
}
h2 + h2 {
	margin-top: -18px;
}

p {
	line-height: 22px;
	margin-bottom: 20px;
	font-size: 15px;
	width: 620px;
	*width: 580px;
}
p.intro {
	line-height: 24px;
	margin-bottom: 25px;
	font-size: 15px;
	padding: 20px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 25px;	
	width: 620px;
	*width: 640px;
	*padding-left: 60px;
	*margin-bottom: 20px;
	background: #EDF7FE;
	margin-left: -40px;
	font-family: 'Segoe UI', Calibri, Arial, sans-serif;
/*	border: solid 1px #D8EDFC; */
	float: left;
}
p.pending {
	color: #bbb;
}

ul.typical {
	margin-left: 20px;
}
ul.typical li {
	list-style-type: disc;
	font-size: 14px;

	margin-bottom: 10px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	utility classes
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.left {
	float: left;
}
.clear {
	clear: both;
}

.hidden {
	display: none;
}
.shift {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#preload {
	display: none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #d00;
}
.error {
	margin-bottom: 40px;
}

abbr:hover {
	cursor: help;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#header {
	width: 960px;
	height: 220px;
	position: relative;
}

#logo {
	position: absolute;
	top: 65px;
	left: 41px;	
	width: 169px;
	height: 41px;
}

#nav {
	background: url('../../external.html?link=http://basicmachinery.com/img/nav_background.png');
	width: 960px;
	height: 50px;
	position: absolute;
	top: 170px;
	left: 0px;
	overflow: hidden;
}

#nav li {
	font: 13px 'Tahoma';
	display: inline;
}
#nav li:first-child {
	margin-left: 0px;
}

#nav a {
	color: #c0ccd6;
	font-size: 13px;
	padding: 16px 18px 18px 18px;
	display: inline-block;
	margin-top: 1px;
	margin-right: -2px;
	*margin-right: -3px;	
}

#nav a.current,
#nav a:hover {
	background: #52778f;
	cursor: pointer;
	color: white;	
}
#nav a:hover {
	background: url('../../external.html?link=http://basicmachinery.com/img/nav_hover_background.png');	
	*background: #497391;
}

#nav a.current, #nav a.current:hover {
	background: url('../../external.html?link=http://basicmachinery.com/img/nav_current_background.png');	
	*background: #5886A5;	
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	sidebar nav for jump links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

ul.sidebar_nav {
	background: #f5f5f5 url('../../external.html?link=http://basicmachinery.com/img/arrow_down.png') right top no-repeat;
	float: left;
	width: 168px;
	*width: 200px;
	padding: 15px;
	*padding-left: 10px;
	margin-left: 40px;
	font: 13px 'Segoe UI', Calibri, Arial, sans-serif;
	border: solid 1px #eee;
	margin-bottom: 30px;
	*margin-left: 80px;
}
ul.sidebar_nav li:first-child {
	margin-top: 0px;
}
ul.sidebar_nav li {
	margin-top: 6px;
}
ul.sidebar_nav a {
	color: #2E6B9E;
	padding: 3px;
	padding-left: 5px;
	padding-right: 6px;
}
ul.sidebar_nav a:hover {
	background: url('../../external.html?link=http://basicmachinery.com/img/nav_background_lighter.png');
	-moz-border-radius: 2px;	
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	main content area
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#content {
	padding: 40px;
	padding-bottom: 61px;
	position: relative;	
}


div.section {
	clear: both;
	border-top: solid 1px #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

div.section:first-child {
	border-top: 0px;
	padding-top: 0px;
}

div.img_col {
	float: left;
	width: 200px;
	margin-bottom: 30px;
	position: relative;
	*padding-bottom: 30px;
}
div.img_col img {
	margin-bottom: -2px;
	z-index: 1;
}
div.img_col .enlarge {
	z-index: 2;
	position: absolute;
	top: 7px;
	right: 5px;
	height: 28px;
	width: 29px;
	display: block;
	background: url('../../external.html?link=http://basicmachinery.com/img/fancybox/fancy_enlarge.png');
}
div.img_col .enlarge:hover {
	cursor: pointer;
}

div.img_col div.quantity {
	background: #f5f5f5;
	width: 189px;
	*width: 200px;
	*margin-top: 3px;
	padding: 5px;
	padding-left: 6px;
	border-bottom: solid 1px #eee;
}
div.img_col div.quantity p {
	font: 12px 'Segoe UI', Calibri, Arial, sans-serif;
	width: auto;
	margin-bottom: 0px;
}

div.text_col {
	float: left;
	width: 640px;
	margin-right: 40px;	
	margin-bottom: 40px;	
}

div.text_col a {
	color: royalblue;
}

div.machine_list {
	padding: 15px;
	font: 13px 'Segoe UI', Calibri, Arial, sans-serif;
	background: #f5f5f5;
	border: solid 1px #eee;
	width: 600px;
	*width: 600px;
	padding: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 5px;
}
div.machine_list li {
	float: left;
	width: 290px;
	*width: 270px;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.machine_list span.alternate {
	display: none;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	forms
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

form, input, option, select, textarea {
	font-size: 13px;
}

form {
	*margin-bottom: 40px;
	*padding-bottom: 40px;	
}

div.label_pair {
  margin-bottom: 30px; 
	margin-right: 20px;
}
div.label_pair > label {
  padding: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
  background: #f7f7f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
  -moz-border-radius-topleft: 3px; 
  -moz-border-radius-topright: 3px; 
	font: 13px 'Segoe UI', Arial, sans-serif;
}
div.label_pair > div {
  margin-top: 0px;
  padding: 10px;
  background: #f7f7f7;
  display: inline-block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;	
  -moz-border-radius-bottomleft: 3px; 
  -moz-border-radius-bottomright: 3px; 	
  -moz-border-radius-topright: 3px; 		
}

div.label_pair input,
div.label_pair textarea {
  padding: 7px;
  border: solid 1px #ccc;
  font-family: Arial, sans-serif; 
}
div.label_pair input {
  width: 250px;
}
div.input_short input {
	width: 160px;
}
form select {
	padding: 3px;
  border: solid 1px #aaa;
	min-width: 175px;
}

div.label_pair textarea {
  min-height: 200px;
  width: 450px;
}

form input:focus,
form textarea:focus {
	background: #ffe;
	border: solid 1px #999;
}

label.validate {
	margin-left: 10px;
	color: #d00;
	width: 150px;
	font: 12px 'Segoe UI', Arial, sans-serif;	
}

textarea + label.validate {
	display: block;
	margin-left: 0px;
	margin-top: 10px !important;
}

form button {
	background: #888;
	padding: 7px;
  border-radius: 5px;
  -moz-border-radius: 5px; 
	border-width: 0px;	
	margin-right: 15px;
	font-size: 14px;
	color: white;
}
form button strong {
	font-weight: normal !important;
}
form button:hover {
	background: #4c7592;
	cursor: pointer;
}

div.sent_message {
	padding: 20px;
	background: #fbfbfb;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;	
}
div.sent_message p {
	width: 600px;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#footer {
	margin-left: 10px;
	margin: 0px auto;
	width: 920px;
	*width: 960px;
	height: 18px;
	padding: 15px;
	padding-top: 18px;
	padding-left: 20px;g
	padding-right: 20px;
	border-top: solid 1px #ddd;
	background: #efefef url('../../external.html?link=http://basicmachinery.com/img/american_flag.png') 15px 15px no-repeat;
	position: absolute;
	bottom: 0px;
	color: #999;
	font-size: 12px;
}

#footer #legal {
	float: left;
	padding-left: 46px;
}

#footer #credit {
	float: right;
}

#footer a {
	padding: 5px;
	padding-left: 6px;
	color: #aaa;
	margin-left: -5px;
}

#footer a:hover {
	background: #fddb77;
	background: #FFDE5B;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.grayscale {
  position: absolute;
  top: -2210px;
  left: -2903px;
}
