/* CSS Document */
body {
	background:url('/template/en/images/bkg.gif') top repeat-x #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	margin-left:0;
	margin-right:0;
}

p { text-align:justify; width:675px; padding-top:0; margin-top:0; }

table p { width:auto; }

h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	width:675px;
	margin-bottom:5px;
	padding-bottom:0;
}

h1{
	font-size: 26px;
	font-weight: bold;
	margin-top: 0;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

h3{
	font-size: 14px;
}

.img img { border:1px solid #D5CABB; padding:8px; }
.img-left img { border:1px solid #D5CABB; padding:8px; margin-right: 15px; margin-top: 5px; }
.img-right img { border:1px solid #D5CABB; padding:8px; margin-left: 15px; margin-top: 15px; }

#imgHdr, #imgHdr-specials {
	width: 912px;
	height: 562px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 15px;
	background: #faf6f0;
	border:1px solid #d5cabb;
	text-align:center;

}

#imgHdr-specials {
	height: 415px;
}

#flash {
	width:912px;
	height:562px;
}

#flash-specials {
	width:912px;
	height:415px;
}


#imgHdr img {
	
}

#content {
	width: 912px;
	margin:0 auto;

}

#nav {
	border-top:1px solid #cdc0af; 
	border-bottom:1px solid #cdc0af; 
	background: #fcf6ed; 
	width:auto;
	text-align:center;
	padding: 12px;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#nav a {
	color: #5b3d15;
	text-decoration:none;
}

#nav a:hover {
	color: #5b3d15;
	text-decoration:underline;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5d;
	font-size:11px;
	margin-bottom: 20px;
	text-align:center;
}

a, #footer a {
	color: #6d89ac;
	text-decoration: none;
}

a:hover, #footer a:hover {
	color: #274F7F;
	text-decoration: none;
}


/* global styles */
.errors{
	color: red;
	border: 2px solid red;
	background: #FFFFCC;
	padding: 3px;
	width: 450px;
}

.formError > *{
	border: 2px solid red;
	color: red;
}

form{
	margin: 0;
}



/* index.html */
body {
	
}



#taf {
	width: 900px;
	border: 2px solid #5366AA;
	background: url(/images/notfound.gif) #FEFEFE repeat-x;
	position: absolute;
	top: 360px; /* positioned relative to rightCol, bumps down below flash */
	right: 190px;
	z-index:100;
}

#tafOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:90;
}



/* language_selector.html */

#language_selector img{
	border: 2px solid white;
}

#language_selector a.currentLang img{
	border: 2px solid #CC6600;
}

#language_selector a:HOVER img{
	border: 2px solid #CC6600;
}




/* sidebar.html */

div.sbHeading{
	background: #336666;
	color: white;
	font-weight: bold;
	border: 1px solid #003333;
	border-bottom: 0;
	padding: 4px;
}

div.sbBody{
	background: #DDE7E7;
	border: 1px solid #003333;
	padding: 4px;
}

div.sbBody form input{
	border: 1px solid #999999;
}

/* mailing list */
#mlform .formLabel{
	font-weight: bold;
}

#mlform *{
	font-size: 11px;
}