@import '/cms/styles/common.css';
@import '/style.css';

/* COMMON ---------------------------------------------------------------------- */

html, body {
	xheight:100%;
}

body {
	background-color:#ffffff;
}

#bg1 {
	background: #ffffff url('/images/bg.gif') top repeat-x;
}

#page {
	width:912px; 
	margin:0 auto; 
	height:auto;
}

#impact {
	width:673px;
	height:239px;
	background: url('/images/impact.jpg') top left no-repeat;
}

#impact2 {
	width:673px;
	height:136px;
	background: url('/images/impact2.jpg') top left no-repeat;
	xbackground-color:#00CCCC;
}



/* HEADER ---------------------------------------------------------------------- */

#header {
	background:url('/images/header.jpg') top left no-repeat;
	height:92px;
}

#logo {
	margin:45px 0 0 45px;
	height:47px;
	width:176px;
	display:inline;
}
#logo a {
	outline:none;
}

#lang {
	float:right;
	margin:10px 15px 0 0;
	padding-left:20px;
	background:url('/images/lang-bullet.gif') left no-repeat;
}
#lang a {
	color:#cccccc;
	text-decoration:none;
	outline:none;
}
#lang a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#ricoh{
	width:121px;
	height:33px;
	float:right;
	padding-top:30px;
	padding-right:10px;
}



/* MENU ------------------------------------------------------------------------ */

#menu {
	margin:65px 0 0 18px;
	height:27px;
	width:537px;
	background:url('/images/dummynav.gif') top left no-repeat;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu a {
	display:block;
	text-decoration: none;
	color: #333333;
	font-weight:bold;	
	text-align:right;
	height:27px;
	line-height:27px;
	float:left;
	padding-right:10px;
	outline:none;
}

#menu a:hover {
	color:#d72620;
}

#menu a#menu1 {
	background: url('/images/menu1.gif') top right no-repeat;	
	width:95px;
}
#menu a#menu2 {
	background: url('/images/menu2.gif') top right no-repeat;	
	width:97px;
}
#menu a#menu3 {
	background: url('/images/menu3.gif') top right no-repeat;	
	width:97px;
}
#menu a#menu4 {
	background: url('/images/menu4.gif') top right no-repeat;	
	width:97px;
}
#menu a#menu5 {
	background: url('/images/menu5.gif') top right no-repeat;	
	width:97px;
	padding-right:14px;
}
#menu a#menu1:hover {
	background: url('/images/menu1-hover.gif') top right no-repeat;	
}
#menu a#menu2:hover {
	background: url('/images/menu2-hover.gif') top right no-repeat;	
}
#menu a#menu3:hover {
	background: url('/images/menu3-hover.gif') top right no-repeat;	
}
#menu a#menu4:hover {
	background: url('/images/menu4-hover.gif') top right no-repeat;	
}
#menu a#menu5:hover {
	background: url('/images/menu5-hover.gif') top right no-repeat;	
}



/* SUBNAV ------------------------------------------------------------ */

#subnav {
	height:239x;
	width:238px;
	background:url('/images/subnav-bg.jpg') top left no-repeat;
	border-right:1px solid #fff; /* stupid id */
}
#subnav ul, #subnav li , #subnav2 ul, #subnav2 li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

#subnav #toplinks {
	margin:12px 0 0 32px;
	height:114px;/*122*/
}
#subnav #toplinks ul {
	padding-top:10px;

}
#subnav #toplinks li {
	background:url('/images/subnav-separator.gif') bottom left no-repeat;
	height:auto !important;
	height:1%;
	display:block;
}

#subnav #toplinks a {
	font-size:10px;
	color:#333333;
	padding:10px 5px 0 36px;
	height:20px;
	display:block;
	text-decoration:none;
	background:url('/images/subnav-bullet.gif') 17px 11px no-repeat;
	outline:none;
}
#subnav #toplinks a:hover {
	text-decoration:underline;
	color:#d72620;
}

#subnav #bottomlinks {
	margin:0px 0px 10px 47px;
	width:165px;
	xbackground:#000000;
	font-weight:bold;
	font-size:10px;

}
#subnav #bottomlinks a, #subnav2 #externallinks a {
	font-size:9px;
	color: #BC191A;
	padding:3px 4px 3px 0;
	height:16px;
	display:block;
	text-align:left;
	text-decoration:none;
	font-size:11px;
}
#subnav #bottomlinks a:hover, #subnav2 #bottomlinks a:hover {
	text-decoration:underline;
	color:#d72620;
}


#subnav2 {
	width:239px;
	background:url('/images/subnav-bg2.jpg') top left no-repeat;
}
#subnav2 #toplinks {
	margin:25px 0 0 32px;
	border-left:1px solid #b7b7b7;
	height:auto !important;
	height:175px;
	min-height:175px;
}
#subnav2 #toplinks ul {
	padding-top:5px;
}
#subnav2 #toplinks li {
	background:url('/images/subnav-separator.gif') bottom left no-repeat;
	height:1%;
}

#subnav2 #toplinks a {
	font-size:10px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	padding:10px 5px 5px 36px;
	display:block;
	background:url('/images/subnav-bullet.gif') 17px 11px no-repeat;
	font-size:12px;
	outline:none;
}
#subnav2 #toplinks a:hover {
	text-decoration:underline;
	color:#d72620;
}


#subnav2 #bottomlinks {
	margin: 0px 0px 0 32px;
	border-left:1px solid #b7b7b7;
	margin-top:0;
	padding:0 0 15px 0;
	background:url('/images/subnav-bg3.jpg') 0px 35px no-repeat;
}
#subnav2 #bottomlinks #productlinks li {
	height:auto !important;
	height:1%;
}
#subnav2 #bottomlinks a {
	background:url('/images/hr.gif') bottom repeat-x;
	xborder-bottom:1px solid #e2e2e2;
	display:block;
	color:#333333;
	text-decoration:none;
	padding:5px 5px 4px 17px;
}

#subnav2 #productlinks {
	height:105px;
}

#subnav2 #externallinks {
	margin:0 0 0 0;
	width:174px;
	xbackground:#000000;
	
}
#subnav2 #externallinks a {
	padding:0px 4px 0 10px;
	height:16px;
	border:none;
	background:none;
	font-weight:bold;
	color: #BC191A;
	margin-bottom:7px;
	font-size:11px;
}



/* FOOTER ---------------------------------------------------------------------- */

#footer { 
	margin:0 7px 0 7px;
	border-top:1px solid #dbdbdb;
}

#footerlinks { 
	height:auto;
}
#footerlinks ul {
	margin:0;
	padding:0;
}
#footerlinks li {
	padding:5px 0;
	margin:0;
}
#footerlinks li.first a {
	padding-left:0;
}
#footerlinks li.last a {
	border-right-width:0;
}
#footerlinks a {
	display:inline;
	text-decoration:none;
	color:#999999;
	padding:0 10px;
	border-right:1px solid #cccccc;
	font-size:10px;
	outline:none;
}
#footerlinks a:hover {
	color:#d72620;
	text-decoration:underline;
}
#footer-left {
  float:left;
  width:600px;
}
#copyright {
	color:#cccccc;
	font-size:10px;
}

#credits {
	margin:5px 0 0 10px;
	float:right;
	color:#bebebe;
	font-size:10px;
	text-align:right;
}
#credits a {
	font-size:10px;
	color:#bebebe;
	text-decoration:underline;
}
#credits a:hover {
	color:#d72620;
	text-decoration:none;
}

/* CUSTOMIZATIONS -------------------------------------------------------------- */

	/* HOME PAGE ----------------------------------------------------------------*/
	
	#home-content {
		margin:10px 7px 15px 7px;
	}

	#home-content-left {
		width:375px;
		padding:0 35px;
	}	
	
	#home-content-right {
		width:375px;
		padding:0 35px;
		background:url('/images/vr.gif') left repeat-y;
	}
	
	.home-right-img {
		float:right;
		background:url('/images/printer-bg.jpg') top no-repeat;
		margin:5px 0 0 15px;
		padding-top:125px;
		text-align:center;
		width:120px;
	}
	.home-right-img a {
		color:#990000;
	}
	.home-right-img h4 {
		margin:5px;
	}
	.home-right-img h4 a {
		font-size:13px;
		font-weight:normal;
	}


	/* CONTENT PAGE -------------------------------------------------------------*/
	
	#content {
		height: auto !important;
		height:500px;
		min-height:500px;
	}

	#content-right {
		width:670px;
		background:#ffffff url('/images/content-bg.jpg') 0px 136px no-repeat;
	}
	
	#content-content {
		padding:10px 25px 10px 28px;
		height:auto !important;
		height:250px;
		min-height:250px;
	}	
	
	#content-content-left {
		width:397px;
		padding:10px 10px 10px 28px;
		height:auto !important;
		height:250px;
		min-height:250px;
		background:url('/images/vr.gif') right repeat-y;
	}
	#content-content-right {
		width:200px;
		padding:10px 25px 10px 10px;
		background:url('/images/vr.gif') left repeat-y;
		margin-left:-1px;
	}
	#content-content-right h1 {
		padding-left:0px;
		background:none;
		margin-bottom:0px;
	}
