@charset "utf-8";
/* CSS Document */

body  {
    font-family: Tahoma, Georgia, serif;
	font-size: 12px;
    background: url(images/bg.jpg);
    margin: 0;
    padding: 0;
	color: fff;
}

.a {
color: #999999;
}

/* p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}
*/
.mainfont {
    font-family: Tahoma, serif;
	font-size:12px;
	color:#FFF
}

.headerfont {
	color:#FFFFFF
}

/*Header */

div#outertopDiv {
    width: 958px;
    margin: 0 auto;
}

div#header {
    height: 460px;
    position: relative;
	color:#FFFFFF;
}

#outertopDiv #logo {
    position: absolute;
    left: 15px;
    top: 0px;
	height: 114px;
	width: 210px;
    display: block;
    background: url(images/logo.png) no-repeat;
    border: none;
}

div#outertopDiv #language {
    font-family: Tahoma, serif;
    font-size: 0.9em;
    position: absolute;
    right: 27px;
    top: 100px;
    display: block;
}

div#outertopDiv #topaddress {
	font-family: Tahoma, serif;
	font-size: 0.8em;
	position: absolute;
	float:right;
	right: 26px;
	top: 8px;
	display: block;
}

#outertopDiv #menu {
	position: absolute;
	left: 19px;
	top: 56px;
	height: 55px;
	width: 921px;
	display: block;
	background: url(images/banner.png) no-repeat;
	border: none;
}

#outertopDiv #topPic {
    position: absolute;
    left: 12px;
    top: 182px;
	height: 254px;
	width: 932px;
    display: block;
    border: none;
}

/*Main Content*/

div#contentDiv {
    width: 958px;
    margin: 0 auto;
    background: #fff;
}

div#content {
	height: 75px;
	position: relative;
	background: url(images/bodybg.jpg) repeat;
}

div#contentGallery {
    height: 550px;
    position: relative;
	background: url(images/bodybg.jpg) repeat;
}

#content p {
    font-family: Tahoma, serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

div#content #mainIMG {
    position: absolute;
    left: 25px;
    top: 75px;
    display: block;
    border: solid 1px #000000;
}

div#content #headerTXT {
	position: absolute;
	left: 24px;
	top: 25px;
	display: block;
}

div#contentGallery #headerTXT {
    position: absolute;
    left: 25px;
    top: 25px;
    display: block;
}

div#content #mainTXT {
	position: absolute;
	left: 193px;
	top: 43px;
	display: block;
	width: 550px;
	margin: 0 0;
	padding: 25px 5px;
}

/*Contact Us*/

div#contentContact {
    height: 500px;
    position: relative;
	background: url(images/bodybg.jpg) repeat;
}

div#contentContact #contactTXT {
	font-family:Georgia, Helvetica, sans-serif;
	position: absolute;
	left: 263px;
	top: 76px;
	display: block;
	width: 450px;
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#contentContact #mainIMG {
    position: absolute;
    left: 25px;
    top: 75px;
    display: block;
    border: solid 1px #000000;
}

div#contentContact #headerTXT {
    position: absolute;
    left: 25px;
    top: 25px;
    display: block;
}

div#contentContact #map {
	position: absolute;
	left: 268px;
	top: 223px;
	display: block;
	border: solid 1px #000000;
}

/*Menu*/

div#contentMenu {
    height: 2725px;
    position: relative;
	background: url(images/bodybg.jpg) repeat;
}

div#contentMenu #headerTXT {
    position: absolute;
    left: 25px;
    top: 25px;
    display: block;
}



/*Footer*/

div#footerDiv {
    width: 958px;
    margin: 0 auto;
    background: #fff;
}

div#footer {
    height: 25px;
    position: relative;
}
