/* project name: Allrich Industrial Corp. Web */
/* version: v02.2004 */
/* file name: content.css */
/* frame: content */

/* CSS setting for body */
body{
	font:12px verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 20;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #99ccff;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: gray;
	scrollbar-track-color: white;
	scrollbar-shadow-color: #000000;
}

/* CSS setting for position */
.content {
	position: fixed;
	background-image: url(image_layout/background_content.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 120px;
	margin-left: 131px;
	height: 100%;
	margin-right: 3px;
	width: auto;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:4px double black;
	padding: 10px 25px 5px 20px;
	z-index: 5;
	background-color: #FFFFFF;
	}

div#subtitle{
	background-image: url(image_layout/sub_title_bar.gif);
	width: 417px;
	height: 25px;

}
	
div#menu{
	position: absolute;
	width:131px;
	top:0px;
	left: 20px;
	height: 300px;
	border-left:1px solid black;
	border-bottom:4px double black;
	background-color:white;
	background-image: url(image_layout/background_menu.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 5px 10px 2px 10px;
	z-index:2;
	}

div#copyright{
	position: absolute;
	width:131px;
	top:305px;
	height: 30px;
	left:20px;
	font-size: 9px;
	text-align: left;
	padding: 5px;
	z-index:2;
	}
div.sel{
	background-color: yellow;
	color:#09c;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	font-family:verdana, arial, helvetica, sans-serif;	
}
span.t{
	font-size:11px;
	
/* CSS setting for P tag */
}
P{
	text-align: justify;
	line-height: 20px;
}
P:first-letter.e{
	font-size: 150%;
}
table{
	font-size:11px;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color: #09c;}
a:visited {color:#09c;}
a:hover {
	font-style: bold;
	text-decoration: underline;
}

input {
	border:1px dotted #C0C0C0 inset; 
	background-color: whide;
	font: 10px arial;
	}



div#gallery{
    width: 90%;
    border: 3px dashed gray;
    padding: 30px;
    background-color: cornsilk;
}

.imagebox{
	float: left;
	padding: 0px;
	margin: 0px;
}

.imagebox p{
	margin: 0px;
    text-align: center;
    font-size: 9pt;
}
div#linkage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	list-style-image: url(image_layout/icon_arrow.gif);
	list-style-type: none;
}
