/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** LAYOUT **/
body {
	text-align: center;
	background: #0A0A0A url(../images/bg_home.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#frame {
	text-align: left;
	width: 847px;
	margin: 0 auto;
}

#header {
	height: 155px;
}

#header .logo {
	padding-top: 50px;
	padding-left: 10px;
}

.column {
	width: 415px;
	float: left;
}

.artarmon {
	margin-right: 17px;
}

.artarmon .copy {
	background: url(../images/bg_home_artarmon.jpg) no-repeat;
	height: 688px;
}

.pennant .copy {
	background: url(../images/bg_home_pennant.jpg) no-repeat;
	height: 688px;
}


.callToAction {
	padding-top: 13px;
	text-align: center;
	padding-bottom: 13px;
}

.promo {
	text-align: center;
}

.numbers {
	padding: 15px 30px 25px 30px;
}

.phone {
	float: left;
	width: 190px;
}

.label {
	font-weight: bold;
	color: #585858;
	font-size: 14px;
	padding-bottom: 4px;
	display: block;
}

.numbers .number {
	font-weight: bold;
	font-size: 18px;
}

.addressEmail {
	padding: 5px 30px 25px 30px;
}

.addressEmail .label {
	font-weight: normal;
	font-size: 13px;
}

.address {
	float: left;
	width: 190px;
}

.map {
	color: #7e7e7e;
	padding-top: 35px;
	padding-bottom: 13px;
}

.map .links {
	margin: 3px 3px 0 6px;
	font-size: 11px;
}

.map a {
	color: #fff;
}

#footer {
	font-size:10px;
	color:#fff;
	clear:both;
	padding:10px 0 40px 20px;
	margin-top: 10px;
	height:194px;
	line-height: 1.5;
	background: transparent url(../images/bg_home_footer.jpg) no-repeat top center;
}

#footer a {
	color: #fff;
}

#footer div.footer_left {
	float:left;
	width:315px;
	padding:0;
}
#footer div.footer_middle {
	float:left;
	width:217px;
	padding:0;
}
#footer div.footer_right {
	float:right;
	width:276px;
	padding:0;
	text-align:left;
}