@charset "utf-8";

body{
	font-family:Verdana;
	font-size:11px;
  color:#444444;
}
.productsHome{
  color:#666666;
}
.frmInput{
  border:1px #cccccc solid;
	width:230px;
}
.frmTextarea{
  border:1px #cccccc solid;
	width:230px;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;	
}
.frmSubmit{
  border:1px #bbbbbb solid;
	background-color:#cccccc;
	color:#000000;
	width:100px;
}
.footer{
  color:#ffffff;
}
.title{
  color:#ffae00;
	font-size:14px;
}
.titleRed{
  color:#df1010;
	font-size:14px;
}

.title2, .title2:visited { 
    color:#e79717;
	font-family:Arial, Helvetica;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}

.title2:hover, .title2:visited:hover { 
    color:#e79717;
	font-family:Arial, Helvetica;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}

.title2Red{
  color:#df1010;
  font-weight:bold;	
	font-size:11px;
}
.titleWhite{
  color:#ffffff;
	font-size:13px;
	font-family:Arial, Helvetica;
	font-weight:bold;
}
.date{
	font-size:9px;
}
.header{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
	color:#4d4d33;
}
.headerWhite{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index:100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -45px;
left: -45px;
/*position where enlarged image should offset horizontally */

}












#popup_picture { 
	position:absolute; 
	display:none; 
	text-align:center; 
	background-color:#963338; 
	border:1px solid #999999; 
	overflow:hidden;
}
#popup_title  {	
	border-right:3px solid #0099cc; 
	border-bottom:3px solid #0099cc; 
	padding:4px; 
	position:absolute; 
	background-color:#ffffff; 
	font-family:Arial; 
	font-size:12; 
	font-weight:bold; 
	color:#0099cc; 
	display:none;
}
#popup_background {
	position:absolute; 
	visibility:hidden; 
	-moz-opacity:0; 
	filter: alpha(opacity:100); 
	background-color:#ffffff;
	/* background-image:url(../img/images/system/body_bg.jpg); */
}
a{ color: #ffffff; 
text-decoration: none;
font-family:Verdana,Arial; 
font-size:12px; 
font-weight: bold;
}
.linkWhite{ 
color:#ffffff; 
font-weight:normal;
text-decoration:none;
}
.linkWhite:a{ 
color:#ffffff; 
font-weight:normal;
text-decoration:none;
}
.linkWhite:hover { 
color:#666666;
font-weight:normal;
text-decoration:none;
}

.one, .one:visited { 
	color:#ffffff; 
	text-decoration: none;
	font-family:Arial, Helvetica;
	font-size:12px; 
	font-weight: bold;
}

.one:hover, .one:visited:hover { 
	color:#f9b13e; 
	text-decoration: none;
	font-family:Arial, Helvetica;
	font-size:12px;
}

.oneactive { 
color:#f9b13e; 
text-decoration: none;
font-family:Arial, Helvetica; 
font-size:12px;
}

.two:link, .two:visited {
	color: #000000; 
	text-decoration: none;
	font-family:Arial, Helvetica; 
	font-size:12px; 
	font-weight: bold;
}
a.two:hover { 
	color:#f9b13e;
	font-family:Arial, Helvetica; 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
}



.productImageBorder {
border: 1px;
border-color: #e47d24;
}

.productTitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size:13px;
padding-left:3px;
padding-top:2px;

}

.productDescription {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:10px;
padding-left:3px;
vertical-align:text-top;
}

.contactAddress {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size:13px;
border-bottom:dashed;
border-bottom-color:#FF6633;
border-width:1px;
}

.contactAddressPadding {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size:13px;
border-bottom:dashed;
border-bottom-color:#FF6633;
border-width:1px;
padding-left:3px;
}

.addressCity {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
color:#FF6600;
}

.addressNaighour {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#000000;
}

.addressTel {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#000000;
}


