﻿/* Reset Spacing For All Browsers */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

a {
	outline: none;
}

/* Framework */
body {
	padding-top: 50px;
	background: #fff url(/assets/images/bg-body.gif) repeat-x 0 0;
}

#power-cord {
	position: absolute;
	top: 430px;
	right: 0;
}

h1#logo-arerra {
	width: 177px;
	height: 49px;
	text-indent: -999em;
	background: url(/assets/images/logo-arerra.gif) no-repeat 0 0;
}

h1#logo-arerra a {
	display: block;
	width: 177px;
	height: 49px;
	outline: none;
}

#wrapper {
	margin: 0 auto; padding: 0 60px;
	width: 840px;
	min-height: 550px;
	_height: 550px;
	background: url(/assets/images/power-outlet.jpg) no-repeat 720px 15px;
}

#content {
	padding-top: 45px;
	width: 370px;
	font: 12px/16px arial, sans-serif;
	color: #333;	
}

#content p {
	padding-bottom: 20px;
}

#content a {
	color: #7f4400;
}

#content address {
	color: #7f4400;
}

#content address span {
	display: block;
}

#content address span.addr-company,
#content address b {
	color: #695e4a;
	font-weight: bold;
}