
/* CSS Document */

body {
	background-color: #fff;
	background-image: url(../images/css-images/gradient-repeat2.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

a:link, a:visited, a:active {
	color: #f1f1f1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

.copyrights {
	float: left;
	font-size: 10px;
	color: #333;
}

#keyboard {
	background-image: url(../images/css-images/body-bg.jpg);
	background-repeat: no-repeat;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 600px;
}

#wrapper {
	margin: 0 auto;
	width: 985px;
}

#mainwrapper {
	/*background-image: url(images/css-images/main-bg.jpg);
	background-repeat: no-repeat;*/
	float: left;
	margin: 0 auto;
	position: relative;
	width: 985px;
}

#temp-image {
	/*background-image: url(images/dstone022107-cut800.jpg);*/
	background-repeat: no-repeat;
	height: 797px;
	width: 956px;
}

#flash {
	height: 285px;
	left: 100px;
	position: absolute;
	top: 40px;
	width: 775px;
	z-index: 1;
}

#header {
	background-image: url(../images/css-images/header.jpg);
	background-repeat: no-repeat;
	height: 51px;
	position: relative;
	width: 985px;
}

#topmenu {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 985px;
	z-index: 2;
}

#content-bg {
	background-image: url(../images/css-images/content-repeat.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 100%;
	position: relative;
	width: 985px;
}

#content {
	float: left;
	margin: 40px 0 0 20px;
	padding: 5px 75px 50px 75px;
	overflow: auto;
	width: 735px;
}

#content p {
	line-height: 130%;
}

#content-bg-home {
	background-image: url(../images/css-images/content-keyboard.jpg);
	background-repeat: no-repeat;
	height: 598px;
	position: relative;
	width: 985px;
}

#content-home {
	padding: 300px 50px 0px 50px;
}

#content-home h1 {
	text-align: center;
}

#content-home .news {
	background-image:url('../images/css-images/newsbox1024.png');
	background-color: #9D8964;
	/*background-image: url(../images/css-images/newsbox1024.png);*/
	background-repeat: no-repeat;
	/*border: 1px solid #333;
	filter: alpha(opacity=80);*/
	height: 216px;
	margin: 30px 0 0 550px;
	/*opacity: .8;*/
	padding: 0;
	width: 265px;
}

#content-home .newsbox-container {
	margin: 30px 0 0 550px;
	width: 270px;
}

#content-home .newsbox-top {
	background-image: url(../images/css-images/newsbox1024top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0
	padding: 0;
	width: 270px;
}

#content-home .newsbox-repeat {
	background-image: url(../images/css-images/newsbox1024repeat.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 270px;
}

#content-home .newsbox-bottom {
	background-image: url(../images/css-images/newsbox1024bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 270px;
}

#content-home .newsbox-container h2 {
	border-bottom: 1px solid #333;
	background-color: #000080;
	color: #f1f1f1;
	text-align: center;
	padding: 3px;
}

#content-home .news-content {
	padding: 10px 10px 10px 15px;
	margin: 0;
}

#content-home .logos-container {
	float: left;
	padding: 50px 0 0 50px;
}

#content-home .logos {
	float: left;
	padding: 10px;
}

.marcom {
	background-image:url('../images/css-images/marcom.png');
	height: 56px;
	width: 100px;
}

.hermes {
	background-image:url('../images/css-images/hermes.png');
	height: 80px;
	width: 100px;
}

.videographer {
	background-image:url('../images/css-images/videographer.png');
	height: 72px;
	width: 100px;
}
	
.ava {
	background-image:url('../images/css-images/ava.png');
    height: 65px;
    width: 100px;
}	

#footer {
	background-image: url(../images/css-images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 51px;
	margin: 0 auto;
	position: relative;
	width: 985px;
}

#footermenu {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 985px;
	z-index: 2;
}

#poweredby {
	clear: both;
	color: #f1f1f1;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 965px;
}

#poweredby a {
	color: #f1f1f1;
	text-decoration: none;
}

#poweredby a:hover {
	text-decoration: underline;
}

