BODY, CENTER, BR, TABLE, TR, TD, TH,OL,UL,LI 
{
	margin : 0px;
	padding : 0px;
	color : #000000;
	font-size : 12px;
	font-family : Tahoma;
}

p 
{
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma;
}

p a
{
    color : #0c00ff;
	text-decoration:none;
}

p a:hover
{
    color : #0c00ff;
	text-decoration: underline;
}

input, select 
{
	position: static;
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	font-size : 14px;
	font-family : Tahoma;
}


/* ================================= Pic Round With Shadow =================================== */


.pic-round-shadow 
{
	padding: 5px; 
	border: 1px solid #C7C7C7 !important; 
	background-color: #FFFFFF; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	box-shadow: 1px 1px 7px #AEA290; 	
	-moz-box-shadow: 1px 1px 5px #AEA290; 
	-webkit-box-shadow: 1px 1px 7px #AEA290; 
	-khtml-box-shadow: 1px 1px 7px #AEA290; 
}

.pic-round-shadow-top 
{
	padding: 0px; 
	border-left: 2px solid #C7C7C7 !important; 
	background-color: #FFFFFF; 
	border-radius: 15px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	box-shadow: 1px 1px 20px #c1ddfc; 	
	-moz-box-shadow: 1px 1px 5px #AEA290; 
	-webkit-box-shadow: 1px 1px 7px #AEA290; 
	-khtml-box-shadow: 1px 1px 7px #AEA290; 
}

/* ================================= End Pic Round With Shadow =================================== */


/* ================================= Top Menu =================================== */


ul.semiopaquemenu{ /* main menu UL */
	font: bold 15px Georgia ;
	width: 100%;
	background: url(images/blockdefault.gif) center center repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 11px;
	padding-bottom : 8px;
	padding-left: 0px;
	padding-right : 0px;
	text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.semiopaquemenu li{
display: inline;
}

ul.semiopaquemenu li a{
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom : 6px;
	padding-left: 20px;
	padding-right : 20px;
	text-decoration: none;
}

ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected{
color: black;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow: 0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
padding-top: 12px; /* large padding to get menu item to protrude upwards */
padding-bottom: 20px; /* large padding to get menu item to protrude downwards */
padding-left: 20px; /* large padding to get menu item to protrude upwards */
padding-right: 20px; /* large padding to get menu item to protrude upwards */

}

/* ================================= End Top Menu =================================== */


td.PLink
{
	color : #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right : 10px;
	font-size : 13px;
	font-family : Tahoma;
}

td.PLink a
{
	color : #0000ff;
	text-decoration: none;
}

td.PLink a:hover 
{
	color : #000000;
	text-decoration: none;
}


.title01
{
    color : blue;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right : 10px;
	font-size : 30px;
	text-align : center;
	font-weight: bold;
	font-family : Algerian;
}

.text01
{
    color : #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom : 5px;
	padding-left: 5px;
	padding-right : 5px;
	font-size : 16px;
	text-align : justify;
	font-family : Tahoma;
}

.title02
{
    color : #003366;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right : 10px;
	font-size : 25px;
	text-align : left;
	font-weight: bold;
	font-family : Tahoma;
}


td.borderline
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

td.borderline2
{
	margin: 0;
	padding: 0;
	border : 1px solid #afafaf;
}

td.logotext
{
    color : #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom : 0px;
	padding-left: 0px;
	padding-right : 10px;
	font-size : 10px;
	text-align : right;
	font-family : Tahoma;
}


td.text02
{
    color : #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	padding-left: 5px;
	padding-right : 0px;
	font-size : 14px;
	text-align : left;
	font-family : Tahoma;
}

td.text03
{
    color : #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	padding-left: 10px;
	padding-right : 0px;
	font-size : 14px;
	text-align : left;
	font-family : Tahoma;
}

td.text05
{
    color : #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom : 0px;
	padding-left: 10px;
	padding-right : 0px;
	font-size : 14px;
	text-align : right;
	font-family : Tahoma;
}



td.title03
{
    color : #003366;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom : 0px;
	padding-left: 10px;
	padding-right : 10px;
	font-size : 20px;
	text-align : left;
	font-weight: bold;
	font-family : Algerian;
}


/* ================================= Highlight image hover effect Display=================================== */

.toggleopacity img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity:hover img

{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* ================================= End Highlight image hover effect Display=================================== */


.cat-title
{
    color : #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom : 10px;
	padding-left: 10px;
	padding-right : 5px;
	font-size : 15px;
	text-align : left;
	font-family : Tahoma;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}

.cat-title a:link 
{
    color : #000000;
	text-decoration:none;
}

.cat-title a:visited  
{
	color : #000000;
	text-decoration:none;
}

.cat-title a:hover 
{
	color : blue;
	text-decoration:none;
}

.pic-border
{
	padding: 5px; 
	margin: 3px;
	border: 1px solid #C7C7C7 !important; 
	background-color: #FFFFFF;
}

.pro-title
{
    color : black;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom : 10px;
	padding-left: 2px;
	padding-right : 5px;
	font-size : 20px;
	text-align : left;
	font-family : Tahoma;
	font-weight: bold;
}

.pro-title a:link 
{
    color : black;
	text-decoration:none;
}

.pro-titlea:visited  
{
	color : black;
	text-decoration:none;
}

.pro-title a:hover 
{
	color : black;
	text-decoration:none;
}


td.prod-title2
{
    color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom : 2px;
	padding-left: 2px;
	padding-right : 2px;
	font-size : 14px;
	text-align : center;
	font-family : Tahoma;
}

td.text04
{
    color : #444444;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom : 5px;
	padding-left: 5px;
	padding-right : 5px;
	font-size : 20px;
	text-align : left;
	font-family : Monotype Corsiva;
}




















/* =================================Form Styles=================================== */

td.footer
{
    color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom : 2px;
	padding-left: 5px;
	padding-right : 5px;
	font-size : 12px;
	text-align : center;
	font-family : verdana;
}

td.formfill
{
    color : #000000;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom : 3px;
	padding-left: 10px;
	padding-right : 5px;
	font-size : 12px;
	text-align : left;
	font-weight: bold;
	font-family : verdana;
}

td.enquiryfooter
{
	color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom : 2px;
	padding-left: 5px;
	padding-right : 5px;
	font-size : 12px;
	text-align : center;
}
/* =================================End Form Styles=================================== */

































td.topmenu
{
    color : #a1a1a1;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom : 10px;
	padding-left: 0px;
	padding-right : 0px;
	font-size : 18px;
	text-align : center;
	font-family : Tahoma;
}

td.topmenu a
{
	color : #a1a1a1;
	text-decoration: none;
}

td.topmenu a:hover 
{
	color : #0029b0;
	text-decoration: none;
}












td.sitemap
{
	color : #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right : 10px;
	font-size : 12px;
	font-family : verdana;
}

td.sitemap a
{
	color : #ffffff;
	text-decoration: none;
}

td.sitemap a:hover 
{
	color : #ffffff;
	text-decoration: underline;
}

td.sitemap2
{
    color : #006600;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom : 0px;
	padding-left: 15px;
	padding-right : 15px;
	font-size : 14px;
	text-align : left;
	font-weight: bold;
	font-family : arial;
}

td.sitemap2 a
{
	color : #000000;
	text-decoration: none;
}

td.sitemap2 a:hover 
{
	color : #006600;
	text-decoration: underline;
}





