@charset "utf-8";
/* CSS Document */
#lts-header{
	float: left;
	width: 100%;
}
#lts-header-center{
margin: 0 35% 0 35%; /*Margins for center column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#lts-header-left{
float: left;
width: 30%; /*Width of left column in percentage*/
margin: -5px;
}

#lts-header-right{
float: right;
width: 30%; /*Width of right column in pixels*/
}

#lts-shop-button a{
	margin-left: auto;
	margin-right: auto;
}
h3{
	color: #585558!important;
}

