/* reset */
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;
}



/* overall site attributes */
html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
	color: #3e3e3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/bg-body.gif) top center no-repeat;
}

p {
	padding: 0 0 12px 0;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #8c0801;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	padding: 0 0 130px 0;
}



/* container */
#container {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	background: #f1f1f1;
}

* html #container
{
	height: 100%;
}



/* header */
#header {
	width: 1000px;
	height: 164px;
	background: url(images/bg-header.jpg) no-repeat;
}

#header h1 {
	padding: 15px 0 0 36px;
}

#header h1 #logo {
	display: block;
	width: 330px;
	height: 98px;
	text-indent: -10000px;
	background: url(images/logo.gif) no-repeat;
}



/* banner */
#banner {
	width: 260px;
	height: 220px;
	padding: 36px 20px 0 720px;
	font-size: 11px;
	line-height: 14px;
	background: url(images/banner.jpg) top left no-repeat;
}
#banner li {
	margin: 0 0 10px 15px;
	list-style: url(images/bullet-point.gif)
}



/* content */
#content {
	width: 635px;
	height: 110px;
	padding: 14px 0 0 25px;
}



/* buttons */
#buttons {
	float: left;
	width: 619px;
	height: 143px;
	padding: 11px 15px 0 36px;
	background: url(images/bg-buttons.jpg) no-repeat;
}



/* contact */
#contact {
	float: right;
	width: 274px;
	height: 132px;
	padding: 11px 20px 11px 36px;
	background: url(images/bg-contact.gif) no-repeat;
}

#contact h2 {
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#contact p {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}



/* footer */
#footer {
	position: relative;
	margin-top: -100px;
	width: 100%;
	height: 100px;
	background: url(images/bg-footer.jpg) top center no-repeat;
}

#footer .inner {
	width: 948px;
	height: 81px;
	margin: 0 auto;
	padding: 19px 26px 0 26px;
	color: #fff;
	font-size: 11px;
	line-height: 81px;
}
