*, html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}

img {
	border: 0px none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.clearBox {
	clear: both;
}

body {
	background-color: #ffffff; 
	padding: 25px;
	line-height: 24px;
}

a {
	color: #ec1c2a;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #841313;	
	text-decoration: none;
}

div#toastbackground {
	clear: both;
	position: relative;
	border: 0px orange dotted;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 25px;
}

div#toastright {
	float: right;
	clear: both;
	position: relative;
	padding-bottom: 10px;
	border: 0px green dotted;
	width: 325px;
}

div#background {
	clear: both;
	border: 1px black dotted;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 50px;
}

div#logo {
	max-width: 650px;
	float: left;
	padding: 45px 0px 0px 0px;
	border: 0px solid black;
}

div#logo img {
	height: auto;
	max-width: 100%;
}

div#menus {
	max-width: 650px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	border: 0px solid black;
}

div#menus img {
	height: auto;
	max-width: 100%;
}

div#contact_text {
	padding-top: 42px;
	border: 0px green dotted;
	width: 325px;
	float: left;
}

#googlemap {
	margin-top: 48px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

div#menu_text {
	padding-top: 48px;
	border: 0px green dotted;
	width: 325px;
	float: right;
}

a.iconbox {
	text-transform: uppercase;
	padding:10px 12px 10px 12px;
	background:#ec1c2a;
	border:0px solid #000000;
	text-decoration:none;
	font-family: "Helvetica Black", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	margin: 10px 20px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.iconbox:hover {
	background:#000000;
	color:#ffffff;	
}

div#footer {
	border: 0px orange dotted;
	padding: 75px 0px 20px 0px;
	clear: both;
	width: 812px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

div#footer a, div#sitemap a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div#footer a:hover, div#sitemap a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}