@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: Georgia;
	font-size: 15px;
	margin: 0px auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

h1.title1 {
	margin: 0px auto;
	margin-top: -3px;
	padding: 8px 20px 0px 106px;
	font-size: 22pt;
	font-weight: bold;
	color: #000;
}

h1.title2 {
	margin: 0px auto;
	padding: 0px 20px 0px 30px;
	font-size: 11pt;
	color: #000;
}


.main-menu {
	padding: 7px 0px 0px 54px;
}

A.main-menu-link, :link {
	margin: 0px auto;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
A.main-menu-link:visited {
	color: #000;
}
A.main-menu-link:hover {
	color: #fff;
}

h2.our-promise {
	margin: 0px auto;
	padding: 19px 0px 0px 8px;
	font-size: 26px;
	color: #000000;
}

p.our-promise {
	margin: 0px auto;
	padding: 6px 0px 2px 12px;
	font-size: 13px;
	line-height: 1.2em;
	color: #000;	
}
strong.our-promise {
	color: #86b0e6;
}

h1.main {
	background: url(../images/main_h1_bg.gif) left top no-repeat;
	margin: 0px auto;
	padding: 16px 0px 0px 30px;
	font-size: 17pt;
	font-weight: bold;
	font-variant: small-caps;
	height: 51px;
	max-height: 51px;
	color: #86b0e6;
}

h1.second {
	background: url(../images/second_h1_bg.gif) left top no-repeat;
	margin: 0px auto;
	padding: 16px 0px 0px 12px;
	font-size: 17pt;
	font-weight: bold;
	font-variant: small-caps;
	height: 51px;
	max-height: 51px;
	color: #86b0e6;
}

p.content1 {
	padding: 0px 28px 0px 32px;
	color: #000000;
	text-align: justify;
}

p.perfect-pick {
	padding: 8px 16px 8px 16px;
	color: #3e4f80;
	text-align: justify;
	font-weight: bold;
	font-size: 14px;
}

strong.content1 {
	color: #3e4f80;
}

img.side-pics {
	margin: 18px 0px 0px 0px;
}

img.locksmith-cars {
	border: 1px solid #003399;
}

h2.services {
	margin: 6px auto;
	margin-top: 16px;
	margin-left: 0px;
	padding: 4px;
	width: 470px;
	background: #000;
	font-size: 18px;
	color: #fff;
}

h3 {
	margin: 0px auto;
	padding-left: 24px;
	color: #3e4f80;
}

.bottom-copy {
	margin: 0px auto;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}

A.bottom-menu-link, :link {
	margin: 0px auto;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
}
A.bottom-menu-link:visited {
	color: #fff;
}
A.bottom-menu-link:hover {
	color: #86b0e6;
}

A, :link {
	color: #3e4f80;
	font-variant: normal;
	text-decoration: none;
}
A:visited {
	color: #3e4f80;
}
A:hover {
	color: #990000;
}

.form_text_style {
	font-weight: bold;
	color: #000000;
}

.scrollbar {
	z-index: 1;
	visibility: visible;
	overflow: scroll;
	overflow-x: hidden;  
	height: 400px;
	scrollbar-highlight-color: #ddd; 
	scrollbar-shadow-color: #333;
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #3e4f80; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-3dlight-color: #ccc;
	scrollbar-face-color: #000; 
 }