body {
	height:100%;
	margin:0px;
	background-image:url("/img/MainBackground.jpg");
	background-size:cover;
	background-attachment: fixed;
	background-position: top,  center;
	color: rgb(255, 255, 255);
	font-family: 'Roboto', sans-serif;
}

.stick{
	position:fixed;
	top: 0px;
	z-index:99;
	min-width:1000px;
	left: 0px;
	right: 0px;
}
.header {
	text-align:center;
}

#menu, .footer{
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	padding: 0px 0px 0px 50px;
	vertical-align:bottom;
	max-width:1000px;
	display:block;
	background-color: #333333;
	margin-left:auto;
	margin-right:auto;
	height:75px;
}

.main { 
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display:block;
	background-color: white;
	padding: 25px;
}
		
h1, h2 {
	font-family: 'Oswald';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #444444;
}
h1 {
	width:100%;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 54px;
}
p{
	color: #7f8c8d;
	overflow: hidden;
}
.logo{
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	margin-bottom:-20px;
}
.blog {
	float: left;
	margin: 10px;
}
.blog2 {
	float: right;
	margin: 10px;
}
.update {
	margin-left:auto;
	margin-right:auto;
	max-width:700px;
	color: #7f8c8d;
}
.divide {
	width: 50%;
	max-width: 300px;
	margin: 50px auto 0;
	border-top: 2px solid #f0f4f5;
}

.menu_list{
	display:inline-block;
	width:auto;
	text-align: right;
	float:right;
}

.menu_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.menu_list li{
	display:inline-block;
	width:auto;
	text-align: center;
}

.menu_list li a {
	font-family: 'Oswald';
	text-transform: uppercase;
	letter-spacing: 1px;
    display: inline-block;
    color: white;
    margin:0px;
	padding: 20px;
    text-decoration: none;
}

.menu_logo{
	display: inline-block;
	width:128px;
	padding:0px;
	width:0px;
}

.menu_list li a:hover {
    background-color: #111111;
}

.footer {
	margin-bottom:100px;
	text-align: right;
	line-height:35px;
	min-height: 185px;
	height: auto;
	padding-right: 50px;	
	max-width:950px;
}

.copyrighttext{
	display:inline-block;
	font-size: 15px;
	padding:20px;
}

.product {
	color: #7f8c8d;
	margin: 0px 0px 50px;
	padding:0px;
	width:800px;
	vertical-align:middle;
	height:200px;
}

a {
	text-decoration: none;
}

.product_image{
	display:inline-block;
	width:400px;
}

.product_description {
	display:inline-block;
	padding-left: 100px;
	width:290px;
	height:300px;
	vertical-align:top;
}

.inlineHeader{
	font-family: 'Oswald';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display:block;
	background-color: white;
	color: #444444;
}

.footer_box_L, .footer_box_R, .footer_box_C {
	width: 30%;
	display:inline-block;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	min-width: 300px;
	vertical-align: top;
}

.footer_box_L img{
	padding:15px;
}

.footer h2{
	font-size: 20px;
}

.footer_box_L {
	float: left;
}

.footer_box_R {
	float: right;
}

.footer_box_C {
	float: center;
}

.footer a{
	color: white;
}

.footer a:visited{
	color: gray;
}


