


/********************** menu */

#menu {
	position: absolute;
	top: 100px;
	left: 0;
	width: 760px;
	height: 111px;
	background-image: url("../images/menu1.gif");
	background-repeat: no-repeat;
}

/********************** title */

#title01 {
	position: absolute;
	top: 211px;
	left: 0;
	width: 760px;
	height: 128px;
	background-image: url("../images/title1.gif");
	background-repeat: no-repeat;
}
#title01 #subtitle01 {
	position: relative;
	top: 97px;
	left: 40px;
	width: 500px;
	height: 20px;
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#title01 #subtitle01 ul {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#title01 #subtitle01 li {
	display: inline;
	padding: 0;
	padding-right: 20px;
}
#title01 #subtitle01 a:link, #title01 #subtitle01 a:visited  {
	color: #E3AEB1;
	text-decoration: none;
}
#title01 #subtitle01 a:hover, #title01 #subtitle01 a:focus, #title01 #subtitle01 a:active  {
	color: #fafafa;
	text-decoration: none;
}
#titleEcommerce {
	position: absolute;
	top: 211px;
	left: 0;
	width: 760px;
	height: 128px;
	background-image: url("../images/title5.gif");
	background-repeat: no-repeat;
}

/********************** content */

.fascia01 {
	/*background-color: #F2F2F2;
	color: #CC2027;
	margin:0;
	padding: 6px;
	padding-left: 8px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #CC2027;
	border-bottom: 1px solid #CC2027;
	margin-top: 20px;*/
	background-image: url("../images/fascia_coop.gif");
	background-repeat: no-repeat;
	width: 192px;
	height: 29px;
}
.fascia02 {
	background-image: url("../images/fascia_links.gif");
	background-repeat: no-repeat;
	width: 192px;
	height: 29px;
	margin-top: 10px;
}
.fascia01 h4, .fascia02 h4 {
	display: none;
}
#innerContentColumn a:link, #innerContentColumn a:visited {
	color: #DB141C;
	text-decoration: none;
}
#innerContentColumn a:hover, #innerContentColumn a:focus, #innerContentColumn a:active {
	color: #FF5A61;
	text-decoration: none;
}

#innerFloatColumn li a.title:link, #innerFloatColumn li a.title:visited {
	text-decoration: none;
	color: #DB141C;
	font-size: 0.9em;
}
#innerFloatColumn li a.title:hover, #innerFloatColumn li a.title:focus, #innerFloatColumn li a.title:active {
	text-decoration: none;
	color: #FF5A61;
	font-size: 0.9em;
}

#innerContentColumn .subLine {
	font-size: 1.2em;
	font-weight: bold;
	color: #DB141C;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #DB141C;
}
#innerContentColumn h3 {
	color: #DB141C;
	font-size: 1.6em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

