/* CSS Document */
body {
	background: #EFEFEF;
}
#container {
	height: 2300px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#menubar {
	background-color: #84898F;
	height: 40px;
	width: 1024px;
}
.greenbar {
	height: 5px;
	width: auto;
	background-color: #CDFF00;
}

#logo {
	height: 203px;
	width: 1024px;
}
#moto {
	height:79px;
	width: 1024px;
}

/* slideshowcss */

#slideshow {
	height: 450px;
	width: 1024px;
	margin: 0;
	position: relative;
}
#slideshow>img{
	width: 1024px;
	height: 450px;
	position: absolute;
}
#slideshow>.btn{
	position: absolute;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 25px;
	top: 200px;
	background: #84898F;
	color: #CDFF00;
	font-size: 20px;
	z-index: 1;
}
#slideshow>#btn1:hover{
	box-shadow: 10px 0px 20px 0px black;
	background: #CDFF00;
	color: #84898F;
}
#slideshow>#btn2:hover{
	box-shadow: -10px 0px 20px 0px black;
	background: #CDFF00;
	color: #84898F;
}
#slideshow>#btn2{
	position: relative;
	float: right;
}


/* Brief info css */

#briefinfo {
	background-color: #84898F;
	height: auto;
}

#briefinfo>ul {
	color: #ffffff;
	font-weight: bold;
}


#briefinfo>table {
	color: #ffffff;
	text-shadow: 0px 1px 10px #5D5D5D;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#briefinfo>p {
	color: #ffffff;
	background-color: #CDFF00;
	text-shadow: 0px 1px 10px #000000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 25px 75px;
	margin-bottom:0;
}


/* Clients css */

#clientsprinted>h1 {
	color: #84898F;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#clientsprinted {
	height: auto;
	width: 1024px;
	background-color: #ffffff;
}

.clientsprinted {
	padding:25px;
}


/* Products */

#products {
	height: auto;
	width: 1024px;
	background-color: #ffffff;
	padding-bottom: 10px;
}

#products>h1 {
	color: #84898F;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#products>h2 {
	color: #84898F;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding-left: 20px;
	padding-top: 40px;
}

#products>ul {
	color: #84898F;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* footer */

.afterfloat {
	clear: left;
}

footer {
	background-color: #84898F;
	border-top: 5px solid #CDFF00;
	width:1024px;
}

#footerlogo {
	display:inline-block;
	padding:50px;
}

#footerinfo {
	display:inline-block;
	width:150px;
	margin:10px;
}

#footerinfo>p {
	color:#ffffff;
}

a:link {
    text-decoration: none;
	color:#ffffff;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* Social Buttons */

#socialsites {
	display:inline-block;
	margin-left:350px;
	margin-top: 0;
}

/* Style all font awesome icons */
#socialsites>.fa {
    padding: 20px;
    font-size: 25px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

/* Add a hover effect if you want */
#socialsites>.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
#socialsites>.fa-facebook {
    background: #3B5998;
    color: white;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

#socialsites>p {
	font-family: "Arial Black", Gadget, sans-serif;
	display:inline-block;
	color:#ffffff;
}