body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	color:#BFBFBF;
	background-repeat: repeat;
	background-image: url(http://webimages.cafesilencio.net.s3.amazonaws.com/whiteStripes.gif);	
}
a{
	color:#303948;
}


img{
border-style: none;
}
#header{
	background-repeat: repeat-x;
	background-image: url(http://webimages.cafesilencio.net.s3.amazonaws.com/headerGradientSmall2.png);	
}

#headerMenu{
	margin-top: 0px;
	width: 100%;
	height: 200px;
	background-repeat: repeat-x;
	background-image: url(http://webimages.cafesilencio.net.s3.amazonaws.com/menuHeaderGradient.png);	
}
#primary{

	padding:1px 0 2em 0;
}

#whiteHorizontalSpacer
{
	background-color: black;
	width: 100%;
	height: 2px;

}
#headerMenuContents
{
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0em;
}
#headerMenuContents .block{
	float:left;
	width: 30%;
	/* margin:0 0 0 5%; */
	margin-left:3.9%;
}
#headerMenuContents .twice-length{ width:65%; }
#headerMenuContents .thrice-length{ width:100%; }
#headerMenuContents .first, * html #headerMenuContents .first{
	clear:both;
	margin:0;
}
#headerMenuContents .block-separator{
	clear:both;
	height:2.5em;
}
#headerMenuContents .block h2, #headerMenuContents .block h3{
	margin:0 0 2em 0;
}

ul.menuItem{
	font-size: small;
	font-family: cursive, Helvetica, Verdana, Arial, sans-serif;
margin:1.5em 0 2em 0;
	list-style-type:none;
	border-top:1px solid #384355;
}
ul.menuItem li{
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #384355;
}
ul.menuItem a{
	font-size: small;
	color: #637694;
	text-decoration:none;
}
ul.menuItem a:hover{ 
	color:#FFF;
}

ul.menuItem ul{
	margin:0;
}
ul.menuItem ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}


ul.techUsedItem
{
	text-decoration: none;
	border-bottom-width: 0px;
	font-size: small;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 125px;
	list-style-type:none;
}
ul.techUsedItem li{
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-top-width: 0px;
	margin-left: 2em;
	margin-bottom: 3px;
	margin-right: 0;
	margin-top: 0;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	list-style-type: none;
}


.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	clear:both;
}
#prodTeaser{
float: left;
}



.titleText{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #384355;
}
.mainBodyText{
	font-size: small;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#leftColumnBody{
margin-right: 15px;
float: left;
width: 50%;
}
#rightColumnBody{
float: right;
width: 45%;

}
.mainBodyText a{
	font-weight: bold;
	font-size: small;
	color: #600008;
}
.footer{
clear: both;
}

.floatLeft
{
clear: both;
float: left;
margin: 0 10px 0 0;

}