/* --- STATIC --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

body, p, td, div {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}
p {
	margin-bottom: 0px;
}

a {
	color: #000000;
}

body {
	text-align:center;
	margin:1px 0 0;
}

#container {
	width: 700px;
	margin:auto;
	text-align:left;
	background: url(default/bg_flower.gif) center no-repeat;
}

.field-text, textarea, select {
	width: 200px;
	border: 1px solid #E4E4E4;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: 3px;
}

textarea {
	height: 100px;
}
.field-text {
	height: 16px;
}
select {
	width:205px;
}

/* --- HEADER --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#header{
	width: 100%;
	height: 57px;
	text-align: right;
	background: url(default/pic_logo.gif) no-repeat bottom left;
}
#header a{
	color:#6F6F6F;
	text-decoration: none;
}
#header a img{
	vertical-align:bottom;
}
#header a:hover{
	color: #CB1D1C;
}
#header a.hi{
	color: #CB1D1C;
}
#navigation_top {
	position: relative;
	top:44px;
	height:auto; 
	border:0px solid; 
}
#navigation_top a, #navigation-footer a {
	margin-left: 15px;
}
#navigation-footer a {
	color:#6F6F6F;
	text-decoration: none;
}
#navigation-footer a:hover{
	color: #CB1D1C;
}
#navigation-footer a.hi{
	color: #CB1D1C;
}

.line {
	margin: 12px 0px 10px 0px;
	width:100%; 
	border: 0px solid #EFEFEF;
	border-width: 1px 0px 0px 0px;
}

/* --- CONTENT --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


span.sidebar {
	font-family: Georgia; font-size: 18px; line-height: 24px; font-style: italic; color: #AAAAAA;
}

p.content_news {
	margin: 0px;
	padding: 0px;
}

.title {
	font-weight: bold;
}

.box-action {
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 10px 10px 10px 10px;
}

.box-grey {
	background: #E4E4E4;
	padding: 10px 10px 10px 10px;
	width: 140px;
}

