body {
	-webkit-text-size-adjust:none;
	background:#45494c url(../../images/menu/menuBg.png) top left repeat-y;
}





#cookiedingsbums a {color:#bcdcff; }

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
 outline: 0px solid #7b92a9; */
    color: #bcdcff;
    /* border-top: 1px solid #93c4f7; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17994e+0,4e996d+100 */
background: #17994e; /* Old browsers */
background: -moz-linear-gradient(left, #17994e 0%, #4e996d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #17994e 0%,#4e996d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #17994e 0%,#4e996d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17994e', endColorstr='#4e996d',GradientType=1 ); /* IE6-9 */
    position: fixed;
  color: #fff;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 13px;
       line-height: 1.3em;
    background: rgba(19,94,164,1);
    background: -moz-linear-gradient(left, rgba(19,94,164,1) 0%, rgba(0,37,82,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,94,164,1)), color-stop(100%, rgba(0,37,82,1)));
    background: -webkit-linear-gradient(left, rgba(19,94,164,1) 0%, rgba(0,37,82,1) 100%);
    background: -o-linear-gradient(left, rgba(19,94,164,1) 0%, rgba(0,37,82,1) 100%);
    background: -ms-linear-gradient(left, rgba(19,94,164,1) 0%, rgba(0,37,82,1) 100%);
    background: linear-gradient(to right, rgba(19,94,164,1) 0%, rgba(0,37,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#135ea4', endColorstr='#002552', GradientType=1 );}

#cookiedingsbumsCloser {
   color: #fff;
    font: 12px/100% arial, sans-serif;
    position: absolute;
    right: 40px;
    border-radius: 3px;
    text-decoration: none;
    /* text-shadow: 0 1px 0 #fff; */
    top: 5px;
    margin-top: 5px;
    cursor: pointer;
    /* border-top: 1px solid white; */
    /* border-left: 1px solid white; */
    /* border-bottom: 1px solid #7b92a9; */
    /* border-right: 1px solid #7b92a9; */
    padding: 4px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17994e+0,4e996d+100 */
background: #17994e; /* Old browsers */
background: -moz-linear-gradient(left, #17994e 0%, #4e996d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #17994e 0%,#4e996d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #17994e 0%,#4e996d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17994e', endColorstr='#4e996d',GradientType=1 ); /* IE6-9 */
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}








#social-icons {
	float:left;
	margin: 0px;
	height: 40px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	
	background-color:#0D768D;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1ec7eb), to(#0D768D));
	background-image:-webkit-linear-gradient(#1ec7eb, #0D768D);
	background-image:-moz-linear-gradient(#1ec7eb, #0D768D);
	background-image:-ms-linear-gradient(#1ec7eb, #0D768D);
	background-image:-o-linear-gradient(#1ec7eb, #0D768D);
	background-image:linear-gradient(#1ec7eb, #0D768D);
	width: 175px;
}
#social-icons ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#social-icons ul li {
	display:inline-block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#social-icons ul li:hover {
	opacity:0.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
}
#social-icons ul li img {
	border:0px !important;
}
#menu {
	width:175px;
	height:100%;
	display:block!important;
	float:left;
	border-top:solid #292d2f 1px;
}
#menu ul {
	margin:0;
	padding:0;
	width:inherit;
}
#menu ul li {
	list-style-type:none;
	margin:0;
}
#menu ul li span {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li a:link, #menu ul li a:visited {
	border-bottom:solid #292d2f 1px;
	box-shadow:0 1px 0 #5a5f63;
	color:#fff;
	text-decoration:none;
	width:165px;
	display:block;
	text-shadow:0 1px 1px #000;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 12px;
}
#menu ul li a:hover, #menu ul li a:active {
	background-color:#33373a;
}
.active {
	background-color:#292d2f;/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1d1d), color-stop(21%, #383737));*/
}
