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

body {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	margin: 0px auto;
}

.main-menu {
	background: url(../images/main_menu_bg.gif) no-repeat left top;
	height: 37px;
	padding: 7px 0px 0px 54px;
	color: #FFFFFF;
}

a.main-menu-link, :link {
	margin: 0px auto;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}
a.main-menu-link:visited {
	color: #FFFFFF;
}
a.main-menu-link:hover {
	color: #2b579e;
}

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

p.our-promise {
	margin: 0px auto;
	padding: 10px 30px 0px 12px;
	color: #ffffff;	
}
strong.our-promise {
	color: #2b579e;
}

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: #2b579e;
}

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: #2b579e;
}

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

h2.h2-title {
	margin: 6px 14px 6px 14px;
	font-size: 16px;
}

p.perfect-pick {
	padding: 0px 28px 0px 6px;
	color: #003399;
	text-align: justify;
	font-weight: bold;
	font-size: 14px;
}

strong.content1 {
	color: #003399;
}

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

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

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

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

h3.find {
	margin: 0px auto;
	margin-bottom: 6px;
	color: #003399;
}

.bottom-copy {
	margin: 0px auto;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #2b579e;
}

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: #2b579e;
}

a, :link {
	color: #003399;
	font-variant: normal;
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
}

/* extra links */
a.locksmithState, :link {
	font-size: 16px;
	color: #003399;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}
a.locksmithState:visited {
	font-weight: bold;
	color: #003399;
}
a.locksmithState:hover {
	font-weight: bold;
	color: #990000;
}

h1.locksmithStateH1 {
	margin: 0px;
	font-size: 14px;
	color: #000099
}

h1.locksmithServices {
	margin: 0px auto;
	margin-bottom: 6px;
	font-size: 19px;
	color: #000;
	font-weight: bold;
}

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