/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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;
}

/*global*/
* { margin: 0; 	padding: 0; }

body {
	margin: 0;
	background-color: #fff;
	background-image: url(../images/bg-homepage.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
} 

p {
	margin-bottom: 15px;
}

img {
	border: 0px;
}

.clear {
	clear: both; 
	line-height: 0; 
	font-size: 0;
}
	
#header {
	width: 900px;
	padding: 0px 50px;
	margin-left: auto;
	margin-right: auto;
}

/*nav*/
#nav {
	width: 900px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
	display: block;
	list-style-type: none; 
}

#nav  li { 
	text-indent: -9999px;
	overflow: hidden;
	display: inline; 
	float: left;	
}

#link01 a {
	width: 101px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: 0px 0px;
}

#link01 a:hover {
	background-position: 0px -75px;
}

#link02 a {
	width: 69px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -101px 0px;
}

#link02 a:hover {
	background-position: -101px -75px;
}

#link03 a {
	width: 62px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -170px 0px;
}

#link03 a:hover {
	background-position: -170px -75px;
}

#link04 a {
	width: 73px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -232px 0px;
}

#link04 a:hover {
	background-position: -232px -75px;
}

#link05 a {
	width: 89px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -305px 0px;
}

#link05 a:hover {
	background-position: -305px -75px;
}

#link06 a {
	width: 93px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -394px 0px;
}

#link06 a:hover {
	background-position: -394px -75px;
}

#link07 a {
	width: 131px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -487px 0px;
}

#link07 a:hover {
	background-position: -487px -75px;
}

#linkbg {
	width: 282px;
	height: 75px;
	display: block;
	background-image: url(../images/nav-homepage.jpg);
	background-position: -618px 0px;
}

/*texts*/

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

/*main img, content*/
#mainimgholder, .maincontent {
	width: 900px;
	padding: 0px 50px;
	margin-left: auto;
	margin-right: auto;
}

.contentdiv01 {
	width: 422px;
	padding: 10px 30px 10px 50px;
	float: left;
	text-align: left;
}

.contentdiv02 {
	width: 398px
	float: left;
}

.texthomepage {
	width: 900px;
	padding: 0px 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/*footer*/
.footer {
	width: 800px;
	padding: 20px 100px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #858480;
}

.footer a {
	color:  #858480;
	text-decoration: none;
}

.footer a:hover {
	color: #858480;
	text-decoration: underline;
}
	
	