/*
	body background			: 6E003F
	logo background			: F9DEFA
	content background	: F3C4f5
	rosa								:	D16A97
	sugali							:	7A2F5A
	text								: 646363

*/

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* v1.0 | 20080212 / reset css by meyerweb.com 																								*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASE TAGS */
body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #930055;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F9DEFA;
}
a:link, a:visited {
	color: #D16A97;
	text-decoration: none;
	padding-bottom: 2px;
	}
a:hover {
	color: #494B91;
	text-decoration: none;
	padding-bottom: 2px;
	}
a:link img, a:visited img, a:active img {
	border: 3px solid #D16A97;
	}
a:hover img {
	border: 3px solid #FFFFFF;
	}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}
img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
img.alignabove {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 22px;
	color: #D16A97;
	margin: 0px 0 20px 0px;
	}
h2 {
	font-size: 18px;
	color: #7A2F5A;
	margin: 0px 0 10px 0px;
	padding: 0px 0 5px 0px;
	font-style: italic;
	line-height: 26px;
	}
h3 {
	font-size: 14px;
	color: #7A2F5A;
	padding: 0px 0 5px 0px;
	}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
hr {
	border: none 0;
	border-top: 2px solid #D16A97;
	height: 2px;
}


/* GENERIC CLASSES */
.clearer {
	clear: both;
}
.floatleft {
	margin: 8px 10px 0px 0px;
	float: left;
	} 
.floatright {
	margin: 8px 0px 0px 10px;
	float: right;
	}
.textright {
	text-align: right;
	}
.textcenter {
	text-align: center;
	}
.noborder {
	border: none;
	}
.smallcenter {
	text-align: center;
	font-size: 80%;
	}


/* STRUCTURE */
#container {
	position: relative;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	}
#container-header {
	width: 700px;
	padding: 0px 40px 0px 40px;
	height: 120px;
	}
#container-header #counter {
	position: absolute;
	height: 50px;
	width: 120px;
	margin: 5px 0px 0px 575px;
	text-align: center;
	color: #D16A97;
	}

/* NAVIGATION STRUCTURE */
#container-navigation {
	width: 700px;
	background-color: #D16A97;
	height: 24px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	}
#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
	}
#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
#navigation li a:hover {
	text-decoration: none;
	background-color: #6E003F;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}


/* FOOTER STRUCTURE */
#container-footer {
	border-top: 4px solid #D16A97;
	width: 700px;
	padding: 10px 0px 20px 0px;
	margin: 20px 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}
#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 700px;
	margin-bottom: 20px;
}
#footer-copyright {
	float: left;
	width: 700px;
	text-align: center;
}


/* CONTAINER STRUCTURE */
#container-content {
	width:700px;
	padding: 10px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
	}
#content {
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
	background-color: #F3C4f5;
	color: #666666;
	line-height: 19px;	
	}
#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}
#content .myBox {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #D16A97;
	width: 540px;	
	height: auto;
	overflow: auto;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}


.myboxLeft {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	float: left;
	width: 106px;
	height: auto;
	text-align: center;
	background-color: #D16A97;
	}
.myboxRight {
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 550px;	
	font-style: italic;
	}
.borderOff {
	border: none;
	}

/* catalogo */
#catalogo {
	font-size: 80%;
	}
#catalogo td {
	vertical-align: top;
	}
#catalogo .w40 {
	width: 40%;
	}
#catalogo .w30 {
	width: 30%;
	}


/* Small menu for inpage navigation */
#smallmenu { 
	top: 3px; left: 0px;
	width: 550px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px solid #7F7F7F;
	} 
#smallmenu ul {
	list-style: none; 
	margin: 0; 	
	padding: 1px 0px 1px 0px; 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	} 
#smallmenu li { 
	display: inline;
	} 
#smallmenu li a { 
	padding: 6px 10px 4px 10px; 
	color: #4C4C4C; 
	text-decoration: none; 
	}
#smallmenu li a:hover { 
	color: #A53822;
	background: none;
	}
