.cont-inicio {
background-image:url(./img/inicio-bg.jpg);
background-position:0 -15px;
padding-left:50px;
padding-right:50px;
}

.cont-inicio h1 {
padding-left:15px;
padding-top:15px;
width:300px;
}

.cont-inicio h2 {
padding-top:110px;
}


.cont-inicio-b {
background-color:#AA0000;
padding:0px;
}

.cont-inicio-b h1 {
/*
padding-left:15px;
padding-top:15px;
width:300px;
*/
}

.cont-inicio-b h2 {
/*
padding-top:110px;
*/
}

#contents-up-b {
background-color:#00FF00;
}

#contents-down-b{
background-color:#0000FF;
}


.frontButtons {
	width: 200px;
	height: 80px;
	position: absolute;
	top: 125px;
	left: 480px;
	display: block;
	background-color:#ffbebe;
}



/*------------------------------------------------*/
#featuredProducts {
	width: 800px;
	/*margin: 0 auto; */
	padding-left:0px;
	height: 300px;
	position: relative;
	background-color:#ffffff;
}
#featuredProducts .wrapper {
	width: 730px;
	margin: auto;
	overflow: hidden;
	height: 300px;
	position: relative;
	background-color:#0000ff;
}
#featuredProducts ul {
	width: 730px;
	float: left;
	height: 300px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	background-color:#00ff00;
}
#featuredProducts ul ul {
	margin: 0;
	padding: 0;
}
#featuredProducts ul li,
#featuredProducts ul li.productItem {
	float: left;
	width: 730px;
	padding: 20px;
	height: 300px;
	position: relative;
	background-color:#ff0000;
}
#featuredProducts #archivePrev{
	width: 30px;
	height: 30px;
	background: url(/img/prevbtn.gif) no-repeat top center;
	position: absolute;
	top: 150px;
	left: 1px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	padding:2px;
}
#featuredProducts a#archiveNext {
	width: 22px;
	height: 22px;
	background: url(/img/nextbtn.gif) no-repeat top right;
	position: absolute;
	top: 150px;
	right: 6px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	padding:2px;
}

.productItem  p{
	width:450px;
}

/*------------------------------------------------*/


.front-icon {
float:left;
padding-right:15px;
padding-bottom:1px;
}

.twitter {
font-size:.9em;
font-family:'Courier New', Courier, monospace;
color:#363636;
width:700px;
height:65px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
border-top-style:solid;
border-color:#363636;
border-width:1px;
}

.twitter div blockquote {
font-family:'Courier New', Courier, monospace;
font-size:.9em;
font-weight:700;
color:#363636;
margin:5px;
}

.twitter img {
float:left;
height:40px;
width:40px;
margin-right:10px;
vertical-align:middle;
}

.twit {
padding-left:5px;
padding-right:5px;
padding-top:5px;
width:700px;
}

