

/******************** GLOBALS ********************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, sans-serif;
	font-size: 13px;
	background: #FEDB00;
}
img {
	border: none;
}
h1 {
	font-size: 19px;
	padding: 0;
}

p {
	margin-bottom: 5px;
	text-indent: 1.5em;
}

a:link,
a:active,
a:visited {
	position: relative;
	text-decoration: none;
}	a:hover {}


.clear {
	clear: both;
}




/******************** TOP SECTION ********************/

#top_section {
	position: relative;
}

#header {
	position: relative;
	width: 750px;
	height: 320px;
	margin: 0 auto;
	background: url('../img/top_section_bg.jpg') center bottom  no-repeat transparent;
}

#jra_logo {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 150px;
		height: 80px;
		text-indent: -7000px;
		overflow: hidden;
		background: url('../img/jra_logo.gif') no-repeat transparent;
}




/******************** MIDDLE SECTION ********************/

#middle_section {
	position: relative;
	background: #FFF;
}

#top_section_overlap {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 50px;
	background: url('../img/top_section_overlap.jpg') center bottom no-repeat transparent;
}



#video_wrapper {
	position: absolute;
	width: 100%;
	height: 1px;
	z-index: 200;
}

#video_container {
	position: relative;
	margin: 0 auto;
	margin-top: 5%;
	padding: 10px;
	width: 400px;
	height: 300px;
	z-index: 300;
	background: #FFF;
}


#content_container {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	width: 550px;
}

#info {
	float: left;
	width: 260px;
	height: 140px;
	background: url('../img/info_bg.jpg') no-repeat transparent;
}
#video_button {
	position: relative;
	display: block;
	float: right;
	width: 260px;
	height: 140px;
	background: url('../img/video_button_bg.jpg') no-repeat transparent;
}


#shad {
	position: relative;
	margin: 10px 0;
	height: 40px;
	background: url('../img/shad_bg.jpg') center bottom  no-repeat transparent;
}


/******************** NAV ********************/
#nav {
	float: left;
	width: 260px;
}

ul#nav li {
	display: block;
	list-style: none;
	list-style-type: none;
}
ul#nav li a {
	display: block;
	height: 40px;
	text-indent: -7000px;
	overflow: hidden;
}	ul#nav li a:hover { background-position: center bottom; }

#welcome { background: url('../img/nav_welcome.jpg') no-repeat transparent; }
#about { background: url('../img/nav_about.jpg') no-repeat transparent; }
#kids { background: url('../img/nav_kids.jpg') no-repeat transparent; }
#wear { background: url('../img/nav_wear.jpg') no-repeat transparent; }

#content {
	float: right;
	width: 260px;
	color: #0068a7;
	text-align: justify;
}




/******************** BOTTOM SECTION ********************/

#bottom_section_overlap {
	position: relative;
	height: 70px;
	background: url('../img/bottom_section_overlap.jpg') center top  no-repeat transparent;
}

#bottom_section {
	position: relative;
	height: 150px;
	background: url('../img/bottom_section_bg.jpg') center top  no-repeat #FEDB00;
}






/******************** GLIDER ********************/

div#my-glider-horizontal div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	float: right;
	width: 260px; 
	height: 200px;
	overflow: hidden;
	}

div#my-glider-horizontal div.controls {
	float: left;
	width: 260px; 
}

div#my-glider-horizontal div.controls a {
	display: block;
	height: 40px;
	text-indent: -7000px;
	overflow: hidden;
}	div#my-glider-horizontal div.controls a:hover { background-position: center bottom; }
div#my-glider-horizontal div.controls a.active { background-position: center bottom; 	}		

	
	div#my-glider-horizontal div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 260px; 
		height:300px;
		color: #0068a7;
		font-size: 13px;
		text-align: justify;
		overflow:hidden;
		}
	div#my-glider-horizontal div.scroller div.content {
		width: 10000px;
		}
	div#my-glider-horizontal div#section2 {}
		


		
		





