/*CSS RESET NO NEED TO EDIT*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}/*END RESET*/

body {
margin: 0; 
padding: 0;
text-align: center; 
background: #fff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#868689;
font-size:14px;
line-height: 150%;
}

a:link, a:visited {
color:#868689;
font-weight:normal;
text-decoration:underline;
}

a:hover {
color:#dc002e;
}

input.btn {
margin-top:5px; 
color:#fff;
background-color: #868689;
display:block;
width:120px;
}

input.btnhov { 
background-color: #dc002e;
}

/*table {
border-width: 0 0 0 0;
border-spacing: 0;
border-collapse: collapse;
border-style: none;
}

td {
margin: 0;
padding: 2px;
border-width: 0;
border-style: none;
}*/

.table1 {
border-width: 0 0 1px 1px;
border-spacing: 0;
border-collapse: collapse;
border-color: #868689;
border-style: solid;
}

.table1 td {
margin: 0;
padding: 4px;
border-width: 1px 1px 0 0;
border-color: #868689;
border-style: solid;
text-align:center;
}

.table1 th {
margin: 0;
padding: 4px;
border-width: 1px 1px 0 0;
color: #000;
border-color: #868689;
border-style: solid;
text-align:center;
background:#E3E2E3;
}


h1 {
font-size: 14px;
color:#dc002e;
font-weight:normal;
}

h1 a:link, h1 a:visited{
font-size: 14px;
color:#dc002e;
font-weight:normal;
text-decoration:none;
}

h1 a:hover{
text-decoration:underline;
}

p {
padding-bottom: 1em;
}

ul {
padding:0 0 1em 1em;
}

hr {
color:#ccc;
width:100%;
height:1px;
border:none;
background-color:#ccc;
text-align:center;
}
	
.clear {			
clear:both;
}

.left {
float:left;
}

.right {
float:right;
}

.center {
text-align:center;
}

.img_frame{
border:3px solid #868689;
}

.bold{
font-weight:bold;
}

.red{
color:#dc002e;
}

.gray{
color:#868689;
}

.white{
color:#fff;
}

.date_size{
font-size:12px;
color:#A1A1A5;
}

.nav_size{
font-size:14px;
color:#333;
}

.nav_size a:link,.nav_size a:visited{
color:#333;
}

.nav_size a:hover{
color:#dc002e;
}

.cars_size {
font-size:18px;
}



#container {
width: 960px;
margin: 0 auto 0 auto;
text-align: left;
background:#fff;
}

#top {
height:113px;
width:818px;
background:url(images/bg_Header.gif) no-repeat;
}

.container_c {
clear:both;
width: 870px;
text-align: left;
margin: 0 auto 0 auto;
}

#buttons_corner{
clear:both;
float:left;
background:#008000 url(images/bg_Mainnav.jpg) repeat-x;
height:31px;
width:818px;
}

li {
/*background-image:url(images/blt.gif) no-repeat;
background-position:0 3px;
background-repeat:no-repeat;*/
padding-left:15px;
padding-top:0;
}

/*#nav {
	list-style:none;
}

#nav li {
	display:inline;
}

#nav a {	
	padding-right:5px;
	text-decoration:none;	
}

#nav a:active,
#nav a:focus,
#nav a:hover {
	color:#006;
	background:#999;
}*/

.img_shadow {
background:url(images/demo_News.jpg) no-repeat;
}

.btn_detail a:link, .btn_detail a:visited {
float: right;
display:block;
width:60px;
height:14px;
background: url(images/btn_Readmore.gif) no-repeat;
}

.btn_detail a:hover { 
background: url(images/btn_Readmore_hover.gif) no-repeat;
}

.btn_back a:link, .btn_back a:visited {
text-align:center;
display:block;
width:49px;
height:14px;
background: url(images/pr_news/btn_back_arrow.gif) no-repeat;
}

.btn_back a:hover { 
background: url(images/pr_news/btn_back_arrow_on.gif) no-repeat;
}

.t_left {
text-align:left;
}

.history_list {
font-size:13px;
text-align:right;
background:#f1f1f1;
padding-right:10px;
}

.footer {
font-size:13px;
}

a:hover img { 
-moz-opacity:.80;
filter:alpha(opacity=80);
opacity:.80; 
}

