/********** GENERAL DOCUMENT **********/

/* ----- Background ---- */
body {
	background-color: white;
}


/*  ----- Border ---- */
img {
	border: 0;
}

/*  ----- Color ---- */
a, b, body, div, form, h1, i, input, li, p, table, textarea, td, tr, ul  {
	color: black;
}

h2 {
	color: #db2e27;
}

/*  ----- Font-family ---- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	font-family: Verdana, Arial, Sans-serif;
}

/*  ----- Font-size ---- */
h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

a, b, body, form, i, input, li, p, table, textarea, td, tr, ul  {
	font-size: 12px;
}

small {
	font-size: 11px;
}

div {
	/* IE6 fix */
	font-size: 0px;
}

/*  ----- Font-weight ----- */
h1, h2 {
	font-weight: bold;
}

/* ----- Line-height ----- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	line-height: 1;
}

a, b, body, div, form, h1, h2, i, li, p, table, td, tr, ul {
	line-height: 1.5em;
}

/*  ----- Margin ----- */
a, b, body, div, form, h1, h2, i, input, li, p, table, textarea, td, tr, ul {
	margin: 0;
}

h1 {
	margin-bottom: 15px;
}

form, h2, p, table, form {
	margin-top: 10px;
}

/*  ----- Padding ----- */
a, b, body, div, form, h1, h2, i, li, p, table, textarea, td, tr, ul {
	padding: 0;
}


/********** WRAPPER **********/
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 904px;
}


/********** HEADER **********/
div#header {
	height: 120px;
	width: 904px;
}

div#header a img {
	height: 80px;
	margin-left: 22px;
	margin-top: 20px;
	position: absolute;
	width: 702px;
}


/********** MENU **********/
div#menu {
	background-image: url("../img/menuBackgroundMiddle.png");
	background-repeat: repeat-x;
	height: 34px;
	width: 904px;
}

div#menuLeft {
	background-image: url("../img/menuBackgroundSides.png");
	float: left;
	height: 34px;
	width: 10px;
}

div#menuRight {
	background-image: url("../img/menuBackgroundSides.png");
	background-position: 10px 0px;
	float: right;
	height: 34px;
	width: 10px;
}

div#menu ul {
	list-style: none;
}

div#menu ul li {
	cursor: pointer;
	float: left;
	margin-left: 36px;
}

div#menu img {
	margin-top: 7px;
	margin-left: 28px;
	margin-right: 28px;
}


/********** CONTENT **********/
div#contentContainer {
	margin-bottom: -4px;
	margin-top: -4px;
	width: 904px;
}

div.contentItem {
	height: 234px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.contentItemBorder {
	border-bottom: 1px dashed #db2e27;
	height: 234px;
	padding-bottom: 20px;
	padding-top: 20px;
}

div#contentContainer p {
	text-align: justify;
}

div#contentContainer ul {
	list-style: none;
	margin-bottom: 0px;
	margin-top: 20px;
}

div#contentContainer ul li{
	line-height: 2.25em;
}

div#contentContainer img.h1 {
	margin-bottom: 5px;
}

div#contentContainer img.left {
	float: left;
	margin-right: 20px;
}


/********** DIASHOW **********/
div#diaContainer {
	background-image: url("../img/diaBackgroundMiddle.png");
	background-repeat: repeat-x;
	height: 193px;
	width: 904px;
}

div#diaContainerLeft {
	background-image: url("../img/diaBackgroundSides.png");
	float: left;
	height: 193px;
	width: 10px;
}

div#diaContainerRight {
	background-image: url("../img/diaBackgroundSides.png");
	background-position: 10px 0px;
	float: right;
	height: 193px;
	width: 10px;
}

div#dias {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

img.dia {
	margin-left: 16px;
}


/********** COPY **********/
div#copy {
	height: 30px;
	text-align: center;
}

div#copy a {
	font-size: 11px;
}

div#copy small {
	line-height: 30px;
}

div#copy a:link, div#copy a:visited {
	text-decoration: none;
}

div#copy a:hover {
	text-decoration: underline;
}
