body{
	margin:0;
	padding:0 40px 0 0;
	background-image:url('/media/layout/bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
body, input, textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494949;
}
a{
	text-decoration:underline;
	color:#494949;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:16px;
	margin:0 0 10px 0;
	color:#D24730;
}
h2{
	font-size:14px;
	margin:0 0 10px 0;
	color:#D24730;
}
img{
	border:none;
	vertical-align:text-top;
}
.clear{
	clear:both;
}
#container_out{
	width:945px;
	margin:0 auto;
	background-image:url('/media/layout/bg_container_out.gif');
	background-repeat:repeat-y;
}
#container_in{
	width:945px;
	background-image:url('/media/layout/bg_container_in.gif');
	background-position:top;
	background-repeat:no-repeat;
}
#header{
	width:931px;
	height:127px;
	margin:0 auto;
	background-image:url('/media/layout/bg_header.gif');
	background-repeat:repeat-x;	
	text-align:left;
}
#logo{
	padding:25px 40px 0 25px;
	float:left;
}
#top_banner{
	width:540px;
	height:85px;
	margin:15px 0 0 0;
	float:left;
}
#languages{
	padding-right:10px;
	float:right;
}
#languages a{
	padding:0 10px;
    text-decoration:none;
}
#languages a.on{
	text-decoration:none;
}
#page{
	width:897px;
	margin:10px 17px 0 17px;
	background-image:url('/media/layout/bg_page.gif');
	background-position:left;
	background-repeat:repeat-y;		
	text-align:justify;
}
#menu{
	padding-left:10px;
	float:left;
}
#menu a{
	width:162px;
	padding:6px 0 4px 23px;
	margin-bottom:1px;
	display:block;
	background-image:url('/media/layout/bullet_off.gif');
	background-position:left;
	background-repeat:no-repeat;
	background-color:#D24730;
	text-decoration:none;
	color:#ffffff;
}
#menu a:hover{
	background-image:url('/media/layout/bullet_hover.gif');
	background-color:#971904;	
}
#menu a.on{
	background-image:url('/media/layout/bullet_on.gif');
	background-color:#656565;	
}
#content{
	width:475px;
	padding:0 25px 0 40px;
	float:left;
}
#right_banner{
	width:160px;
	
	border-left:1px solid #F0F0F0;
	float:left;
}
#page_bottom{
	width:897px;
	height:10px;
	padding-bottom:7px;
	text-align:left;
	background-color:#ffffff;
	clear:both;
}
#footer{
	width:800px;
	padding:25px 0 0 145px;
	background-image:url('/media/layout/bg_footer.gif');
	background-position:top;
	background-repeat:no-repeat;	
	background-color:#ffffff;
	font-size:10px;
}
#copyright{
	width:145px;
	padding-right:15px;
	float:right;
}
#copyright a{
	color:#B5B5B5;	
}
#contact_form{
	margin:0 20px 20px 20px;
	width:322px;
	text-align:right;
}
#response h2{
	text-align:center;
}
#contact_form label{
	vertical-align:top;
}
input.field, textarea.field{
	width:200px;
	border:1px solid #E6E6E6;
	margin:1px 5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5c5c5c;
}
textarea.field{
	height:100px;
}
.mandatory{
	color:#D9271D;
}
#button{
	width:70px;
	border:none;
	background-color:#D24730;
	color:#ffffff;
	margin-right:70px;
}
#note{
	padding-left:120px;
}
ul{
	margin:3px 0;
	padding-left:30px;
}
li{
	list-style-type:circle;
	padding:3px 0;
}


#gallery img {
	margin:3px;
	border:2px solid #D1462F;
	padding:4px;
}

#gallery img:hover {
	border:2px solid #656565;
}

#subcat a{
	background-color:#666;
	background-image:none;
	color:#ffffff;
	font-size:12px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:left;	
}


#content img {
	margin:5px;
}
