/* START NAVIGATION*/
ul.cza-topnav {
	list-style: none;
	padding: 0 20px;
	margin:0 auto;
	width: 1016px;
	background: #000000;
	font: 14px Arial, sans-serif;
	font-variant: small-caps;
}
ul.cza-topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.cza-topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.cza-topnav li a:hover{
	background: url(http://www.climb.co.za/includes/topnav_hover.gif) no-repeat center top;
}
ul.cza-topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(http://www.climb.co.za/includes/subnav_btn.gif) no-repeat center top;
}
ul.cza-topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.cza-topnav li ul.cza-subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:10;
}
ul.cza-topnav li ul.cza-subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.cza-topnav li ul.cza-subnav li a {
	float: left;
	width: 145px;
	background: #333 url(http://www.climb.co.za/includes/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.cza-topnav li ul.cza-subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(http://www.climb.co.za/includes/dropdown_linkbg.gif) no-repeat 10px center;
}
/* END NAVIGATION*/

/* START HEADER*/
#cza-header {
		width:1024px; 
	margin:0px auto;
	padding-top:10px;
	
	padding-right:8px;
	padding-left:8px;
	padding-bottom:0px;
	
	height:110px;
	background-color:#FFFFFF;
}

/*#cza-header-top {
	width:970px;
	height:90px;
}*/
.cza-headerlogo {
	width:280px;
	float:left;
}
.cza-headerad {
	width:728px;
	float:right;
	z-index:1;
}

#cza-header-logo {
    float:left;
}
#cza-header-logo img {
    padding: 0;
}
.cza-hd {
    margin-top: 50px;
	margin-right:900px;
    float: left;
}
#cza-searchform #cza {
    font:1.1em Helvetica, Arial, sans-serif;
    color:#e6e6e6;
}
#cza-searchform {
    margin:0px 0 0 0;
    width:195px;
    background:#363636;
    border:1px solid #626262;
    float:right
}
#cza-searchform #cza {
    margin:0;
    width:123px;
    padding:11px 12px 9px 8px;
    border:0;
    background:none;
    float:left;
}
#cza-searchform #cza-search-submit {
    margin:10px 15px 0 0;
    width:32px;
    height:22px;
    background: #363636 url(http://www.climb.co.za/wp-content/themes/climb/images/search.png) no-repeat 0px 0px;
	 border:0;
    float:right;
    cursor:pointer;
}
#cza-nav-area {
	height:40px;
	background: #000000;
	width:100%;
	margin-top:0px;
	padding:0px;
}
/* END HEADER*/

/* START FOOTER*/
#cza-footer {
    width: 100%;
    position: absolute;
    left: 0;
    clear:both;
    background:#f4f4f4 url(http://www.climb.co.za/wp-content/themes/climb/images/footer-bg.png) repeat-x top center;
}

#cza-footer p a:link,#footer p a:link:visited {
	color:#555;
	text-decoration:none;
}
#cza-footer p a:link:hover,#footer p a:visited:hover {
	color:#ccc;
	list-style-type:none;
	margin:0;
	padding:0;
}
#cza-footer .cza-col ul li a {
	font-size:11px;
	color:#000000;
    text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#cza-footer .cza-col ul li a:hover {
    color:#cccc00;
}
#cza-footer-logo a {
    color:#8b8b8b;
    text-decoration:none;
       opacity: .8;
       filter:alpha(opacity=80);
	   }
#cza-footer-logo a:hover {
    color:#8999c3;
       opacity: 1;
       filter:alpha(opacity=100);
}
#cza-footer-inner {
    padding:45px 0 35px;
    /*max-width: 108em;*/
    max-width: 80em;
	    margin: 0 auto;
}
#cza-copyright-inner {
    /*max-width: 108em;*/
    max-width: 80em;
	margin: 0 auto;
}
.cza-heading {
    color:#000000;
	font-weight:bold;
	font-size:12px;
}
.cza-col {
    width:200px;
    float:left;
}
.cza-col2 {
    margin-top: -80px;
    float: left;
}
.cza-col ul {
    margin:0;
    padding:0;
    list-style:none;
}
.cza-col ul li {
    margin:0 0 3px;
}
#cza-footer-logo {
    float:right;
}
#cza-footer-logo img {
    padding: 0;
}
#cza-copyright {
}
.cza-container {
    margin:0 auto;
    /*width:90%;*/
    width:990px;
}
#cza-content {
    padding-right:419px;
    width:auto;
}
#cza-content .cza-column {
    position:relative;
    float:left;
}
p.cza-created {
color: #000000;
}
/* END FOOTER*/