#header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color:#000000;
	border-bottom: 4px solid #FDD339;
	position: relative;
	z-index: 3;
}

/* Top */
#top{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 120px;
	max-width: 1920px;
	position: relative;
	background-color:#000000;
}
#top img {
    margin-top: 45px;
    margin-left: 20px;
    float: left;
    border-style: none;
}


#download-file {
    float: left;
    margin-left: 20px;
    position: relative;
    padding: 50px 0;
}

#top ul {
    margin-right: 30px;
    width: 260px;
    float: right;
    list-style-type: none;
    line-height: normal;
    position: relative;
    padding: 50px 0;
}
#top li
{
	display: inline;
	margin-left: 20px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	text-shadow: none;
}
#top a
{
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	text-shadow: none;
}
#top a:hover
{
	text-decoration: none;
	color: #FDD339;
}

#social-like 
{
	top: 54px;
	left: 225px;
	width: 400px;
	position: absolute;
}

.fb-like-button
{
	float: left;
}

.twitter-share-button
{
	margin-left: 10px;
	float: left;
}

.pin-button
{
	left: 178px;
	position: absolute;	
}

.fancy-button
{
	left: 225px;
	position: absolute;	
}

img.qiminijuice_icon_kickstarter {
	margin-top: 0px !important;
	margin-left: 0px !important;
	position: absolute;
	top: -30px;
	left: 200px;
	float: left;
	border-style: none;
}

#social {
		position: relative;
		float: left;
		top: 42px;
    	margin-left: 35px;
	}

#social	.sm-links {
		padding: 0;
    	padding-left: 25px;
    	float: left;
	}

#social	.sm-links li {
		display: inline-block;
		padding: 0 3px;
    	margin: 0;
	}

	.tw {
        width: 40px;
        height: 40px;
        background: url("../img/sm-icons/TW_colorful.png") no-repeat;
        display: inline-block;
    }
    .tw:hover {
        background: url("../img/sm-icons/TW_gray.png") no-repeat;
    }

    .fb {
        width: 40px;
        height: 40px;
        background: url("../img/sm-icons/FB_colorful.png") no-repeat;
        display: inline-block;
    }
    .fb:hover {
        background: url("../img/sm-icons/FB_gray.png") no-repeat;
    }

    .pt {
        width: 40px;
        height: 40px;
        background: url("../img/sm-icons/PT_colorful.png") no-repeat;
        display: inline-block;
    }
    .pt:hover {
        background: url("../img/sm-icons/PT_gray.png") no-repeat;
    }

    .yt {
        width: 40px;
        height: 40px;
        background: url("../img/sm-icons/YT_colorful.png") no-repeat;
        display: inline-block;
    }
    .yt:hover {
        background: url("../img/sm-icons/YT_gray.png") no-repeat;
    }

    .gp {
        width: 40px;
        height: 40px;
        background: url("../img/sm-icons/GP_colorful.png") no-repeat;
        display: inline-block;
    }
    .gp:hover {
        background: url("../img/sm-icons/GP_gray.png") no-repeat;
    }


#nav_panel {
	width: 100%;
	padding: 0;
	background-color:#F1F1F1;
	position: relative;
	z-index: 3;
}
#nav{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 80px;
	max-width: 1920px;
	position: relative;
	background-color:#F1F1F1;
}
#nav img.product_button
{ 
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	border-style: none;
	display: block;
}
#nav ul
{
	margin-left: -200px;
}
#nav li
{
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-left: 300px;
}
#nav a
{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	text-shadow: none;
}
#nav a:hover
{
	text-decoration: none;
	color: #FDD339;
}






