#all {
	max-width:1030px;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.leftbigger .custom {
	border:1px solid #ddd;
	background-color:#f5f5f5;
	padding:12px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	margin:10px 0;
	box-sizing: border-box;
}

.custom p {
	margin-bottom:5px;
}

.logoheader {
	margin:0;
}

#header ul {
	position: static;
}

#header {
	margin-top:0px;
	padding: 0px 0 3px 0;
}

#header ul.menu {
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
	border:0;
	box-shadow:none;

}

.caption img {
	display:block;
}

#header .menu li {
	margin-right:20px !important;
}

#header .menu li a {
	padding: 8px 17px 3px 17px !important; 
	/*-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important; */
	background-color:#ddd;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(#eeeeee, #dddddd);
	border: solid 1px #095197;
	border-bottom:5px solid #095197;
	border-right: 1px solid #095197 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	color: #095197;
	text-transform: uppercase;
}

#header .menu li a:first-child {
	border-radius: 0 !important; 
	-moz-border-radius: 0 !important; 
	-webkit-border-radius: 0 !important; 
}

#header .menu li a:hover {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	border-bottom:5px solid #095197;
 }

#logo {
	width:50%;
}

.header1 {
	margin-top: 20px !important;
	font-size:26px !important;
	line-height:35px !important;
}

.spineart1 h2 {
border: solid 1px #095197;
    font-size: 22px !important;
    text-align: left !important;
    background: #095197;
    color: white;
    padding-left: 20px;
}
	
h3 {
	
	font-size:20px !important;
}

.leftbigger {
	width:29%;
}

#wrapper2 {
	width:67%;
	max-width:100% !important;
	margin-left:10px;
}

.item-page {
	max-width:100% !important;
}

body p,body ol,body ul,body dl,body address {
	font-size: 18px;
	line-height: 1.7em !important;
}

#wrapper2 ul {
	font-size:18px;
}

.leftbigger .caption img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #dcdcdc;
}

#all {
	box-shadow: none !important;
}   

@media only screen and (max-width: 480px) { 
	#wrapper2 {
		width:100%;
	}
}

@media only screen and (max-width: 678px) { 
	#logo .header1{
		display:none !important;
	}
}