/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset, textarea {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #808080;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 120px;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}

/** begin custom **/

#mainBody {
	background: #e5e5e5 url(/custom/images/bodybg.jpg) repeat-x top;
	text-align: center;
}

a {
	color: #0079cc;
}

#container {
	width: 772px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 111px;
	background: url(/custom/images/headerbg.jpg) no-repeat;
}

#logo {
	height: 92px;
	overflow: hidden;
}
#logo img {
	margin-left: 10px;
	margin-top: 21px;
}
#topNav {
	float: left;
	clear: left;
	padding-left: 100px;
}
.topNavLink {
	float: left;
	text-transform: lowercase;
	color: #7f7f7f;
	font-size: 8pt;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}
.topNavDivider {
	width: 18px;
	height: 19px;
	background: url(/custom/images/navdivider.gif) no-repeat center bottom;
	float: left;
}
#bookmark {
	float: right;
	padding-right: 20px;
	margin-top: -3px;
	height: 23px;
	overflow: hidden;
}

#banner {
	clear: both;
	padding-left: 1px;
}
#bannerLeft {
	background: url(/custom/images/bannerleft.jpg) no-repeat;
	width: 98px;
	height: 281px;
	float: left;
}
#servicesMenu {
	background: url(/custom/images/servicesbg.jpg) repeat-x;
	width: 233px;
	height: 281px;
	overflow: hidden;
	float: left;
}
#servicesTitle {
	margin-top: 12px;
	margin-left: 2px;
}

.servicesLink {
	color: #7f7f7f;
	font-size: 12pt;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 12px;
	font-weight: bold;
}
.servicesLink:hover {
	color: #fff;
	text-indent: 6px;
	background: url(/custom/images/servicelinkover.jpg) no-repeat;
}

#servicesFlash {
	height: 281px;
	width: 438px;
	background: #fff;
	float: left;
}

#contentContainer {
	background-image: url(/custom/images/contentareabg.gif);
	background-repeat: repeat-y;
}
#contentContainer, #contentContainerWide {
	clear: both;
	margin-left: 1px;
	background-color: #fff;
}

#mapLeft {
	float: left;
	height: 351px;
	width: 98px;
	background: url(/custom/images/mapbgleft.jpg) no-repeat;
}
#mapRight {
	float: left;
	height: 351px;
	width: 234px;
	background: url(/custom/images/mapbg.jpg) no-repeat;
}

#content {
	width: 438px;
	background: url(/custom/images/watermark.jpg) no-repeat bottom right;
	float: left;
}
#contentPadding {
	background: url(/custom/images/contentbg.jpg) repeat-x top;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}
#content #contentPadding {
	padding: 33px 23px;
}
#contentWide #contentPadding {
	padding: 45px 16px;
}

.clearer {
	clear: both;
}

#tagLine {
	padding-top: 24px;
	padding-left: 10px;
	color: #0079cc;
}
#tagLine .specialist {
	padding-left: 10px;
	font-size: 22pt;
	display: block;
}
#tagLine .locksmiths {
	font-size: 26pt;
	display: block;
	line-height: 65%;
}
#tagLine .in {
	padding-left: 24px;
	font-size: 19pt;
	display: block;
	float: left;
}
#tagLine .kent {
	font-size: 26pt;
	padding-left: 6px;
}

#callUs {
	color: #808080;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
}

.heading, h1 {
	color: #0079cc;
	font-size: 16pt;
	margin-bottom: 0.3em;
	font-weight: normal;
}

#footer {
	clear: both;
	height: 20px;
	background: #e5e5e5;
	padding: 0.5em 1px;
}
#footer, #footer a {
	color: #888;
	text-decoration: none;
}
#footerLinks {
	float: left;
}


/*
drop down menu
*/
.dropDown {
	position: absolute;
	display: none;
	width: 185px;
}
.dropDownShadow {
	width: 185px;
	background: url(/custom/images/ddmshadow.png) repeat-y;
}
.dropDownTop {
	background: url(/custom/images/ddmtopbg.gif) repeat-x;
	height: 11px;
	overflow: hidden;
	width: 160px;
	margin-left: 12px;
}
.dropDownBottom {
	background: url(/custom/images/ddmshadowbottom.png) no-repeat;
	height: 9px;
	overflow: hidden;
	width: 185px;
}
.dropDownContent {
	background: #fff url(/custom/images/ddmbg.gif) repeat-x top;
	width: 160px;
	margin-left: 12px;
}
.dropDownNav {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #7f7f7f;
}

.smallText {
	font-size: 8pt;
	color: #999;
}

.formInput {
	width: 200px;
	border: 1px solid #0079cc;
}
textarea.formInput {
	height: 80px;
	overflow: auto;
}

.button {
	border: 1px solid #0079cc;
	background: #eee;
	color: #0079cc;
	font-size: 9pt;
	padding: 2px;
}

#externalLinks {
	padding-top: 0.9em 0 5px 0;
	clear: both;
	text-align: center;
}

#headerText {
	font-size: 19pt;
	color: #c00000;
	font-weight: bold;
	float: right;
	padding-top: 50px;
	padding-right: 8px;
}

#lhsText {
	padding: 1em 12px;
}

#quickContactFormContainer {
	margin: 0 12px;
}

#quickContactForm {
	padding: 25px 0 1em 0;
	color: #0079cc;
}
#quickContactForm p {
	margin-bottom: 0.5em !important;
}
#quickContactForm label {
	width: 80px;
	font-weight: bold;
}
#quickContactForm .formInput {
	width: 120px;
}

#clock {
	background: url(/custom/images/clockbg.jpg) no-repeat center;
	height: 35px;
	margin-top: 6px;
	text-align: center;
	font-size: 14pt;
	line-height: 34px;
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

#mapText {
	padding-top: 61px;
	padding-left: 27px;
}

#mapContactArea {
	width: 209px;
	height: 245px;
	background: url(/custom/images/phonebg.jpg) no-repeat bottom;
	float: left;
}
#mapContactAreaContent {
	padding-left: 14px;
}
#mapContactAreaContent #officeName, #mapContactAreaContent #officeNumber {
	color: #7f7f7f;
	font-size: 13pt;
}
#mapContactAreaContent #officeName {
	font-weight: bold;
	padding-top: 42px;
	padding-bottom: 10px;
}

#footerLogos {
	float: right;
}
#footerLogos img {
	vertical-align: middle;
	margin: 4px 2px;
}
#creditCards {
	padding: 0.5em 0;
}
#securityIsKey {
	text-align: center;
	margin-bottom: 3px;
}
#emergency, #tenPercentOff {
	text-align: center;
}
#tenPercentOff {
	margin-bottom: 5px;
}

#genuineKentLocksmiths {
	text-align: center;
	font-size: 135%;
	margin-top: 1em;
	color: #0079cc;
}