/* css for FrogLace Studios */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #5a5d62 url('images/bg_page.png') repeat-x 0 0;
 color: #efefef;
 font: 62.5%/1.5em "Trebuchet MS", Verdana,  Arial, "Lucida Grande", LucidaGrande,  sans-serif; 
 width: 99.9%;
}

img { border: none; }
p {
 font-size: 1.4em;
 margin: 0.75em 3%; 
}
h1 {
 font-size: 1.85em;
 font-weight: bold;
 color: #fff;
 margin: 0.75em 3%; 
}
h2 {
 font-size: 1.8em;
 margin: 0.75em 3%; 
}
h3 {
 font-size: 1.6em;
 font-weight: bold;
 color: #fff;
 margin: 0.75em 3%; 
}
h4 {
 font-size: 1.45em;
 font-weight: bold;
 margin: 0.75em 3%; 
}
a {
  color: #c59b16;
  text-decoration: none;
}
a:hover {
  color: #c59b16;
  text-decoration: underline;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
}

#header {
	margin: 0 0 0 0;
	height:108px;
	background: url("images/fls_logo.png") no-repeat 10px 4px;
}
#nav {
 min-height: 250px;
 padding-bottom: 10px; 
}
#left {
	float: left;
	width: 220px;
}
#left p.tmb {
 display: none; 
}
#right {
	float: right;
	width: 730px;
	min-height:830px; 
	background: url("images/bg_art-gypsy.jpg") no-repeat -220px 2px;
	/* background: url("images/bg_index-c.jpg") no-repeat -220px 0; */
	line-height: 2em;
}
body.inside #right {  
	background: url("images/bg_insideart-gypsy.jpg") no-repeat  -220px 2px;
	/* background: url("images/bg_inside-steam.jpg") no-repeat -220px 0; */
}
body.inside2 #right {
  background: url("images/bg_inside-steam.jpg") no-repeat -220px 0;
}
#right-left {
 float: left;
 width: 30%; 
 padding-top: 150px;
}
#right-left-special {
 float: left;
 width: 30%; 
 padding-top: 40px;
}

#right-right {
 float: right;
 width: 40%; 
}
p.starboard { 
  text-align: right;
  font-size: 0.98em;
}
p.midship { 
  text-align: center;
  font-size: 0.98em;
}
p.port { 
  text-align: left;
  font-size: 0.98em;
}
img.starboard { float: right; padding: 0 0 10px 10px; }
b.pluss { font-size: 1.1em; font-weight: bold;}

#subfooter {
  text-align: center;
  padding: 10px 0;
}
#footer {
	clear: both;
	height: 100px;
	text-align: center;
	color: #000;
	font-size: 0.85em;
	
}

.flsBX {
 width: 100%; 
}
.flsBX h2 {
 text-align: center; 
 font-size: 2.0em;
 line-height: 2.2em;
 font-weight: bold;
background:#112;
			color:#b49df0;
			text-shadow:0 -1px 0 rgba(0,0,0,0.3), 
						0 1px 0 rgba(255,255,255,0.5)
;

}
.store {
 width: 40%;
 float: left;
 margin-left: 5%; 
 margin-right: 3%;
 text-align: center;  
}
