* {margin: 0; padding: 0}
html {background-color: #fff}
body {
	background-color: #c4e1ff;
	font-family: Arial, sans-serif;
	padding-top: 44px
}
#header {
	background: #eef4ff url("imgs/header.png") 0 100% repeat-x;
	border-top: 2px solid #fff;
	float: left;
	width: 100%
}
#header p {
	background: #fff url("imgs/header-h1.png") 0 100% repeat-x;
	border-right: 2px solid #fff;
	float: left;
}
#header p img {margin: 0 1px -4px 0}
#header ul {
	float: left;/*position:relative;*/
	list-style-type: none;
}
#header li {float: left}
#header li span {
	border-right: 1px solid #fff;
	color: #a5703c;
	display: block;
	padding: 15px 10px;
}
#header li a:link, #header li a:visited {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 4px;
	text-decoration: none
}
#header li a:hover, #header li a:active {background: url("imgs/header-hover.gif") 50% 100% no-repeat;}
#header li a:hover span, #header li a:active span {
	color: #ea9b0a;
	background: url("imgs/header-hover-span.png") 0 100% repeat-x;
}

#wrapper {
	background: url("imgs/wrapper.png") 0 0 repeat-y;
	border-bottom: 2px solid #fff;
	clear: left;
	position: relative
}
#sidebar {
	left: 0;
	position: absolute;
	width: 257px
}
#sidebar #sidebar-lists {
	font-size: 80%;
	margin: 10px 40px
}
#sidebar #sidebar-lists strong, #sidebar #sidebar-lists em {color: #4e84fe}
#sidebar #sidebar-lists ul {
	font-size: 90%;
	list-style-type: none;
	margin: 10px 0
}
#sidebar #sidebar-lists a:link, #sidebar #sidebar-lists a:visited {
	border-bottom: 1px solid #fff;
	color: #443b40;
	display: block;
	padding: 3px;
	text-decoration: none
}
#sidebar #sidebar-lists a:hover {
	background-color: #fff;
	color: #de002f;
}
#contact-phone {
	background: url("imgs/contact-phone.jpg") 0 0 no-repeat;
	color: #3e45a0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto;
	padding: 80px 30px 11px 5px;
	width: 132px;
}
#are_u_a {margin: 10px 0}
#are_u_a a:link, #are_u_a a:visited {
	background: url("imgs/are-you-a-locksmith.gif") 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: 75%;
	font-weight: bold;
	height: 34px;
	margin: 0 auto;
	padding: 72px 20px 0 0;
	text-align: right;
	text-decoration: none;
	width: 162px
}
#are_u_a img {border: none}

#content {
	background-color: #f9f9f9;
	color: #4b4b4b;
	font-size: 80%;
	margin-left: 257px;
	padding: 30px
}
#content h1, legend {
	color: #557cf1;
	font-size: 130%
}
#content h2 {
	color: #557cf1;
	font-size: 110%;
	margin: 10px 0 -7px
}
#content p {margin-top: 14px}
#content p#root_links {font-size: 90%}
#content ul, #content ol {margin: 7px 30px 0}
#content ul#cities_ul {
	list-style-type: none;
	margin-left: 0
}
#content ul#cities_ul li {
	float: left;
	margin-right: 18px
}
#content a:link, #content a:visited {
	color: #de002f;
	font-weight: bold;
	text-decoration: none
}
#content a:hover {background-color: #fff}
#footer {clear:both;
	background: #fff url("imgs/footer.gif") 0 100% repeat-x;
	margin-bottom: 10px;
	padding-bottom: 4px
}
#footer p {
	background-color: #e2ebfc;
	border-right: 2px solid #fff;
	color: #3d3d3d;
	float: left;
	font-size: 80%;
	padding: 10px;
	text-align: center;
	width: 235px
}
#footer ul {
	background-color: #e4e8f1;
	height: 1em;
	list-style-type: none;
	padding: 10px
}
#footer li {
	float: left;
	font-size: 80%;
	margin: 0 10px
}
#footer a:link, #footer a:visited {
	color: #2a2a2a;
	text-decoration: none;
}
#footer a:hover, #footer a:active {text-decoration: underline}
fieldset {border: 0}
input, select, textarea {
	display: block;
	margin-bottom: 10px
}
input[type="hidden"] {display: none}

.c_left {clear: left}
.c_right {clear: right}
.f_left {float: left}
.f_right {float: right}
img.f_left {margin: 0 10px 10px 0}
img.f_right {margin: 0 0 10px 10px}