body
{
	margin: 0px 0px 0px 0px;
}

/* LANGUAGE LINK */
a.language,
a.language:hover,
a.language:visited
{
	color: #422F1A;
	font-family: Arial, Verdana;
	font-size: 11px;
}

a.language
{
	text-decoration: none;
}

a.language:hover
{
	text-decoration: underline;
}

.language_static
{
	color: #422F1A;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

/* MAIN_CONTENT */
#main_content DIV,
#main_content P,
#main_content LI,
#main_content TD
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
}

#main_content A
{
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
}

#main_content H1
{
	color: #FEFCBA;
	font-family: Arial, Verdana;
	font-size: 24px;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	font-weight: lighter;
}

/* IMG */
#img,
#img2
{
	background-color: #4B3A28;
	text-align: center;	
}

#img
{
	width: 294px;
}

#img2
{
	width: 414px;
}

#img IMG,
#img2 IMG
{
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 2px;
}

#img .title,
#img2 .title
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
}

/* PATH */
#path
{ 
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 12px;
}

#path A
{ 
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
}

#path A:hover
{ 
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
}

/* ADDRESS */
.address_title
{
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}

HR.address_line
{
	background-color: #FFC311;
	color: #FFC311;
	height: 1px;
	width: 92%;
	border: 0px;
}

.address_content
{
	color:white;
	font-family: Arial, Verdana;
	font-size: 12px;
}

/* PAGE BOTOM */
HR.bottom_line
{
	background-color: white;
	color: white;
	height: 1px;
	width: 98%;
	border: 0px;
}

.bottom_content
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
}

/* MAIN MENU */
TD.main_menu
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	padding-top: 5px;
}

A.main_menu,
A.main_menu:hover,
A.main_menu:visited
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
}

A.main_menu,
A.main_menu:visited
{
	text-decoration: none;
}

A.main_menu:hover
{
	text-decoration: underline;
}

/* PRICE */
.price
{
	color: #FFC311;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

/* FIELDS */
INPUT, TEXTAREA, SELECT
{
	color: black;
	font-family: Arial, Verdana;
	font-size: 12px;
}

/* ERROR MESSAGE */
.error_message
{
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: #816648;
	padding: 10px;
	border-top: solid 2px #BCAE9F;
}

/*Image title*/
.image_title
{
	padding-top: 5px;
	color: white;
	font-family: Arial, Verdana;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}