@charset "UTF-8";

/* ========HOME======== */

#homeimage {
	width:840px;
}

#main h2 {
	background: #fff url(../images/layout/arrow.gif) 0px 4px no-repeat;
	margin:10px 0px;
	padding:2px 0px 2px 15px;
	color:#696969;
	font-size:0.94em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:3px double #696969;
}

#main h3 {
	margin:10px 0px;
	font-size:0.88em;
}

#main p{
	margin:0 0 1em 0.5em;
	font-size:0.88em;
	line-height:1.4;
}

#main p a {
	color:#5f9ea0;
	text-decoration:underline;
}

#main p a:hover {
	color:#008000;
}

#main_menu {
	margin:0px;
	border-collapse: collapse;	border-spacing: 0;
	text-align:center;
	width: 100%;
}

#main_menu td {
	padding: 0px 0px 5px 0px;
}

#user {
	margin:10px 0 10px 0;
	border-collapse: collapse;	border-spacing: 0;
	text-align:center;
	font-size:1.5em;
	width: 100%;
}

#user td {
	padding: 0px 0px 5px 0px;
}

#to_order {
	margin:5px auto;
}

#to_order th {
	background:url(../images/to_order.gif) no-repeat 80px bottom;
	font-size:2em;
	text-align:center;
}

#to_order td {
}

#vois_photo {
	margin-bottom:10px;
}

#vois_photo ul {
	margin:0px 15px;
}

#vois_photo ul li {
	font-size:0.75em;
	text-align:center;
	float: left;
	padding: 5px;
}

#vois_photo ul li a {
	display: block;
	background: #CCCCCC;
	border: 1px #333333 solid;
	margin-bottom:20px;
}

#vois_photo ul li a img {
	padding: 4px;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#vois_photo ul li a:hover {
	background: #FFFF00;
	border: 1px #FF0000 solid;
}

#vois_photo ul li a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#news {
	background: #fff url(../images/layout/newstopics.gif) 0px 0px no-repeat;
}

#news ul {
	margin:0px;
	padding-top:35px;
}

#news li {
	background: #fff url(../images/layout/arrow2.gif) 0px 3px no-repeat;
	padding:5px 0 0 15px;
	font-size:0.75em;
}

#news li a {
	color:#5f9ea0;
}

#news li a:hover {
	color:#008000;
	border:0;
}

/* ========CAMPAIGN======== */

#campaign { 
	margin: 20px 0px;
	text-align: center;
}

.one_life {
	background-color: #32cd32;
	margin-left: auto; margin-right: auto; text-align: left;
	border:2px solid #ffff00;
}

.one_life a {
	color:#ffff00;
	text-decoration:underline;
}

.one_life a:hover {
	color:#adff2f;
	text-decoration:underline;
}

.one_life th {
	font-size:1.2em;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.one_life td {
	color:#ffffff;
	padding:5px 5px 20px 5px;
	text-align:center;
}

.clear{
clear:both;
}
