* { margin: 0; padding: 0; }

body {
	background: url('../images/body_bg.jpg') repeat top center #ebe6d5;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

#wrapper {
	width: 973px;
	margin: 0 auto;
	text-align: left;
}

/******** HEADER *********/

#top_line {
	height: 4px;
	background-color: #336;
}

#search_box {
	background: url('../images/search_box.jpg') no-repeat #336;
	height: 45px;
	width: 300px;
	float: right;
	clear: both;
	text-align: center;
}

#search_box input {
	float:left;
	border: 0;
	margin-top: 11px;
	margin-left: 90px;
	width: 150px;
	display: inline;
}

#search_box a {
	float: left;
	display: inline;
	height: 19px;
	width: 19px;
	margin-left: 20px;
	margin-top: 11px;
}

.phone {
	font-size:18px;
	color: #336;
	text-align: center;
}

#logo {
	background: url('../images/logo.png') no-repeat;
	height: 56px;
	width: 250px;
	float: left;
	margin-top: 38px;
	margin-left: 42px;
	margin-bottom: 20px;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/******* HEADER - NAVIGATION *******/
#top_nav {
	float: left;
	width: 100%;
	height: 37px;
	background: transparent url('../images/top_nav_bg.jpg') repeat-x 0 0;
	text-transform: uppercase;
}

#top_nav a, #top_nav a:active, #top_nav a:visited {
	float: left;
	display: inline;
	width: 162px;
	height: 37px;
	line-height: 37px;
	outline: none;
	text-align: center;	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#top_nav a:hover { color: #CCC; }

#top_nav a#tips { width: 100px; }
#top_nav a#links { width: 110px; }
#top_nav a#contact { width: 110px; margin-right: -3px; }

/********** CONTENT AREA ***********/

#content {
	width: 973px;
	float:left;
	background-color: #fff;
}

#content li {
	margin-left: 15px;
}

#content #text {
	padding: 10px;
}

#content #left {
	float: left;
	width: 75%;
}

#content #right {
	float: right;
	width: 24%;
}

#content tr td.label {
	font-weight: bold;
	width: 125px;
	vertical-align: top;
}

#content tr td .text_field {
	width: 50%;
	font-size: 11px;
	padding: 2px;
}

#home {
	background: url('../images/home_bg.jpg') transparent no-repeat;
	height: 1018px;
}

#home #right_top {
	height: 480px;
	float: right;
	width: 527px;
	margin-top: 43px;
	padding: 15px;
	overflow: hidden;
	position: relative;
}

#home #right_top #product_more {
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: #f0f0f0;
	padding: 5px 5px 0 5px;
}

#home #left_top {
	float: left;
	width: 370px;
	height: 490px;
	margin-top: 260px;
	padding-left: 15px;
	overflow: hidden;
}

#home #building_pic {
	float: left;
	width: 470px;
	height: 313px;
	margin-top: 36px;
	padding: 15px;
	background: url('../images/building_pic.jog') no-repeat;
}

#home #monthly_tip {
	float: left;
	width: 470px;
	margin-top: 15px;
	padding: 15px;
}

#home #monthly_tip .tip_text {
	margin-bottom: 35px;
	font-size: 18px;
	color: #025e4b;
}

#home #right_bottom {
	width: 353px;
	height: 389px;
	float: right;
	margin-top: 48px;
	overflow: hidden;
	padding-right: 23px;
	padding-top: 8px;
}


/******* FOOTER ******/

#footer {
	padding-top: 15px;
	height: 48px;
	clear: both;
	margin-bottom: 5px;
	padding-left: 15px;
}
 
#footer #small_logo {
	float: left;
	background: url('../images/logo_small.jpg') transparent no-repeat 0 0;
	width: 29px;
	height: 42px;
	margin-right: 45px;
}

#footer #phone {
	padding-left: 25px;
	font-weight: bold;
}

#footer #address, #footer #phone {
	color: #5e594a;
	float: left;
	padding-top: 15px;
}

#footer #zorebo_logo {
	height: 48px;
	width: 35px;
	display: block;
	float: right;
	background: url('../images/zorebo_logo.jpg') transparent no-repeat 0 0;
	margin-right: 15px;
}

/***** MISC ****/
h1,h2 { color: #025e4b; }

h1 { 
	font-size: 36px; 
	line-height: 36px;
	font-weight: normal;
	margin-bottom:10px;
}

h2 { 
	font-size: 24px; 
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}

h3 { color: #999; font-weight: normal;}
p { margin-bottom: 15px; }
a,a:visited,a:active { color: #025e4b; }
a:hover { text-decoration: none; }
.clear {clear:both;}
.hidden {display: none;}