/* @override 
	http://ski.com.au/assets/css/ka_mainstructure.css
	http://ski.com.au/assets/css/ka_mainstructure.css
*/

body {	font: 13px/1.231 arial,helvetica,clean,sans-serif !important;
	*font-size: small !important;
	*font: x-small !important;
	background-position: center center;	background-image: none;	background-color: #ececec !important;	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
a,a:visited {	color: #004c99 !important;}
#ski_maincontainer {
	width: 990px;
	background-color: #fff !important;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#ski_colBody {
	float: left;
	padding: 0;
	margin: 15px 0 0 30px;
}
#ski_colSidebar {
	float: right;
	width: 160px;
	margin: 15px 30px 0 0;
	padding: 0;
}

a:hover {
	color: #0000FF !important;
	text-decoration: underline !important;
}
/* START MASTHEAD */

#masthead {
	background: #00a8f0 url(http://ski.com.au/assets/img/masthead_patt_darkblue.gif) no-repeat left top;
	overflow: hidden;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#masthead.leaderboard {
	height: 150px;
	overflow: hidden;
	background: #4165c9 url(../img/masthead_patt_darkblue728.gif) no-repeat left top;
}

#masthead.banner {
	height: 120px;
	overflow: hidden;
	background: #4165c9 url(../img/masthead_patt_darkblue468.gif) no-repeat left top;
}
#masthead_ad {
	padding: 0;
	background: none;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 30px;
}

#masthead_logo img {
	width: 246px;
	height: 64px;
	float: left;
}

/* MASTHEAD SEARCH */
#masthead_search {
	position: absolute;
	right: 10px;
	top: 5px;
}
#masthead_search input {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}

/* MASTHEAD TOOLBAR */
#masthead_toolbar {
	position: absolute;
	right: 250px;
	top: 7px;
	color: #c6c6c6;
}
#masthead_toolbar a {
	color: #fff !important;
	padding: 0 2em 0 0;
}
#masthead_toolbar #username a {
	background: url(../img/user_masthead.gif) no-repeat left center;
	padding-left: 16px;
	font-weight: bold;
}

#UserDisplay a {
	font-size: 1.1em;
	background: url(http://ski.com.au/assets/img/user_small.gif) no-repeat;
}


#UserDisplay .username {
	font-weight: bold;
}

/* START MAIN MENU */

.mainmenu {
padding: 0;
width: 100%;
background: #f5f5f5 url(../img/mainmenu_tab2.gif) repeat-x left center;
overflow: hidden;
clear: both;
border-bottom: 2px solid #4165c9;
}

.mainmenu ul {
margin:0;
margin-left: 1em; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.mainmenu li {
display: inline;
margin: 0;
padding: 0;
}

.mainmenu a {
float: left;
display: block;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
border-right: 1px solid #fff;
color: #000 !important;
font-size: 16px;
text-decoration: none;
}
.mainmenu a:hover{
	color: #000 !important;
	background: #ccc;
	text-decoration: none !important;
}
.mainmenu li.active a:hover,
.mainmenu li.active a {
	background: #4165c9;
	color: #fff !important;
	text-decoration: none !important;
}


/* END MAIN MENU */

.B_crumbBox {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
#B_crumbs {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	clear: both !important;
}

/* START BUTTONS */

a.btn {
	line-height: 2.5em;
}

a.btn,
input.btn,
fieldset button {
	color: #fff;
	padding: .5em 1em;
	font-weight: bold;
	border: 1px solid #838383;
	background: url(../img/sprite_btn.png) no-repeat 0 0;
	font-size: 1em;
}

a.btn:hover,
input.btn:hover,
fieldset button:hover {
	color: #fff;
	background: url(../img/sprite_btn.png) no-repeat -600px 0;
}

a.btn.blue,
input.btn.blue {
	background: url(../img/sprite_btn.png) no-repeat 0 -100px;
}

a.btn.green,
input.btn.green {
	background: url(../img/sprite_btn.png) no-repeat 0 -200px;
}

a.btn.orange,
input.btn.orange {
	background: url(../img/sprite_btn.png) no-repeat 0 -300px;
}

a.btn.purple,
input.btn.purple {
	background: url(../img/sprite_btn.png) no-repeat 0 -400px;
}

a.btn.red,
input.btn.red {
	background: url(../img/sprite_btn.png) no-repeat 0 -500px;
}

a.btn.aqua,
input.btn.aqua {
	background: url(../img/sprite_btn.png) no-repeat 0 -600px;
}

a.btn.blue:hover,
input.btn.blue:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -100px;
}

a.btn.green:hover,
input.btn.green:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -200px;
}

a.btn.orange:hover,
input.btn.orange:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -300px;
}

a.btn.purple:hover,
input.btn.purple:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -400px;
}

a.btn.red:hover,
input.btn.red:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -500px;
}

a.btn.aqua:hover,
input.btn.aqua:hover {
	background: url(../img/sprite_btn.png) no-repeat -600px -600px;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

/* SUBMENU */

#submenu_title {
	margin: 0;
	font-size: 17px;
	color: #fff;
	background: #4165c9;
	height: 25px;
	padding: 0 0 0 10px;
	line-height: 25px;
}
.submenu {
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #e3e3e3;
	background-color: #eff4fa;
	border-top: .3em solid #98b7dc;
	margin: 0 0 1em;
}

.submenu li {
	margin: 0px;
	border-top: 1px solid #e3e3e3;
	padding-top: .2em;
	padding-bottom: .2em;
}

.submenu li a {
	background: url(../img/dots.gif) no-repeat 0px -294px;
	padding-left: 10px;
	text-decoration: none;
}

.submenu li a:hover {
	font-weight: bold;
	background: url(../img/dots.gif) no-repeat 0px -402px;
}

.submenu .head {
	margin-left: 10px;
	font-size: 14px;
	color: #236bc1;
	}
	body.darkblue .submenu {
	border-top: none;
}

ul.submenu li.first {
	background-color: #e5ecf9;
	text-align: center;
}
ul.submenu a.btn {
	color: #fff !important;
	padding: .5em 1em;
	font-weight: bold;
	border: 1px solid #838383;
	background: url(http://ski.com.au/assets/img/sprite_btn.png) no-repeat 0 -700px;
	font-size: 1em;
	line-height: 2.5em;
}

ul.submenu a.btn:hover {
	color: #fff;
	background: url(http://ski.com.au/assets/img/sprite_btn.png) no-repeat -600px 0;
}

/* END SUBMENU */


