@import "nav.css";

/* Elements */
* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	background: url(../img/bg.jpg) top left #FBF8E9;
	overflow: hidden
}

body, th, td, input, select, textarea {
	font: normal 12px Times New Roman, sans-serif;
	color: #FCF8E8
}

input, select {border: 1px solid #000}

li {list-style-type: none}

a:link, a:visited, a:hover, a:active {
	color: #FCF8E8;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #838d5f;
	text-decoration: none;
	outline: none;
}

a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	color: #838d5f;
}


h1{
	position: absolute;
	top: 37px;
	left: 145px;
	text-indent: -5000px;
	background: url(../img/logo.gif) no-repeat;
	width: 155px;
	height: 92px;
}

h1 a{
	width: 155px;
	height: 92px;
	display: block;
}

/* IDs */
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 435px;
	height: 460px;
	margin: -229px 0 0 -218px;
	overflow: hidden;
}

#header{
	background: url(../img/top.gif) no-repeat top left;
	height: 165px;
	text-align: center
}

#content {
	background: #FCF8E8;
	height: 267px;
	padding-left: 10px;
}

#moldura {
	position: absolute;
	top: 165px;
	left: 0;
	z-index: 2;
}

#footer {
	background: url(../img/bottom.gif) no-repeat 44px 0;
	margin-top: 2px;
	padding-top: 5px;
	height: 26px;
	letter-spacing: 4px;
}

#footer img{
	position: relative;
	top: 3px;
}

#footer .home{margin-left: 72px;}

#footer .casamento{margin: 0 6px 0 149px}

#footer .infantil{margin: 0 8px 0 165px}

#footer .divertidos{margin: 0 8px 0 153px}

#footer .pirulitos{margin: 0 8px 0 162px}

#footer .minibolos{margin: 0 8px 0 148px}

#footer .doces{margin-left: 185px}

/* Classes */

.left {float: left}

.right {float: right}

.clear {clear: both}

.noborder {
	border: 0 !important;
	background-color: transparent !important;
	background-image: none !important
}