#container
{
	margin: 0 auto;
	width: 1010px;
	background: #c9bad1;
	border: #000 5px solid;
	font-family:Arial, Helvetica, sans-serif
}

#header
{
	background: #660099 url(../bsfimage1/bsfheader01.jpg) repeat-x 100% 0; 
	color: #fff;
	padding: 0px;
	height: 120px;
	border-bottom: #006633 5px solid;
	border-top: #000 0px solid;
}

#header h1 { margin: 0;
	padding: 35px 20px 0 0px;
	font-size: 15px;
	text-align: right;
	color: #fff;
}
#header h2 { margin: 0;
	padding: 0px 0px 0 0px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
#header h3 { margin: 0;
	padding: 0px 0px 0 0px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#navigation
{
	float: right;
	width: 765px;
	height: 30px;
	background: #c9bad1;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	border-right: 5px solid #660099;
}


#navigation li a:hover { 
background: #383 url(../bsfimage1/bsfhoverbutton.png);
font-size: 20px;
color: #fff;
 }
#navigation li.current a{ 
background: #383 url(../bsfimage1/bsfhoverbutton.png);
font-size: 20px;
color: #fff;
 }

#content-container
{
	float: left;
	width: 1000px;
	background: #ccc url(../t3dimage1/t3dbodybg01.jpg) 0;
}

#content
{
	clear: left;
	float: left;
	width: 988px;
	padding: 5px 0 50px 0;
	margin: 0px 0 0 10px;
	display: inline;
	border: solid #000 0px;
	background: url(bsfimage1/bsfcontent01.png) no-repeat left top;
}

#content h2 { margin: 0;
font-size: 20px;
 }
#content h3 { margin: 0;
font-size: 18px;
text-align: center;
 }

#contentvideo
{
	clear: left;
	float: left;
	width: 888px;
	padding: 5px 0px 100px 100px;
	margin: 0px 0 0 10px;
	display: inline;
	border: solid #000 0px;
	background: url(bsfimage1/bsfcontent01.png) no-repeat left top;
}








#contentlong
{
	clear: left;
	float: left;
	width: 988px;
	padding: 5px 0 50px 0;
	margin: 0px 0 0 10px;
	display: inline;
	border: solid #000 0px;
	background: url(bsfimage1/bsfcontent01.png) no-repeat left top;
}

#contentlong h2 { margin: 0;
font-size: 20px;
 }
#contentlong h3 { margin: 0;
font-size: 18px;
text-align: center;
 }
#contentlong h4 { margin: 0;
font-size: 18px;
text-align: left;
 }

#salebox
{
width: 75%;
height: 210px;
padding: 5px 0 5px 10px;
margin: 0 0 10px 0;
border: solid #cc99ff 1px;
}

#aside
{
	float: right;
	width: 180px;
	height: 400px;
	text-align: center;
	padding: 10px 0;
	margin: 4px 0px 0 5px;
	background: #c9bad1;
	display: inline;
	color: #000;
	border: solid #000033 3px;
}

#aside h2 { margin: 0;
font-size: 18px;
 }

#footer
{
	clear: left;
	background: #660099 url(../t3dimage1/t3dbodybg01.jpg) 0;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	color: #fff;
	height: 100px;
	border-top: #006633 5px solid;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 auto 0 auto;
	background: url(../t3dimage1/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #ffcc99;
	background: url(../t3dimage1/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #ffcc99;
	font-size:109%; 
	background: url(../t3dimage1/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

a:link {color:#000033;} /* unvisited link */
a:visited {color:#660099;} /* visited link */
a:hover {font-size:105%; color: #66cc00; background: #000; text-decoration: underline; } /* mouse over link */
a:active {color:#660099;} /* selected link */






.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.right { float:right; margin: 0 0 0px 0px; } 
.left { float:left; margin: 0 15px 15px 0; } 
.center { display: block; margin-left: auto; margin-right: auto } 

body { font-family: Arial, Helvetica, sans-serif;
color: #000033;
background: url(../bsfimage1/bsfmainbg01.jpg) repeat-x top;
background-color: #000;
}


