/* CSS Document */

body{
	/* background-color:#f0f4f0; */
}

.header_left{
	height:60px;
	width:160px;
}

.header_center{
	height:60px;
	
	text-align:center;
	
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
	background-repeat:repeat-x;
	
	color:#FFFFFF;
}

.header_right{
	height:60px;
	width:50px;
}

.table_main{
	height:450px;
}

.navigation{
	width:160px;
}

.title{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:1px;
	
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: Calibri, Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #fe0000;
}

.content{
	vertical-align:top;
}

.center{	
	text-align: center;
}

.orange_line_left {
	height:26px;
	width:20px;
	background-image:url(../img/orange_line_left.png);
}

.orange_line_center {
	height:26px;
	background-image:url(../img/orange_line_center.png);
}

.orange_line_right {
	height:26px;
	width:20px;
	background-image:url(../img/orange_line_right.png);
}

.orange_line_center_text {
    color:#FFFFFF;
    font-family:verdana;
    font-size:11px;
    font-style:normal;
    text-align:center;
}

.box_title{
	border-collapse:collapse;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
}

.box_top_left {
	height:30px;
	width:20px;
	background-image:url(../img/sidebox_top_left.png);
}

.box_top_center {
	height:30px;
	background-image:url(../img/sidebox_top_center.png);
}

.box_top_right {
	height:30px;
	width:20px;
	background-image:url(../img/sidebox_top_right.png);
}

.box_bottom_left {
	height:168px;
	width:20px;
	background-image:url(../img/sidebox_bottom_left.png);
}

.box_bottom_center {
	height:168px;
	background-image:url(../img/sidebox_bottom_center.png);
	
	font-size:11px;
}

.box_bottom_right {
	height:168px;
	width:20px;
	background-image:url(../img/sidebox_bottom_right.png);
}

.copyright{
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-family:verdana;
	font-style:normal;
}

a{
	font-family: Calibri, Tahoma;
	color:#222222;
}

a.content_link{
	font-family: Verdana; 
	font-size: 13px;
}

a.nav_link{
	padding-left:10px;
	display:block;
	font-size:15px;
	/*font-family: verdana, trebuchet MS, MS sans serif, comic sans ms;*/
	font-family: Calibri, Tahoma;
	
	color:#fe8f00;
	text-decoration:none;
}

a.nav_link:hover{
	padding-left:10px;
	display:block;
	
	color:#FF0000;
	text-decoration:none;
	
}

.picture_modellink{
	border:none;
	width:100px;
	-ms-interpolation-mode: bicubic;
}

.picture_modelfull{
	border:none;
	vertical-align:middle;
}

.picture_news_left{
	border:none;
	float:left;
	clear:left;
	margin:4px 10px 5px 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#news_item:hover #news_item_title{
	color:#FF0000;
}

#news_item a {
     text-decoration: none;
}

#news_item_title {
     font-size: 14px;
}

#news_item_title_large{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 13px;
}

p.paragraph{
	text-indent: 30px;
}

td.main{
	color: #222222;
	font-family: Verdana;
	font-size: 13px;
	padding-top: 10px;
	text-align: justify;
}

.picture_float_right{
	border:none;
	float:right;
	clear:right;
	padding-left: 10px;
	padding-top: 10px;
}

.picture_float_left{
	border:none;
	float:left;
	clear:left;
	padding-right: 10px;
	padding-top: 10px;
}
