html,body { width:100%;height:100%;padding:0px;margin:0px;background-color:#ffffff; }
html {
	scrollbar-arrow-color:#000000;scrollbar-base-color:#999999;scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#f4f4f4;scrollbar-highlight-color:#ffffff;
	scrollbar-dark-shadow-color:white;scrollbar-3d-light-color:#9BAAC1;
}

.source-image { 
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;left:0;z-index: 1;
}

a {
	text-decoration:none
}

a.grey:active 	{ font-family: arial, serif; color: #918e8e; font-size:12px; text-decoration:none; } 
a.grey:visited 	{ font-family: arial, serif; color: #918e8e; font-size:12px; text-decoration:none; } 
a.grey:link 	{ font-family: arial, serif; color: #918e8e; font-size:12px; text-decoration:none; } 
a.grey:hover 	{ font-family: arial, serif; color: #ABB400; font-size:12px; text-decoration:underline; } 

a.white:active 	{ font-family: Helvetica, serif; color: #000000; font-size:18px; text-decoration:none; } 
a.white:visited { font-family: Helvetica, serif; color: #000000; font-size:18px; text-decoration:none; } 
a.white:link 	{ font-family: Helvetica, serif; color: #000000; font-size:18px; text-decoration:none; } 
a.white:hover 	{ font-family: Helvetica, serif; color: #ABB400; font-size:18px; text-decoration:none; }

.xTable {
    border-spacing: 0;         /*Others*/
    border-collapse: collapse; /*IE*/
    font-size: 0;              /*IE Images Only*/
    margin-left:auto;margin-right:auto;
    spacing:0px;padding:0px;
    vertical-align:top;
}
.xTable td { width:200px;line-height:20px;padding:0px;font-size:12px;color:#eeeeee;font-family:arial,serif;font-weight:normal;vertical-align:top; }

.wrapper {
	width:100%;height:600px;
	text-align:center;margin:auto;
}
.inner {
	width:1000px;height:600px;
	text-align:center;margin:auto;
}
.innerNav {
	float:left;
	width:656px;height:120px;
	text-align: center;
}
.innerNav ul {
	padding:0px;
	list-style-type: none;
	width:676px;height:120px;
	margin:auto;
}
.innerNav ul li {
	float: left;
	padding-left: 30px;
	display: inline;
	line-height: 120px;
}
.window1 {
	position:relative;
	display:block;
	width:1000px;height:600px;padding:1px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin:auto;
}
.window2 {
	position:absolute;left:0%;
	width:1001px;height:120px;
	margin-top:480px;
	background-color:#ffffff;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	z-index:5000;
}
.window3 {
	position:absolute;left:0%;
	width:1000px;height:120px;
	margin-top:480px;
	z-index:7000;
}
.window4 {
	float:left;
	width:299px;height:600px;
	border-right:1px solid #cccccc;
}
.window5 {
	float:left;
	width:700px;height:600px;
	text-align:left;
}
.window6 {
	position:absolute;left:0%;
	width:1001px;height:250px;
	margin-top:380px;
	background-image: url('http://www.ovelia-ny.com/images/logo.png'); background-repeat: no-repeat;
	z-index:6000;
}
.window7 {
	position:absolute;left:0%;
	width:1001px;height:60px;
	margin:auto;
	background-color:#ffffff;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	z-index:5000;
}
.spacer {
	width:600px;height:25px;
}
.footer {
	margin:auto;padding-top:10px;
	width:900px;
	font-size:12px;color:#ffffff;font-family:arial,serif;font-weight:normal;
	text-align:center;color:#454545;
}
img,a {
	outline:none;
}
img { 
	border:0; 
}
.res {
	width:324px;
	float:left;
	margin-top:37px;
}
h1 {
	display:inline;padding:0px;
	font-family: arial, serif; color: #838080; font-size:14px;
	padding:30px;
}
p {
	width:600px;padding:30px;
	font-family: arial, serif; color: #838080; font-size:12px;
	text-align:justify;
}
.bottomNav ul {
	padding:0px;
	list-style-type: none;
	width:860px;
	margin:auto;
}
.bottomNav ul li {
	padding-right: 30px;
	padding-left: 30px;
	display: inline;
}
.title {
	font-family: arial, serif; color: #800000; font-size:14px;
}

/*Begin Slide Show*/
#slideshow {
	position:relative;
}
#slideshow DIV {
	position:absolute;
	top:0;left:0;
	z-index:8;
	opacity:0.0;
	height:600px;
	background-color:#fff;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 600px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}


