/* CSS Document */
@import url('undohtml.css');

html{
	overflow-y:scroll; 
}
body {
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	background-color:#978677;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif ;
	font-size:small;
	line-height:1.35em;
}

h1, h2 {
	display:block;
	text-indent:-10000px;
	position:absolute;	
	cursor:pointer;
}

h1 {
	width:163px;
	height:75px;
	background-image:url(../img/logo.png);
	left:-8px;
}


h2 {
	width:173px;
	height:33px;
	background-image:url(../img/telephone.png);
	right:0px;
	top:34px;	
}
h3 {
	margin-bottom:1.5em;
	line-height:140%;
	font-size:110%;
}

p {
	margin-bottom:1.5em;
}	

a {
	color:#960028;
}

ul {
	margin:1em;
	list-style-type:disc;
}
ul li {
	color:black;
	font-weight:bold;
}

a.arrowlink {
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:center right;
	width:100px;
	height:16px;
	padding-top:4px;
	padding-bottom:4px;	
	padding-right:20px;
}
a.arrowlink:hover {
	text-decoration:underline;
}

div#leftCol a:hover {
	text-decoration:underline;
}
img#manulogo {
	margin-top:6em;
}

/********************************************************************************/
/* FORM BITS																*/
/********************************************************************************/
label {
	font-weight:bold;
	width:230px;
	float:left;
}

input:focus, textarea:focus {
	background-color:#FFFFE0;

}
div.frmErrorHolder {
	background-color:#FFFFE0;
	border:1px solid #960028;
	color:#960028;
	padding:0.5em 2em 0.5em 2em;
	margin-top:1em;
	margin-bottom:1em;
}
input.submitButton {
	display:block;
	margin-top:1em;
	margin-left:230px;
	width:auto;
}

input,textarea{
	width:250px;
}


/********************************************************************************************/
div#header {
	position:relative;	
}
div#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
}
ul#menu {
	background-color:#d9d9d9;
	width:800px;
	height:24px;
	position:absolute;
	top:120px;
	display:block;
	z-index:5;
	margin:0;
	list-style-type:none;	
	margin-left:1px;
	
}
ul#menu li {
	float:left;
	width:99px;
	background-color:#fff;
	background-image:url(../img/bg_menu_button.gif);
	background-repeat:repeat-x;
	border-right:1px solid #cdcdcd;
	color:#6e0d25;
	height:24px;
	text-align:center;
	line-height:24px;
	font-weight:normal;

}
ul#menu li a {
	color:#6e0d25;
	font-size:85%;
	display:block;
	outline:none;
}
ul#menu li#selected, ul#menu li:hover {
	background-image:none;
}
div#content {
	background-color:white;
	position:absolute;
	top:144px;
	width:800px;
	margin-left:1px;
	
}
div#leftShadow {
	background-image:url(../img/left_shadow.png);
	background-repeat:repeat-y;
	width:33px;
	position:absolute;
	top:8px;
	left:-33px;
}
div#rightShadow {
	background-image:url(../img/right_shadow.png);
	background-repeat:repeat-y;
	width:33px;
	position:absolute;
	top:8px;
	left:800px;	
}
div#bottomShadow {
	width:866px;
	height:64px;
	left:-33px;
	position:absolute;
	background-image:url(../img/bottom_shadow.png);
}
div#topShadow {
	width:866px;
	height:64px;
	position:absolute;
	background-image:url(../img/top_shadow.png);
	top:-56px;
	left:-33px;
}
div#pagination {
	clear:both;
	text-align:center;
	color:#b0a194;
	margin-bottom:25px;
	font-size:120%;
	font-weight:bold;
}
div#footer {
	clear:both;
	background-image:url(../img/bg_footer.gif);
	width:750px; /* 800 */
	height:74px; /* 100 */
	color:white;
	font-size:90%;
	padding:18px 25px 8px 25px;
	background-color:#7d714d;
	z-index:8;
}
div#footer address {
	font-size:120%;
}
img#title {
	margin-bottom:25px;
}
img#manulogo {
	clear:both;
	display:block;
}

/********************************************************************************/
/* BEGIN PAGE TYPES																*/
/********************************************************************************/
/********************************************************************************/
/* ONE COLUMN LAYOUT															*/
/********************************************************************************/
body#oneCol div#content div#leftCol {
	padding:25px 25px 25px 25px;
	width:750px; /* 600 */
}

/********************************************************************************/
/* TWO COLUMN LAYOUT															*/
/********************************************************************************/
body#twoCol div#content {
	background-image:url(../img/bg_two_col.gif);
	background-repeat:repeat-y;
}
body#twoCol div#content div#leftCol {
	padding:25px 50px 25px 25px;
	width:525px; /* 600 */
	float:left;
}
body#twoCol div#content div#rightCol {
	float:left;
}
body#twoCol div#content div#rightCol ul {
	margin:0;
	list-style-type:none;	
}
body#twoCol div#content div#rightCol ul li {
	display:block;
	height:125px;
}
body#twoCol img#floater {
	float:right;
	margin:0 0 15px 15px;
	padding:4px;
	border:1px dashed #ddd;
}
/********************************************************************************/
/* PRODUCT (MACHINE) DETAIL LAYOUT												*/
/********************************************************************************/
body#machineDetail div#content {
	
}
body#machineDetail div#content div#leftCol {
	padding:25px 25px 25px 25px;
	width:363px; /* 600 */
	float:left;
}
body#machineDetail div#content div#rightCol {
	float:left;
	width:363px;
	padding-top:78px;
}
body#machineDetail div#content div#rightCol div#links {
	margin-top:13px;
	text-align:right;
}


body#machineDetail div#content div#leftCol ul {
	background-color:#ddcfbf;
	width:355px; /* 363 */
	height:17px; /* 25 */
	padding:4px;
	margin:0;	
	margin-bottom:25px;
	font-size:90%;
	list-style-type:none;	
	
}
body#machineDetail div#content div#leftCol ul li {
	float:left;
	border-right:1px solid #bfb3a6;
	width:60px;
	text-align:center;
	margin:0;
}

body#machineDetail div#content div#leftCol ul li a {
	color:black;
}
body#machineDetail div#content div#leftCol ul li a#selected, body#machineDetail div#content div#leftCol ul li a:hover {
	color:#b3051e;
}

/********************************************************************************/
/* BITS FOR OFFCE MACHINE DETAIL												*/
/********************************************************************************/
ul#officemachinelist li {
	text-decoration:none;
	cursor:pointer;
	color:#960028;
} 
ul#officemachinelist li:hover {
	text-decoration:underline;

} 
ul#officemachinelist li:active {
	color:black;
} 

/********************************************************************************/
/* BITS FOR SPECIAL OFFERS												*/
/********************************************************************************/
ul#offerList {
	margin:0;
	list-style-type:none;
	overflow:auto;
}
ul#offerList li {
	width:339px; /* 379 */
	height:294px; /* 289 */
	background-repeat:repeat-x;
	float:left;
	padding:12px;
	display:block;
	color:white;
	text-align:center;
	overflow:hidden;

}

ul#offerList li img {
	display:block;
	margin:0px auto 3px auto;
	border:1px solid #444;
}
ul#offerList li.offerOne {
	background-image:url(../img/bg_offer_1.gif);
	background-color:#80001c;
	color:white;
}
ul#offerList li.offerTwo {
	background-image:url(../img/bg_offer_2.gif);
	background-color:#d7c6b5;
	color:black;
}
ul#offerList li.marg {
	margin-right:23px;
	margin-bottom:24px;	
}
/********************************************************************************/
/* BITS FOR HOME																*/
/********************************************************************************/
body#home div#content {
	background-image:url(../img/bg_two_col.gif);
	background-repeat:repeat-y;
}
body#home div#titleHolder {
	background-color:white;
	padding:25px 25px 0px 25px;		
}
body#home div#flashBanner {
	background-color:#960028;
}

body#home div#leftCol {
	padding:25px 92px 62px 25px;
	width:483px; /* 600 */
	float:left;	
}
ul#homeRightMenu {
	float:left;
	margin:0;
	list-style-type:none;	
}
ul#homeRightMenu li {
	margin-top:-4px;
}