
html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}

table {
	font: 11px Arial, sans-serif;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

.underline_hover a:hover {
    text-decoration: underline;
}

/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* Paddings and Margins*/
.block {
	display: block;
}

/* Heights */
.height19 {
	height: 19px;
}

.height31 {
	height: 31px;
}

.height165 {
	height: 165px;
}

.height333 {
	height: 333px;
}

.height11 {
	height: 11px;
}

/* Colors */
.font_white {
	color: #ffffff;
}

.font_black {
    color: #000000;
}

.white {
	background-color: #ffffff;
}

.dark_gray {
	background-color: #464D46;
}

.light_gray {
	background-color: #979797;
}

/* Fonts */

.bold {
	font-weight: bold;
}

/* Scrollbar */
.scrollbar {
    scrollbar-base-color: #343434;
    scrollbar-darkshadow-color: #343434;
    scrollbar-shadow-color: #A8A6A6;
    scrollbar-track-color: #A8A6A6;
}

.action_center {
    margin-top: expression((document.body.clientHeight > 649)? 50 : 2);
}
/* Header: START */



/* Header: END */

/* Menu and logo section: START */
.contact_button {
	height: 13px;
	width: 15px;
	margin: 27px 0px 0px 372px;
}

.logo {
	width: 353px;
	height: 80px;
	margin: 9px 0px 0px 35px;
}

.house_background {
	background-color: #ffffff;
	background-image: url(../images/house-background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	margin: 36px 0px 0px 25px;
}
/* Menu and logo section: END */

/* Front page: START */
.front_content_outside {
	width: 428px;
	height: 333px;
	overflow: auto;
}

.front_content_inside {
	width: 365px;
	height: 100%;
	overflow-x: hidden;
	margin: 0px 0px 0px 35px;
}

.animated_banner {
	width: 361px;
	height: 230px;
	margin: 54px 0px 0px 15px;
}

.animated_banner img {
	border: 1px solid #ffffff;
}
/* Front page: END */

/* Content page: START */
.content_content_outside {
	width: 845px;
	height: 333px;
	overflow: auto;
}

.content_content_inside {
	width: 780px;
	height: 100%;
	overflow-x: hidden;
	margin: 0px 0px 0px 35px;
}

/* Content page: END */

/* Footer : START */
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin: 11px 0px 0px 0px;
}

.copyrights a {
	color: #999999;
}

.copyrights a:hover {
	text-decoration: underline;
}

.powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin: 4px 0px 0px 0px;
}

.powered a {
	color: #999999;
}

.background_corners {
	background-color: #ffffff;
	background-image: url(../images/bottom-background1.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.background_center {
	background-color: #ffffff;
	background-image: url(../images/bottom-background-center.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
/* Footer: END */

/* Popup: START */
.popup_top {
	height: 15px;
	background-color: #333333;
}

.popup_bottom {
	height: 25px;
	color: #999999;
	background-color: #333333;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.popup_bottom a {
	color: #999999;
}
/* Popup: END */