<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: OpenSansCond;
    src: url(opensanscond.eot);
    src: url(opensanscond.eot?#iefix) format('embedded-opentype'),
         url(opensanscond.woff) format('woff'),
		 url(opensanscond.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
		background-color: #888888;
					
		
		
	margin: 0;
	padding: 0;
	color: #444444;
	min-width: 1120px;
}

#mainbox {
	width: 1100px;
		margin: 0 auto;
		background: url(pmain.png) repeat-y;
	padding: 0 10px;
}

#eyecatcher {
	float: left;
	width: 700px;
	height: 320px;
	display: block;
	border: none;
}

#claim {
	background-color: #3543C4;
	float: right;
	width: 360px;
	height: 250px;
	color: #ffffff;
	padding: 50px 20px 20px 20px;
}

#claim h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#claim h1 {
	padding: 0 0 20px 0;
	margin: 0;
	font-weight: normal;
	font-size: 50px;
	line-height: 50px;
	font-family: OpenSansCond;
}

#claim p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 24px;
}

.clearer {
	clear: both;
}

#navigation {
	background-color: #888888;
	padding: 6px 20px;
	color: #eeeeee;
	line-height: 18px;
	position: relative;
	height: 18px;
}

#navigation a {
	color: #eeeeee;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffffff;
}

#searchform {
	width: 400px;
	height: 30px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
	right: 0;
	background-color: #ffffff;
}

#searchcriteria {
	position: absolute;
	top: 6px;
	left: 20px;
	height: 18px;
	width: 340px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #444444;
	line-height: 18px;
	outline: none; 

}

#searchsubmit {
	position: absolute;
	top: 6px;
	right: 16px;
	height: 18px;
	width: 18px;
	border: 0;
	background: url(./../images/psearch.gif) no-repeat;
	cursor: pointer;
	outline: none; 	
}

#searchsubmit::-moz-focus-inner { 
	border: 0; 
}


#content {
	width: 740px;
	
		float: right;
	padding: 30px 30px 30px 0;
	}

#sidebar {
	width: 240px;
		float: left;
	padding: 30px 0 30px 30px;
	}


#sidebar p, #content p {
	line-height: 180%;
}

#bottom {
	width: 1060px;
	background-color: #888888;
	padding: 20px;
	margin: 0;
	font-size: 13px;
}

#bottom ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottom li {
	width: 156px;
	float: left;
	padding: 0 20px 0px 0;
	font-weight: bold;
	line-height: 23px;
}

#bottom li li {
	font-weight: normal;
}

#bottom ul a {
	color: #eeeeee;
	text-decoration: none;
}

#bottom ul a:hover {
	color: #ffffff;
}

#footer {
	color: #eeeeee;
	text-align: center;
	margin: 0;
	padding: 30px 0 0 0;
}



#menu li a.more {
	background-image: url(../images/pmoredown.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
}

#menu li li a.more {
	background-image: url(../images/pmoreleft.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}


#menu {
	width: 100%;
	height: 40px;
	position: fixed;
	background: url(pmenu.png) repeat-x;
	top: 0;
	left: 0;
	min-width: 1120px;
	font-size: 13px;
	z-index: 10;
}

#menu ul {
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	z-index: 20;
}

#menu li {
	float: left;
	position: relative;
}

#menu li.right {
	float: right;
}


#menu li a {
	padding: 6px 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	line-height: 18px;
}

#menu li a img {
	border: none;
}

#menu li li a {
	width: 180px;
}

#menu li a:hover {
	background-color: #222222 !important;	
}

#menu li ul {
	position: absolute;
	top: -9999px;
	left: 0px;
	width: 200px;
	height: auto;
	background: url(pninty.png);
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

#menu li li ul {
	border: 1px solid #444444;
}

#menu li li {
	width: 200px;
}

#menu li.hover ul {
	top: 100%;
}

#menu li li ul,
#menu li.hover li ul {
	top: -9999px;
	left: 200px;
}

#menu li.hover li.hover ul {
	top: 0;
}

#menu li em {
	display: none;
	width: 180px;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	font-style: normal;
	padding: 16px 10px 6px 10px;
	position: absolute;
	top: 33px;
	background: url(pbubbleleft.png) no-repeat;
	left: 4px;		
	text-align: center;
}

#menu li.right em {
	background: url(pbubbleright.png) no-repeat;
	left: -170px;		
}

#menu li.hover em {
	display: block;
}

#menu li .icon {
	width: 18px;
	height: 18px;
	display: block;
}

#menu li .iconcart {background: url(picon.cart.png) no-repeat;}
#menu li .iconmemo {background: url(picon.memo.png) no-repeat;}
#menu li .iconuser {background: url(picon.user.png) no-repeat;}
#menu li .iconcheckout {background: url(picon.checkout.png) no-repeat;}
#menu li .iconplaintext {background: url(picon.plaintext.png) no-repeat;}
#menu li .iconhome {background: url(picon.home.png) no-repeat;}

#menu li .icon1 {background: url() no-repeat;}
#menu li .icon2 {background: url(picon.2.png) no-repeat;}
#menu li .icon3 {background: url(picon.3.png) no-repeat;}
#menu li .icon4 {background: url(picon.4.png) no-repeat;}
#menu li .icon5 {background: url(picon.5.png) no-repeat;}
#menu li .icon6 {background: url(picon.6.png) no-repeat;}
#menu li .icon7 {background: url(picon.7.png) no-repeat;}
#menu li .icon8 {background: url(picon.8.png) no-repeat;}
#menu li .icon9 {background: url(picon.9.png) no-repeat;}
#menu li .icon10 {background: url(picon.10.png) no-repeat;}
#menu li .icon11 {background: url(picon.11.png) no-repeat;}
#menu li .icon12 {background: url(picon.12.png) no-repeat;}
#menu li .icon13 {background: url(picon.13.png) no-repeat;}
#menu li .icon14 {background: url(picon.14.png) no-repeat;}
#menu li .icon15 {background: url(picon.15.png) no-repeat;}
#menu li .icon16 {background: url(picon.16.png) no-repeat;}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 90px;
	height: 90px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 130px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 18px;
	text-decoration: none;
	color: #444444;
}

#searchajax {
	position: absolute;
	width: 400px;
	height: 132px;
	top: 30px;
	right: 0;
	overflow: hidden;
	display: none;
	background-color: #ffffff;
	color: #444444;
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 20px;
	width: 360px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #444444;
}

#searchajax a:hover {
	background-color: #f5f5f5 ;	
	color: #000000;
}

#searchajax a.activelink {
	background-color: #f0f0f0 ;	
}
</pre></body></html>