/* Reset CSS | v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */

body {
	margin-top: 20px;
	padding-bottom: 20px;
	background: url("/images/home/bground.jpg") repeat-x;
}

div#container {
	width: 800px;
	margin: 0 auto;
	background: #1b586f url(../images/home/container-bg.jpg) no-repeat;
}

div#content {
	padding: 40px 0 100px 105px;
}

/* Typography */

h1 {
	width: 299px;
	height: 84px;
	padding: 58px 396px 13px 105px;
	display: block;
	background: #032132 url(../images/home/h1-bg.png) no-repeat 105px 58px;
	text-indent: -9000px;
}

h2 {
	width: 680px;
	height: 41px;
	display: block;
	background: url(../images/home/h2-bg.png) no-repeat;
	text-indent: -9000px;
}

h3 {
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	height: 55px;
	margin-bottom: 25px;
	
}
	
	h3 strong {
		width: 180px;
		height: 34px;
		background: url(../images/home/h3-strong-bg.png) no-repeat;
		text-indent: -9000px;
		display: block;
		float: left;
	}
	
	h3 em {
		width: 392px;
		height: 34px;
		background: url(../images/home/h3-em-bg.png) no-repeat;
		text-indent: -9000px;
		display: block;
		float: left;
	}


ul {
	height: 235px;
	clear: both;
}

ul li {
	float: left;
	margin-right: 25px;
	
}

	ul a {
		width: 174px;
		height: 238px;
		display: block;
		text-indent: -9000px;
		border: 1px solid #052132;
	}
	
	ul li#offices a {
		background: #1e4052 url(../images/home/button-offices.jpg) no-repeat 0 0;
	}
	
		ul li#offices a:hover,
		ul li#offices a:focus {
			background: #1e4052 url(../images/home/button-offices.jpg) no-repeat -174px 0;
		}
	
	ul li#warehouse a {
		background: #1e4052 url(../images/home/button-warehouse.jpg) no-repeat 0 0;
	}
	
		ul li#warehouse a:hover,
		ul li#warehouse a:focus {
			background: #1e4052 url(../images/home/button-warehouse.jpg) no-repeat -174px 0;
		}
		
	ul li#ikon a {
		background: #1e4052 url(../images/home/button-ikon.jpg) no-repeat 0 0;
	}
	
		ul li#ikon a:hover,
		ul li#ikon a:focus {
			background: #1e4052 url(../images/home/button-ikon.jpg) no-repeat -174px 0;
		}
		
#zone {
	margin-top: 30px;
	width: 580px;
	text-align: center;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

#zone a{
	text-decoration: underline;
	color: #fff;
}

#zone a:hover{
	color: #1e4052;
}

#movies {
	width: 580px;
	margin: 2em 0;
	height: 67px;
}

#movieleft {
	float: left;
	position: relative;
	width: 284px;
	height: 67px;
	text-align: left;
	background-color: #002c43;
}

#movieright {
	float: right;
	position: relative;
	width: 284px;
	height: 67px;
	background-color: #002c43;
}

#addressfooter {
	margin: 5px auto;
	width: 650px;
	float: left;
	text-align: left;
	background-color: #fff;
}