/* ------------- Standard tag definitions ----------------------------- */
body {
	background-color: #FFFFFF;
}

p,a,li,em,strong,span { font-family:Arial, Helvetica, sans-serif; }

p {
	color:#000000;
	margin:0px 5px 14px 5px;
	font-size:12px;
	line-height: 1.7em;
}

a { color:#EE3032; text-decoration:underline;}
a.link-blk-line { color:#000000; text-decoration:underline; }
a.link-red-noline { text-decoration:none; }

a:hover, a:focus { text-decoration:none; }

ul {
	margin:0px 5px 14px 5px;
	list-style-position:inside;
	list-style-type: square;
	list-style-image: url(../images/ready-machinery-bullet.gif);
}

li {
	font-size:12px;
	color: #E63A50;
	margin: 2px 0px 5px 0px;
}

strong { font-weight:bold; }

em { font-style:italic; }

h1,h2,h3,h4,h5,h6,h7 {
	font-weight:bold;
	color:#000000;
	margin:0px 5px 20px 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 { font-size:16px; }
h2 { font-size:14px; }
h3 { font-size:12px; }
h4 { font-size:10px; }
h5 { font-size:9px; }
h6 { font-size:8px; }
h7 { font-size:7px; }


.color-ready-red{ color:#EE3032; }
.color-black { color:#000000; }
.color-white { color:#FFFFFF; }
.color-ltgrey { color:#CCCCCC; }
.color-dkgrey { color:#666666; }

.text-italic-strong { font-style:italic; font-weight:bold; }

.text-align-left { text-align:left; }
.text-align-right { text-align:right; }
.text-align-center { text-align:center; }
.text-align-full { text-align:justify; }

.font-8 { font-size:8px; }
.font-10 { font-size:10px; }
.font-11 { font-size:11px; }
.font-18 { font-size:18px; }
.font-20 { font-size:20px; }

/* this removes the 2px space at the bottom of images in IE7 */
img {}

/* ------------------ Standard Class Definitions -------------------------- */
.clearer { clear:both; }


/* ------------------- Layout Styles ---------------------------------- */
#page_wrapper, #page_top, #page_bottom, #header_wrapper, #footer_wrapper, #body_wrapper ,#column_wrapper{
	width: 861px;
	margin-right: auto;
	margin-left: auto;
}

#page_wrapper {
	margin-top:30px;
	margin-bottom: 30px;
}

#page_top {
	height: 10px;
}

#header_wrapper {
	height: 32px;
}
#menu_wrapper {
	height: 28px;
	margin-bottom: 4px;
}
.top-menu {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.top-menu:first-child a { margin-left:1px; }

.top-menu a {
	margin-left: 8px;
}

/* IE6 HACK for the menu images */
* html .top-menu a { margin-left:5px; }

#body_wrapper {
	height: 520px;
	border: 1px solid #000000;
}

#column_wrapper {
	margin: 0px;
}
#left_column {
	float: left;
	width: 320px;
	height: 430px;
}
#left_content {
	margin-top: 16px;
	margin-left: 0px;
}

/* this removes the space betwen at the bottom of the images in the left column for IE6 */
* html #left_content img { vertical-align:bottom; }

#right_column {
	margin-left:0px;
	float:left;
}
#column_wrapper > #right_column{ margin-left:320px; height:430px; float:none; }
#right_content {
	margin-left: 0px;
	padding-top:25px;
	margin-right: 20px;
}
#right_content p:first-child { margin-top:0px; }

#right_content_fixed {
	margin-right:20px;
	height:402px;
}
#right_column > #right_content_fixed { margin-right:20px; float:left; height:402px; }

#right_content_nav {
	height:25px;
	clear:both;
	margin-right:20px;
}
#right_column > #right_content_nav {
	clear:none;
	margin-right: 20px;
	margin-left: 0px;
	float:left;
}

#nav_previous {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 120px;
	margin-left: 5px;
}
#nav_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	float: right;
	width: 120px;
}
#nav_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}




#body_footer {
	background-color: #EE3032;
	height: 90px;
}
#body_footer_image {
	padding-left: 40px;
	width: 280px;
	float: left;
}
#body_footer_text {
	float: none;
	margin-left: 320px;
	padding-top: 25px;
}
.body-footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	line-height: 1.2em;
}

#footer_wrapper {
	height: 40px;
	padding-top: 10px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin-bottom:7px;
	color: #666666;
	text-align: center;
}


#page_bottom {
	height: 5px;
}

/* -- END LAYOUT STYLES -- */

.image-txt-wrap {
	text-align: center;
	display: inline;
	margin-right: -2px;
	float: left;
	margin-top: 5px;
}
.logo-img-txt-wrap{
	text-align:left;
	display:inline;
	width:243px;
	float:left;
	margin-bottom:50px;
}
.logo-txt-link{
	margin-left:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.logo-txt-link a { line-height:1.4em; }

.text-image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
}
.text-image-center{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}
.text-image a,.text-image-center a {

}
.image-left-center{
	padding-left:40px;
}
.image-left-left{
	padding-left:10px;
}

