﻿/* ------------------------------

Copyright 2009 Borget Solutions
Written for www.pro-safe.dk 

Color codes
-----------
#333 - dark gray
#999 - very light gray
#666 - Medium light gray
#f4f4f4 - very light blue
#2672bd,#00a5f2, #257edf- blue text
#a60000 - red text
#c30031 - Pink red border line
#318ce4 - blue border line
----------------------------------*/

body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888888;

}


.header{
    
    width:900px;
    
	background-image:url('../images/prosafe_logo.png');
	background-repeat:no-repeat;
	height:166px;
	background-position:left 31px;
	text-align:right;
	margin:0px auto 0px auto;
}

.header-box{
	
	
	
	
	
}
.header-bottom{
	background-image:url('../images/header_tile_repeat.png');
	background-position:center bottom; 
	background-repeat:repeat-x;
	height:56px;
	float:left;
	
	}
.header-bottom-left{
	background-image:url('../images/header_tile_left.png');
	height:56px;
	background-position:0 100%;
	background-repeat:no-repeat;
	float:left;
}

.header-bottom-right{
	background-image:url('../images/header_tile_right.png');
	background-position:100% 100%;
	background-repeat:no-repeat;
	height:56px;
float:left;
padding-right:12px;
}
.header-content{
	
	
}

.left{
	float:left
}

.right{
	float:right
}

.clear{
	clear:both
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.Navigation
 {
	padding-right:10px;
	margin: 0px auto;
	vertical-align:middle;
	
	
}


#prosafe-search-box {
    
    clear:both;
	float:right;
	position:relative;
	top:42px;
	right:5px;
    width: 231px;
    height: 24px;
    border:0px;
    background-color:#fff;
    
}
#prosafe-search-box #SearchForm_SearchForm_Search {
    float: left;
   
    margin: 3px 0 0px 6px;
    width: 159px;
    background: none;
    border:0px;
    color:#999;

}

#prosafe-search-box #SearchForm_SearchForm_action_results {
    float: right;
    color:#fff;
    background-image:url('../images/search_icon.png');
    background-position:center center;
    background-repeat:no-repeat;
    border:0px #cc0033 solid;
    height:24px;
    width:28px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:2px;
    background-color:#cc0033;
}




.SlideShow{
	
	width:900px;
	
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:-57px;
}

.news-container-dot-top {
	background: #ffffff  url('../images/news_container_top_tile.png') repeat-x 0 0;
	background-color:#fff;

}

.news-container-top-left{
	background-image:url('../images/news_container_top_left.png');
	background-position:0 0;
	background-repeat:no-repeat;
	

}
.news-container-top-right{
	background-image:url('../images/news_container_top_right.png');
	background-position:100% 0;
	background-repeat:no-repeat;height:100%;
}


.news-container-left{
    background: url('../images/news_container_tile_left.png') repeat-y 0 0;
}
.news-container-right{
	background: url('../images/news_container_tile_right.png') repeat-y 100% 0;

}


.news-container-bottom{
	background-image:url('../images/news_box_bottom_tile.png');
	background-position:center bottom; 
	background-repeat:repeat-x;

}
.news-container-bottom-left{
	background-image:url('../images/news_box_bottom_left.png');
	
	background-position:0 100% ;
	background-repeat:no-repeat;
	
}

.news-container-bottom-right{
	background-image:url('../images/news_box_bottom_right.png');
	background-position:100% 100% ;
	background-repeat:no-repeat;
	
	
}
.news-content{

}


.box1{


border:1px #318ce4 solid;	
width:400px;
margin-top:38px;
background-color:#f4f4f4;
padding-left:20px;
}



.box2{
	
	border:1px #c30031 solid;	
	width:410px;
    height:230px;
	
	background-color:#f4f4f4;
	padding-left:10px;
	
}


.box3{
	width:400px;
	text-align:left;
	margin-top:38px;
	border:1px #c30031 solid;
	background-color:#f4f4f4;
	padding-left:20px;	
}


.container-bottom{
	background-image:url('../images/links.gif');
    background-position:left bottom;
	background-repeat:repeat-x;
	

	
	}
.container-bottom-left{
	background-image:url('../images/links_left.gif');
	
	background-position:0 100% ;
	background-repeat:no-repeat;
}

.container-bottom-right{
	background-image:url('../images/links_right.gif');
	background-position:100% 100% ;
	background-repeat:no-repeat;
	

}

.container-top-bottom{
	background-image:url('../images/links_top.png');
    background-position:left bottom;
	background-repeat:repeat-x;
	

	
	}
.container-top-bottom-left{
	background-image:url('../images/links_top_left.png');
	
	background-position:0 100% ;
	background-repeat:no-repeat;
}

.container-top-bottom-right{
	background-image:url('../images/links_top_right.png');
	background-position:100% 100% ;
	background-repeat:no-repeat;
	

}




a {
	text-decoration:none;
	color:#00a5f2;
}

a:link {
	text-decoration: none;
	color: #00A5F2;
}



.SubNav{
	
	
	
	text-align:center;
	background-image:url('../images/button_active.png');
	background-repeat:repeat-x;
	
	border-bottom:1px #ccc solid;
	padding-left:1px #ccc solid;
	padding-right:1px #ccc solid;
    height:34px;
    }
.SubNav ul{
	float:left;
	
	
}

.SubNav ul li{
	list-style: none; 
	margin-right:20px;
	float: left;
	display: block;
	border:0px;
    cursor: pointer;
	
}
.SubNav ul li a {
	
	background-image:url('../images/menu_divider.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	float: left;
	text-decoration: none;
	display: block; 
	color: #666666;
	line-height:4em;
	

}

.SubNav ul li a:hover{
	
	
	background-position:right;
	
	float: left;
	text-decoration: none;
	display: block; 
	color: #333;

}
.SubNav ul li.current,
.SubNav ul li.section,
.SubNav ul li.section:hover,
.SubNav ul li.current a:hover,
.SubNav ul li.current{ 
 	background: url('') repeat-x center 2px; 
 	
 	color: #333;
 	font-weight:bold;
}



.menu3{
	
	clear:both;

    padding-top:10px;
    padding-left:25px;
    width:20%;
    float:left;
}
.menu3 ul{
	
	
	
}

.menu3 ul li{
	
	list-style: none; 
	padding-right:15px;
	text-align:left;
	display: block;
	border:0px;
    cursor: pointer;
    padding-bottom:8px;
	padding-top:8px;
	

}

.menu3 ul li a{
	/* background-image:url('../images/menu_divider.png');
	background-repeat:no-repeat;
	background-position:right; */
	
	
	text-decoration: none;
	display: block; 
	color: #666666;
	border-bottom:1px #cccccc dashed;
	border-top:1px;
	border-right:0px;
	

}

	
	text-decoration: none;
	display: block; 
	color: #666666;
	border-bottom:1px #cccccc dashed;
	border-top:1px;
	border-right:0px;
	

}

.menu3 ul li a:hover{
	background-image:url('../images/nav_hover.png');
	background-repeat:repeat-y;
	background-position:right;
	
	
	text-decoration: none;
	display: block; 
	color: #333;

}

.menu3 ul li.section a:hover,
.menu3 ul li.section a,
.menu3 ul li.current a,
.menu3 ul li.current a:hover{
	background-image:url('../images/nav_focus.png');
	background-repeat:repeat-y;
	background-position:right;
	
	
	text-decoration: none;
	display: block; 
	color: #333;

}

.menu4{
	
	clear:both;
    float:right;
    
    
}
.menu4 ul{
	
	padding-right:15px;
	
}

.menu4 ul li{
	
	list-style: none; 
	float:left;
	text-align:center;
	display: block;
	border:0px;
    cursor: pointer;
    
    font-size:13px;
    font-weight:bold;
    color:#333333;
    padding-left:23px;
    padding-right:23px;
}
.menu4 ul li a{
	/* background-image:url('../images/menu_divider.png');
	background-repeat:no-repeat;
	background-position:right; */
	
	
	text-decoration: none;
	display: block; 
	color: #666666;
	padding-bottom:8px;
	padding-top:8px;
	float:right;
	
}

.menu4 ul li a:hover{
	
	float:right;
	text-decoration: none;
	display: block; 
	color: #333;

}

.language-select{
	background-image:url('../images/language_container.png');  
	background-repeat:no-repeat;
	padding-left:15px;
	text-decoration:none;
	float:right; 
	width:139px; 
	height:38px;
	
}


.prosafe-products a{

	background-image:url('../images/button_active2.png');
	background-color:#d2363a;
	background-repeat:repeat-x;
	border:1px #7e1d1f solid;
	float:left;	
	color:#f2f2f2;

	height:24px;
	padding:8px 5px 0px 5px;
	
    margin-right:20px;
	cursor:pointer;
	
}

.prosafe-products a:hover{

	background-image:url('../images/button_hover.png');
	background-repeat:repeat-x;
	border:1px #323031 solid;
	background-color:#323031;
	
	color:#f2f2f2;
	
	height:24px;
	padding:8px 5px 0px 5px;

}


.other-products a{
	
	background-image:url('../images/button_active2.png');
	background-color:#d2363a;

    background-repeat:repeat-x;
    border:1px #7e1d1f solid;
    float:left;	
    color:#f2f2f2;

    height:24px;
	padding:8px 5px 0px 5px;
    cursor:pointer;
   
}
.other-products a:hover{
	
	background-image:url('../images/button_hover.png');
    background-repeat:repeat-x;
    border:1px #323031 solid;
   background-color:#323031;
    color:#f2f2f2;
  height:24px;
	padding:8px 5px 0px 5px;
	
}

/* Blogs related */
.BlogsNav{

text-align:center;
	background-image:url('../images/button_active.png');
	background-repeat:repeat-x;
	
	border-bottom:1px #ccc solid;
    height:34px;

	
}

.BlogsNav ul{
	float:left;
	margin-left:15px;
	
}

.BlogsNav ul li{
	list-style: none; 
	margin-right:20px;
	float: left;
	display: block;
	border:0px;
    cursor: pointer;
	
}
.BlogsNav ul li a {
	
	background-image:url('../images/menu_divider.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	padding-left:9px;
	float: left;
	text-decoration: none;
	display: block; 
	color: #666666;
	line-height:4em;
	

}
.BlogsNav ul li a:hover{
	
	padding-right:20px;
	padding-left:9px;
	float: left;
	text-decoration: none;
	display: block; 
	color: #333333;
	
	line-height:4em;
	

}

.BlogsNav ul li.current,
.BlogsNav ul li.section,
.BlogsNav ul li.section:hover,
.BlogsNav ul li.current a:hover,
.BlogsNav ul li a.current {
	
	padding-right:20px;
	padding-left:9px;
	float: left;
	text-decoration: none;
	display: block; 
	color: #333333;
	
	line-height:4em;
	

}


/* end of blogs css */



.button1{
	
	float:left;display:block;padding-top:10px;
}




.info-links{
	
	display:block;
	line-height:2em;
	list-style:none;
	padding-left:10px;
	padding-bottom:20px;
	
}

.info-links li a{
    
    color:#444;
    border-bottom:1px #ccc dashed;
    width:180px;	
    cursor:pointer;
    
}
.info-links li a:hover{

   color:#888;
   
}


.info-links2ul{
	
	
	
	list-style:none;
	padding-left:10px;
	padding-bottom:20px;
	
}


.info-links2ul li{
	
	
	
}
.info-links2{
	display:block;
	line-height:2em;
	list-style:none;
	padding-left:10px;
	padding-bottom:20px;

}
.info-links2 li a{
	color:#444;
    border-bottom:1px #ccc dashed;
    	
    cursor:pointer;

}

.info-links2 li a:hover{

   color:#888;
   
}

.gallery-link{
	
	background-image:url('../images/gallery_link_active.png');
	background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
	margin:20px 0px 10px 0px;
	padding-top:20px;
	padding-left:50px;
	height:46px;
	
}
.gallery-link a{
	
	
	text-align:center;
	
	
	
	color:#666;
}

.gallery-link:hover{
	
	background-image:url('../images/gallery_link_hover.png');
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	
}
.content-page{
	
	
	width:1000px;
	margin:0px auto 0px auto;
	background-image:url('../images/wave_banner_bottom.png');
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:left bottom;
	height:120px;
	border:1px #f0f0f0 solid;
	border-top:0px;
		
}

/* Designed By Borget Solutions*/
.BorgetSolutions{
	
	width:1000px;
	margin:0px auto 0px auto;
	color:#666;
	text-align:center;
	padding-top:20px;
}
.BorgetSolutions a{
	
	color:#cf0a0a;
    text-decoration:none;
}

.BorgetSolutions a:hover{
	
	cursor:pointer;
	color:#cf0a0a;
}



.products-box-bottom{
	background-image:url('../images/products_border_dot.png');
	background-position:center bottom; 
	background-repeat:repeat-x;
	
	}
.products-box-bottom-left{
	background-image:url('');
	
	background-position:0 100%;
	background-repeat:no-repeat;
}

.products-box-bottom-right{
	background-image:url('');
	background-position:100% 100%;
	background-repeat:no-repeat;
	

}
.products-box-top-left{
	background-image:url('../images/products_box_left.png');
	background-position:0 0;
	background-repeat:no-repeat;
	

}
.products-box-top-right{
	background-image:url('../images/products_box_right.png');
	background-position:100% 0;
	background-repeat:no-repeat;height:100%;
}

.products-box-dot-top {
	background: #ffffff  url('../images/products_box_tile.png') repeat-x 0 0;
	
}

.products-box-border-left  {
	background: url('../images/products_border_dot.png') repeat-y 0 0;
	
	
}

.products-box-border-right{
	background: url('../images/products_border_dot.png') repeat-y 100% 0;
	
	
} 
.products-box-content{
	
	
}


/* Search results */


.searchQuery{
	
	background-image:url('../images/button_active.png');
	background-position:left top;
	height:24px;
	background-repeat:repeat-x;
	color:#666;
	padding:2px 5px 2px 5px;
}

#PageNumbers a{
	
	background-image:url('../images/gray_header_box_tile.png');
	background-repeat:repeat-x;
	line-height:5em;
	padding:0px 5px 0px 5px;
	color:#ccc;
}


#SearchResults{
	
	padding-top:10px;
}

.readMoreLink{
	
	
	line-height:3em;
	padding:2px 5px 2px 0px;
	color:#666;
	border-bottom:1px #333 dotted;
	font-weight:bold;
	
}


/* blog summary */

.authorDate{
	
	background-image:url('../images/button_active.png');
	background-position:left top;
	height:24px;
	background-repeat:repeat-x;
	color:#666;
	padding:2px 5px 2px 5px;
	margin-bottom:20px;
	padding-top:7px;
	font-weight:bold;
}


.readmore{
	
		background-image:url('../images/gray_header_box_tile.png');
	background-position:left top;
	background-repeat:repeat-x;
	padding:2px 5px 2px 5px;

}
.readmore:hover{
	
		background-image:url('../images/red_header_box_tile.png');
	background-position:left top;
	background-repeat:repeat-x;
	color:#fff;
	padding:2px 5px 2px 5px;
	cursor:pointer;

}



.Lang
 {
	vertical-align:middle;
	float:right;
	
}

.Lang ul { 
	float: left; 
		
	
}   


.Lang ul li { 
	list-style: none; 
	margin-right:5px; 
	float: left;
	display: block;
	
	border:0px;
	
}

.Lang ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	color: #999;
	border-right:1px #999 solid;
	padding-right:10px;
	padding-left:10px;
}


.Lang ul li a:hover { 
			 			
	background: url('../images/menu_hover_tile.jpg') repeat-x left bottom; 
	color: #2672bd;
	cursor: pointer;
}
	

.diving-links span{
	
	color:#666;
}				

.diving-links span:hover{
	
	color:#a10028;
}	


.spiderpic{

z-index:0;
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
cursor:pointer;
}

.spiderpic span{ /*CSS for enlarged image*/
position: absolute;

background-color: white;
padding: 5px;
left:50px;
border: 1px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-200px;

*top:-150px;
left:-200px; /*position where enlarged image should offset horizontally */

}

.spiderpic2{

z-index:0;
}

.spiderpic2:hover{
background-color: transparent;
z-index: 50;
cursor:pointer;
}

.spiderpic2 span{ /*CSS for enlarged image*/
position: absolute;

background-color: white;
padding: 5px;
left:50px;
border: 1px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.spiderpic2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-200px;

*top:-400px;
left:-200px; /*position where enlarged image should offset horizontally */

}

.organization-chart{
	
	background-image:url('../images/info_button_hover_tile.png');
	background-repeat:repeat-x;
	background-position:left bottom;
    height:37px;
    color:#fff;


}

.organization-chart a{
	
    color:#fff;
    padding:0px 20px 0px 20px;


}


.organization-chart div{
	
	background-image:url('../images/info_button_hover_left.png');
	background-repeat:no-repeat;
	background-position:0% 100%;
	height:37px;

	
	}
.organization-chart div div{
	
	background-image:url('../images/info_button_hover_right.png');
	background-repeat:no-repeat;
	background-position:100% 100%;
	height:26px;
	padding-top:11px;

}

.organization-chart:hover{
	
	background-image:url('../images/info_button_tile.png');
	background-repeat:repeat-x;
	background-position:left bottom;
    height:37px;
    cursor:pointer;

	
}

.organization-chart div:hover{
	
	background-image:url('../images/info_button_left.png');
	background-repeat:no-repeat;
	background-position:0% 100%;
	    height:37px;

}
.organization-chart div div:hover{
	
	background-image:url('../images/info_button_right.png');
	background-repeat:no-repeat;
	background-position:100% 100%;
    height:26px;
    padding-top:11px;
color:#666;


}

.organization-chart div div:hover a{
	
color:#666;


}


.ourproducts-links a{
	
	color:#257edf;

}


/* Javascript img mouse hover popup */

/* CSS Document */


/* thumbs*/

#thumbs
{
	padding-top: 0px;
	padding-bottom: 10px;
}

#thumbs .thumb_row
{
	width: 644px;
	width/* */:/**/640px;
	width: /**/640px;
	padding: 2px;
	display: block;

}

#thumbs .thumb
{
	width: 128px;
	float: left;
	width/* */:/**/120px;
	width: /**/120px;
	padding: 0px 4px 10px 4px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	line-height: 130%;
}

#thumbs .thumb_img
{
	width: 120px;
	height: 120px;
	background:url("img/bg_thumb.gif");
	text-align: center;
	padding-bottom: 3px;
}

/* end thumbs*/





/* set the size of the definition list and add the background image */
#imap {
  display:block; 
  width:373px; 
  height:150px; 
  background:url(../images/products_homepage.jpg) no-repeat; 
  position:relative;
  }
  
  #imap a#title {
  display:block; 
  width:400px; 
  height:0; 
  padding-top:240px; 
  overflow:hidden; 
  position:absolute; 
  left:0; 
  top:0; 
  background:transparent url(hoveryy.png) no-repeat 400px 400px; 
  cursor:default;
  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:240px;
  he\ight:0;
  }
#imap a#title:hover {
  background-position: 0 0; 
  z-index:10;
  }
#imap dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
#imap #picaqua {
  left:20px; 
  top:12px; 
  z-index:20;
  }
#imap #piccsr {
  left:255px; 
  top:10px; 
  z-index:20;
  }
#imap #piccrewsaver {
  left:15px; 
  top:76px; 
  z-index:20;
  }
#imap #picbeaufort {
  left:105px; 
  top:63px; 
  z-index:20;
  }
#imap #picyak {
  left:262px; 
  top:60px; 
  z-index:20;
  }
#imap #picsphere {
  left:95px; 
  top:115px; 
  z-index:20;
  }
#imap #picbrig {
  left:270px; 
  top:110px; 
  z-index:20;
  }

#imap a#aqua{
  display:block; 
  width:187px; 
  height:25px; 
   
  text-decoration:none; 
  z-index:20;
  }
  
  #imap a#csr{
  display:block; 
  width:106px; 
  height:28px; 
   
  text-decoration:none; 
  z-index:20;
  }
#imap a#crewsaver{
  display:block; 
  width:45px; 
  height:60px; 
   
  text-decoration:none; 
  z-index:20;
  }
#imap a#beaufort {
  display:block; 
  width:118px; 
  height:31px; 
   
  text-decoration:none; 
  z-index:20;
  }
#imap a#yak {
  display:block; 
  width:100px; 
  height:33px; 
   
  text-decoration:none; 
  z-index:20;
  }
#imap a#sphere {
  display:block; 
  width:134px; 
  height:21px; 
   
  text-decoration:none; 
  z-index:20;
  }
#imap a#brig {
  display:block; 
  width:118px; 
  height:31px; 
   
  text-decoration:none; 
  z-index:20;
  }


#imap a span, #imap a:visited span {
  display:none;
  }
#imap a#aqua:hover, #imap a#csr:hover, #imap a#crewsaver:hover, #imap a#beaufort:hover, #imap a#yak:hover,#imap a#sphere:hover,#imap  a#brig:hover, {
  background-position:0 0;
  }
#imap a:hover span {
  position:absolute;  
  width:388px; 
  display:block; 
  font-family:arial; 
  font-size:12px; 
  background:#fff; 
  color:#000; 
  border:1px solid #000; 
  padding:5px;
  }
/* the hack for IE pre IE6 */
* html #imap a:hover span {
  width:400px; w\idth:388px;
  }
#imap a#aqua:hover span 
{
  display:none;
  left:-36px; 
  top:200px;
  }
#imap a#csr:hover span {
display:none;
  left:-113px; top:170px;
  }
#imap a#crewsaver:hover span {
display:none;
  left:-193px; 
  top:196px;
  }
#imap a#beaufort:hover span {
display:none;
  left:-263px; 
  top:186px;
  }
#imap a#yak:hover span {
display:none;
  left:-263px; 
  top:186px;
  }
#imap a#sphere:hover span {
display:none;
  left:-263px; 
  top:186px;
  }
#imap a#brig:hover span {
display:none;
  left:-263px; 
  top:186px;
  }

#imap a span:first-line {
  font-weight:bold; 
  font-style:italic;
  }

/* Dealer home page links end */

/* vores dealers */
.vores a{
	
	border-bottom:1px #1D75CA dotted;
	color:#1D75CA;
	text-decoration:none;
	line-height:2em;
}
.vores a:hover{
	
	border-bottom:1px #1D75CA dotted;
	background-image:url('../images/vores_links_hover.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:15px;
	color:#a60000;
	cursor:pointer;
}
/* vores dealers end */

ul.products-side-menu li ul{
	
	display:none;
	position:relative;

}

ul.products-side-menu li:hover > ul{
	
	display:block;
	position:inherit;
	}

ul.products-side-menu li ul li a,
ul.products-side-menu li ul li a,
{
	line-height:1.5em;
	position:inherit;
	font-weight:normal;
	
	}
ul.products-side-menu li.current ul li a,
ul.products-side-menu li.section ul li a,
{
	line-height:1.5em;
	position:inherit;
	font-weight:normal;
	
	}


/* page content css */

.hot-deal-links-span{
	color:#666;
	font-size:13px;
	font-weight:bold;
}
.hot-deal-links{
	padding-left:15px;	
}
.hot-deal-links p a{
	color: #00a5f2;
	cursor:pointer;

}

.side-quick-links div a{
	color:#666;
}
.side-quick-links div a:hover{
	color:#333;
}

.diving_links_div{
	
padding-left: 10px; 
padding-right: 10px;
}
.borget
{
	
	padding-top:20px;
	text-align:center;
	padding-top:2px;
	color:#666;
	
	font-size:11px;
	
}.borget a{
	color:#555;
	text-decoration:none;
}.borget a:hover{
	color:#dc1735;
	cursor:pointer;
}
.borgets a{
	color:#666;text-decoration:none;font-size:11px;
}

