html {
	background-color: #fff;
}



body {
	padding: 0;
	margin: 0;
	color: #666;
	font: Constantia, Georgia, Palatino Linotype;
	font-size: 100%;
	line-height: 1.5em;
	position: relative;
}

#left-shadow {
	margin-left: -20px;
	position: absolute;
	top: 0px;
}
#right-shadow {
	margin-left: 960px;
	position: absolute;
	top: 0px;
}


#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	top: 0px;
	font-size: 0.8em;
}

#menu {
	width: 960px;
	margin: 205px auto 0px;
	padding: 0px;
}

#topmenutext {
	poistion: relative;
	z-index: 5;
	background: url(../images/top-shadow.png) no-repeat;
	width: 960px;
	height: 50px;
	margin: 0px auto;
	position: relative;
	top: -5px;
}

#left-column {
	width: 67%;
	float: left;
}
#right-column {
	width: 30%;
	float: right;
	text-align: right;
}
#middle-column {
	position: absolute;
	left: 68%;
}

#right-column p {
}


p {
	font-size: 1.2em;
	margin-bottom: 1.3em;
	line-height: 1.4em;
	width: 98%;
}

hr {
	clear: both;
	height: 1px;
}

a:link {
	color: #2E3057;
	text-decoration: none;
}

a:visited {
	color: #2E3057;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a:active {
	color: #000;
}



h1 {
	font-size: 3.5em;
	color: #272F5E;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	color: #272F5E;
	line-height: 1.2em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #272F5E;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
}

.clear {
	float: none;
	clear: both;
	padding-bottom: 0px;
}
.center-text {
	text-align: center;
}
#page #container #right-column h1 {
	text-align: center;
	position: relative;
	top: -15px;
	margin-left: 15px;
	margin-right: 15px;
}
#page #container #right-column h2 {
	text-align: center;
}
#page #container #right-column p {
	text-align: center;
	margin: 0 10px 5px 5px;
}
#panels .8px-padding{
	padding-left: 8px;
}
.transparent {
}
#left-shadow-bottom {
	margin-left: -20px;
	position: absolute;
	top: 410px;
}
#right-shadow-bottom {
	margin-left: 960px;
	position: absolute;
	top: 410px;
}
#main-content {
	margin-right: 20px;
	margin-left: 25px;
	z-index: 2000;
}
tr td {
	vertical-align: top;
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.vertical-align-pool-text {
	line-height: 76px;
}
#contact-button {
	position: absolute;
	top: 10px;
	right: 20px;
}
#handshake {
	position: absolute;
	right: 0px;
	z-index: 2;
	top: 200px;
}
#contact-button-scroll {
	position: absolute;
	top: 15px;
	right: 10px;
}









form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 610px;
	width: 610px;
	display: inline;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#page #container #main-content #Website Contact Form {
	display: none;
}
#jigsaw {
	position: absolute;
	right: 50px;
	z-index: 2;
	top: 200px;
}





/* Footer */
#footer_wrap {
	min-width: 1002px;
	position: relative;
	background-image: url(../images/footer-bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	z-index: 1000;
	margin-top: 100px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

#footer {
	position: relative;
	width: 972px;
	padding: 40px 0 20px 30px;
	font-size: 1em;
	line-height: 1.6em;
	color: #FFF;
	margin: 0 auto;
}



#footer p {
	padding-bottom: 20px;
	font-size: 0.8em;
}


#footer .logo {
	position: absolute;
	left: 60px;
	top: -70px;
}


.box-wide {
	width: 940px;
	z-index: 99;
	text-align: center;
	margin-bottom: -10px;
}

.box-wide h1 {
	font-size: 1.1em;
	margin-bottom: 7px;
	color: #FFF;
	margin-top: 0px;
}
.box-wide li {
	padding-bottom: 10px;
}
.box-wide a:link, .box a:visited {
	color: #FC0;
	text-decoration:none;
}
.box-wide a:hover {
	color: #39C;
	text-decoration: none;
}
.box-wide a:active {
	color: #fffff;
	text-decoration:none;
}

.box {
	width: 200px;
	float: left;
	margin-right: 43px;
	z-index: 99;
}

.box h1 {
	font-size: 1.1em;
	margin-bottom: 7px;
	color: #FFF;
	margin-top: 0px;
}
.box li {
	padding-bottom: 10px;
}
.box a:link, .box a:visited {
	color: #FC0;
	text-decoration:none;
}
.box a:hover {
	color: #39C;
	text-decoration: none;
}
.box a:active {
	color: #fffffe;
	text-decoration:none;
}
#footer .icons {
	width: 972px;
	margin: 0;
	padding: 10px 0;
}
#footer img {
	margin-right: 0px;
}
#footer .last {
	margin-left: 200px;
	margin-right: 0px;
}


.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
table h1 {
	font-size: 3em;
	line-height: 1em;
	text-align: left;
	margin-left: 20px;
	font-weight: 100;
	margin-top: 20px;
}
table p {
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}
table h2 {
	font-size: 2em;
	line-height: 1em;
	text-align: left;
	margin-left: 20px;
	font-weight: 100;
	margin-top: 10px;
}
.machine-detail {
	margin-left: 0px;
	font-size: 1em;
}
.premium-service {
	background: url(../images/products/premium-service-bg.jpg) repeat-x;
}
.premium-service h1 {
	color: #FFF;
	margin-left: 7px;
	font-weight: 100;
	margin-top: 8px;
}
.premium-service ul  {
	text-align: left;
	margin-left: 7px;
	list-style: disc inside;
	margin-bottom: 10px;
	width: 90%;
}
.premium-service p {
	font-size: 1em;
	margin-left: 7px;
	margin-right: 10px;
	width: 90%;
}
#machine-champions-banner {
	position: absolute;
	top: 2px;
	right: 190px;
	width: 600px;
}
