/* CSS Document */
body{
	padding:0px;
	background:#fff;
	color:#616161;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}

.clear {clear: both; margin: 0px; height:0}

p a{font:10px/14px Tahoma, sans-serif; color:#868e36; text-decoration:underline;}
p a:hover{ color:#868e36; text-decoration:none;}

.headline{
	color:#868e36;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
.headline2{font:10px/14px Tahoma, Geneva, sans-serif; color:#9d1263; font-weight:bold}

#container{
	width:775px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
}

/* top */

#topLine{
	width:775px;
	height:14px;
	background:#e9e9e9;
}

/* logo*/

#logoPan{
	width:775px;
	height:92px;
	position:relative
}

#logoPan img#logo{
	position:absolute;
	top:0;
	left:1px
}
#logoPan img#slogan{
	position:absolute;
	top:43px;
	left:348px
}

/* menu */

#menuPan{
	width:775px;
	height:38px;
	background:#f8dae8;
	position:relative;
}

#menuPan ul.menu{
	position:absolute;
	top:11px;
	left:2px;
	width:770px
}
#menuPan ul.menu li{
	height:16px;
	margin-right:22px;
	float:left;
	margin-left: 22px;
}
#menuPan ul.menu li a{
	height:16px;
	display:block;
	text-indent: -20000px;
}
#menuPan ul.menu li a:hover{height:16px;}

#menuPan ul.menu li.btn_1 a{
	width:60px;
	background:url(../images/btn_1.gif) 0 0 no-repeat;
}
#menuPan ul.menu li.btn_1 a:hover{
	width:60px;
	background:url(../images/btn_1_over.gif) 0 0 no-repeat;
}

#menuPan ul.menu li.btn_2 a{
	width:135px;
	background:url(../images/btn_2.gif) 0 0 no-repeat;
}
#menuPan ul.menu li.btn_2 a:hover{
	width:135px;
	background:url(../images/btn_2_over.gif) 0 0 no-repeat;
}

#menuPan ul.menu li.btn_3 a{
	width:90px;
	background:url(../images/btn_3.gif) 0 0 no-repeat;
}
#menuPan ul.menu li.btn_3 a:hover{
	width:90px;
	background:url(../images/btn_3_over.gif) 0 0 no-repeat;
}

#menuPan ul.menu li.btn_4 a{
	width:95px;
	background:url(../images/btn_4.gif) 0 0 no-repeat;
}
#menuPan ul.menu li.btn_4 a:hover{
	width:95px;
	background:url(../images/btn_4_over.gif) 0 0 no-repeat;
}

#menuPan ul.menu li.btn_5{margin-right:0}
#menuPan ul.menu li.btn_5 a{
	width:110px;
	background:url(../images/btn_5.gif) 0 0 no-repeat;
}
#menuPan ul.menu li.btn_5 a:hover{
	width:110px;
	background:url(../images/btn_5_over.gif) 0 0 no-repeat;
}

#menuPan ul.menu li.line{width:9px; background:url(../images/bullet_m.gif) 0 4px no-repeat}

/* HEADER */

#header img#slogan2{
	position:absolute;
	top:66px;
	left:307px
}

/* content */

#content{
	width:775px;
	position:relative;
	background:#FFF
}
#rightPan{
	width:775px;
	float:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

#featured h2{
	height:38px;
	position:relative;
	margin-bottom: 6px;
	background-image: url(../images/accesorio.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#featured p.headline{margin-bottom:5px}
.featItem{
	width:150px;
	float:left;
	margin-right:20px;
	margin-left: 15px;
	margin-top: 15px;
}
.featItem#i03{
	margin-right:20px;
	margin-top: 15px;
	margin-left: 15px;
}
.featItem img{margin-bottom:15px}

.clear#end{height:20px}

/* footer */

#footer{
	height:49px;
	clear:both;
	width:775px;
	margin: 0 auto;
	background-color: #f8dae8;
}
#footer p{
	font:10px/16px Tahoma, sans-serif;
	font-weight:normal;
	text-align:center;
	color:#000;
	padding-top: 10px;
}
#footer p a{
	font:10px/16px Tahoma, sans-serif;
	font-weight:normal;
	color:#000;
	text-decoration:none
}
#footer p a:hover{text-decoration:underline; color:#000}
