/* general CSS */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #000000;
}

#container {
	width: 100%;
	margin-top: 30px;
}

#main-content {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}


/* header */

#main-content #header {
	width: 100%;
}

#main-content #header .logo {
	width: 906px;
	height: 103px;
	background: url(images/Home_03.png) center center no-repeat;
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content #header #menu-holder {
	position: relative;
	width: 518px;
	margin: 0px auto 0px auto;
}


/* menu */

#main-content #header .menu {
	width: 518px;
	height: 32px;
	background: url(images/menu.png) top no-repeat;
	overflow: hidden;
	float: left;
	display: inline;
}

#main-content #header .menu ul li {
	list-style: none;
	float: left;
	display: inline;
}

#main-content #header .menu ul li a {
	display: block;
	height: 32px;
	float: left;
	font-size: .7em;
	
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content #header .menu ul li a.home {
	width: 84px;
}

#main-content #header .menu ul li a.home:hover, #main-content.home #header .menu ul li a.home {
	background: url(images/menu.png) 0px bottom no-repeat;
}

#main-content #header .menu ul li a.about {
	width: 82px;
}

#main-content #header .menu ul li a.about:hover, #main-content.about #header .menu ul li a.about {
	background: url(images/menu.png) -84px bottom no-repeat;
}

/* #main-content #header .menu ul li a.brochure {
	width: 82px;
}

#main-content #header .menu ul li a.brochure:hover, #main-content.brochure #header .menu ul li a.brochure {
	background: url(images/menu.png) -166px bottom no-repeat;
} */

#main-content #header .menu ul li a.model {
	width: 151px;
}

#main-content #header .menu ul li a.model:hover, #main-content.model #header .menu ul li a.model {
	background: url(images/menu.png) -166px bottom no-repeat;
}

#main-content #header .menu ul li a.gallery {
	width: 108px;
}

#main-content #header .menu ul li a.gallery:hover, #main-content.gallery #header .menu ul li a.gallery {
	background: url(images/menu.png) -317px bottom no-repeat;
}

#main-content #header .menu ul li a.contact {
	width: 91px;
}

#main-content #header .menu ul li a.contact:hover, #main-content.contact #header .menu ul li a.contact {
	background: url(images/menu.png) -425px bottom no-repeat;
}

#main-content #header .menu ul li a.sponsor {
	width: 106px;
}

#main-content #header .menu ul li a.sponsor:hover, #main-content.sponsor #header .menu ul li a.sponsor {
	background: url(images/menu.png) -598px bottom no-repeat;
}



/* content */

#main-content #content {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/home_background.png) center center no-repeat;
	margin-top: -22px;
}

#content .text {
	margin: 100px 0px 0px 30px;

	padding: 8px;
	width: 450px;
	height: auto;  
}

#content p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

#main-content #content.about {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/about_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content.brochure {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/brochure_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content.model {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/model_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content.gallery {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/gallery_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content.contact {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/contact_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content.sponsor {
	float: left;
	height: 501px;
	width: 906px;
	background: url(images/sponsor_background.png) center center no-repeat;
	margin-top: -22px;
}

#main-content #content .enlarge {
	float: left;
	height: 59px;
	width: 123px;
	padding-left: 55px;
	padding-top: 113px;
	text-indent: -999em;
	display: inline;
}

#main-content #content .enlarge ul li {
	display: inline;
	float: left;
}

#main-content #content .enlarge ul li a {
	display: block;
	float: left;
	height: 59px;
	width: 123px;
}

#main-content #content .enlarge ul li a.enlargebrochure {
	background: url(images/enlarge_out.png) no-repeat;
}

#main-content #content .enlarge ul li a.enlargebrochure:hover {
	background: url(images/enlarge_in.png) no-repeat;
}

/************************************************************************/
/*							Contact Page								*/
/************************************************************************/

#info {
	float: left;
	margin: 126px 0px 0px 227px;
	width: 308px;
	height: 196px;
	padding: 20px;
	line-height: 20px;
}

#info p {
	font-size: 14px;
}

#info strong {
	font-size: 15px;
}

#info a {
	text-decoration: none;
}

/************************************************************************/
/*									Footer								*/
/************************************************************************/

#main-content #footer {
	height: 20px;
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	text-align: center;
}

#main-content #footer h1 {
	font-size: 12px;
}

#slider {
	background-color: white;
	border: solid 1px gray;
	margin: 105px auto 0px auto;
}
