@media screen {

/* general element styles */

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color:#00a6d6;
	background-image:url(/images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	color:#004730;
	text-align:center;
}

img {
	border:none;
}

#content a:link, #content a:visited {
}

#content a:hover {
}

p, h1, h2, h3, h4, h5, h6 {
	margin:8px 0;
	padding:0;
	text-align:left;
}
h1 {
	font-size:18px;
	margin:2px 0;
	padding:0 6px;
}
h2 {
	font-size:16px;
	margin:2px 0;
	padding:3px;
}
h3 {
	font-size:14px;
	margin:2px 0;
	padding:3px;
}
h4 {
	font-size:12px;
	background-color:#eee;
	padding-left:10px;
}
h5 {
	font-size:14px;
	padding:0;
	margin:3px;
	background-color:#d2dadd;
	height:20px;
}

h6 {
	font-size:16px;
	padding:5px;
	margin:1px;
	font-weight: bold;
	height:20px;
	widht:550px;
	border-bottom:#ccc dashed 1px;	
}
hr {
	border-top:1px dashed #999;
	border-right:none;
	border-bottom:none;
	border-left:none;
	background-color:#fff;
	color:#fff;
	width:90%;
	padding:5px;
	clear:both;
}

fieldset {
	margin:10px 0;
}
legend {
	font-weight:bold;
}

/* Classes */

.polaroid {
	border:#ccc solid 1px; 
	padding:5px;
	margin:5px;
	float:right;
	clear:right;
	background-color:#fff;
}

.print-logo {
	display:none;
}

.staffbox { /* staff profile */
	float:right; 
	width:535px;
}
.staffbox img {
	float:right; 
}

.contact-details { /* address on contact page */
	float:right;
}

.azoonav { /* az feature on home page */
	float:left;
}

.planner-button {  /* submit button on planner include */
	margin:5px auto 0 30px;
	
}

.price {  /* display price on itineraries and specials */
	color:#f00; 
	font-size:14px;
}

.brochure { /* pdf button */
	margin:5px;
	padding:5px;
}
.start-booking { /* button */
	font-weight:bold; 
	margin:5px; 
	padding:5px;
}
.partnerimg { /* partner logos */
	float:left;
}

.imgborder { /* itinerary image links */
	margin:10px; 
	padding:5px; 
	border:#ccc solid 1px;
	display:block;
	float:left;
}

.required {
	color:#f00;
}

/* Layout sections */

#holder {
	width:978px;
	text-align:left;
	margin:0 auto;
	position:relative;
	left:8px;
}

#topnav {
	height:21px;
	margin:1px 0 0 0;
	background-color:#dadada;
	border-bottom:#fff solid 1px;
}
#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#topnav li {
	float:left;
	margin:0;
	padding:4px 0;
	border-left:#fff solid 1px;
}
#topnav a:link, #topnav a:visited {
	font-size:10px;
	padding:4px 8px;
	text-decoration:none;
	letter-spacing:-1px;
	color:#004730;
}
#topnav a:hover {
	color:#00a6d6;
}

#mainleft {
	width:775px;
	float:left;
}

#header{
	float:left;
	width:775px;
	margin:0 auto;
}

/* primary nav start */

#primarynav {
	height:20px;
	width:775px;
	border-right:#99bca8 dashed 1px;
	background-color:#f99d31;
}
#primarynav ul, #primarynav li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
#primarynav a:link, #primarynav a:visited {
	display:block;
	text-decoration:none;
	background-color:#f99d31;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	text-align:center;
	border-right:#fff solid 1px;
}
#primarynav a:hover {
	/*background-color:#fbb869;*/
	background-color:#9C3221;
	color:#FFF;
}

#itineraries #nav-itineraries, #specials #nav-specials, #australia-zoo #nav-australia-zoo, #partners #nav-partners, #about-us #nav-about-us, #contact-us #nav-contact-us {
	/*background-color:#fbb869;
	color:#454545;*/
}
#nav-contact-us {
	border-right:#f99d31 solid 1px;
}
/*  BLOGS */

#blog-head{
	padding:10px;
	background-color:#00AEEF;
	color:#FFF;
	font-weight:bold;
	float:left;
	width:720px;
}
.blog-content{
	padding:10px;
	float:left;
	width:718px;
	border:solid 1px #00AEEF;
	background-color: #E1E0D7;
}
#icon{
	float:left;
	padding-right:10px;
}
#imglist{
	float:right;
	padding:10px;
	width:220px;
}
#img{
	padding:10px;
	border:solid 1px #999999;
	background-color:#FFF;
	text-align:center;
}
/*.img{
	padding:10px;
	border:solid 1px #999999;
	background-color:#FFF;
}*/
.smtext{
	font-size:10px;
}
#blogsort{
	padding:2px 10px 10px 10px;
	background-color:#E87E25;
	width: 720px;
}
/* content is main section in middle */
#content {
	float:left;
	min-height:800px;
	width:775px;
	border-right:#99bca8 dashed 1px;
	background-color:#fff;
}
#content a:link, #content a:visited {
	color:#b31f17;
}

#content a:hover {
	color:#fff;
	background-color:#b31f17;
	text-decoration:none;
}
#content a:link.hot-deal-button, #content a:visited.hot-deal-button {
	background-image:url(/images/hot-deal-button2.gif);
	background-repeat:no-repeat;
	padding:8px 13px;
	color:#fff;
	font-weight:bold;
}
#content a:hover.hot-deal-button {
	background-image:url(/images/hot-deal-button2.gif);
	background-repeat:no-repeat;
	background-color:transparent;
}
#content a:link.itinerary-button, #content a:visited.itinerary-button {
	background-image:url(/images/itinerary-button.gif);
	background-repeat:no-repeat;
	text-align:center;
	display:block;
	width:200px;
	height:31px;
	padding:8px 0;
	margin:8px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
#content a:hover.itinerary-button {
	background-color:transparent;
}

#margin {
	margin:0 20px; 
	min-height:500px;
}

/* ///////// Latest News Button home page ////////*/

#content a:link.latestnews-button, #content a:visited.latestnews-button {
	background-image:url(/images/button_latest-news.gif);
	background-repeat:no-repeat;
	padding:8px 21px;
	color:#fff;
	font-weight:bold;
}
#content a:hover.latestnews-button {
	background-image:url(/images/button_latest-news.gif);
	background-repeat:no-repeat;
	background-color:transparent;
}


/* welcome section on home page*/
#welcome {
	background-image:url(/images/welcome2.gif);
	background-repeat:no-repeat;
	background-position:1px 0;
	width:345px;
	margin:10px 0 0 6px;
	height:358px; 
	float:left;
}
#welcome-content {
	padding:65px 10px 0 150px;
	line-height: 130%;
}

/* nav tabs when making a booking */
#bookingnav {
	margin-top:10px;
	width:449px;
	height:44px;
	background-repeat:no-repeat;
}

/* hot deal stuff */
#hotdeal {
	float:left;
	width: 200px;
	height:306px;
	background-image:url(/images/deal-news_bkg.gif);
	background-repeat:repeat-x;
	background-color:#b9e6f4;
	border:#b31f17 solid 1px;
	position:relative;
	margin:0;
}
.hotdeal-header {
	float:left;
	margin-left:0px;
}

#hotdeal .hotimage {
	overflow:hidden;
	border:#fff solid 5px;
	margin-left:9px;
}
#hot-deal-buttons {
	text-align:center; 
	position:absolute; 
	bottom:5px; 
	left:0; 
	padding:8px; 
	width:190px;
}

/* latest news stuff on home page */
#latestnews {
	float:left; 
	width: 200px;
	height:306px;	
	background-image:url(/images/deal-news_bkg.gif);
	background-repeat:repeat-x;
	background-color:#b9e6f4;
	border:#b31f17 solid 1px;
	position:relative;
	margin:0;
}
.latestnews-header {
	float:left;
	margin-left:0;
}
#latestnews .hotimage {
	overflow:hidden;
	border:#fff solid 5px;
	margin:auto;
}
#latestnews-buttons {
	text-align:center; 
	position:absolute; 
	bottom:5px; 
	left:8px; 
	padding:9px; 
	width:180px;
}

/* steve irwin classic on home page */
#sic {
	float:left;
	width: 200px;
	height:306px;
	background-image:url(/images/deal-news_bkg.gif);
	background-repeat:repeat-x;
	background-color:#b9e6f4;
	border:#b31f17 solid 1px;
	position:relative;
	margin:0;
}

#sic a {
	float:left;
	width: 194px;
	height:305px;
	background-color:#ffffff;
	border:#e5b8b6 solid 1px;
	position:relative;
	margin:0;
}

#sic a:hover {
	float:left;
	width: 194px;
	height:305px;
	background-color:#ffffff;
	border:#b31f17 solid 1px;
	position:relative;
	margin:0;
}

/* specific to itineraries page */
#itineraries #hotdeal {
	position:absolute;
	top:360px;
	right:220px;
}
#itineraries .hotdeal-header {
	position:absolute;
	top:310px;
	right:220px;
}

/* itinerary listings */
.itinerary {
	float:left;
	margin:4px;
	overflow:hidden;
	width:242px;
	height:165px;
	border-left:#ccc solid 1px;
	position:relative;
	background-image:url(/images/group-bookings.jpg);
	background-repeat:no-repeat;
	padding:115px 0 0 0;
}
.group {
	background-image:url(/images/group-bookings.jpg);
	margin-left:7px;
}
.short {
	background-image:url(/images/short-breaks.jpg);
	margin-left:10px;
}
.extended {
	background-image:url(/images/extended-breaks.jpg);
	margin-left:10px;
}
#itineraries .itinerary {
	width:340px;
	height:auto;
	min-height:110px;
	border:none;
	border-bottom:#b31f17 solid 1px;
	position:relative;
	float:left;
	clear:left;
}
.itinerary ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.itinerary li {
	margin:0 0 0 12px;
	padding:0;
}
#itineraries .inclusions {
	background-color:#efefef; 
	width:220px; 
	float:right; 
	margin:5px; 
	padding:5px 15px;
}

/* home page partners list */
#partners {
	width:360px; 
	float:left; 
	border-left:#ccc solid 1px; 
	padding:0 3px; 
	margin:3px;
}
.mypartners{
	font-size:11px;
	width:160px;
	float:left;
	border:#ccc solid 1px;
	height:20px;
	margin:2px;
	padding:3px;
	background-image:url(/images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* home page azoo events */

#eventsbox {
	width:360px; 
	float:left; 
	border:#004730 solid 1px; 
	padding:0 5px; 
	margin:5px; 
	background-color:#fdd200; 
	background-image:url(/images/azoobase-events.gif);
	background-position:bottom; 
	background-repeat:no-repeat; 
}
#events li {
	width:320px;
	text-align:left;
	position:relative;
	left:-35px;
	list-style:none;
	margin:3px;
	font-weight:800;
}
#events li a:link, #events li a:visited {
	display:block; 
	padding:2px 0 3px 10px; 
	letter-spacing:-0.05em
}
#events li a:hover {
	background-color:#004730;
}

#sidenav {
	position:absolute;
	left:20px;
	width:200px;
}
#sidenav ul, #sidenav li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidenav a:link, #sidenav a:visited {
	display:block;
	padding:2px;
	width:96%;
}

.partnerbox {
	width:330px; 
	height:280px; 
	float:left; 
	border:#ccc solid 1px; 
	padding:10px; 
	margin:0 0 10px 10px;
}
.partnerbox img {
	float:left;
	margin:0 5px 5px 0;
}

.strikethrough {
	text-decoration:line-through; 
	font-weight:bold;
}
.saleprice {
	color:#f00;
	font-weight:bold;
}
.largeprice {
	font-size:14px;
	font-weight:bold;
}

#midcolumn {
	margin-left:200px;
}

/* specific to australia zoo page */

#australia-zoo .item {
	width:245px; 
	float:left; 
	padding:5px;
}
#australia-zoo .wrap {
	float:left; 
	width:550px;
}

/* logo section in footer */

#websites{
	float:left;
	width:770px;
	text-align:center;
	border-bottom:#b5b38c solid 1px;
	border-top:#b5b38c solid 1px;
	color:#827026;
}
#websites a:link, #websites a:visited {
	text-decoration:none;
	margin:5px 15px;
	color:#827026;
	float:left;
}
#websites a:hover {
	background-color:#fff;
	color:#827026;
}

/* footer links */

#footlinks {
	float:left;
	width:770px;
	padding:10px 0;
	text-align:center;
}
#footlinks ul {
	margin:10px 0;
	padding:0;
	list-style-type:none;
}
#footlinks li {
	margin:0 4px;
	padding:0;
	display:inline;
}
#footlinks a:link, #footlinks a:visited {
	color:#004730;
}
#footlinks a:hover {
	color:#fff;
	background-color:#b31f17;
	text-decoration:none;
}

/* right column start */

#sidebar {
	text-align:center;
	width:203px;
	position:absolute;
	right:-1px;
	top:23px;
}
#sidebar form {
	margin:0;
	padding:0;
}
#sidebar a:link, #sidebar a:visited {
	color:#fff;
}
#sidebar a:hover {
	color:#b31f17;
	background-color:#fff;
	text-decoration:none;
}

#planner {
	height:200px; 
	width:194px;
	background-color:#9c301a;
	color:#fff;
	text-align:left;
	padding-left:10px;
}

.sideitinerary {
	width:180px;
	padding:5px;
	margin:5px;
	border:#0cf solid 1px;
	background-image:url(../images/itinbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.sideitinerary b{
	font-size:14px;
	font-weight:800;
	padding:3px;
	margin:0;
	height:20px;
	width:177px;
	color:#000;
}
.itinimage {
	width:180px;
	overflow:hidden;
	background-color:#9c301a;
	padding-bottom:2px;
	color:#fff;
	font-weight:800;
}
.itinimage a:link, .itinimage a:visited; {
	color:#fff;
}

.wrap {
	width: 781px;
	height:368px;
}
#translate_form input{
	width:30px;
	height:20px;
}

}
