@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#3399FF;
}
a:hover{
	color:#FD9A1F;
}

img {
	border:none;	
}

td {font-size:12px;
}

body {
	background:#48b7b2;
	margin:0;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	color:#000;
	font-size:12px;
}

#wrapper {
	width:980px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header {
	width:980px;	
}
/*marc stuff*/

#threecells{
	margin:10 0 0 0;
	float:left;
	padding-left:0px;
}

#cell {
margin:0 10px 0 0;
float:left;

padding-left:10px;
width:190px;
/*border:solid #ccc ;*/
text-align:left;
font-size:10px;
}

#cell h2 {
	color:#FD9A1F;

margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
padding-left:5px;
font-weight:bold;

}
.menulist{
	
	padding:0px;
}
/*my menu stuff*/
#menu {
width: 980px;
float: left;
background-color:#6a69b5;
text-decoration:none;
text-align:center;
font-weight:bold;
z-index:2;

}

ul#horiznav, #horiznav ul{/*remove the bullets from the dropdown ul as well*/
margin:0;
padding:0;
list-style-type:none;
text-align:left;
}
.nopad{
	padding-left:0px;
	pdding-right:0px;
}
.pad{
	padding-left:7px;
	padding-right:8px;
}
.pad_first{
	padding-left:20px;
	padding-right:8px;
	}
	

#horiznav li{

display:block;

line-height:20px;
text-align:left;
color:white;
text-decoration:none;
background-color:#6a69b5;

float:left;
/*width:98px;*/
position:relative;/*set position:relative as the start point for absolutely positioning the dropdown*/

}

.menu_small{
	width:80px;
}
.menu_lg{
	width:135px;
}
#horiznav li a{
color:white;
}


#horiznav li a:hover{
color:#ff9607;
}

#horiznav li ul{
display:none;/*hide the dropdown*/
position:absolute;/*position it absolutely..*/
left:0;/*...align the left edge with the left edge of the parent li...*/
top:20px;/*...and 32px down from the top - 30px height + 2px for the border*/

}

#horiznav li:hover ul {
display:block;/*display the ul when the parent li is hovered*/
z-index:2;
}

#horiznav li ul a{
	padding-left:7px;
	padding-right:9px;
background-color:#6a69b5;/*give the dropdown a different background colour*/
/*width:120px;*/

}
#horiznav li ul a:hover{
	color:#ff9607;
}

/*end my menu stuff*/



#counter {
	text-align:center;	
}

#nav_div a {
	color:#fff;
	font-family:Helvetica;
	font-size:9pt;
	font-weight:bold;
}

#skis{
	margin-left:30px;	
	margin-right:30px;
}
#main_content {
	margin-bottom:30px;	
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	/*overflow:hidden;*/
}


#main_text {
	margin-left:20px;
	margin-right:20px;
}
#text {
	float:left;
	margin-right:20px;
	font-size:3;
}


#sidebar {
	margin-top:20px;
	width:250px;
	float:right;
}

#home_main {
	background:url(../images/jetski_grey_2.jpg) no-repeat bottom right;
}

#footer {
	height:15px;
	background-color:#6a69b5;
	width:980px;
}

#credits {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

#credits a {
	color:#fff;
	font-size:9px;
}

.img_right {
	padding-left:8px;
	float: right;
}

.img_left {
	padding-right:8px;
	float: left;
}

.orange11bold {
	color:#fd9a1f;
	font-weight:bold;
}

.orange14bold {
	color:#fd9a1f;
	font-weight:bold;
	font-size:14px;
}

.white11 {
	color:#fff;	
}

.red11 {
	color:#F00;	
}

h1 {
	color:#fd9a1f;
	font-size:20px;
}

h2 {
	color:#333399;
}

h3 {
	color:#fd9a1f;
	margin-top:0px;
	padding-top:0px;
}
largeblack {
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.contactlist{
	padding-left:15px;
}
