html, body {
	background-image:url(../images/bkgrd.gif);
	background-attachment:fixed;
	height:100%;
	margin: 0px auto;
	padding: 0px;
}

/* centering divs */
#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}
#middle {margin-top: expression((document.getElementById('outer').offsetHeight - document.getElementById('middle').offsetHeight)/2);}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {width: 370px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* centering divs */

.box {
	border:1px;
	border-color:#FFFF00;
	border-style:solid;
	padding:5px;
	width:300px;
}

#colLeft {
	background-color:#000000;
	float:left;
	overflow:hidden;
	width:800px;
}

#colRight {
	background-color:#000000;
	float:left;
	overflow:hidden;
	width:170px;
}

#container {
	background-color:#000000;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	width:970px;
}

.cBlue {
	color:#09F;
}

.cBlue a{
	color:#09F;
	text-decoration:none;
}

.cBlue a:hover{
	color:#006699;
	text-decoration:underline;
}

.cCream {
	color:#fafac8;
}

.cCream a{
	color:#fafac8;
	text-decoration:none;
}

.cCream a:hover{
	color:#fafac8;
	text-decoration:none;
}

.cGold {
	color:#be9646;
}

.cGold a{
	color:#be9646;
	text-decoration:none;
}

.cGold a:hover{
	color:#be9646;
	text-decoration:underline;
}

.cOrange {
	color:#F60;	
}

.cRed {
	color:#cc0000;
}

.cWhite {
	color:#FFFFFF;
}

.cYellow {
	color:#FFFF00;
}

.cYellow a {
	color:#FFFF00;
	text-decoration:none;
}

.cYellow a:hover{
	color:#FFFF00;
	text-decoration:underline;
}

#flash {
	background-color:#000000;
	border:1px;
	border-color:#be9646;
	border-style:solid;
	float:left;
	height:204px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:25px;
	padding:10px;
	width:768px;
}

#flashcontent {
	height:100%;
	width:100%;
}

.fontSS {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.formBox {
	background-color:#be9646;
	border:none;
	width:100px;
}

.formButton {
	background-color:#000000;
	border:1px;
	border-color:#be9646;
	border-style:solid;
	color:#FFFFFF;
	font-size:10px;
	width:50px;
	text-align:center;
	text-transform:uppercase;
}

.formBoxEnquiry {
	background-color:#000000;
	border:1px;
	border-color:#be9646;
	border-style:solid;
	color:#FFFFFF;
	width:500px;
}

h1 {
	font-weight:normal;
	margin:0px;
	margin-top:10px;
	padding:0px;
}

h2 {
	font-weight:normal;
	font-style:italic;
	margin:0px;
	margin-top:10px;
	padding:0px;
}

h3, h4 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}

#header {
	background-color:#000000;
	float:left;
	width:970px;
}

.highlight {
	background-color:#333333;
}

#homeLeft {
	background-color:#000000;
	float:left;
	line-height:20px;
	margin-top:15px;
	padding-right:20px;
	width:780px;
}

#bottomRight {
	background-color:#000000;
	float:left;
	margin-top:15px;
	width:170px;
}

.imgBorder {
	border:1px;
	border-color:#be9646;
	border-style:solid;
	padding:2px;
}

#logo {
	background-color:#000000;
	float:left;
	height:160px;
	width:90px;
}

#matter {
	background-color:#000000;
	float:left;
	line-height:20px;
	padding-right:20px;
	padding-top:10px;
	width:780px;
	text-align:justify;
}

#nav1 {
	border-bottom:1px;
	border-bottom-color:#be9646;
	border-bottom-style:solid;
	float:left;
	margin:0px;
	margin-top:85px;
	padding:0px;
	width:700px;
	text-align:center;
}

#nav1 li {
	display:inline;
	margin-right:25px;
}

#nav1 li:first-child {
	margin-left:100px;
}

#nav2 {
	border-bottom:1px;
	border-bottom-color:#be9646;
	border-bottom-style:solid;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:85px;
	width:170px;
}

#nav2 li {
	background-image:url(../images/bulletCircle.gif);
	background-repeat:no-repeat;
	float:left;
	list-style:none;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

#nav2 li:first-child {
}

#nav3 {
	border-bottom:10px;
	border-bottom-color:#fafac8;
	border-bottom-style:solid;
	float:left;
	margin:0px;
	padding:0px;
}

#nav3 li {
	border-left:2px;
	border-left-color:#fafac8;
	border-left-style:solid;
	display:inline;
	float:left;
	margin-bottom:15px;
	margin-left:10px;
	margin-top:25px;
	padding-left:10px;
	text-align:center;
	text-transform:uppercase;
}

#nav3 li:first-child {
	border:none;
	margin-left:5px;
	padding-left:5px;
}

#nav4 {
	float:left;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-bottom:10px;
}

#nav4 li {
	list-style:none;
	list-style-image:url(../images/bulletCircle.gif);
}

#products {
	background-color:#000000;
	float:left;
	margin-top:25px;
	width:158px;
}

.s10 {
	font-size:10px;
}

.s11 {
	font-size:11px;
}

.s12 {
	font-size:12px;
}

.s14 {
	font-size:14px;
}

.s18 {
	font-size:18px;
}

.s24 {
	font-size:24px;
}

.s48 {
	font-size:48px;
}

#topRight {
	background-color:#000000;
	background-image:url(../images/bkgrdNav1.gif);
	float:left;
	height:160px;
	margin:0px;
	padding:0px;
	width:880px;
}

#updates {
	background-color:#000000;
	border:1px;
	border-color:#be9646;
	border-style:solid;
	float:left;
	height:204px;
	margin-bottom:10px;
	margin-top:25px;
	padding:10px;
	width:148px;
	text-align:center;
}