@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(template/back1.jpg);
	background-repeat:repeat-x;
	background-color:#4699c9;
	margin:0 0 0 0;
	height:100%;
}

html {
	height:100%;
}

#website {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #003366;
}

#container {
	width:770px;
	position:relative;
	left:0;
	top:0;
}

#header {
	width:770px;
	height:244px;
	background-image:url(template/header1.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:0;
	top:0;
}

#logo {
	width:450px;
	height:100px;
	top:20px;
	left:160px;
	position:absolute;
}

#logo img {
	width:450px;
	height:100px;
	border:none;
}

#car {
	top:90px;
	left:0;
	width:144px;
	position:absolute;
}

#nav {
	top:208px;
	left:85px;
	width:600px;
	position:absolute;
	font-size:11px;
}

#contentBack {
	width:770px;
	height:auto;
	background-image:url(template/content21.png);
	background-repeat: repeat-y;
	left:0;
	top:0;
	position:relative;
	background-color:#00FF00:
}

#content {
	width:770px;
	background-image:url(template/content1.jpg);
	background-repeat:no-repeat;
	left:0;
	top:-10px;
	margin-bottom:-11px;
	position:realtive;
	background-color:#FF0000:
}

#contentMenu .selectTheme {
	width:300px;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px;
	border-color:#003366;
	border-style:solid;
}

#content a.bodyLink {
	text-decoration:underline;
}

#textContainer img.pic {
	margin-left:10px;
	border: solid 1px #003366;
}

#footer {
	width:770px;
	height:83px;
	background-image:url(template/footer1.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:0;
	top:0;
	color:#FFFFFF;
	font-size:11px;
}

#footerContent {
	top:40px;
	left:80px;
	width:350px;
	position:relative;
	z-index:9999;
}

#copyright {
	top:40px;
	left:540px;
	width:150px;
	position:absolute;
}

a:link {
	color: #003366;
	text-decoration:none;
}

a:visited {
	color: #003366;
	text-decoration:none;
}

a:hover {
	color: #FF0033;
	text-decoration:underline;
}

a:active {
	color: #FF0033;
	text-decoration:none;
}

#footer a:link {
	color: #ffffff;
	text-decoration:none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color: #003366;
	text-decoration:underline;
}

#footer a:active {
	color: #003366;
	text-decoration:none;
}


/***********************************************/
/******************CONTENT**********************/
/***********************************************/

#contentMenu {
	width:500px;
	top:0;
	left:135px;
	position:relative;
}

#pageHeader {
	width:600px;
	height:30px;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.boxclear {
	clear:both;
}

#textBlock {
	width:500px;
	height:70px;
	top:20px;
	left:135px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	font-size:11px;
	clear:both;
}

#formController {
	width:500px;
	top:10px;
	left:245px;
	padding-top:10px;
	font-size:11px;
	clear:both;
}

#textContainer {
	left:85px;
	top:10px;
	width:600px;
	position:relative;
	font-size:11px;
}

/*#textContainer {
	left:135px;
	top:10px;
	width:500px;
	height:300px;
	overflow:auto;
	padding-right:2px;
	font-size:11px;
}*/

.header {
	font-weight:bold;
}

.infos {
	font-size:9px;
}

/***********************************************/
/*******************FORMS***********************/
/***********************************************/

/*#formContainer {
	width:500px;
	top:120px;
	left:135px;
	position:relative;
}

#formBlock {
	left:0;
	top:0;
	position:relative;
	font-size:11px;
}

#formBlock label {
	width:110px;
	height:30px;
	margin-right:1em;
	text-align:left;
	line-height:20px;
	float:left;
}

#formBlock input {
	border:1px;
	border-color:#003366;
	border-style:solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
	width:300px;
	clear:both;
	line-height:30px:
}

#formBlock textarea {
	border:1px;
	border-color:#003366;
	border-style:solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
	width:300px;
	height:70px;
	overflow:auto;
	clear:both;
	line-height:10px:
}

fieldset {
	border:#003366 solid 1px;
	width:480px;
}

#formBlock ol {
	list-style-type:none;
	padding-top:0.25em;
}

#formBlock li {
	line-height:30px;
}

#formBlock input.halfField1 {
	width:60px;
}

#formBlock input.halfField2 {
	width:235px;
}

#formBlock input.halfField50 {
	width:147px;
}


#formBlock legend {
	font-weight:bold;
	line-height:30px;
	font-size:12px;
}

#formBlock input.radio {
	width:auto;
	border:none;
}

#formBlock select.selectCar {
	width:300px;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px;
	border-color:#003366;
	border-style:solid;
}

#formController input.button {
	border-bottom:2px solid #CC3300;
	border-left:2px solid #CC3300;
	border-right:2px solid #FF6600;
	border-top:2px solid #FF6600;
	background-color: #FFCC00;
	font-weight:bold;
	color:#CC0000;
	height:20px;
	cursor: default;
}

#formBlock select.select50 {
	width:150px;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px;
	border-color:#003366;
	border-style:solid;
}

#infoBox {
	line-height:15px;
	top:0;
	left:120px;
	width:300px;
	position:relative;
	height:70px;
}*/
