/*RESET*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*/
/*MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvatica;
	background: #f9f9f9;
	color: #555;
	margin: 0;
	padding: 0
}
.success, .error {
	color: #000;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	font-size: .9em
}
.success {
	border: 1px solid #0f0;
	border-left: 30px solid #0f0;
	border-radius: 5px
}
.error {
	border: 1px solid #f00;
	border-left: 30px solid #f00;
	border-radius: 5px
}
section ul {
	clear: left
}
#stats {
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 15px;
	opacity: 15
}
#stats form {
	padding: 5px
}
#stats input[type="text"] {
	text-align: center
}
a {
	color: #f95b4e;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	color: #f9c54e
}
img {
}
.left {
	float: left;
	margin: 0 10px 10px 0
}
.right {
	float: right;
	margin: 0 10px 0px 10px
}
.article {
	border: 1px solid #444;
	padding: 2px;
	margin: 3px;
	width: 200px
}
.contact {
	color: #4f5b66;
	background: #efefef;
	padding: 20px;
	margin: 0 10px;
	border: 1px solid #f9c54e;
	border-radius: 5px
}
.contact:hover {
	border: 1px solid #5485db
}
header {
	background: #efefef url(../images/banner.png) top right repeat-x;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #444;
	box-shadow: 0px 3px 25px #f05a4a;
	padding: 5px;
	z-index: 100
}
#logo {
	display: block;
	float: left;
	height: 90px;
	width: 197px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo-90.png) 0px -5px no-repeat
}
#example-text-border {
	color: #ec4c4c;
	text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
	font-size: 1.5em;
	padding: 3px
}
a.phone {
	display: block;
	float: left;
	color: #444;
	padding: 10px 0;
	margin: 0;
	width: auto;
	font-size: 1.7em;
	/*text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
*/
}
#clicktocall {
	margin: 0;
	padding: 0;
	font-size: .5em;
	display: none
}
a.phone:hover, a.phone:active {
	color: #f80205
}
nav {
	float: right;
	padding: 20px;
	margin: 0
}
#menu-icon {
	display: none;
	width: auto;
	height: auto;
	padding: 10px;
	padding-left: 35px;
background:
/*#ec4c4c*/
	#4f5b66 url(../images/menuicon.png) 0 4px no-repeat;
	border-radius: 4px
}
a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0
}
nav ul {
	list-style: none
}
nav li {
	display: inline-block;
	float: left;
	padding: 10px
}
nav li a {
	color: #4f5b66;
	padding: 10px 0
}
nav li a:hover {
	color: #5485db;
	border-top: 4px solid #5485db
}
.current {
	color: #f80205;
	border-top: 4px solid #4f5b66
}
section {
	color: #444;
	margin: 80px auto 0;
	max-width: 980px;
	position: relative;
	padding: 50px 10px 0 10px
}
section ul {
	margin-left: 20px
}
h1 {
	font-size: 2em;
	color: #555;
	line-height: 1.15em;
	margin: 0;
	padding: 0
}
h2 {
	font-size: 1.1em
}
p {
	line-height: 1.45em;
	margin: 20px
}
#map {
	height: 500px;
	width: 600px;
	float: right
}
#map-contact {
	width: 350px;
	height: 300px;
	float: left;
	border: 1px solid #f9c54e;
	border-radius: 5px
}
/* STYLES FOR CONTACT PAGES ONLY */
#contact input,
#contact textarea {
	font-size: 1.2em;
	border-radius: 5px;
	padding: 3px;
	font-size: .9em;
	width: 300px
}
#contact input[type="text"],
#contact textarea {
	background: #efefef;
	border: 1px solid #f9c54e
}
#contact input[type="text"]:focus,
#contact textarea:focus {
	background: #fff;
	border: 1px solid #5485db
}
#contact input[type="submit"] {
	color: #eee;
	background: #444;
	border: 2px solid #4f5b66;
	border-radius: 7px;
	padding: 5px 10px
}
footer {
	margin: 0;
	padding: 0 20px;
	border-top: 4px solid #ccc;
	box-shadow: 0 -3px 25px #ddd;
	max-width: 980px;
	margin: 20px auto
}
footer section {
	text-align: center;
	margin-top 0;
	padding-top: 0
}
#sitemap,
#services,
#social,
#payments {
	list-style-type: none;
	width: 150px;
	float: left;
	margin: 0 45px;
	padding: 0
}
#social li {
	margin: 5px 0
}
#payments img {
	height: 25px
}
.clearall {
	clear: both
}
@media only screen and (max-width:820px) {
header {
	position: fixed
}
#logo {
	width: 145px;
	height: 60px;
	background: transparent url(../images/logo-transparent.png) 0 -5px no-repeat
}
a.phone {
	font-size: 1.1em
}
#clicktocall {
	display: inline
}
}
/*MEDIA QUERY*/
@media only screen and (max-width:600px) {
header {
	position: fixed
}
#logo {
	width: 145px;
	height: 60px;
	background: transparent url(../images/logo-transparent.png) 0 -5px no-repeat
}
a.phone {
	font-size: 1.4em
}
#clicktocall {
	margin: 0
}
#menu-icon {
	color: #eee;
	display: inline-block
}
img.left, img.right {
	float: none
}
nav ul, nav:active ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	background: #ddd;
	border: 3px solid #000;
	right: 10px;
	left: 10px;
	top: auto;
	width: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #444
}
nav li {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0
}
nav li a {
	color: #555;
	padding: 10px;
	padding-left: 60px;
	display: block;
	text-align: left;
	background: transparent url(../images/key_small_horizontal.png) 5px 10px no-repeat
}
nav li a.current {
	color: #eee;
	background: #ec4c4c url(../images/key_small_horizontal_active.png) 5px 10px no-repeat;
	border: none
}
nav li a:hover, nav li a:active {
	color: #ccc;
	background: #444 url(../images/key_small_horizontal_hover.png) 5px 10px no-repeat;
	border: none
}
nav:hover ul {
	display: block
}
#map,
#map-contact {
	height: 400px;
	width: 100%
}
#footer {
	padding: 0;
	margin: 0
}
#sitemap,
#services,
#social,
#payments {
	padding: 0;
	margin: 1px
}
}
@media only screen and (max-width:650px) {
#footer {
	padding: 0;
	margin: 0
}
#sitemap,
#services,
#social,
#payments {
	padding: 0;
	margin: 1px;
	width: 140px
}
}
@media only screen and (max-height:400px) {
header {
	position: absolute
}
#logo {
	width: 145px;
	height: 60px;
	background: transparent url(../images/logo-transparent.png) 0 -5px no-repeat
}
}