@import url("navigation.css");
@import url("headings.css");
@import url("miscellaneous.css");
@import url("region_text.css");


body {
	padding: 0;
	margin: 0px;
	/*BACKGROUND-COLOR: #6B89A0;*/
	BACKGROUND-COLOR: #FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#3D729A;
	scrollbar-base-color:#3D729A;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#3D729A;
	scrollbar-shadow-color:#3D729A;
	height: 100%;
	width: 100%;
	border: 0px none;
	text-align: center;
}

p, td {
	FONT-SIZE: 11px;
	LINE-HEIGHT: 150%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
color: #456374;
/*color: #5A717C;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#LeftCol {
	width: 111px;
	margin: 0px;
	padding: 0px;
	height: 100%;

}

#CenterCol {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: left;
	height: auto;
	/*background: url(../graphics/general/half_round_left.gif) no-repeat fixed right bottom;*/
}

#InfoTable {
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: left;
	width: 100%;
	height: 100%;
}


#RightCol {
	margin: 0px;
	padding: 0px;
	/*background: url(../graphics/general/half_round_right.gif) no-repeat fixed left bottom;*/
	width: 160px;
}

#RightColSub {
	width: 150px;
	margin: 0px;
	padding: 0px;
	/*background: url(../graphics/general/vert_line.gif) repeat-y fixed left top;*/
	border-left: 1px solid #849BBD;
}

#RightColTop {
	width: 160px;
	margin: 0px;
	padding: 0px;
	/*background: url(../graphics/general/vert_line.gif) repeat-y fixed left top;*/
	border-left: 1px solid #849BBD;
}


#RigtColTable {
	width: 160px;
	margin: 0px;
	padding: 0px;
	}


#MainBackGround {
height: 135;
background-attachment: fixed;
	background-image: url(http://www.destination.co.nz/graphics/photos/mainImagetest.jpg);
	background-repeat: repeat-x;
}

#MainTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

#CenterTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#TopBanner {
	margin: 0px;
	padding: 0px;
	position: static;
	width: 100%;
	background: #3B536F;
}

#TopNav {
	width: 620px;
	margin: 0px;
	padding: 0px;
	background: #466289;
	height: 26px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EBEEF3;
}

#Footer {
	width: 620px;
	margin: 0px;
	padding: 0px;
	background: #EBEEF3;
	height: 26px;
	text-align: center;
}

#CenterColBorder {
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color="#999999",strength=3);border-bottom: 1px solid #999999;
}

.VertLine {
width: 170px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/general/half_round_right.gif) no-repeat fixed left bottom;
}


ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	line-height: 150%;
}

li {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
