/*  ------------------------------------------------------------------------
                         	Keyts Cleaning Services
    ------------------------------------------------------------------------  */



/*  ----------------------------|  TAGS  |----------------------------  */
body {
	font-family: arial, sans;
	color: #222;
	font-size: 12px;
	padding:0;
	margin: 0;
	line-height: 18px;
	background: #777;
}
a {
	color: #c03;
	text-decoration: underline;
	line-height: normal;
}
a:hover {
	text-decoration: none;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Arial Rounded MT Bold", helvetica, arial, sans;
	font-size: 22px;
	color: #039;
	margin-bottom: 7px;
	line-height: 26px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f60;
	margin-bottom: 2px;
}
a img {
	border: none;
}
p {
	margin: 10px 0;
	padding: 0;
	line-height: normal;
}
strong {
	color: #c03;
}
blockquote {
	line-height: 15px;
	width: 231px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	padding: 20px 0;
	border-bottom: 1px dotted #333;
}
hr {
	clear: both;
	margin: 10px 0;
}
ul {
	list-style: inside;
	padding: 0;
	margin: 0;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

/*  ----------------------------|  WRAP'S  |----------------------------  */
#wrap {
	text-align: center;
}
#container {
	background: #fff;
	width: 760px;
	text-align: left;
	margin: 10px auto;
	border: 10px solid #fff;
}
#address {
	height: 89px;
	width: 760px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	clear: both;
	background: url('images/footer.gif');
	border-top: 10px solid #fff;
}
#address a {
	color: #fff;
}
#address a:hover {
	text-decoration: none;
}
#header {
	width: 760px;
}
#topLinks {
	padding: 0;
	margin: 0;
	float: left;
	line-height: normal;
}
#topLinks li {
	border-left: 1px dotted #333;
	padding: 0 16px;
	font-size: 11px;
	float: left;
	list-style: none;
	height: 21px;
}
#topLinks li a {
	text-transform: uppercase;
	font-weight: bold;	
	text-decoration: none;
}
#topLinks span {
	font-size: 10px;
	font-weight: bold;
}
#topLinks div {
	cursor: pointer;
}
#banner {
	clear: both;
	width: 760px;
	height: 180px;
	background: url('images/banner.jpg');
}
#content {
	clear: both;
	padding: 30px 0 10px 0;
}
#leftContent {
	float: left;
	width: 401px;
	border-right: 1px dotted #333;
	padding-right: 40px;
}
#rightContent {
	float: left;
	width: 260px;
	margin-left: 40px;
}
/*  ----------------------------|  CLASSES  |----------------------------  */
.company, label {
	display: none;
}
.logo {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	background: url('images/keyts-logo.gif') no-repeat;
	cursor: pointer;
}
