body{
	background-color: #080B3D;
	margin: auto;
	text-align: center;
	font-family: Calibri, Verdana, Ariel, "Sans-serif";
	font-size: 15px;
	color: silver;
}

img{
	border-style: none;
}

h2{
	color: silver;
}

h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

#container{
	display: block;
	width: 1024px;
	height: auto;
	margin: auto;
	text-align: left;
}

#header{
	display: inline-block;
	width: 100%;
	margin: 0;
	height: auto;
}

#content {
	display: inline-block;
	height: 500px;
	padding: 5px;
	border-top: 1px solid white;	
	border-bottom: 1px solid white;	
}

#logo{
	display: inline-block;
	float: left;
	position: relative;
	margin: 0;
}

#menu{
	display: inline-block;
	font-family: Calibri, Verdana, Ariel, "Sans-serif";
	font-size: 16px;
	min-width: 400px;
	float: right;
	margin-top: 100px;
}

#social{
	min-width: 400px;
	float: right;
	margin-top: 50px;
}

#box_mobile{
	display: block;
	width: 32%;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
	border-right: 1px dotted #fff;
}

#box_web{
	display: block;
	width: 32%;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
	border-right: 1px dotted #fff;
}

#box_desktop{
	display: block;
	width: 32%;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
	position: relative;
}

#box_contact{
	display: block;
	width: 328px;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
	border-right: 1px dotted #fff;
}

#box_address{
	display: block;
	width: 328px;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
	border-right: 1px dotted #fff;
}

#box_map{
	display: block;
	width: 324px;
	height: 100%;
	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	text-align: center;
	position: relative;
}

#footer{
/*	color: #fff; */
	font-size: 12px;
	margin: 5px;
}

#footer_left{
	float: left;
	position: relative;
}

#footer_right{
	float: right;
	position: relative;
}

.menuitem{
	width: 150px;
	position: relative;
	float: left;
	text-align: center;
}

.socialitem {
	float: right;
	padding: 5px;
}

.ulinks{
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

.ulinks:hover{
	color: #000;
	display: block;
    background-image: none !important;
    background-color: #DDD;
	border-radius: 15px;
    filter: none !important;
    -webkit-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    -moz-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);   
}

.box_content{
	text-align: left;
}

.cimg{
	text-align: center;
}

.limg{
	position:absolute;
	bottom:0;
	left: 10px;
}