@charset "utf-8";
* {
	padding:0
}
/*General elements*/
body {
	font:12px Arial, Helvetica, sans-serif;
	margin:35px 0 25px 0;
	background:f8fbf3;
	color:#58585a;
}
a, a:link {
	text-decoration:none;
	outline:none;
	color:#7ab51d; 
	/*font-weight:bold;*/
}
a:hover {
	text-decoration:underline;
}
h1{}
.right {
	float:right;
}
.left {
	float:left;
}
ul {
	padding:0px;
	margin:0px
}
li {
	list-style:none
}
p {
	padding:0; line-height:15px;

}
img {
	border:0
}
input{border:1px solid #DAD2CB;}
/*site elements*/
#holder{width:960px; height:600px; margin:auto; display:table; clear:both;}

#box1{ width:480px; float:left; height:600px; display:table; }
#box2{ width:475px; float:left; height:600px; margin-left:5px; display:table;}

#box_menu{width:150px; float:right; background:#9c9d9f; text-align:right; font-size:12px; margin-top:38px;}

.navigation{margin-top:10px; margin-right:10px; margin-bottom:5px; color:#d7003c; /*font-weight:bold;*/}
.navigation a{color:#fff;}
.navigation a:hover{color:#d7003c; text-decoration:none;}
a.silver{color:#e3e4e4;}

/*.navigation .subnavigation ul li{text-align:left; margin-left:78px; color:#d7003c;}*/
.subnavigation li{text-align:left; margin-left:70px; color:#d7003c;}


#box_picture{width:263px; float:right; /*background:#060;*/ height:266px; margin-top:5px;}

#box_logo{width:420px; float:left; height:188px;}
#box_content{width:344px; float:left; background:#dad2cb; min-height:343px; margin-top:5px;}
*html #box_content{ margin-top:2px;}

#panel_display {
left:0px;
top:0;
width:268px;
height:268px;
}	

