html, body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.header {
	display: block;
	height: 130px;
	color: #fff;
	text-align: center;
	padding: 0px;
	font-size: 30px;
	background-repeat: no-repeat;
	width: 752px;
	margin: 5px auto 0 auto;
	background-image: url(assets/Header_Panel.gif);
}

.footer {
	display: block;
	height: 76px;
	background: #08a;
	color: #fff;
	text-align: center;
	padding: 0px;
	font-size: 30px;
	background-image: url(assets/Footer_Panel.gif);
	width: 752px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#content {
	position: relative;
	display: block;
	background: #0ac;
	text-align: center;
	margin: 0 auto;
	width: 752px;
	background-image: url(assets/Content_Panel_Body_Top_Repeat.gif);
}

#left {
	float: left;
	position: relative;
	width: 165px;
	margin: 0;
	padding: 0;
}
#inner {
	display: block;
}

#center {
	margin-left: 172px;
	position: relative;
	display: block;
	text-align: justify;
	padding: 1px 10px;
}
#body #content #center img {
	height: 225px;
	width: 300px;
	margin: 0 20px 10px 20px;
}
#body #content #center address img {
	height: 85px;
	width: 124px;
}

img.left {
	float: left;
}
img.right {
	float: right;
}
#center ul {
	font-size: 14px;
	margin: 0px 0px 10px 40px;
}



.clear {
	clear: both;
}
em {
	font-weight: bold;
}
#vNav  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#vNav li {
	background: url(assets/Nav_Btn_Normal.gif) no-repeat center;
	height: 33px;
	margin: 2px auto;
	width: 135px;
}
#content #left #vNav a {
	line-height: 30px;
	text-decoration: none;
	display: block;
	height: 33px;
	width: 135px;
	background: url(assets/Nav_Btn_Normal.gif) no-repeat center;
	color: #666666;
}
#content #left #vNav a:hover {
	line-height: 30px;
	text-decoration: none;
	display: block;
	height: 33px;
	width: 135px;
	background: url(assets/Nav_Btn_Hover.gif) no-repeat center;
}
#content #left #vNav a.current {
	line-height: 30px;
	text-decoration: none;
	display: block;
	height: 33px;
	width: 135px;
	background: url(assets/Nav_Btn_Active.gif) no-repeat center;
}
#body #content #center h2 {
	font-size: 24px;
	color: #548EAB;
}
#body #content #center h3 {
	font-size: 18px;
}
#body #content #center p {
	font-size: 14px;
	padding: 0 20px;
}
#center address {
	margin-left: 60px;
	font-size: 12px;
}
#body #content #inner #center #transp {
	color: #F0F8FC;
}

form label,form  input, form select, form textarea   {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
}
form label,  form input{
	width: 150px;
}
form select {
	width: 170px;
	_margin-left: 44px;
}
form fieldset {
	margin-bottom: 10px;
	border: 2px solid #548EAB;
	padding-top: 10px;
}
form fieldset legend {
	font-size: 16px;
	font-style: italic;
	border: 1px solid #548EAB;
	padding: 3px;
	color: #548EAB;
	font-weight: bold;
}




form label {
	font-size: 14px;
	width: 130px;
	text-align: right;
}

form br {
	clear: left;
}
form input.button {
	background: url(assets/Nav_Btn_Normal.gif) no-repeat;
	width: 135px;
	height: 33px;
	margin-right: 20px;
	border: 0;
	color: #666666;
	cursor: pointer;
}
#copy_and_logo {
	margin: 0;
	padding: 25px 0 0 0;
	height: 50px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

#zebzoo_logo {
	border: 0;
	background-image: url(assets/Client_Sticker_2.gif);
	margin: 0;
	cursor: pointer;
}
#copyright {
	text-align: right;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 0 0;
	margin: 0;
}
.class {
	display: none;
}
