﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
h1 {
	font-size: x-large;
	color: #FF9933;
}
h2 {
	font-size: large;
	color: #000000;
}
h3 {
	font-size: medium;
	color: #600;
}
h4 {
	font-size: small;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;

}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/home%20page/ConveycoLogoNew.gif');
	background-position: top-left;
	background-repeat: no-repeat;
	height:220px; width: 1024px;
}
#masthead_houng_fu {
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/home%20page/Conveyco_Houng_Fuh_Logo.png');
	background-position: top-left;
	background-repeat: no-repeat;
	height:220px; width: 1024px;
}
#slideshowWrapper{position:relative;width:1024px;margin:auto;}

ul#slideshow{list-style:none;border:0px solid #999;padding:0px;margin:auto;margin-top:0;width:1024px;height:452px;overflow:hidden;
}
#navigation {
	border-top: 0px solid #808080;
	border-bottom: 0px solid #808080;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column {
	width: 1000px;
	height:auto;
	padding: 15px;
}
html>body #column {
	width: 1000px;
	height:auto;
	padding: 0 15px;
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFAA33;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h2 {
	color: #800000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0.5em;
	padding: 0;
	font-size: small;
}
#navigation li {
	float: left
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px;
	border: 1px #FF9933 solid;
	background-color: #FCD6A1;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px #FF9933 solid;
	background-color: #999999;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF9933;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


