/* ------- CSS Resets -------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

body {
	line-height: 1.3;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*--- end of resets ---*/

html{
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:0.9em;
	color:#FFFFFF;	
	
}

body{
	background:#FFFFFF;
}

h1{	
	padding-top:5px;
	font-size:1.3em;
	font-weight:bold;
	margin-left:10px;
	color:#525242;
}

p {
	padding-top:5px;
	padding-left:0px;
	padding-right:25px;
	font-size:12px;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color:#514b3f;
}

.flash-area p {
	padding-left:120px;
	padding-right:125px;
}

.main-top{
	width:800px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:url(../images/top.jpg) no-repeat;
}

.main-top a,.main-top a:visited{
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	color:#525242;
	margin-top:3px;
	
}

.main-top a:hover{
	text-decoration:none;
}

a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.main-full{
	clear:left;
	width:800px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;	
	background:url(../images/tile.jpg) repeat-y;
	
}

.main-left{
	float:left;
	margin-left: 7px; 
	margin-right: 10px;
	margin-top: 10px;
	width:400px;
	height:620px;
	background-color:#F8F4ED;
}

.main-right-top{
	float:right; 
	width:187px;
	height:70px;
	margin-right: 0px;
	background:url(../images/boscome_love.png) top right no-repeat;
	
}

.main-right{
	float:right; 
	width:370px;
	height:530px;
}

.left-img{
	float:left;
	padding-left: 20px;
	padding-top: 20px;
}

.flash-area{
	position:relative;
	width:1000px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background:url(../images/tile.jpg) top left repeat-y;
	background-position: 100px 10px
}

.main-foot{
	width:780px;
	height:172px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;	
	margin-top:0px;
	background:url(../images/tile.jpg) top left repeat-y;
	padding-left:10px;
	padding-right:10px;
}

.main-foot p{
	padding-top:2px;
	padding-left:5px;
	padding-right:25px;
}

.foot{
	width:780px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;	
	margin-top:0px;
	background:url(../images/footer.jpg) no-repeat bottom left #efebd2;
	padding-left:10px;
	padding-right:10px;
}

.main-smallfoot{
	width:780px;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
	margin-top:0px;
	background:url(../images/footer.jpg) no-repeat bottom left #efebd2;
	padding-left:10px;
	padding-right:10px;

}

.pad10{
	padding:0px;
}

strong{
	font-weight:bold;
}


/*--- navigation ---*/

.main-menu {
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}

.main-menu li {
	float:left;
	font-size:1.3em;
	font-weight:bold;
	padding-right:12px;
}


