/*----------------[ GLOBAL ]-------------------*/

body {
	margin:0px;
	background:#efefef url('../images/bssm-body.jpg') repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0px 5px 0px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:10px 0px 10px 0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
a, a:link, a:visited{
	color:#002e8d;
	font-size:12px;
}
label{
	cursor:pointer;
}
dl {
	background:#ffffff;
}
dt {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	padding:5px 10px 1px 10px;
	border-bottom:1px solid #999999;
	background:#e1e1e1;
	clear:both;
}
dd {
	margin:0px;
	padding:10px;
	font-size:14px;
	line-height:19px;
}
p {
	font-size:14px;
	line-height:19px;	
}
.sold-out {
	font-size:24px;
	line-height:24px;
	color: red;
}

/*----------------[ GLOBAL NAVIGATION ]-------------------*/

.globalnav {
	height:39px;
	text-align:left;
	color:#808080;
	padding:0px;
	font-size:12px;
}
.globalnav ul {
	margin:0px;
	position:relative;
	top:12px;
	padding: 0px;
	list-style-type:none;
	list-style-image:none;
}
.globalnav ul li {
	margin: 0px auto;
	text-decoration:none;
	text-align:center;
	list-style-type:none;
	list-style-image:none;
	float:left;
}
.globalnav ul li a {
	display:block;
	color:#808080;
	font-size:12px;
	padding:5px;
	text-decoration:none;
}
.globalnav ul li ul {
	display: none;
}
.globalnav ul li:hover ul {
	margin: 0px auto;
	visibility: visible;
	display: block;
	position:absolute;
	top:20px;
	z-index:100;
	padding: 0px;
	border:solid 1px #999999;
	color:#333333;
 	background:#efefef;
	clear:both;
}
.globalnav ul li ul li {
	display:block;
	border: none;
	width:110px;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #999999;
	clear:both;
}	
.globalnav ul li ul li a {
	display:block;
	color:#333333;
	padding:5px 0px 3px 3px;
	font-size:11px;
}
.globalnav ul li ul li:hover {
	background:#cccccc;
}

/*----------------[ HEADER ]-------------------*/

.head {
	width:760px;
	height:115px;
	background:transparent url('../images/bssm-head.jpg') no-repeat;
	clear:both;
	cursor:pointer;
}
.head a {
	display:block;
	color:#ffffff;
	padding:3px;
	font-size:12px;
	text-decoration:none;
}
.head ul {
	margin: 0px;
	position:relative;
	top:87px;
	padding: 0px;
	list-style-type:none;
	list-style-image:none;
}
.head ul li {
	margin: 0px auto;
	text-decoration:none;
	padding:0px 5px;
	float:right;
	list-style-type:none;
	list-style-image:none;
}
.head ul li ul {
	display: none;
}
.head ul li:hover ul {
	margin: 0px auto;
	visibility: visible;
	display: block;
	position:absolute;
	top:17px;
	z-index:5;
	padding: 0px;
	border:1px solid #17242a;
	color:#ffffff;
 	background:#24363f;
	clear:both;
}
.head ul li ul li {
	text-align:left;
	width:130px;
	padding:0px;
	border-bottom:1px solid #17242a;
	float:left;
	clear:both;
}	
.head ul li ul li a {
	display:block;
	color:#ffffff;
	padding:5px 0px 3px 3px;
	font-size:12px;
}
.head ul li ul li:hover {
	background:#355362;
}

/*----------------[ HOMEPAGE ]-------------------*/

.hometable{
	border:none;
	margin:0px auto;
}
.homecol1{
	width:230px;
	border-right:1px solid #c0c0c0;
	padding:3px 10px 3px 10px;
}
.homecol2{
	width:230px;
	border-right:1px solid #c0c0c0;
	padding:3px 10px 3px 10px;
}
.homecol3{
	width:230px;
	padding:3px 10px 3px 10px;
}
.homepics{
	text-align:center;
}
.homepics img {
	/*border:1px solid #d7d7d7;*/
}
.homecol1 h1, .homecol2  h1, .homecol3 h1 {
	margin:0px;
	padding-top:7px;
}
.homecol1 p, .homecol2  p, .homecol3 p {
	margin:0px;
	padding-bottom:17px;
}
.homecol1 a, .homecol2 a, .homecol3 a {
	text-decoration:none;
}

/*----------------[ PAGE LAYOUT ]-------------------*/

.content{
	width:758px;
	border:1px solid #d7d7d7;
	font-size:12px;
	color:#333333;
	z-index:1;
	background:#ffffff;
}
.leftcol{
	width:480px;
	padding:20px 20px 30px 20px;
	float:left;
}
.rightcol{
	width:180px;
	border-left:1px solid #c0c0c0;
	padding:20px 20px 30px 20px;
	float:right;
}
.rightcol ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.rightcol ul li{
	padding:0px;
	border-bottom:1px solid #cccccc;
}
.rightcol ul li a{
	display:block;
	padding:5px;
	color:#002e8d;
	text-decoration:none;
}
.footer, .footer a, .footer a:link, .footer a:visited {
	color:#999999;
	padding:3px;
	font-size:11px;
}

/*----------------[ FORMS ]-------------------*/

.input {
	border:1px solid #999999;
	background:#ffffff;
	font-size:16px;
	color:#10516e;
	padding:5px;
}
.input:hover {
	background:#f5f5ef;
}
.disabledInput{
	border:none;
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.selectList {
	border:1px solid #999999;
	background:#ffffff;
	font-size:16px;
	color:#10516e;
	padding-top:5px;
	padding-bottom:5px;
}

.wrapper {
	width:760px;
	margin:0px auto 30px auto;
	text-align:left;
}
.underline {
	text-decoration: underline;
}

/*----------------[ START BUTTON STYLES ]-------------------*/

.button {
	border-top:1px solid #999999;
	border-right:3px solid #999999;
	border-bottom:4px solid #999999;
	border-left:1px solid #999999;
	background:#cccccc;
	font-size:16px;
	color:#333333;
	padding:5px;
	cursor:pointer;
}
.button:hover {
	background:#f5f5ef;
}
.med_btn_blue_c {
	background-image: url(../images/blue_btn_medim_c.gif);
	background-repeat: repeat-x;
	padding: 3px 10px 5px 10px;
	font-size: 12px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#efefef;
}
.med_btn_blue {
	cursor:pointer;
}
.med_btn_blue_l {
	background-image: url(../images/blue_btn_medim_l.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 11px;
}
.med_btn_blue_r {
	background-image: url(../images/blue_btn_medim_r.gif);
		background-repeat:no-repeat;
		height: 25px;
		width: 11px;
}
table.med_btn_blue:hover tr td.med_btn_blue_c {
	background-position: 0px -25px;
}
table.med_btn_blue:hover tr td.med_btn_blue_l {
	background-position: 0px -25px;
}
table.med_btn_blue:hover tr td.med_btn_blue_r {
	background-position: 0px -25px;
}

/*----------------[ MISC ]-------------------*/

.headerImg{
	clear:both;
}
.bulletless{
	list-style:none;
}
.bulletless li {
	margin:0px 0px 20px 0px;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.rightcolimg{
	position:relative;
	top:10px;
	left:-10px;
}
.grayborder {
	border:1px solid #c0c0c0;
}
.left_head {
	width:250px;
	text-align:left;
	float:left;
}
.right_head {
	width:220px;
	text-align:right;
	float:right;
}
.section_header {
	margin:10px 0px 10px 0px;
	color: #002e8d;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 10px 5px 0px;
	background: none;
	border-bottom: 1px solid #002e8d;
}
.featuredImg
{
	cursor:pointer;
}

/*----------------[ LIGHTBOX ]-------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

";

?>
