@charset "utf-8";
/* CSS Document */
/*******************************************************************************
/*       1         2         3         4         5         6         7         8
123456789012345678901234567890123456789012345678901234567890123456789012345678*/
/*******************************************************************************
Author: 												Felix Law
Company:												PIP Electronics Company Limited
Last update since :							21 September 2009
*******************************************************************************/
/*	I		Normalize HXTML ...
*******************************************************************************/
/*	CSS Document for layout styles including display properties, floats and
		positioning, widths and heights, and marigns and padding. Name this style
		sheet layout.css
*******************************************************************************/
/* Normalizes , padding */
body {
	/*font-size:										0.8em;*/
	margin:												0;
	padding:											0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:												0;
	padding:											0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	/*font-size:										100%;*/
}
/* Removes list-style from lists */
ol, ul {
	list-style:										none;
}
/* Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{	
	font-style:										normal;
	font-weight:									normal;
}
/* Removes list-style from table */
table {
	/*border-collapse:							collapse;
	border-spacing:								0;*/
}
/* Removes border from fieldset and img */
fieldset, img {
	border:												0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align:										center;
}
/* Removes quotation marks from q */
q:before, q:after {
	content:											'';
}
.ital {
	font-style:										italic;
}
.under {
	text-decoration:							underline;
}
#float-right {
	float:												right;
	margin:												0 0 1em 1em;
}

#company-name {
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size:		1.3em;
	color: #808000;
	padding-bottom:	0.4em;
}
#function {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
}
#last-page {
	padding-top:	2em;
	padding-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #804000;
	font-weight: bold;
	padding-left:	2em;
}
#paragraph {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:	1em;
	padding-bottom: 1em;
}
#about-us-text {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:	0.85em;
	padding-bottom: 1em;
}
/*******************************************************************************
/*       1         2         3         4         5         6         7         8
123456789012345678901234567890123456789012345678901234567890123456789012345678*/
img#img-display {
	max-width:				440px;
	max-height:				440px;
}
img#img-thumb {
	max-height:				44px;
	max-width:				44px;
}
img#img-brand {
	padding-bottom: 	6px;
}
table tbody tr td #p-about-us {
	padding-left:			1em;
	padding-right:		1em;
}
