/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	behavior: url(iepngfix.htc);
}

body {
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-color: #b4d7ed;
	font-family: Tahoma, Geneva, sans-serif;
}

#header {
	width: 750px;
	margin: 0;
	padding-top: 15px;
	height: 35px;
	color: #fff;
	font-size: .85em;
}

#header ul {
	list-style-type: none;
	float: right;
	width: 140px;
}

#header ul li {
	float: left;
	margin-right: 10px;
	text-align: right;
}

#header p {
	width: 250px;
	float: left;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #f60;
}

#header a.selected {
	
}

.contact {
	color: #ddd;
}

#wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
}

h1 {
	color: #414881;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#mainNav {
	width: 525px;
	height: 55px;
	background-image: url(../images/alpine_banner.jpg);
	background-repeat: no-repeat;
	padding-top: 123px;
	padding-left: 300px;
	background-color: transparent;
}

#mainNav ul {
	list-style-type: none;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav ul li {
	float: left;
	text-align: right;
	font-weight: bold;
	text-align: center;
}

#mainNav ul li a {
	text-decoration: none;
	display: block;
	width: 110px;
	height: 25px;
	padding-top: 25px;
	color: #fff;
	background-image: url(../images/normal.png);
	background-repeat: no-repeat;
}

#mainNav ul li a:hover {
	background-image: url(../images/over.png);
	background-repeat: no-repeat;
}

#mainNav ul li a.selected {
	background-image: url(../images/selected.png);
	background-repeat: no-repeat;
}

#contentArea {
	width: 750px;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	color: #555;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contentArea ul {
	padding-left: 20px;
}

#footer {
	width: 750px;
	height: 30px;
	font-size: .74em;
	padding-top: 20px;
	background-color: #83939d;
	color: #fff;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}

#footer a {
	color: #fff;
}

#rightColumn {
	float: right;
	width: 220px;
	font-size: .90em;
	color: #623a25;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#rightColumn p {
	font-size: 0.85em;
}

#rightColumn a {
	font-size: .85em;
	display: block;
	text-align: right;
	color: #414881;
}

#rightColumn h3 {
	margin: auto auto 15px auto;
	font-weight: normal;
	text-align: center;
}

h4 {
	margin: 10px auto 7px auto;
	font-size: 1.1em;
}

#rightColumn img {
	padding: 2px;
	border: 2px solid #999;
	margin-left: 24px;
}

dt {
	font-size: .9em;
	cursor: pointer;
	margin: 2px 250px 2px auto;
	padding-bottom: 2px;
	border-bottom: 1px dotted #bbb;
}

dd {
	font-size: .8em;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 1.25;
	font-weight: lighter;
}

#dtList {
	list-style-type: none;
}

#leftColumn {
	padding-right: 255px;
	padding-left: 20px;
	font-size: .9em
}

#leftColumn p {
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: .9em;
}

#leftColumn ul {
	font-size: .9em;
}

.collapsed {
	display: none;
}

.expanded {
	display: block;
}

#expandAll, #collapseAll {
	font-size: 75%;
	text-decoration: none;
	color: #414881;
	cursor: pointer;
}

.thumbnails {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	border: 2px solid #999;
}

a:hover.thumnails {
	border: 2px solid #f60;
}

.machineInfo h4 {
	margin-top: 0;
	margin-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.machineInfo p {
	line-height: 1.4;
	font-size: 1.75em;
	font-weight: bold;
}

.machineInfo {
	clear: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

input {
	display: block;
	border: 1px solid #999;
}

textarea {
	display: block;
	border: 1px solid #999;
}

label {
	margin-top: 10px;
	display: block;
	font-size: .85em;
}

#submit {
	border: 2px solid #999;
	padding: 2px;
	font-weight: bold;
	color: #333;
	font-size: .90em;
}

.cost {
	display: block;
	padding-top: 10px;
}

a {
	color: #414881;
}

/*promo 200x150  for sale 160x120*/

.callout {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	border: 1px solid #333333;
	padding: 10px 10px 15px 10px;
}

.clearall {
	clear: both;
}