/* ==================== begin global definitions ==================== */

html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px auto; padding: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000000 url(../zz_global_images/body_bg.jpg) repeat-x top;
	color: #FFFFFF;
}


p {
	margin: 0px;
	padding: 10px 20px;
	font-weight: normal;
	line-height: 1.7em;
}
span {
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #D8D3C6;
}


a, a:visited{
	color: #8a8a8a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active
{
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

h1{
	margin: 0px;
	padding: 25px 20px 15px 20px;
	font-weight: normal;
}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}


form {
	margin: 0;
	padding: 0;
}
fieldset {

}
lable {

}
input[type="text"],
input[type="password"],
textarea {

}
input[type="button"],
input[type="submit"],
input[type="reset"] {

}
input[type=select],
select {

}
.checkboxfield {

}


ul {

}
ol {

}
li {

}



/* ==================== begin framing ==================== */

.outer {
	margin: 0px auto; padding: 0px;
	width: 1000px;
	height: 550px;
	background: url(../zz_global_images/wrapper_bg.png) no-repeat top left;
}

.wrap_left,
.wrap_right,
.wrap_inner_top,
.wrap_inner_maincnt,
.wrap_right .textbox,
.wrap_inner_maincnt .gallery,
.footer {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px;
	text-align: left;
}

.wrap_left {
	width: 581px;
	height: 520px;
}
.wrap_right {
	width: 419px;
	height: 520px;
}
.wrap_inner_top {
	width: 581px;
	height: 148px;
}
.wrap_inner_maincnt {
	width: 581px;
	height: 372px;
}

div.logoimg{
	padding: 0px; margin: 0px;
	text-align: left;
}
div.logoimg img{
	border: 0;
}
div.logoimg img a, div.logoimg img a:hover{
	text-decoration: none;
}


.wrap_right .textbox {
	margin-left: 37px;
	width: 345px;
	height: 513px;
	background: url(../zz_global_images/textbox_bg.png) repeat-x top;
	overflow: auto;
}
	

.wrap_inner_maincnt .gallery {
	margin-left: 39px;
	margin-top: 7px;
	width: 535px;
	height: 358px;
	background: #8a8a8a;
}

.footer {
	width: 1000px;
	height: 30px;
	text-align: right;
}
.footer p {
	margin: 0; padding: 0;
	margin-right: 35px;
	margin-top: 15px;
	color: #8a8a8a;
	font-size: 10px;
}
