/* 

Outdoor Max
www.odmax.com
Revision 1.0
6th July 2007
Author : Designtoo (DBH)

*/


/* Body Attributes */

body {
	background-color: #5a6368;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 0;
	}


/* DIV elements */
#wrapper {
	position: absolute;
	width: 900px;
	height: 580px;
	left: 50%;
	/*top: 50%;*/
	top: 18%;
	margin-left: -450px;
	/*margin-top: -290px;*/
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	border: 0;
	text-align: left;
	overflow: hidden;
	z-index: 0;
	}

#paypal {
	position: absolute;
	width: 200px;
	height: 50px;
	left: 50%;
	/*top: 50%;*/
	top: 65%;
	margin-left: -100px;
	/*margin-top: -290px;*/
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	border: 0;
	text-align: center;
	overflow: hidden;
	z-index: 99;
	}
		
#titleBar {
	position: relative;
	width: 900px;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	z-index: 0;
}

#main {
	position: relative;
	width: 900px;
	height: 411px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#mainTextWrapper {
	position: absolute;
	width: 900px;
	height: 411px;
	border: 0;
	margin: 0;
	padding: 0;
	float:left;
	z-index: 1;
}	

#mainText {
	position: relative;
	width: 440px;
	height: 340px;
	border: 0;
	padding: 0;
	text-align: left;
	left: 380px;
	top: 50px;
	overflow: auto;
	float: left;
	z-index: 1;
}

#mainTextScrollbar {
	position: relative;
	text-align: center;
	width: 18px;
	height: 340px;
	border: 0;
	margin: 50px 0;
	padding: 0;
	right: 40px;
	float: right;
	z-index: 1;
}	

#menu_1 {
	position: relative;
	width: 218px;
	height: 61px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

#menu_2 {
	position: relative;
	width: 248px;
	height: 61px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#menu_3 {
	position: relative;
	width: 135px;
	height: 61px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#menu_4 {
	position: relative;
	width: 147px;
	height: 61px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#menu_5 {
	position: relative;
	width: 152px;
	height: 61px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	position: relative;
	width: 900px;
	height: 78px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}

p.intro { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 30px;
}

li {
	font-size: 0.7em;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
}

/* Scroller */

#scroll_up {
    cursor: pointer;
}

#scroll_down {
	cursor: pointer;
}

.scrollTable {
	height: 340px;
}


/* IE6 HACK - map href's create 3px bottom margin in ie6 */
#titleBar {
	margin-bottom: -3px;
	padding: 0px;
	height: 30px;
}

#mainCards {
	margin-bottom: -3px;
	padding: 0px;
	height: 411px;
}
	
#menuBar1, #menuBar2, #menuBar3, #menuBar4, #menuBar5 {
	margin-bottom: -3px;
	padding: 0px;
	height: auto;
}

#clickhereOne {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 106px;
	left: 434px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#clickhereTwo {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 170px;
	left: 830px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#clickhereThree {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 96px;
	left: 738px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

a:link {
	color: #444;
	}

a:visited {
	color: #444;
	}

a:hover {
	color: #1896ba;
	}

a:active {
	color: #444;
	}

.skiTable {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 0;
	margin: 1px;
}


.skiTable td {
	border: 1px solid #bbb;
	border-collapse: collapse;
	padding: 3px;
}

.skiTableHead {
	background-color: #18a9d4;
	color: #FFFFFF;
}

.skiTableCol1 {
	background-color: #e2e5e8;
}

.skiTableCol2 {
	background-color: #edf0f2;
}
