@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}
p{
	margin-bottom:10px;
	line-height:140%;
}
h1{
	font-size:20px;
	margin-bottom:0;
	margin-top:20px;
}
h2{
	font-weight:bold;
	font-size:16px;
}
h3{
	font-weight:bold;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
}

body{
	background-image:url(/templates/kannad_marine/images/background_gradient2.jpg);
	background-repeat:repeat-x;
	background-color:#d5e5e8;
	
	/*background-color:#b5d7e0;*//*should be #0091ac*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
}

#wrapper{
	width: 940px;
	margin:0 auto;
	text-align:left;
}

#wrapper_shadow_top{
	height:20px;
	background: url(/templates/kannad_marine/images/shadow_top3.jpg) center repeat-y;
}

#wrapper_shadow{
	width: 940px;
	background: url(/templates/kannad_marine/images/shadow_middle5.jpg) center no-repeat;
	background-position:top;
	
}
#wrapper_shadow_bottom{
	height:40px;
	background: url(/templates/kannad_marine/images/shadow_bottom4.jpg) center repeat-y;
	margin-top:-15px;
	margin-bottom:20px;
	
	/*top:-10px;*/
}


#header{
	height:130px;
	padding:0 15px 0 15px;
}
#main_content_home{
	margin-top:10px;
	padding:0 25px;
}
#main_content_home ul{
	margin:10px 0 10px 0;
}
#main_content_home ul li{
	margin-left:15px;
}

#footer{
	padding:10px 0 5px 0;
	text-align:center;
	font-size:11px;
	clear:both;
	position:relative;
	z-index:100;


}
#footer p{
margin:0;

}


/*top safe logos*/
#brands{
	float:left;
	margin-top:10px;
	margin-left:10px;
	background-image:url(/templates/kannad_marine/images/brands_together.gif);
	background-repeat:no-repeat;
	width:560px;
	height:90px;
}

#logo{
	background-image:url(/templates/kannad_marine/images/logo_300.gif);
	width:300px;
	height:70px;
	float:right;
	margin:10px 10px 30px 0;
}
#top_menu1{
	margin:0 10px;
	background-color:#666;
	height:25px;
	clear:both;
}

/* code for top menu - currently not used*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:0px;

}

#nav a:hover{
	text-decoration:underline;
	color:#000;
	background-color:#666;

}
#nav_on a {
	text-decoration:underline;
	color:#000;
}

#nav li {
	float: left;
	border-right:1px solid #fff;
	margin-top:3px;
	margin-bottom:3px;
}

#nav li ul {
	position: absolute;
	z-index: 1003;
	width: 15em;
	left: -999em;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:4px;
	background-image:url(/templates/kannad_marine/images/menu_background.png);
}
#nav li ul li{
	border:none;
}
#nav li ul{
		background-color:transparent;
}
#nav li ul li a{
	padding-right:0;	
}
#nav li ul li a:hover{
		background-color:transparent;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.footnote{
font-size:.8em;
}
.nav_on{
color:#000;
text-decoration:underline;
}
#slide_show{
	float:left;
	width:500px;
	height:340px;
	margin-left:10px;
}

#systems ul li{
	float:left;
	width:100px;
	background-color:#69C;
	list-style:none;
	margin-left:0;
	margin-right:10px;
}

/* code for front page product boxes */

#section_title{
	background-color:#ccc;
	margin:0 25px 0 10px;
	height:20px; 
	padding:3px 0;
	
}

#products{
	clear:both;
	font-size:11px;
	margin:20px 0 0 15px;
}

#products h2{
	margin-left:10px;
}
#products h3{
	padding:180px 0 0 0;
	margin-left:3px;	
	font-size:12px;
}
#products p{
	padding:0 3px;
}

#products a{
	color:#000;
	height:270px;
}
#products li{
	float:left;
	list-style:none;
	border:1px solid #666;
	margin:10px 10px 0 10px;

			
}
#products a{
	display:block;
	width:160px;
	height:270px;
	background-image: url(/templates/kannad_marine/images/products_sprite.jpg);
	background-repeat:no-repeat;
	background-position:0;
	color:#000;
	text-decoration:none;
}
#items a:hover{
	background-position: -160px 0;
}

#item1, #item2, #item3, #item4, #item5{
	float:left;
	/*border:1px solid #666;*/
	margin:0;
}

#item1 a{
	background-position:0;
}

#item1 a:hover{
	background-position:-160px 0;
}

#item2 a{
	background-position:-320px 0;
}
#item2 a:hover{
	background-position:-480px 0;
}
#item3 a{
	background-position:-640px 0;
}
#item3 a:hover{
	background-position:-800px 0;
}
#item4 a{
	background-position:-960px 0;
}
#item4 a:hover{
	background-position:-1120px 0;
}
#item5 a{
	background-position:-1280px 0;
}
#item5 a:hover{
	background-position:-1440px 0;
}

 .footnote{
	 font-style:oblique;
	 font-size:12px;
	 color:#666;
 }
 
 
 /*code for front page slide show and intro text*/
 
 ul.slideshow {
	list-style:none;
	width:890px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;
}

#front_page_slideshow ul img {
	border:none;
}
#front_page_slideshow ul li{
	margin-left:0;
}
#front_page_slideshow{
	/* gives rounded corners to box - only works on latest versions of Firefox, Opera, Chrome and Safari*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#title_text{
	height:80px;
	width:600px;
	background-image: url(/templates/kannad_marine/images/home_title2.jpg);
	float:left;
	margin-left:10px;
	text-indent:-9999px;
}

#intro_text{
	width:360px;	
	background-image: url(/templates/kannad_marine/images/intro_background.png);
	font-size:16px;
	padding:10px 10px 10px 10px;		
	margin:-300px 0 0 500px;
	position:relative;
	z-index:1001;
	border:1px solid #666;
	/* gives rounded corners to box - only works on latest versions of Firefox, Opera, Chrome and Safari*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#intro_text h1{
	margin-top:0;
	margin-bottom:5px;
	font-size:19px;
}
#intro_text p{
	font-size:16px;
}

#about_beacons{
	background-image:url(/templates/kannad_marine/images/System_Overview_background1.jpg);
	background-position:-100px 16px;
	background-repeat:no-repeat;
	background-color:#e0e8f5;
	padding:5px;
		/* gives rounded corners to box - only works on latest versions of Firefox, Opera, Chrome and Safari*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height:175px;
	width:430px;
	float:left; 
	border:solid 1px #666;
}
#about_beacons ul li{
	display:inline;
	margin-left:20px;
}
#about_beacons img{
	border:1px solid #666;	
	margin-left:2px;

}
#about_beacons ul li a{
	text-decoration:underline;
	color:#111;
}
#about_beacons ul li a:hover{
	text-decoration:none;
	color:#666;
}

/*style for all pages except the homepage*/
#main_content{
	margin:10px 15px 0 15px;
	padding:0 25px;
}
#main_content ul{
	margin:10px 0;
}
#main_content ul li{
	margin-left:15px;
}
/* product range page styles*/
.product_item{
	height:140px;
	margin-bottom:20px;
}
.product_item_text{
	width:710px;
	float:left;
}




.safelink_epirb_image, .safelink_pro_image, .safelink_SART_image, .safelink_rescuer2_image, .kannad_marine_epirb_image, .safelink_solo_image{
	
	background-image: url(/templates/kannad_marine/images/product_range2.jpg);
	background-repeat:no-repeat;
	width:140px;
	height:140px;
	border:1px solid #666;
	float:left;
	margin-left:3px;
	}


.safelink_epirb_image{
	
	background-position:0 0;
}
.kannad_marine_epirb_image{
	background-position:-140px 0;
}
.safelink_pro_image{
	background-position:-280px 0;
}
.safelink_SART_image{
	background-position:-420px 0;
}
.safelink_rescuer2_image{
	background-position:-560px 0;
}
.safelink_solo_image{
	background-position:-700px 0;
}
/* all about pages navigation*/
#about_nav h1{
	text-decoration:underline;
}
#about_nav h2{
	margin-top:20px;
}
.about_nav_on{
	float:left;
	width:280px;
	margin:0 5px 0 0px ;
}
.about_nav_off{
	float:left;
	width:280px;
	margin:4px 5px 0 0px ;
}

/*where to buy page*/
  #table_style{
	  font-size:12px;
  }
  #table_style tr{
	  height:26px;
  }
  #table_style td{
	padding-left:3px;  
  }
  .table_title{
	  background-color:#Ccc;
	  color:#000;
	  font-weight:bold;
  }
  .table_row_odd{
	  background-color:#d5e5e8;
  }
  
/*product pages*/
#other_products ul li{
	float:left;
	list-style:none;
	margin-left:0;
	padding-right:13px;
}
#other_products h3{
	font-size:14px;

}
  /*for use on pages with long lists to prevent the background and shadow images messing up*/
  #list_container{
	 /* min-height:1200px;*/
	/* overflow: scroll;*/

  }
   #orolia {
	  color:#002072;
	  font-size:8pt;
	  font-family:Arial, Helvetica, sans-serif;
	  text-align:center;
	  font-weight:bold;
  }
  #orolia a{
	  color:#002072;
  }
  #orolia a:hover{
	  text-decoration:underline;
  }
  
  #feature{
	float:left;
	width:432px;
	border: solid 1px #666;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
		/* gives rounded corners to box - only works on latest versions of Firefox, Opera, Chrome and Safari*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height:180px;
	margin-right:0;
	padding-right:0;
}

/*solo competition page*/

#competition{
	font-size:13px;
}

/*solo page leading to competition page*/
#win_solo {
	background-image: url(images/win_popup_250_kitsurfer.png);
	background-repeat:no-repeat;
	width:250px;
	height:250px;
	z-index:1000;
	position: fixed;
	top:140px;
	right:40px;
	text-align:left;
}
#win_solo p{
	padding:0 18px;
	font-weight:normal;
	color:#000;

}
#win_solo a{
	color:#333;
}
#win_solo h2{
	padding:16px 18px 4px 18px;
	font-size:20px;	
	color:#fff;
}
#win_solo h3{
	padding:0 18px 4px 18px;
	font-size:14px;
	color:#000;
}
.close_button {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #c33;
	background-color: #fff;
	/*border-left: 1px solid #333;
	border-bottom: 1px solid #333;*/
	margin-left: 10px; 
	/*margin-top:-20px;*/
	background-image:url(images/close.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	height:13px;
	width:13px;
	position:absolute;
	top:218px;
	left:211px;
	z-index:1001;
	text-indent:-99999px;
	}
.close_button a {
	color:#000;
	}
	
	/* competition slideshow */
	
	ul.slideshow_comp {
	list-style:none;
	width:860px;
	height:340px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;	
}	

ul.slideshow_comp li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow_comp li.show {
	z-index:500;
}

/* win a SOLO intro page */

#competition_slideshow{
	height:340px;
}
#competition_slideshow ul li{
	margin-left:0;
}
#go_faster{
	float:left;
	width:310px;
	height:110px;
	background-image:url(competition_slideshow/text_background.png);
	border:solid 1px #666;
	margin-left:15px;
	margin-top:-160px;
	padding:5px;
	position:relative;
	z-index:1001;
	/* gives rounded corners to box - only works on latest versions of Firefox, Opera, Chrome and Safari and now IE9*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
#go_faster a{
	background-image:url(images/enter_buttons.png);
	background-position:0 0;
	width:54px;
	height:24px;
	display:block;
	text-indent:-99999px;
	float:right;
}
#go_faster a:hover{
	background-position:-60px 0;
}
#enter_text{
	float:left;
	width:252px;
}
#enter_button{
	float:right;
}


#solo_showcase{
	height:280px;
	width:300px;
	/*border:1px solid #666;*/
	float:right;
	background-image:url(/static_pages/competition_slideshow/solo_hand_300.png);
	background-repeat:no-repeat;
	margin-right:10px;
	text-indent:-9999px;
	margin-top:-290px;
	padding:5px;
	position:relative;
	z-index:1002;
}

.radio_button{
	margin:0 10px 0 3px;;
}
/*tweet and like links from competition page*/

#facebook{
	width:60px;
	float:left;
	}
#twitter{
	float:left;
	width:110px;
	margin-right:2px;
	}
#social{
	width:186px;
	height:20px;
	border:1px solid #ccc;
	margin-left:390px;
	padding:5px;
	position:relative;
	z-index:1000;
}

/* for the twitter and facebook links at the bottom of each page*/
  #social_links{
	width:150px;
	height:30px;
	margin-left:398px;
	margin-top:15px;
  }
  #facebook_link a{
	  float:left;
	  width:80px;
	  height:26px;
	  background-image:url(images/facebook2.jpg);
	  background-repeat:no-repeat;
	  text-indent:-9999px;
  }
  #twitter_link a{
	  float:left;
	  width:
	  65px;
	  height:26px;
	  background-image:url(images/twitter-b.png);
	  background-repeat:no-repeat;
	  text-indent:-9999px;
	  margin-left:5px;
	  margin-top:3px;
  }
  
  #footer hr{
	margin:0 30px 16px 30px;
	color:#666;
}
