* {
  margin: 0;
  padding: 0;
}

p {
	margin-top: 12px;
}

#wrapper { 
	position: relative; 
	min-height: 800px; 
	width: 1000px; 
	margin: 5px auto 0; 
	border: none;
}

#header {
	width: 1000px;
	height: 130px;
}

#logoleft {
	width: 408px;
	height: 130px;
	background: url('images/mainlogo.jpg') no-repeat;
}

#logoright {
	width: 383px;
	height: 130px;
	margin-left: 600px;
	background: url('images/backlogo.jpg') no-repeat;
}

#search {
	width: 250px;
	height: 30px;
	float: right;
	margin-right: -25px;
	margin-top: 70px;
}

#nav {
	width: 997px;
	height: 67px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background: url('images/navbar.jpg') no-repeat;
}

#navcontent {
	width: 975px;
	height: 27px;
	font-family: helvetica, verdana;
	font-size: 17px; 
	color: #ffffff;
	padding-top: 7px;
	margin-left: 11px;
}

#container {
	width: 997px;
	min-height: 950px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ececec;
}

#topwrap {
	width: 934px;
	height: 295px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
}

#pitchbox {
	width: 439px;
	height: 294px;
	float: left;
	background-repeat: no-repeat;
	background: url('images/pitchbox.jpg');
}

#pitchtext {
	font-family: arial;
	font-size: 16px;
	color: white;
	font-weight: bold;
	line-height: 26px;
	width: 380px;
	height: 200px;
	margin: 65px 0px 0px 35px;
	line-height: 35px;
}

#mainimage {
	width: 483px;
	height: 295px;
	float: right;
	background-repeat: no-repeat;
	background: url('images/main_image.jpg');
}

#choose {
	width: 518px;
	height: 50px;
	margin-left: 45px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background: url('images/choose_your_adventure.gif');
}

#adventures {
	width: 890px;
	height: 255px;
	margin-right: 50px;
	margin-left: auto;
}

.boxes {
	width: 176px;
	height: 232px;
	float: left;
	margin-right: 20px;
	margin-left: 21px;
	text-align: center;
	font-family: helvetica;
	font-size: 13px;
	font-weight: bold;
}


#footer {
	width: 500px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

a.footer {
	font-family: helvetica;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

.webdesigned {
	font-family: helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

a.webdesigned {
	font-family: helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a.adventures {
	font-family: helvetica;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.adventures:hover {
	font-family: helvetica;
	color: #ff9900;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

img { 
	border: none; 
}


/* post it note roll-overs */

.hire {
	display: block;
	width: 167px;
	height: 43px;
	background: url("images/bike_and_canoe_hire_canberra.jpg");
}


.hire:hover {
	background-position: 0 43px;
}

.hire span {
	display:none;
}


.course {
	display: block;
	width: 167px;
	height: 39px;
	background: url("images/instructional_courses.jpg");
}


.course:hover {
	background-position: 0 39px;
}

.course span {
	display:none;
}


.sale {
	display: block;
	width: 167px;
	height: 47px;
	background: url("images/equipment_sale.jpg");
}


.sale:hover {
	background-position: 0 47px;
}

.sale span {
	display:none;
}


.gift {
	display: block;
	width: 167px;
	height: 31px;
	background: url("images/gift_vouchers.jpg");
}


.gift:hover {
	background-position: 0 31px;
}

.gift span {
	display:none;
}


/* post it note navigation location*/

#wrap {
	width: 747px;
	height: 190px;
	margin: 30px 0 0 40px;
	padding: 60px 150px 20px 20px;
	background: url("images/alsobox.jpg") no-repeat;
}

#wrap img {
	margin-top: 20px;
}

ul#post_menu {
	width: 167px;
	float: right;
}
#post_menu li{
	width: 167px;
    list-style-type: none;
}

#post_menu a{
	display: block;
	text-indent:-9999px;
}



/* inside pages */


#insidecontainer {
	width: 997px;
	min-height: 600px;
	height: !important;
	height: 600px;
	padding: 20px 0 20px 0px;
	margin: 30px auto;
	margin-top: 0px;
	background-color: #ececec;
}


#background {
	width: 997px;
	background: url("images/inside_content.jpg") repeat-y;
}

#sidenav {
	width: 293px;
	min-height: 620px;
	height: 620px;
	float: left;
	padding: 60px 0 5px 20px;
}


#insidecontent {
	width: 630px;
	min-height: 580px;
	height: 580px;
	height: auto !important;
	padding-left: 10px;
	margin-left: 320px;
	font-family: arial;
	font-size: 15px;
}

.sidenavicon {
	width: 230px;
	height: 23px;
	background-color: #666969;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 6px 0px 4px 15px;
}

a.sidenav {
	color: #ffffff;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.testimonial {
	width: 255px;
	margin-bottom: 20px;
	padding: 10px 0px 4px 20px;
	color: white;
	font-family: arial;
	font-size: 14px;
	line-height: 22px;
}

.testtext{
	color: white;
	font-family: arial;
	font-size: 14px;
	line-height: 22px;
}

.orangetext {
	color: #ff9200;
	font-family: arial;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

h1 {
	color: #333333;
	font-family: arial;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-family: arial;
	text-decoration: underline;
}

h4 {
	color: #333333;
	font-family: arial;
	font-size: 18px;
}

.bold {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.red {
	font-family: arial;
	font-size: 15px;
	color: red;
}

.blue {
	font-family: arial;
	font-size: 15px;
	color: #0f2fce;
}

.italic {
	font-family: arial;
	font-size: 15px;
	font-style: italic;
}

ul {
	padding-left: 20px;
}


/* Button roll-overs */

.booknow {
	display: block;
	width: 188px;
	height: 36px;
	background: url("images/book_now_buttton.jpg");
}


.booknow:hover {
	background-position: 0 108px;
}

.booknow span {
	display:none;
}

.contactus {
	display: block;
	width: 188px;
	height: 36px;
	background: url("images/contact_button.jpg");
}


.contactus:hover {
	background-position: 0 108px;
}

.contactus span {
	display:none;
}

.hiregear {
	display: block;
	width: 188px;
	height: 36px;
	background: url("images/Hire_button.jpg");
}


.hiregear:hover {
	background-position: 0 36px;
}

.hiregear span {
	display:none;
}

.bookadventure {
	display: block;
	width: 188px;
	height: 36px;
	background: url("images/book_adventure_button.jpg");
}


.bookadventure:hover {
	background-position: 0 36px;
}

.bookadventure span {
	display:none;
}

.privacy {
	font-family: arial;
	font-size: 12px;
}


