/* CSS Document */

body {
	margin: 10px auto;
	background-color: #1E2C53;
	font-size:14px;
/*	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

td {
	vertical-align: top;
}


#mainBox {
	margin: auto;
	width: 945px;
	height: auto;
	text-align: left;
}

#logoBox {
    margin: auto;
	width: 945px;
	height: 150px;
	background-image: url(images/c1.jpg);
	background-repeat: no-repeat;
}

#contentBox {
	margin: auto;
	width: 945px;
	background-image:  url(images/c2.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}

#copyrightBox {
    margin: auto;
	width: 945px;
	height: 40px;
	background-image:  url(images/c3.jpg);
	background-repeat: no-repeat;

	/*padding: 0px 10px 0px 10px;*/
	color: #1E2C53;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}

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

a:hover {
	text-decoration: underline;
}

a.news {
	color: #3C4765;
	text-decoration: underline;
}

a.news:Hover {
	text-decoration: none;
}

a.menuButton {
	width: auto;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

a:hover.menuButton {
	color: #9AA7B8;
}

a.homeButton {
	width: 255px;
	height: 110px;
	display: block;
	padding: 5px;
	float: left;
}

a.corporateButton {
	width: 148px;
	height: 33px;
	background-image:  url(images/corpUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.corporateButton {
	background-image: url(images/corpOver.gif);
	background-repeat: no-repeat;
}

a.catalogButton {
	width: 90px;
	height: 33px;
	background-image:  url(images/catUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.catalogButton {
	background-image: url(images/catOver.gif);
	background-repeat: no-repeat;
}

a.newsButton {
	width: 78px;
	height: 33px;
	background-image:  url(images/newsUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.newsButton {
	background-image: url(images/newsOver.gif);
	background-repeat: no-repeat;
}

a.contactButton {
	width: 107px;
	height: 33px;
	background-image:  url(images/conUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.contactButton {
	background-image: url(images/conOver.gif);
	background-repeat: no-repeat;
}

a.lineButton {
	width: 103px;
	height: 33px;
	background-image: url(images/linUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.lineButton {
	background-image: url(images/linOver.gif);
	background-repeat: no-repeat;
}
	
#contentPadding {
	padding: 15px 5px 15px 20px;
	text-align: justify;
}

#newsPadding {
	padding: 15px 20px 15px 10px;
	text-align: justify;
	vertical-align: top;
}

#titleFont {
	font-weight: bold;
}

#preload {
	display: none;
}

#homeText {
	width: 635px;
}

#subMenu {
	text-align: left;
	padding: 3px 20px 1px 20px;
}

a.subMenu {
	color: #3C4765;
	text-decoration: none;
}

a.subMenu:hover {
	color: #FFFFFF;
}

#newsPictureBox {
	height: 150px;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
}

#newsSummaryBox {
	height: 80px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-size:12px;
}

#newsMainPictureBox {
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	padding:10px;
}

#newsMainBox {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-size:12px;
}

#newsListBox {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-size:12px;
}

#newsPicture {
	margin: 0px 0px 3px 10px;
}
