/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #51759c;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #51759c;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #FFF;
	color: #000;
}

.center3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center2{ width:699px; margin:0 auto; }

/*body  b1c8e0*/
body { background: #253154; width:215px; height:35px; color:#fff; font:13px/1.4em Verdana, Verdana, sans-serif; position:relative;  }
.left, .float_left  { float:left	}
.right, .float_right { float:right	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none	} .block {display:block !important;} .inline {display:inline !important;}
.clearfix{ clear:both; }
.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }
.bold {font-weight:600;}
.italic {font-style:italic;}
a {	color:#0e162e ; text-decoration:none;	}
a:hover, a:focus { text-decoration:none; color:#33CCCC;}
a:active, a:visited {  }
/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 { line-height:1.1em; color:#fff; margin-bottom:20px; font-weight:normal; }
h1 {	font-size:26px;} 
h2 {	font-size:24px;} 
h3 {	font-size:18px;} 
h4 {	font-size:16px;} 
h5 {	font-size:14px;} 
h6 {	font-size:12px;}
/* ** ** ul li's ** ** */
ul{ list-style:outside disc; }
ul,ol{ margin:0 0 1.5em 1.5em; padding:0; }
li ul,li ol{ padding:0; margin:0 0 1.5em 1.5em; }
:focus{	outline:none; }


/*sidebar*/
#sidebar{ width:200px; }
#sidebar .widgetwrap{ margin-bottom:20px; float:left; width:100%; }
#sidebar .widgetwrap .menu{ padding:0; margin:-7px 0 20px 0;  }


#shop3 {
	background: #181818;
	padding: 10px;
	border: 3px;
	border-style: SOLID;
    border-color: #fff;
	border-radius: 5px;
	color:white;
}

#outset{
    background: #2f3036;
	padding: 10px;
    border: 5px
	margin: 5px;
	border-style: solid;
    border-color: #fff;
	border-radius: 15px;
	color:fff;
	width:800px;
}

/*footer*/
#footer{   text-align:center; background: #000; color:#fff;}
#footer .shadow{ background:#fff; padding:20px 0; text-shadow: 0px 1px 0 #000;}
a {	color:#FFF ; text-decoration:none;	}

.button {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background:#585858;
			 padding:5px;
        }
		
.example blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
width: 432px;
color:#000;
}

.example blockquote p {
display:inline;
}


div.img {
    margin: 5px;
    padding: 5px;
    border: 5px;
    height: auto;
    width: auto;
    float: center;
    text-align: left;
}	

div.img img {
    display: inline;
    margin: 10px;
    border: 1px solid #fff;
	
}

div.img a:hover img {
    border: 5px solid #fff  ;
	border-style: solid;
	border-radius: 7px;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 5px;
}


a.button {
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
}

        .navbar {
            background-color: #333;
            overflow: hidden;
        }
        .navbar a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }
        .navbar a:hover, .dropdown:hover .dropbtn {
            background-color: #555;
        }
        .dropdown {
            float: left;
            overflow: hidden;
        }
        .dropdown .dropbtn {
            font-size: 16px;
            border: none;
            outline: none;
            color: white;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
        @media screen and (max-width: 600px) {
            .navbar a, .dropdown .dropbtn {
                float: none;
                display: block;
                text-align: left;
            }
            .dropdown-content {
                position: relative;
            }
        }