@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	/*font-family:'Droid Sans', sans-serif;*/
	font-family: 'Fira Sans', sans-serif;
	background-image:url(../images/wall2.jpg);
	background-size:1000px;
	font-size:0.9em;
}
#address	{
	float:right;
	text-align:right;
	margin:22px;
	font-weight:bold;
	font-size:1.1em;
}
#outer	{
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:auto;
}
#header	{
	height:105px;
	background-color:#E6E6E6;
	border-radius:3px;
	margin-top:10px;
	margin-bottom:5px;
	border:solid lightgrey;
	border-width:2px;
}
#logo	{
	height:90px;
	padding-left:15px;
	padding-top:8px;
}
#logoalt    {
    width:300px;
}
#content	{
	background-color:#E6E6E6;
	border-radius:3px;
	height:auto;
	border:solid lightgrey;
	border-width:2px;
	padding:10px;
	overflow:auto;
}
#contentleft	{
	width:48%;
	float:left;
	padding:10px;
	text-align:center;
    line-height:20px;
}
#contentrigth{
	width:48%;
	float:right;
	text-align:center;
	background-color:#CACACA;
	border-radius:3px;
    overflow:auto;
}
img#develop{
	height:45px;
	margin:15px;
}
img#printer	{
	width:320px;
	margin-bottom:10px;
}
img#toner   {
    width:300px;
}
img#canonlogo	{
	width:180px;
	padding:10px;
}
img#canonprinter	{
	width:320px;
}
img#lumix   {
    width:370px;
}
#footer	{
	background-color:#E6E6E6;
	border-radius:3px;
	height:auto;
	overflow:auto;
	margin-top:10px;
	margin-bottom:20px;
	border:solid lightgrey;
	border-width:2px;
}
div#upbtn	{
	float:right;
	margin:22px 18px 0px 0px;
}
img#upbtn	{
	width:25px;
}
h5#copyright	{
	text-align:center;
	margin:10px;
}
hr{
    border: 0;
    height: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div ul li   {
    text-align:left;
}
.btn    {
    border-radius:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    font-family:'Droid Sans', sans-serif;
}
.btn:hover  {
    background-color:#ADADAD;
}
img.sociallogos	{
	width:25px;
	height:25px;
	margin:7px;
	margin-left:14px;
	margin-right:0px;
	margin-bottom:14px;
}
