html {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    margin: 0;
}
ol, ul {
    list-style: none outside none;
}
a {
    text-decoration: none;
}
/*nav#side {
    float: right;
    margin: 40px 20px 0 0;
    position: absolute;
    width: 126px;
    left: 980px;
    right: 0;
}
#side a {
    -moz-transition-duration: 1s;
    color: #000000;
    display: block;
    letter-spacing: 0.2em;
    opacity: 1;
    padding: 0 10px 5px 0;
    text-transform: uppercase;
}
#side a:hover {
    color: #CC6666;
    opacity: 0;
    padding-top: 2px;
    text-decoration: none;
}
*/

#header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    box-shadow: 0 0 4px #000000;
    float: left;
    margin: 0;
}
#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 129px;
    margin: 30px;
    width: 165px;
}
#logo a {
    color: #E8E5E5;
    display: block;
    font-family: 'Michroma',sans-serif;
    font-size: 2.1em;
    font-weight: normal;
    height: 129px;
    padding-bottom: 0.6em;
    text-decoration: none;
    text-shadow: 0 0 1px #555555;
    width: 165px;
}
#logo p {
    color: #E8E5E5;
    display: block;
    font-family: 'Waiting for the Sunrise',serif;
    font-size: 2.5em;
    text-align: center;
}

#side {
float: right;
margin: 40px 20px 0 0;
position: absolute;
width: 126px;
left: 980px;
right: 0;
}
#side a {
    -moz-transition-duration: 1s;
    color: #ccc;
    display: block;
    letter-spacing: 0.2em;
    opacity: 1;
    padding: 0 10px 5px 0;
    text-transform: uppercase;
    font-family: 'Mako',sans-serif;
}
#side a:hover {
    color: #CC6666;
    padding-top: 2px;
    text-decoration: none;
    text-shadow: 0 0 1px #ECF4E6;
    font-family: 'Mako',sans-serif;
}

#social {
    float: left;
    margin-top: 25px;
    position: absolute;
    width: 126px;
    left: 980px;
    top: 212px;;
    right: 0;
    
}
#social figure {
    float: left;
    margin-right: 5px;
}


#content_wrap {
    margin: 30px;
    padding-top: 1px;
    position: relative;
    width: 980px;
    z-index: 5;
}
.example-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;    box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.1);
    margin: auto auto 120px;
    padding: 30px;
    position: relative;
    width: 1050px;
    z-index: 4;
}
#products {
    height: auto;
    position: relative;
    width: 920px;
}
h3 {
	
    color: #fff;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 180px;
    text-align: center;
}
