@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #D71920;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: underline;
}

body {
 	 /*background: #FFF;*/
	text-align: center;
	font: 16px "Minion Pro";
	color: #312F1A;
	background-color: #600;	
	background-image: url(../images/flos_main_bkg_slice.png);
}

/** Main Layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 825px;
  	position: relative;
  	background:url(../images/bkg_shadow.png) no-repeat; 

}

#headercontainer {

}

#mainheader {
	height: 90px; 
	width:825px; 
	background:url(../images/flos_main_bkg_r1_c1.gif) no-repeat; 
	background-position:center;
}

#logo {
	position: absolute; 
	left: 30px; 
	top: -2px; 
	padding-top:5px; 
	background:url(../images/flag.png) no-repeat; 
	width: 179px; 
	height: 135px;
	text-align: center;
}
	
#navbar {
	width: 825px;
	height: 30px;
	text-align: center;
	position: absolute;
	left: 211px;
	color: #fff;
	font-size: 12px;
	padding-left: 2px;
	top: 58px;
}	
	
#flosnavbar {
}

#flashcontainer {
	height:305px; 
	background:url(../images/flos_main_bkg_r2_c1.gif) no-repeat; 
	background-position:center;
	text-align: center;
}

#bodycontainer {
	width:735px; 
	padding-left: 45px; 
	padding-right: 45px; 
	background:url(../images/flos_main_bkg_r3_c1.gif) repeat-y; 
	background-position:center
}

#body {
	width: 475px; 
	padding: 0 20px 0 20px;
}

#bodyfiller {
	font-size: 12px; 
	padding: 10px 0 10px 0;
	text-align: center;
}

#body1 {
	text-align: justify;
}
#body2 {
	position:absolute; 
	left: 560px; 
	height: 300px; 
	width: 220px; 
	border-left: 1px #035b7e solid; 
	top:410px;
}

#body2fill {
	height: 280px; 
	color: #FFF; 
	padding: 0 10px 0 10px;
}
#body2fill-top {
	background: url(../images/smallpanel_r1_c1.gif) no-repeat; 
	height:10px; 
	width: 200px;
}
#body2fill-center {
	background:url(../images/smallpanel_r2_c1.gif) no-repeat; 
	height:280px; 
	width: 180px; 
	padding: 0 10px 0 10px
}

#icons {
	float:right;
}

#body2fill-bottom {
	background:url(../images/smallpanel_r3_c1.gif) no-repeat; 
	height:10px;
}

#footercontainer {
	width: 825px; 
	padding-top: 40px; 
	background:url(../images/flos_main_bkg_r4_c1.gif) no-repeat top center; 
	color:#FFF; 
	font:'Minion Pro'; 
	font-stretch:extra-expanded;
	text-align: center;
}

h1 {	
  font: Bold 20px "Trajan Pro", serif;
  color: #D71920;
  font-weight: bold;

}

h2 {
	color: #630;
	padding: 5px;
	text-align: center;
	font: 16px "Book Antiqua";
	font-style: italic;
	font-weight: normal;
}

/**Gallery Thumbnails**/

.pic{
	float:left;
	margin:0 5px 5px 0;
	border:5px solid white;
	width: 65px;
	height: 60px;
}

.pic a{
	width:65px;
	height:60px;
	text-indent:-99999px;
	display:block;
}

