/* CSS Document, Coding: Wai Lun Lam wai@zeroface.com */

p, ul, li {
	margin-top: 0px;
}
td {
	border: 1px solid #FFFFFF;
}
input.txt {
width: 250px;
}
.picLeft {
	padding-right: 15px;
	padding-bottom: 3px;
}
.picRight {
	padding-bottom: 5px;
	padding-left: 15px;
	clear: both;
	padding-right: 2px;
}
.notes {
}
#buttonYellow {
	background: #FAE867;
	padding: 5px;
	width: 100px;
	text-align: center;
	margin-top: 15px;
}

#buttonBlue {
	background: #CEDAE7;
	padding: 5px;
	width: 100px;
	text-align: center;
	margin-top: 15px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none; color: #000000;
}
a:hover {
	text-decoration: underline; color: #333333;
}



body {
	text-align: center;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #FFFFFF url(images/background.jpg) repeat-x top;
	margin: 0;
}

.notes {
	background: #FF6699;
	display: inline;
	padding: 5px;
}
.blackText10pt {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.blackText12pt {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.blueText12pt {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.blueText18pt {
	font: 18px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.navTop {
	border-bottom: 1px dotted #FFFFFF;
}
.floatRight {
	position: relative;
	float: right;
}
.floatLeft {
	position: relative;
	float: left;
}




#wrapperWhite {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #FFFFFF;
	z-index: 0;
}
#wrapperYellow {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #F7D900;
	z-index: 0;
}

#header {
	position: relative;
	z-index: 1;
}
#leftColumnHome {
	position: relative;
	float: left;
	padding: 25px;
	width: 850px;
}
#rightColumnProducts {
	position: relative;
	float: right;
	width: 640px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 33px;
	margin: 0px;
}
#headline {
	padding-top: 20px;
}
#homeText {
	padding-top: 20px;
}

#navigation2 {
	position: relative;
	text-align: center;
	width: 900px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F7D900;
	background: #2754D3;
	margin: 0px;
}

#navigation2 ul {
	list-style: none;
	padding: 10px 0 10px 0px;
	text-align: center;
	margin: 0px;

}
#navigation2 li {
	display: inline;
	text-align: center;
	margin: 0px;

}

#navigation2 a:link, #navigation2 a:visited {
	text-decoration: none;
	text-align: center;
	color: #F7D900;
	margin: 0px 20px;
	
}
#navigation2 a:hover {
	text-align: center;
	border-bottom: 1px dotted #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}


/* Footer */
#footerWrapper {
	clear: both;
}

#footer {
	text-align: right;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	background: #2754D3;
	vertical-align: middle;
	padding: 7px 25px;
	height: 15px;
}

/* Side Navigation */
#navigation {
	font: 12px Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 2px 0px 0px;
	float: left;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#navigation li a:link, #navigation li a:visited
{
	display: block;
	padding: 3px 0em 3px 15px;
	color: #000000;
	text-decoration: none;
	background: #F7D900;
	font-weight: bold;
	margin: 0px;
}
#navigation li a:hover {
	background: #6699CC;
}
#navigation ul ul {
	margin: 0px;
}
#navigation ul ul li {
	border-bottom: #FFFFFF;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	color: #003366;
	background: #FAE867;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
}
#navigation ul ul a:hover {
	background: #6699CC;
}
#navigation ul ul ul {
}
#navigation ul ul ul li {
	border-bottom: #FFFFFF;
	margin:0;
}
#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	color: #000000;
	background: #FCF09A;
	font-weight: normal;
	padding-left: 35px;
	font-size: 12px;
	margin: 0px;
}
#navigation ul ul ul a:hover {
	background: #6699CC;
}
/* Side Navigation */

.contentBox {
}
