﻿/* general setup */
* {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

h3 {
	color : #d20101;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
}

strong {
	color: #d20101;
	font-weight: normal;
}

td.label {
	vertical-align: top;
	text-align: right;
	width: 110px;
}

.hidden {
	display: none;
}

.textInput {
	width: 100%;
	border: 0px;
	background-color: #e3e3e3;	
}

.submit {
	border: 0px;
	color: #ffffff;
	background-color: #d20101;	
}

/* layout */
div#container {
	margin: 0 auto;
	width: 1040px;
	vertical-align:top
}

div#logo {
	margin-top: 45px;
}

div#menu {
	margin-top: 60px;
	float: left;
	width: 143px;
	height: 125px;
	background-image: url(../img/tmp-home-menu.png);
	margin-left: 250px;
}

div#content {
	margin-top: 60px;
	float: left;
	width: 470px;
}

div#textColumn {
	float: left;
	width: 320px;
	margin-bottom: 50px;
}

div#imgColumn {
	float: left;
}

div#info {
	float: left;
	width: 143px;
	height: 104px;
	background-image: url(../img/tmp-home-info.png);
}

div#footer {
	width: 472px;
	height: 26px;
	background-color: #000000;
	margin-top: 50px;
	margin-bottom: 50px;
}

div.price {
	margin-left: 350px;
	width: 70px;
	background-image: url(../img/prestations-price.png);
	background-repeat: no-repeat;
	height: 32px;	
}

/* styles */
div#menu a:hover {
	color: #FFFFFF;
	background-color: #ab0303;
}

div#menu a {
	color: #ffffff;
	display: block;
	padding-left: 5px;
	background-color: #d20101;
	width: 120px;		
}

div#menu a.current {
	opacity: 1;
	background-color: #000000;
	display: block;
	padding-left: 5px;
	width: 120px;
}

div#menu ul li {
	margin-left: 7px;
	list-style: none;
}

div#menu ul li:first-child {
	margin-top: 5px;
	margin-left: 7px;
	list-style: none;
}

div#content p {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
}

div#content a {
	color: #d20101;
	font-weight: bold;
}

div#content a:hover {
	text-decoration: underline;
}

div#info h4 {
	color: #ffffff;
	margin-top: 3px;
	margin-left: 6px;
}

div#info p {
	color: #ffffff;
	margin: 10px;
}

div#footer ul a{
	color: #777777;
}

div#footer ul a:hover{
	color: #d20101;
}

div#footer ul a.current{
	color: #FFFFFF;
}

div#footer ul {
	color: #FFFFFF;
}

div#footer ul li:first-child {
	margin-left: 7px;
}

div#footer ul li {
	font-weight: bold;
	float: left;
	list-style: none;
	margin-left: 4px;
	margin-top: 6px;
}

div.price p {
	font-size: 9px;
	padding-top: 5px;
	margin-left: 4px;
	color: #ffffff;	
}
