#main {
    background:#f0f0f0;
    background-image:url(images/LGlogo.jpg);
    background-repeat:no-repeat;
    width: 1000px;
    margin: 0 auto;
    position:relative;
    font: 13px Tahoma;
    cursor: default;
    border-radius: 20px;
    overflow: hidden;
}
#hd {height:60px;}
.spacer{clear:both; height:1px;}
.mainWindow{
margin:0px 150px;
border: 2px solid;
border-radius: 25px;
width:780px;
padding:14px;
moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}
/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf3;
background:#d2e5ff;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
text-align:left;
margin-bottom:8px;
}
#stylized h2 {
font-size:20px;
}
#block {
font-size:12px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
border-top:solid 1px #b7ddf2;
padding-bottom:10px;
padding-top:10px;
}
#block h4{
font-size:13px;
margin:0 0 5px 10px;
}
#block h5{
font-size:12px;
margin:0 0 5px 20px;
}
#block ul{
margin:5px;
}
#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:100%;
	height:51px;
	background: #000000;
	color: #999;
	font: 12px Arial, Helvetica, sans-serif;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#footer {
	margin:0;
	padding: 0;
	clear:both;
	width:100%;
	height:51px;
	background: #000000;
	color: #999;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nav-main {
	position: relative;
	z-index: 197;
}
ul.nav-main li:hover > ul {
	visibility: visible;
}
ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 199;
	cursor: pointer;
	background: #454545;
	border-top-left-radius: 20px;
}
ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/separator.gif) no-repeat right center;
}
ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul.nav-main li a:hover {
	color:#D6D6D6;
}
ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.gif) no-repeat right top;
}
ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 198;
	background: #454545;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}
ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;	
}

/*photobanner*/

.photobanner {
	height: 233px;
	width: 3550px;
	margin-bottom: 10px;
}

.photobanner img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;

	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


/*keyframe animations*/
.first {
	-webkit-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
	-ms-animation: bannermove 30s linear infinite;
	animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}

@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }

}
