h1 {
	font-family: "Helvetica";
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: "Helvetica";
	font-size: 15px;
	font-weight: bold;
	color: #C00;
}
h3 {
	font-family: "Helvetica";
	font-size: 13px;
	font-weight: bold;
	color: #036;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-image: url(../imagens/fundoBody.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
.por{
	font-size: 10px;
	color:#999;
}
.blue{
	color:#036;	
}
#topo {
	height: 150px;
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/topo.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#conteudo {
	height: auto;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 1px;
}
#fotos {
	height: 140px;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	height: auto;
	width: 369px;
	margin-top: 20px;
}
#right {
	float: left;
	height: auto;
	width: 348px;
	margin-left:20px;
	margin-top: 20px;
}
#bottom {
	height: 30px;
	width: 417px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/bottom.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 360px;
	text-align: center;
}
.clear{
	clear:both;	
}
#produtos img{
	border:none;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 120px;
    height: 120px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/*skin jcaroussel*/
.jcarousel-skin .jcarousel-container {
    background-color:#f7f7f7;
}

.jcarousel-skin .jcarousel-container-horizontal {
	width: 673px;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  673px;
    height: 120px;
}

.jcarousel-skin .jcarousel-item {
    width: 120px;
    height: 120px;
    border: 1px solid #e5e5e5;
}

.jcarousel-skin .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 53px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../imagens/nextBtn.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../imagens/prevBtn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

