@charset "utf-8";
/*** Main ***/
body {
	background-color: #f6f5f5;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#container{
	width:1002px;
	margin:auto;
}

#main_image {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	overflow: hidden;
}
#main_image img {
	margin:auto;
	z-index:0;
	display: block;
}
#image_numbers {
	position:absolute;
	height:20px;
	top:555px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	margin:10px;
	margin-left:20px;
	z-index:0;

}
#logo {
	float:left;
	height: 103px;
	width: 183px;
	/*background-image: url(images/zema-small_logo.gif);*/
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
a img {
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#heading {
	margin-right: 0px;
	margin-left:30px;
	margin-top: 20px;
	padding: 0px;
	width: 660px;
	float:left;
	clear:right;
}
#container #copy {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	padding-bottom: 20px;
	overflow: hidden;
	width: 1000px;
	
}

/*** Text Stuff ***/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #d2232a;
	font-weight: normal;
	line-height: 120%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: normal;
}
.h1_white{
	color: #fff;
}

.h2_light_grey{
	color: #CCCCCC;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	font-weight: normal;
	line-height: 150%;
}
.h4 {
	color: #b20838;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #666666;
	font-weight: normal;
	line-height: 160%;
	/*max-width:330px;*/
	text-align: justify;
}
p.media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #666666;
	font-weight: normal;
	line-height: 160%;
	max-width:330px;
	text-align: left;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #666666;
	font-weight: normal;
	line-height: 150%;
	max-width:330px;
	margin-left: -25px;
	list-style-type: square;
	text-indent: 10px;
}
em {
	color: #999999;
}
a {
	color: #666666;	
	text-decoration: none;
}
a:hover{
	color: #d2232a;
	text-decoration: none;
}
/*a:visited{
	color: #ccc;
	text-decoration: none;
}*/
/*** Top Nav Bar ***/
#nav {
	background-color: #FFFFFF;
	padding: 8px;
	padding-right:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	font-size: 70%;
	color: #666666;
	text-align: right;
	margin-bottom: 5px;
	overflow:hidden;
}
#nav2 {
	background-color: #FFFFFF;
	padding: 8px;
	padding-right:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	font-size: 70%;
	color: #666666;
	text-align: right;
	margin-bottom: 5px;
	overflow:hidden;
}
#nav_align{
	margin-top:80px;
}
#nav a{
	color: #666666;
	text-decoration: none;

}
#nav a:hover{
	color: #d2232a;
	text-decoration: none;
}
/*#nav a:visited{
	color: #ccc;
	text-decoration: none;
}*/
/**** Sub Nav ***/
#container #copy #sub-nav {
	float: left;
	width:200px;
	margin-right: 10px;
	margin-left: 30px;
	margin-top: 20px;
	height:100px;
}

#sub-nav a{
	color: #666666;	
	text-decoration: none;
}
#sub-nav a:hover{
	color: #d2232a;
	text-decoration: none;
}
/*#sub-nav a:visited{
	color: #ccc;
	text-decoration: none;
}*/
/*** Icon Nav ***/
#icon_nav {
	margin:0;
	padding:0;
	overflow: hidden;
}
#icon_nav img{
	float:left;
}
#icon_nav a img {
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#icon_nav a:hover img {
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/*** Main Copy Area ***/
#container #copy .column-1 {
	width:660px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left:30px;
}
#container #copy .column-2 {
	width:330px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left:5px;
}
/*** Footer***/
#footer {
	margin-bottom: 20px;
}

#footer #zema {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dedddd;
	font-size: 50%;
	margin:auto;
	width:33%;
	text-align: center;
	clear:none;
	margin-left:33%;
}
#footer #colourjungle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dedddd;
	font-size: 50%;
	float: right;
	width:30%;
	text-align: right;
	margin:auto;
	margin-right: 10px;
}
#footer a{
	color: #dedddd;	
	text-decoration: none;
}
