/* Sifr Styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	margin-bottom: 5px;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	margin: 5px 0 5px 0;
}
/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
a{
	outline: none;
}
/* Website Styles */
body {
	background: url(ui/bg.gif);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 17px;
	color: #1b68e0;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #1b68e0;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #1b68e0;
}
#column p {
	line-height: 18px;
}
#content p {
	line-height: 18px;
	margin-bottom: 10px;
}
#container {
	margin: 0 auto;
	width: 650px;
}
#logo {
	height: 75px;
	background: url(ui/logo.gif) left no-repeat;
}
#menu-small {
	background: #fff;
	padding: 5px;
	background:url(ui/small-menu-bg.gif) no-repeat top;
	height: 16px;
	margin-bottom: 5px;
}
#menu-small li {
	display: inline;
	list-style: none;
	padding-right: 45px;
	font-weight: bold;
}
#banner {
	height: 55px;
	padding: 10px;
	background: url(ui/header-bg1.gif) no-repeat top;
	color: #fff;
}
#banner h1 {
	margin-top: 6px;
}
#page-content {
	background: #fff;
	min-height: 250px;
}
#column {
	float: right;
	width: 160px;
	margin-right: 10px;
	padding: 5px 0 10px 0;
	text-align: center;
}
#column img {
	margin: 5px 0 5px 0;
}
.column-box1 {
	background: #e0e0e0;
	padding: 10px 10px 1px 10px;
	text-align: left;
	margin-bottom: 5px;
}
#content {
	margin: 0 200px 0 10px;
	padding: 5px 0 1px 0;
	width: 450px;
}
.blog-list {
	margin-bottom: 15px;
}
.blog-list p {
	margin: 0 !important;
}
.date {
	font-weight: bold;
	padding-left: 21px;
	background: url(ui/date.gif) no-repeat 0px 1px;
}
#footer-fix {
	clear: both;
	height: 0 !important;
}
#footer {
	text-align: center;
	clear: both;
	padding: 6px;
	background: url(ui/footer-bg1.gif) no-repeat top;
	color: #fff;
	margin-bottom: 10px;
}
label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
input, textarea {
	border: 1px solid #1b68e0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
#submit_comment, #submit_enquiry {
	border: none;
	padding: 3px;
	background-color: #1b68e0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#comments {
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
#error-box {
	border: 1px solid #cc0000;
	padding: 5px;
	background: #ffffcc;
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #cc0000;
}
#content ul, #error-box ul {
	padding-left: 20px;
	line-height: 18px;
}
#content ul {
	margin-bottom: 8px;
}
#success-box {
	border: 1px solid #009900;
	padding: 5px;
	background: #ffffcc;
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #009900;
}
#success-box p
{
	margin: 0;
}
.image {
	border: 1px solid #1b68e0;
	padding: 1px;
	margin: 0 0 5px 10px;
	float: right;
}
#login input {
	width: 132px;
	margin-bottom: 5px;
}
#login-button {
	border: none;
	padding: 3px;
	background-color: #1b68e0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: 100px !important;
	margin-left: 40px;
}