/* CSS Document */

/* Caltech Industrial Service Company Limited */

/* KWD0708-001 */



body {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#000;

	background-color:#fff;

}

div#container {

	width:760px;

	margin:0px auto 0px auto;

}

div#header {

	width:760px;

	height:68px;

	background-color:#036;

	color:#fff;

	

}

div#content_contain {

	width:756px;

	background-color:#036;

	color:#fff;

	border-left:2px solid #036;

	border-right:2px solid #036;

}

div#leftcolumn {

	width:250px;

	float:left;

	border-top: 1px solid #eee;

	background-color:#036;

	color:#fff;

}

#navcontainer { width: 250px; }



#navcontainer ul

{

margin: 0;

padding-left: 0;

list-style-type: none;

text-align:center;

}







#navcontainer a

{

display: block;

text-decoration:none;

color:#fff;

background-color:#036;

padding: 3px 0px 3px 0px;

width: 250px;

border-bottom: 1px solid #eee;

}



#navcontainer a:hover

{

background-color: #369;

color: #fff;

}

div#content{

	background-color:#fff;

	color:#000;

	width:506px;

	height:438px;

	overflow:auto;

	float:left;

}

div#content p {

	margin:0px;

	padding:0px 10px 10px 10px;

	font-size:0.9em;

}

div#content ul {

	font-size:0.9em;

}

div#content h1 {

	margin:0px;

	padding:10px;

	font-size:1.5em;

	color:#0052A3;

	

}

div#content h2 {

	margin:0px;

	padding:0px 10px 10px 10px;

	font-size:1.0em;

	color:#0052A3;

	

}

div#content a {

	text-decoration:none;

	border-bottom:1px dashed #000;

	color:#0052A3;

	background-color:#fff;

	font-weight:bold;

}

div#content a:hover {

	color:#148AFF;

	background-color:#fff;

}

div#foot{

	clear:both;

	width:756px;

	height:25px;

	background-color:#036;

	color:#fff;

}

div#foot p {

	font-size:0.8em;

	font-weight:bold;

	margin:0px;

	padding:5px 0px 5px 0px;

	text-align:center;

}

div#bottom {

	width:760px;

	margin:0px auto 0px auto;

}

div#bottom p {

	margin:0px;

	font-size:0.7em;

	text-align:center;

}


/* Edited by Scoosh to remove bottom border on image link */

div#content a {
	border:0px !important
}

/* Edited by Scoosh to change link to red */

div#content a.redlink:link {color:#E3001D;}
div#content a.redlink:visited {color:#E3001D;}
div#content a.redlink:hover {color:#FF3C54;}
div#content a.redlink:active {color:#E3001D;}