/* CSS Document */

.logoArea
{
	margin:0px;
	padding:10px;
	
	width:151px;
	height:154px;
	
	background:url(/img/logo.jpg) left 0px no-repeat;
	
	border:0px solid red;
}
.logoLink
{
	margin:0px;
	
	border:0px solid red;
	height:130px;
	
	cursor:pointer;
}
.miniIconNaviArea
{
	text-align:center;
}
.miniIconNaviArea a
{
	display:inline-block;
	width:17px;
	height:12px;
	
	border:0px solid red;
	text-decoration:none;
	margin:15px 10px 0px;
}
.home
{
	background: url(/img/home.png) no-repeat center;
}
.home:hover
{
	background:url(/img/home2.png) no-repeat center;
	text-decoration:none;
}
	
.contact
{
	background:url(/img/sms1.png) no-repeat center;
}
.contact:hover
{
	background:url(/img/sms2.png) no-repeat center;
	text-decoration:none;
}
.map
{
	background:url(/img/map.png) no-repeat center;
}
.map:hover
{
	background:url(/img/map2.png) no-repeat center;
	text-decoration:none;
}
.indexTableArea .logoArea .miniIconNaviArea a:hover
{
	text-decoration:none;
}










.indexTableArea
{
	background:url(/img/topBackground.jpg) repeat-x top;
	border:0px solid red;
	width:100%;

}


.phoneNumberArea
{
	margin:2px 10px 0px -10px;
	white-space:nowrap;
	
	padding:0px;
	display:inline-block;
	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:20px;
	font-weight:bold;
	
	border:0px solid red;
}

.headerTextArea
{
	border:0px solid red;
	clear:both;
	height:30px;
	
	position:relative;
	top:110px;
}
.headerTextArea h1
{
	font-family: "Times New Roman", Times, serif;
	color:white;
	font-size:24px;
	margin:0px 0px 0px 20px;
}


.topSmallSearchForm
{
	float:right;
	display:block;
	border:0px solid red;
	
	padding:0px;
	margin:0px;
	
	position:relative;
	top:11px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}
.topSmallSearchForm input
{
	height:16px;
	width:260px;
	
	border:0px;
	vertical-align:middle;
	color:silver;
}
.topSmallSearchForm .button
{
	height:18px;
	width:60px;
	
	border:0px;
	
	padding:0px;
	margin:0px 0px 0px 2px;
	cursor:pointer;
	
	background:white;
	color:#055DFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.topSmallSearchForm .button:hover
{
	text-decoration:underline;
}


.contentTable
{
	height:600px;
	background: #FFFFFF;
	color:#000000;
	border:0px solid red;
}
.contentTable td
{
	vertical-align:top;
	text-align:left;
	
	padding:20px;
}
.contentTable .content
{
	width:100%;
	padding:20px 80px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	border:0px solid red;
}

.content td
{
	padding:0px;
}


.content h1
{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#000066;
}







.shortLine_h1
{
	color:#000066;
	margin:0px;
	padding:0px 0px 3px 0px;
	
	border:0px solid red;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	
	background:url(/img/short_line.jpg) no-repeat left bottom;
}
.shortLine_h1 a
{
color:#000066;
}
.longLine_h1, .longLine_h1 a
{
	color:#000066;
	margin:0px;
	padding:0px 0px 3px 0px;
	
	border:0px solid red;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	
	background:url(/img/long_line.jpg) no-repeat left bottom;
}
.longLine_h1 a
{
	color:#000066;
	background:none;
}
.longLine_h1 a:hover
{
	text-decoration: underline;
	color:#000066;
}

.linkList
{
	border:0px solid red;
	margin:0px 0px 10px;
	padding:0px;
}
.linkList a
{	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	width:1px;
	white-space:nowrap;
	
	color:RGB(5,93,255);
	display:block;
	text-decoration:none;
	border:0px solid red;
	margin:5px;
	padding:0px 0px 0px 15px;
}

.nomargin a
{
	margin:0px 0px 0px 5px;
}
.linkList a:hover
{
	text-decoration: none;
	color:#000066;
	background:url(/img/select_marker.png) no-repeat 0px 8px;
}


.moreLink, .content .moreLink
{
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
}



.borderTable
{
	border-collapse:collapse;
}
.borderTable td,.borderTable th
{
	border:1px solid black;
}





.content .catalogName
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:RGB(5,93,255);
	margin:5px 0px 5px 0px;
	display:block;
	font-weight:bold;
}
.content .catalogName:hover
{
	color:#000066;
	text-decoration:none;
}
.content .open
{
	color:#000066;
}

.currentCatalogItem
{
	font-family: "Times New Roman", Times, serif;
	color:RGB(255,102,0);
}