@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:petitalightregular;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	color:black;
}
p {
	font-family: 'Overlock', cursive;
	}
b {
	font-family: 'Overlock', cursive;
	}
a.hover {
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	text-transform:none;
	line-height:100%
	margin-top:0;
	
}
/*Main CSS*/
body {
	width:960px;
	height:690px;
	margin:0px auto;
	}
#fixed_header {
	background:#FFFFFF;
	width:960px;
	}
#fixed_header li {
	font-size:10pt;
	float:left;
	text-align:center;
	height:93px;
	line-height:120px;
	width:135px;
	}
#fixed_header li a{
	color:#852d09;
	}
#fixed_header li a b{
	font-family: 'Montserrat', sans-serif;
	color:#F00;
	font-size:14px;
	font-weight:bold;
	}
#fixed_header a:hover {
	font-size:8pt;
	color:#5a6064;
	text-decoration:underline;
	}
#fixed_header a b:hover {
	font-size:8pt;
	color:#5a6064;
	text-decoration:underline;
	}	
#content {
	width:960px;
	height:510px;
	text-align:center;
	margin:0px auto;
	}
#content li {
	display:inline-block;
	list-style-type: none;
	width:160px;
	margin: 10px 10px 10px 10px;
	}
ul#prodMenu {
	list-style:none;
	width:960px;
	margin:0px auto;
}
ul#prodMenu li a {
	display:block;
	float:left;
	height:200px;
	background-image:url(../images/prod_menu.png);
	text-indent:-9999px;
}
ul#prodMenu li a.offers {
	width:160px;
	background-position:0px 0px;
}
ul#prodMenu li a.offers:hover {
	width:160px;
	background-position:0px 400px;
}
ul#prodMenu li a.polymer_machine {
	width:160px;
	background-position:-160px 0px;
}
ul#prodMenu li a.polymer_machine:hover {
	width:160px;
	background-position:-160px 400px;
}
ul#prodMenu li a.flash_machine {
	width:160px;
	background-position:-320px 0px;
}
ul#prodMenu li a.flash_machine:hover {
	width:160px;
	background-position:-320px 400px;
}
ul#prodMenu li a.flash_pad {
	width:160px;
	background-position:-480px 0px;
}
ul#prodMenu li a.flash_pad:hover {
	width:160px;
	background-position:-480px -400px;
	}
ul#prodMenu li a.mounts {
	width:160px;
	background-position:-640px 0px;
}
ul#prodMenu li a.mounts:hover {
	width:160px;
	background-position:-640px -400px;
	}
ul#prodMenu li a.flash_ink {
	width:160px;
	background-position:0px -200px;
}
ul#prodMenu li a.flash_ink:hover {
	width:160px;
	background-position:0px -600px;
	}
ul#prodMenu li a.polymer_sheets {
	width:160px;
	background-position:-160px -200px;
}
ul#prodMenu li a.polymer_sheets:hover {
	width:160px;
	background-position:-160px -600px;
	}
ul#prodMenu li a.polymer_liquid {
	width:160px;
	background-position:-320px -200px;
}
ul#prodMenu li a.polymer_liquid:hover {
	width:160px;
	background-position:-320px -600px;
	}
ul#prodMenu li a.substrate_sheet {
	width:160px;
	background-position:-480px -200px;
}
ul#prodMenu li a.substrate_sheet:hover {
	width:160px;
	background-position:-480px -600px;
	}
ul#prodMenu li a.common_seals {
	width:160px;
	background-position:-640px -200px;
}
ul#prodMenu li a.common_seals:hover {
	width:160px;
	background-position:-640px -600px;
	}
#footer {
 	 width:960px;
	 height:55px;
	 margin:0 auto;
	 text-align:center;
	 font-size:8pt;
	}
#footer li {
	display:inline;
	list-style-type:none;
	}
#footer a {
	line-height:25px;
	color:#852d09;
	}
#footer a:hover {
	font-size:10pt;
	color:#852d09;
	text-decoration:underline;
	}
#nishca {
	 width:960px;
	 margin:0 auto;
	 text-align:right;
	 font-size:7pt;
	 background:none;
		}
#nishca a {
	color:#852d09;
	}
#nishca a:hover {
	font-size:10pt;
	color:#852d09;
	text-decoration:underline;
	}