* {padding:0; margin:0}

body {font-family: arial,Helvetica,sans-serif;
	color: #333;
	background:#fff;
	background-image: url(../images/grey.png);
	background-repeat: repeat;
	font-size:12px;
	top:0; left:0;
	margin:0; padding:0;}
	
h1 {font:20px arial,Helvetica,sans-serif; margin:20px 0 12px}

p {line-height:1.2; margin-bottom:12px; color:#333}

ul { list-style-type: none; }

/*a {color:#333; text-decoration:none}*/



/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: blue;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: blue;
} 

td { 
    padding: 4px;
}


#bannerNav {height:160px; margin: 0px auto; width: 950px; z-index:1005; position:relative}


#container {
	width:950px;
	min-height:100%;
	position:relative;
	margin: 10px auto 10px auto;
	background-color:#e0bfa3;
	border: 4px solid #040000;
	border-radius: 10px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

#content {
	width:900px;
	margin: 0 auto 0 auto;
	overflow:hidden;

	}
	
.style1 {
	font-size:14px;
	}

#centeredContent {
margin: 0 auto;
text-align: center; }

#easy_zoom{
	width:500px;
	height:400px;	
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:fixed;
	top:200px;
	left:500px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;	
}

div#video_player {
/*width: XXpx;*/
margin: 0 auto;
text-align: center;
}


div#fadeshow2toggler {
/*width: XXpx;*/
margin: 0 auto;
text-align: center;
}

    ul.slideshow {
        list-style:none;
        width:888px;
        height:355px;
        overflow:hidden;
        position:relative;
        margin:0;
        padding:0;
        
    }    
    ul.slideshow li {
        position:absolute;
        left:0;
        right:0;
    }
    ul.slideshow li.show {
        z-index:500;    
    }
    ul img {
        border:none;    
    }
    #slideshow-caption {
        width:300px;
        height:23px;
        position:absolute;
        bottom:0;
        left:0;    
        color:#fff;
        background:#000;
        z-index:500;
    }
    #slideshow-caption .slideshow-caption-container {
        padding:5px 10px;    
        z-index:1000;    
    }
    #slideshow-caption h3 {
        margin:0;
        padding:0;    
        font-size:14px;
    }
    #slideshow-caption p {
        margin:5px 0 0 0;
        padding:0;
    }
    
#image_pop {z-index: 9999; 
            position: absolute;
            top: 60px; 
            left: 10px;
            background: rgba(255,255,255,1);
            display: none;
            text-align: center;
            border-top-left-radius: 6px 6px;
            border-bottom-left-radius: 6px 6px;
            border-top-right-radius: 6px 6px;
            border-bottom-right-radius: 6px 6px;
            border-color:black;
            border-width: 3px;
            border-style:solid;
            }

#the_Image {margin: auto;
   position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
 
#video_pop {z-index: 9999; 
            position: absolute;
            top: 60px; 
            left: 10px;
            background: rgba(255,255,255,1);
            display: none;
            text-align: center;
            border-top-left-radius: 6px 6px;
            border-bottom-left-radius: 6px 6px;
            border-top-right-radius: 6px 6px;
            border-bottom-right-radius: 6px 6px;
            border-color:black;
            border-width: 3px;
            border-style:solid;
            }
            
            
#the_Video {margin: auto;
   position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

#youTube_pop {z-index: 9999; 
            position: absolute;
            top: 60px; 
            left: 10px;
            background: rgba(255,255,255,1);
            display: none;
            text-align: center;
            border-top-left-radius: 6px 6px;
            border-bottom-left-radius: 6px 6px;
            border-top-right-radius: 6px 6px;
            border-bottom-right-radius: 6px 6px;
            border-color:black;
            border-width: 3px;
            border-style:solid;
            }
            
            
#the_YouTube {margin: auto;
   position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}