* {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	display: block;
	height: 106px;
	padding-right: 10px;
	padding-top: 5px;
	background-image: url(images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
	color: #FFFF00;
}
#header span {
	display: inline-block;
	padding-top: 20px;
	font-size: 16pt;
	font-weight: normal;
}
#header span a {
	text-decoration: none;
}
#header span a hover {
	text-decoration: underline;
}

#menu {
	height: 75px;
	color: #990000;
	font-size: 18pt;
	text-align: right;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
.active {
	color: #FFFF00!important;
}


#mainbody {
	display: table;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.homepage {
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	padding-right: 300px;
	width: 650px!important;
}
h1 {
	color: #990000;
	font-size: 25pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
h2 {
	color: #990000;
	font-size: 20pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color: #000000;
	font-size: 16pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin-top: 26px;
	color: #990000;
	font-size: 14pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
blockquote {
	padding-left: 20px;
}
p {
	margin-bottom: 15px;
}
.col {
	float: left;
	width: 45%;
	margin-right: 1%;
	padding-top: 25px;
}
#footer {
	clear: both;
	display: block;
	height: 120px;
	background-color: #990000;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	color: #FFFFFF;
	font-size: 12pt;
}
#footerinfo {
	padding: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
#footerinfo a {
	color: #FFFFFF;
}
#footerinfo a:hover {
	color: #FFFF00;
}

#col1 {
	display: block;
	float: left;
	width: 310px;
	height: 80px;
}
#col2 {
	display: block;
	float: left;
	width: 150px;
	height: 80px;
}
#cybermart {
	display: block;
	float: right;
	width: 330px;
	padding-top: 90px;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
	background-image: url(images/bg-logo2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#cybermart a {
	text-decoration: none;
}
#cybermart a:hover {
	color: #FFFF00;
}



.col1b {
	display: block;
	padding: 10px;
	width: 610px;
	float: left;
}
.col2b {
	display: block;
	width: 277px;
	padding: 5px;
	padding-top: 25px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #47484A;
}
.col2b a {
	color: #FFFFFF;
}
.col2b a:hover {
	color: #FFFFFF;
}
.rightform label {
	display: inline-block;
	margin-right: 5px;
}
.nowidth {
	width: 100%!important;
}
#googlemap {
	float: right;
	width: 300px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#googlemap iframe {
	border: 1px solid #d5d5d5;
	background-color: #f5f5f5;
}