/* --------------------------------------------------
Type styles
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
color: #FF5F15;
text-decoration: underline;
}

body {
	color: #000;
	font: 12px/16px Arial, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
.white {
	color: #fff;
}

/* --------------------------------------------------
Container styles
-------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
}
#container {
	width: 100%;
	height: 100%;
}
.bg-1-fr {
	background: url('../images/container-bg-1-fr.jpg') no-repeat center top;
}
.bg-2-fr {
	background: url('../images/container-bg-2-fr.jpg') no-repeat center center;
}
#container #body {
	width: 970px;
	height: 500px;
}
#container #body2 {
	width: 970px;
	height: 70px;
}
#container #body td {
	text-align: left;
}
#container #body #header {
	height: 190px;
	vertical-align: top;
}
#container #body #header h1 { margin:30px 0 16px 30px; }
#container #body #header h2 { margin:0 0 8px 30px; }
#container #body #header .description {
	color: #F15F22;
	font-weight: bold;
	display: block;
	padding: 0 0 0 30px;
}

#container #body #content_right{
	width: 500px;
	vertical-align: top;
	padding-top: 20px;
}


#container #body #content {
	height: 310px;
	vertical-align: top;
}
#container #body #content td {
	vertical-align: top;
}
#container #body #content #content_left {
	width: 200px;
}

#container #body #content #content_left strong {
	color: #FC8C08;
}
#container #body #content_right #form {
	width: 462px;
	overflow: hidden;
}
#container #body #content_right #form #form-header {
	background-image: url('../images/form-header.gif');
	height: 44px;
	overflow:hidden;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
}
#container #body #content_right #form #form-body {
	background: #eee;
	height: 196px;
	overflow:hidden;
	padding: 8px 15px;
	border-right: 1px solid #F15F22;
	border-left: 1px solid #F15F22;
}
#container #body #content_right #form #form-footer {
	background: url('../images/form-footer.gif') left bottom;
	height: 32px;
	overflow:hidden;
}
#container #body #content_right #form #form-footer td {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#container #body #content_right #form #form-footer td img {
	margin: 10px 5px 0 5px;
}
#container #body #menu {
	margin:0 30px 0 0;
}
#container #body #menu td {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}
#container #body #menu td.first {
	color: #000;
	width: 160px;
	background-image: url('../images/first-menu-bg.gif');
	height: 20px;
}
#container #body #menu td.middle {
	width: 160px;
	background-color: #FF5F15;
}
#container #body #menu td.middle a {
color: #FFBC5C;
text-decoration: underline;
}

#container #body #menu td.last {
	width: 160px;
	height: 21px;
	background: url('../images/last-menu-bg.gif') left bottom no-repeat;
}
#container #body #menu td.xp {
	width: 160px;
	background-color: #none;
}


#container #body2 #footer_left {
	background-color: #000;
	text-align: left;
	vertical-align: center;
	height: 70px;
	padding:0 15px 0 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
}
#container #body2 #footer_right {
	background-color: #000;
	text-align: right;
	vertical-align: center;
	height: 70px;
	padding:0 15px 0 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

h1 {
	color: #FF5F15;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 20px;
	padding: 4px 0px;
}
