* {
    outline: none;
}
html {
     overflow: -moz-scrollbars-vertical;
	 overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	margin:0px;
	padding:0px;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
}
.text11{
	font-size:11px;
	color: #000;
}
.text_gray11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.text_white11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.top_menu_visited{
	color:#FD6502;
	font-size:11px;
	font-weight:bold;
	padding: 0 6px 0 6px;
}
.top_menu a, .top_menu a:visited{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 0 6px 0 6px;
}
.top_menu a:hover{
	color:#FD6502;
	font-size:11px;
}
.top_visited{
	color:#FD6502;
}



.gray_small{
	color: #999;
	font-size:14px;
}
.footer{
	color:#FFFFFF;
	font-size:10px;
}
.footer a, .footer a:visited{
	color:#FFFFFF;
	font-size:10px;
}
.footer a:hover{
	color:#F60;
	font-size:10px;
}



.right_cont {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	text-indent: 0;
}
.h2{
	font-size: 16px;
	font-weight:bold;
	margin:0px;
	color:#000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.h2_gray{
	font-size: 16px;
	font-weight:bold;
	padding: 0 0 8px 0;
	margin:0px;
	color: #666;
}
.h2_light_gray{
	font-size: 16px;
	font-weight:bold;
	padding: 0 0 8px 0;
	margin:0px;
	color: #999;
}

a, a:visited{
	color:#000;
	font-size: 12Spx;
	text-decoration: none;
}
a:hover{
	color:#F60;
	font-size: 12px;
	text-decoration: none;
}
.fields{
	font-size:11px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 0px #fff;
}
.fields2{
	font-size:11px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #ccc;
}



.send{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/send.gif); 
	background-repeat:no-repeat; 
	width:126px; 
	height:37px;
}
.send_over{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/send_o.gif); 
	background-repeat:no-repeat; 
	width:126px; 
	height:37px;
}

.reset{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/reset.gif); 
	background-repeat:no-repeat; 
	width:59px; 
	height:37px;
}
.reset_over{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/reset_o.gif); 
	background-repeat:no-repeat; 
	width:59px; 
	height:37px;
}



.send2{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/send_enquiry.gif); 
	background-repeat:no-repeat; 
	width:119px; 
	height:32px;
}
.send_over2{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/send_enquiry_o.gif); 
	background-repeat:no-repeat; 
	width:119px; 
	height:32px;
}

.reset2{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/reset_btn.gif); 
	background-repeat:no-repeat; 
	width:51px; 
	height:29px;
}
.reset_over2{
	background:none; 
	border:none; 
	background-image:url(../images/buttons/reset_btn_o.gif); 
	background-repeat:no-repeat; 
	width:51px; 
	height:29px;
}

.right_bar {
	background-image: url(../images/right_side.jpg);
	background-repeat: repeat-y;
	background-position:right;
	width:27px;
	height:498px;
}
.right_bar_long {
	background-image: url(../images/right_side.jpg);
	background-repeat: repeat-y;
	background-position:right;
	width:27px;
	height:720px;
}
.quote_heading
{
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
	border-bottom: solid 1px #666666;
}

.general_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.gray_img{
   filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

a
{
  outline: none;
}
a:link
{
  outline: none;
}
a:active
{
	outline: none;
	font-weight: bold;
}
:focus
{
  -moz-outline-style: none;
}


button:active
{
  outline: none;
}
button:focus
{
  -moz-outline-style: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}


a:link.newsarticle, a:visited.newsarticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
a:hover.newsarticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
}
.general_heading2 {
	color: #EA721A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.general_heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;

}
.newsactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-indent: 5px;
}
.general_heading2 {
	text-align: left;
}
.redtext {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.news5px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-indent: 5px;
}
.blank {
	color: #FFF;
}
