/*
Tiny Trousseaux master styles for screen media
Developer: Livingston & Partners - 904.686.0056
http://www.livingstonandpartners.com
Updated: August 11 2005
*/


body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 1.5em;
	color: #333;
	background: #fff url(/assets/main/pink-back.jpg) top center repeat-x;
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */ font-size: small; }
html>body	{font-size: small;}

* { margin:0; padding:0; }

a				{ }
a:link			{ color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #999933; }
a:visited		{ color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #999933;} 
a:active		{ color: #999933; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #999933;} 
a:hover			{ color: #fff; text-decoration: none; background-color:#999933; padding-bottom: 0px; border-bottom: 1px solid #999933;} 

#navlist li a:link, #nav li a:visited {
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}

#navlist li a:hover {
	border-top: 2px solid #999933;
	color: #444;
	background: none;
  
	}

body.home #navlist #active a,
body.special #navlist #active a,
body.gifts #navlist #active a,
body.casual #navlist #active a,
body.about #navlist #active a,
body.email #navlist #active a,
body.contact #navlist #active a {
	border-top: 2px solid #999933;
	} 

#navlist a:link, #navlist a:visited { color: #fff; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #fff; }

#test a:link, 
#test a:visited { color: #fff; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #fff; }
.test:hover {}

#top {
	width: 950px;
	height: 61px;
	background-color: #FFECFF;
	border: 1px solid #FFCCFF;
	}
	
#frame {
    width: 950px;
    margin: 0 auto;
	padding: 0;
    text-align: left;
	clear:both;
	}
	
/* Header */

#header {
	width: 950px;
	border: 1px solid #999933;
	background: #F0F0F0 url(../images/header.gif) no-repeat;
	height: 76px;


	}

#header h1	{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999933;
	text-indent: -9999pt;



	}
	
/* Navigation */

#navlist {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 13px;
	}

#navlist ul, #navlist li {
	margin: 0 3px 0px 6px;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;

	}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #333;
	}

#navlist a:link#highlight, #navlist a:visited#highlight, #navlist a:hover {
	color: #000;
	}

#main {
	margin: 0 0 10px 0;
	border: 1px solid #999933;
	overflow: hidden;
	width: 100%;
	}

#side {
	float: left;
	margin: 10px 10px 10px 0;
	padding-left: 10px;
	width: 340px;
	text-align: left;
	}

#side p { padding-left: 10px;}
#side img {
	padding: 6px;
	border: 1px solid #999933;
	}


#sideinfo {
	float: left;
	margin: 10px;
	background-color: #F0F0F0;
	text-align: left;
	}

#sideinfolrg {
	float: left;
	margin: 10px 0 0 0;
	padding-left: 20px;
	width: 700px;
	background-color: #FFF4FF;
	text-align: left;
	}
	
#content {
	padding: 0;
	text-align: left;
	color: #333;
	margin: 10px;


	}

#content h1, #content h2, #info h1, #info h2, #side h2, #infosm h1, #infosm h2 {
	font-size: 160%;
	line-height: 1.5em;
	color: #999933;
	font-weight: 100;
	}
	
#side h2 {
	padding-left: 10px;
	}

#content h3, #info h3, #infosm h3 {
	font-size: 120%;
	line-height: 1.5em;
	color: #999933;
	font-weight: 100;
	}
	
#contentinfo {
	margin: 10px 0 0 390px;
	padding: 0;
	width: 318px;
	text-align: left;
	color: #333;
	}
	
#content p, #side p, #contentinfo p, #contentinfo p, #sideinfo p, #sideinfolrg p { margin-bottom: 15px;}


#info {
	border: 1px solid #999933;
	background-color: #f0f0f0;
	overflow: hidden;
	width: 100%;

	}

#infosm {
	border: 1px solid #FFCCFF;
	background-color: #FFF4FF;
	overflow: hidden;
	width: 100%;
	height: 150px;
	}
	
ul.bul li {
	list-style:none;
	margin:8px 0 10px 10px;
	padding:0 0 0 20px;
	background-repeat:no-repeat;
	font-size: 13px;
	}

ul.bul li.diamond {
	background-position:0px 5px;
	background-image:url("/assets/main/bullet-pink.gif");
	}

ul.bullet li {
	list-style:none;
	margin:-5px 0 10px 10px;
	padding:2px 0 0 20px;
	background-repeat:no-repeat;
	font-size: 13px;
	}

blockquote {
	width: 318px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	color: #663366;
	background: #f0f0f0 url(/assets/main/top.gif) no-repeat left top;
	}
	
#quote {
	margin: 0 10px 0 0;
	padding: 20px 20px 10px 20px;
	background: url(/assets/main/bottom.gif) no-repeat right bottom;
	}
	
#author {
	margin: 0 10px 0 0;
	padding: 0 0 20px 20px;
	color: #333;
	font-size: 80%;
	}

#tiny-form input.textcontact {
	padding: 4px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 300px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
  }

#tiny-form input.textreq {
	padding: 4px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 300px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #FF0000;
	color:#333;
  }

.form250 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 300px;
	padding: 4px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
  }

.form250join {
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 300px;
	padding: 4px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
  }

#tiny-form legend {
	font-weight: bold;
	color: #990000;
	padding: 4px 8px;
	background-color:#fff;
}

.form250 p {
	padding:0;
}

#footer {
	clear:both;
	margin: 20px;


	}

#content img {
   
	padding: 6px;
	border: 1px solid #999933;
	
}
.centrato {
	text-align: center;
}
.giustificato {
	text-align: justify;
}
.nohover a:hover { background-color: transparent; }
.nolink a:link {text-decoration: none; line-height:0; border-bottom:0px; background-color: transparent; }
</style>

