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

body{
	margin:0;
	padding:0;
	background:#aec7dd url(images/back.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#4d4d4a;
	font-size:.8em;
	
}
html{
	background:#014983 url(images/footer_container_back.jpg) top repeat-x;

}

hr{
	border:0;
	border-bottom:1px solid #232323
}

div{
	margin:0;
	padding:0;
}

img{
	border:0;
}

p{
	margin:0;
	padding:6px 0px 5px;
}

ul{
	list-style:disc;
	margin:0;
	padding:5px;
}
small{
	color:#4f4f4f;
	font-size:.85em;
}

h1{
	margin:0;
	padding:6px 0px 15px;
	font-weight:bold;
	font-size:2em;
	line-height:normal;
	color:#104a7b;
	
}

h2{
	margin:0;
	padding:6px 0px 15px;
	font-weight:bold;
	font-size:1.8em;
	line-height:normal;
	color:#104a7b;
}

h3{
	margin:0;
	padding:6px 0px 15px;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	color:#104a7b;
}

h4{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1.4em;
	line-height:normal;
	color:#104a7b;
}

h5{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1.2em;
	line-height:normal;
	color:#104a7b;
}
.brochure{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1.4em;
	line-height:normal;
	color:#303030;
	text-transform:capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a{
	text-decoration:none!important;

}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover{
	color:#1565a9;
}

.black{
	color:#2f2f2f ;
}

.gray{
	color:#828387;
}

a:link{
	text-decoration:underline;
	color:#104a7b;
}

a:visited{
	text-decoration:underline;
	color:#104a7b;
}

a:hover{
	text-decoration:none;
	color:#104a7b;
}

a:active{
	text-decoration:underline;
	color:#104a7b;
}

/*-----------------LAYOUT---------------------*/

#backContainer{
	background:url(images/back_container.jpg) center top no-repeat;
	padding:30px 0px 0px 0px;
}

#container{
	background:#f1f5fa url(images/container_top.jpg) center top no-repeat;
	width:802px;
	margin:auto;
	padding:0px 40px;
}



#header{
	padding:20px 0px 0px;
	position:relative;
	z-index:2000;
}


#logo{
	padding:5px 0px;
}

#logoMuffin{
	position:absolute;
	right:0px;
	top:10px;
	z-index:1000;
}

#languageContainer{
	clear:both;
	padding:5px 0px;
	position:relative;
	z-index:1000;
}

#languageNav{
	clear:both;
	padding:6px 0px;
	color:#054a83;
	font-size:85%;
	width:69%;
	float:left;
}

#language{
	position:relative;
	float:left;
	width:13%;
/*    border:1px solid #bcccd9;
	background:#deedfa;*/
	margin:0;
	font-size:.85em;
	padding:5px;
}

#language select {
    background:#deedfa;
}

#languageBox{
	background:#deedfa;
	border:1px solid #bcccd9;
	color:#00294b;
	padding:3px 10px;
	
}

#languageButton{
	background:url(images/search_button.jpg) center no-repeat;
	cursor:pointer;
	border:0;
	position:absolute;
	left: 5px;
	top: 3px;
}

#search{
	position:relative;
	float:left;
	width:12%;
	padding:0;
	margin:0;
	margin-left:8px;
}

#searchBox{
	background:#deedfa;
	border:1px solid #bcccd9;
	color:#4D4D4A;
	padding:5px 10px 5px 25px;
	width:87px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#searchButton{
	background:url(images/search_button.jpg) center no-repeat;
	cursor:pointer;
	border:0;
	position:absolute;
	left: 3px;
	top: 5px;
	width:16px;
	height:15px;
}

#banner{
	clear:both;
	z-index:1;
	padding:5px 0px;
	position:relative;
}

#contentContainer{
	clear:both;
	padding:20px 0px;
}

.leftContainer{
	float:left;
	width:69%;
}

.leftContainer .content{
	padding:0;
}

.rightContainer{
	float:right;
	width:29%;
}

.rightContainer .content{
	padding:0;
}

#footerContainer{
	clear:both;
	background:#014983 url(images/footer_container_back.jpg) top repeat-x;
	padding-bottom:20px;

}

#footer{
	clear:both;
	width:802px;
	margin:auto;
	padding:0px 40px;
	background:#002262 url(images/footer_bottom.jpg) center bottom no-repeat;
}

#footerTop{
	clear:both;
	background:url(images/footer_top.jpg) center bottom no-repeat;
	height:5px;
	width:882px;
	margin:auto;
}

#footerContent{
	clear:both;
	padding:15px 0px;
	color:#fff;
} 


#footerInfo{
	clear:both;
	width:882px;
	margin:auto;
	padding:8px 0;
	color:#AEC7DD;
	font-size:80%;
}


#contactInfo{
	bottom:50px;
	color:#5C5C5C;
	position:absolute;
	right:40px;
	width:230px;
}

#contactInfo h3{
	display:none;
}

.contactInfoSeparator{
	
	
}
/*-------------------------MENU-----------------------*/

#nav{
	margin:10px 0px;
	padding:0;
	z-index:1000;
	clear:both;
}


*html #nav{
	padding:0;
	margin:0;

}

#menu, #suckerfishnav{
	list-style:none;
	padding:0;
	margin:0;

}

/*#menu li{
	padding:0;
	margin:0;
	float:left;
}

#menu li a{
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}


#menu li a span {
	display:inline-block;
	color:#000000;
	padding:10px 12px;
	font-weight:bold;
	background:url(images/menu_separator.jpg) right center no-repeat;
}


#menu li a:hover{
	color:#000;
	background:url(images/menu_right.jpg) right center no-repeat;
}

#menu li a:hover span{
	color:#000;
	background:url(images/menu_left.jpg) left center no-repeat;
}

#menu li.current_page_item a{
	color:#000;
	background:url(images/menu_right.jpg) right center no-repeat;
}

#menu li.current_page_item a span{
	color:#000;
	background:url(images/menu_left.jpg) left center no-repeat;
}

*/
/*LANGUAGE MENU*/
#languageMenu{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:-10px;
}

#languageMenu li{
	padding:0;
	margin:0;
	float:left;
}

#languageMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#054a83;
	padding:0px 10px;
	font-size:1em;
	background:url(images/language_separator.jpg) center right no-repeat;
	
}

#languageMenu li a:hover{
	color:#b9cbdb;

}


/*FOOTER*/
#footerMenu{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:-15px;
}

#footerMenu li{
	padding:0;
	margin:0;
	float:left;
}

#footerMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#AEC7DD;
	padding:0px 15px;
	font-size:1.1em;
	background:url(images/footer_seprator.jpg) center right no-repeat;
}


#footerMenu li a:hover{
	color:#AEC7DD;
	text-decoration:underline;
}

#footerMenu li.current_page_item a{
	color:#AEC7DD;
	text-decoration:underline;
}

#footerMenu ul{
	display:none;
}
.downloadList ul{
	padding:0!important;
	margin:0!important;
}

.downloadList li{
	padding:0;
	margin:0;
}

.downloadList li a{
	text-decoration:none;
	color:#4E4D4E;
	padding:0px 0px;
	font-size:12px;
}
.downloadList li a:hover{
	text-decoration:underline;
	color:#2B5E8A;
	padding:0px 0px;
	font-size:12px;
}
/*FOOTER LINKS*/

#footerLinks{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:-5px;
}

#footerLinks li{
	padding:0;
	margin:0;
	float:left;
}

#footerLinks li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:5px 10px;
	font-size:.9em;
}


#footerLinks li a:hover{
	color:#7fb1d9;
}

/*-----------------ICONS--------------*/

/*HOME ICONS*/
.iconLogin{
	background:url(images/icon_login.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}
.iconDistibutorNEW{
	background:url(images/icon_distributor.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}
.iconLiteratureNEW{
	background:url(images/icon_request_literature.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}
.iconDistributorOnlyNEW{
	background:url(images/icon_distributoronly.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}

.iconQuote{
	background:url(images/icon_request_quote.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}

.iconSendFile{
	background:url(images/icon_send_file.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}

.iconMuffy{
	background:url(images/icon_muffy.gif) center left no-repeat;
	padding:2px 0px;
	padding-left:60px!important;
}

.iconClientsOnly{
	background:url(images/icon_client.jpg) center left no-repeat;
	padding:5px 0px;
	padding-left:60px!important;
}

.iconRepsOnly{
	background:url(images/icon_rep.jpg) center left no-repeat;
	padding:5px 0px;
	padding-left:60px!important;
}

/*PAGE ICONS*/

.iconDistributorSmall{
	background:url(images/icon_distributor_locator.jpg) center left no-repeat;
	padding-left:40px!important;
}


.iconQuoteSmall{
	background:url(images/icon_request_quote.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconService{
	background:url(images/icon_service.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconLiteratureSmall{
	background:url(images/icon_literature_small.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconNewsletterSmall{
	background:url(images/icon_newsletter_small.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconShirt{
	background:url(images/icon_shirt.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconLiterature2{
	background:url(images/icon_literature2.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconMonsterCare{
	background:url(images/icon_monster_care.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconWin{
	background:url(images/icon_win.jpg) center left no-repeat;
	padding-left:40px!important;
}


.iconSuccess2{
	background:url(images/icon_success2.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconMuffin{
	background:url(images/icon_muffin.jpg) center left no-repeat;
	padding-left:40px!important;
}


.iconRepLocator{
	background:url(images/icon_rep_locator.jpg) center left no-repeat;
	padding-left:40px!important;
}

.iconVideos2{
	background:url(images/icon_videos2.jpg) center left no-repeat;
	padding-left:40px!important;
}


/*FOOTER ICONS*/

.iconLiterature{
	background:url(images/icon_literature.jpg) center left no-repeat;
	padding-left:30px!important;
}

.iconNewsletter{
	background:url(images/icon_newsletter.jpg) center left no-repeat;
	padding-left:35px!important;
}


.iconVideos{
	background:url(images/icon_videos.jpg) center left no-repeat;
	padding-left:35px!important;
}

.iconNews{
	background:url(images/icon_news.jpg) center left no-repeat;
	padding-left:37px!important;
}

.iconSuccess{
	background:url(images/icon_success.jpg) center left no-repeat;
	padding-left:33px!important;
}




/*-----------------BOXES---------------------*/

.box1{
	background:url(images/box1_body.jpg) center repeat-y;
	margin-bottom:10px;
}

.box1Top{
	background:url(images/box1_top.jpg) top center no-repeat;
	padding:7px 11px;
	min-height:20px;
}

*html .box1Top{
	height:20px;
}


.box1Top h4{
	padding:2px 0px;
	margin:0;
}

.box1Top h4 a{
	color:#4d4d4a;
	text-decoration:none;
}

.box1Top h4 a:hover{
	color:#111;
}

.box1Top h5{
	padding:3px 0px;
	margin:0;
}

.box1Top h5 a{
	color:#4d4d4a;
	text-decoration:none;
}

.box1Top h5 a:hover{
	color:#111;
}

.box1Bottom{
	background:url(images/box1_bottom.jpg) bottom center no-repeat;
}


/*-----------------BUTTONS---------------------*/
	
a.whiteButton{
	display:inline-block;
	background:url(images/button_white.jpg) no-repeat 50% 0%;
	width:112px;
	padding:9px 0px;
	text-align:center;
	text-decoration:none;
	color:#2f2f2f;
	font-weight:bold;
}

a.whiteButton:hover{
	background:url(images/button_white.jpg) no-repeat 50% 100%;
}



/*-----------------CLASSES---------------------*/

.separator{
	border-bottom:1px dashed #d6d9dc;
	line-height:normal;
	padding:8px 0px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clear{
	clear:both;
}

.content{
	padding:15px;
}



.content li{
	padding:0;
	margin-left:20px;
	padding-top:5px;
}
.content li ul li{
	padding:0;
	margin-left:20px;
	padding-top:5px;
}
.content li a{
	text-decoration:none;
	color:#103C61;
	padding:0px 0px;
	font-size:13px;
	padding-top:5px;
}
.content li a:hover{
	text-decoration:underline;
	color:#0061B0;
	font-size:13px;
	padding-top:5px;
}
.contentproduct ul{
	padding:0 !important;
	margin:0 !important;
	margin-top:10px !important;
	margin-bottom:20px !important;
	list-style-type:disc !important;
}
.contentproduct li{
	padding:0 !important;
	margin:0 !important;
	margin-left:20px !important;
}
.contentproduct p{
	padding:0 !important;
	margin:0 !important;
}
.borderImg{
margin-top:8px;
	border:4px solid #e5e5e5;
}

.dlm_download_list{
background-color:#DFEDFA;
border:1px solid #BCCCD9;
padding:10px;
margin-top:15px;
margin-bottom:15px;
}
.dlm_download_list a{
font-weight:bold;
}
/*PADDINGS*/

.paddingTop3{
	padding-top:3px;
}

.paddingTop10{
	padding-top:10px;
}

.paddingTop15{
	padding-top:15px;
}

.paddingBottom15{
	padding-bottom:15px;
}

.paddingLeft15{
	padding-left:15px;
}

.paddingLeft10{
	padding-left:10px;
}

.paddingBottom150{
	padding-bottom:150px!important;
}

/*WIDTH*/

.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width15{
	width:15%;
}
.width13{
	width:13%;
}
.width18{
	width:18%;
}
.width20{
	width:20%;
}
.width23{
	width:23%;
}

.width25{
	width:25%;
}
.width27{
	width:27%;
}

.width28{
	width:28%;
}
.width30{
	width:30%;
}
.width33{
	width:33%;
}

.width35{
	width:35%;
}
.width36{
	width:36%;
}

.width38{
	width:38%;
}
.width39{
	width:39.5%;
}

.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49.5%;
}
.width50{
	width:50%;
}
.width52{
	width:52%;
}
.width55{
	width:55%;
}

.width58{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width68{
	width:68%;
}
.width69{
	width:69%;
}

.width70{
	width:70%;
}
.width71{
	width:71%;
}

.width75{
	width:75%;
}
.width78{
	width:78%;
}

.width80{
	width:80%;
}
.width90{
	width:90%;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #CCCCCC;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
#translate_post {
  display:none;
  padding:5px;
  position:absolute;
  width:210px;
  z-index:10;
  margin-top:4px;
}
#translate_btn span {
  cursor:pointer;
  text-align: center;
}
#translation_bar{
background-color:#DEEDFA;
border:1px solid #bcccd9;
padding:2px;
}
#translation_bar a{
padding:2px;
}

#myGallery, #myGallerySet, #flickrGallery {
	border:0!important;
}

.jdGallery .slideInfoZone {
	bottom:0!important;
}
a.stylelink:link{
	text-decoration:none;
	color:#30618C;
	
}

a.stylelink:visited{
	text-decoration:none;
	color:#30618C;
}

a.stylelink:hover{
	text-decoration:underline;
	color:#30618C;
}

a.stylelink:active{
	text-decoration:none;
	color:#30618C;
}
.slideInfoZone{
display:none;
visibility:hidden;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #BCCCD9;
	text-align: center;
	background-color: #DEEDFA;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

