/* ---------------------------------------------
Source CSS Document: v1.0
Copyright: ICON Studios - icon.com.mt
Site:
Author:
------------------------------------------------*/
/* ------------ USAGE OF FONT SIZES
x-small, small, medium, large, x-large, xx-large
----------- */

/* ------------ BODY ----------- */
body {
	margin:0;
	padding:0;
	background-color:white;
	font-size:x-small;
	color:black;
	text-align:justify;
}

tr, td, tbody, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:left;
	line-height:normal;

}

/* ------------ HEADINGS ----------- */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:red;
	text-align:left;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:black
	text-align:left;
}
h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#000000;
	text-align:left;
}
big {
	font-size:small;
	font-weight:bold;
	color:black;
}
small, sub, sup {
	font-size:;
	font-weight:;
	color:;
}
/* ------------ PARAGRAPHS ----------- */
p { text-align:justify; }

/* ------------ TEXT FORMATTING ----------- */
strong, b, em { font-weight:bold; }
em { font-style:normal; }
i { font-style:italic; }
u { text-decoration:underline; }

/* ------------ QUOTE ----------- */
blockquote {
	font-family:;
	font-size:;
	font-weight:;
	font-style:;
	color:;
	text-align:;
}

/* ------------ LISTS ----------- */
ul li {
	list-style-image:url(../design_images/bullet.gif);
	margin-left:10px;
}

/* ------------ LINKS ----------- */
a:link { color:#0099FF; text-decoration:none; font-weight:normal;}
a:visited { color:#0099FF; text-decoration:none; font-weight:normal;}
a:hover { color:#0099FF; text-decoration:underline; font-weight:normal;}
a:active { color:#0099FF; text-decoration:none; font-weight:normal;}

/* ------------ FORMS ----------- */
label {
	font-size:x-small;
	color:;
	text-align:left;
}
input {
	font-size:x-small;
	width:;
	color:;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	width:;
	height:;
	color:;
}
select {
	font-size:x-small;
	width:;
	color:;
}
.button {
	font-size:;
	font-weight:;
	width:;
}

form {
scrollbar-base-color: #CCCBBD;
scrollbar-arrow-color: white;
scrollbar-track-color: #87856E;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

/* ------------ IMAGES ----------- */
img a{ border:none; }
.imageCaption {
	font-size:xx-small;
	font-weight:bold;
	color:black;
}

/* ------------ FOOTER TEXT and LINK ----------- */
.footerText	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:regular;
	color:black;
	text-align:right;
}
.footerLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;}
.footerLink:active { color:#0099FF; text-decoration:none; font-weight:normal;}
.footerLink:link { color:#0099FF; text-decoration:none; font-weight:normal;}
.footerLink:visited { color:#0099FF; text-decoration:none; font-weight:normal;}
.footerLink:hover { color:#42487D; text-decoration:none; font-weight:normal;}

/* ------------ ICON LINK ----------- */
.iconLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.iconLink:active { color:#0073EA; text-decoration:none; font-weight:normal;}
.iconLink:link { color:#0073EA; text-decoration:none; font-weight:normal;}
.iconLink:visited { color:#0073EA; text-decoration:none; font-weight:normal;}
.iconLink:hover { color:#F2B600; text-decoration:none; font-weight:normal;}

/* ------------ OTHER STYLES 
Use descriptive names
No absolute font sizes allowed
----------- */

/* ------------ BACKGRUND IMAGE Bottom----------- */
.backgroundImageBottomWhite {

background-image: url(../design_images/horiz_dotted_line_white.gif);
background-repeat:repeat-x;
background-position:bottom;

}
/* ------------ BACKGRUND IMAGE Right ----------- */
.backgroundImageRight {

background-image: url(../design_images/vet_dotted_line.gif);
background-repeat:repeat-y;
background-position:right;

}

/* ------------ bold text ----------- */
.boldText	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#000000;
	
}

/* ------------ bold text blue----------- */
.boldBlue	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#008FFF;
	
}
.boldBlueLink:active { color:#008FFF; text-decoration:none; font-weight:bold;}
.boldBlueLink:link { color:#008FFF; text-decoration:none; font-weight:bold;}
.boldBlueLink:visited { color:#008FFF; text-decoration:none; font-weight:bold;}
.boldBlueLink:hover { color:#42487D; text-decoration:none; font-weight:bold;}

/* ------------ white text ----------- */
.whiteText	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:white;
	line-height:15px;
	
}

/* ------------ date ----------- */
.activeProduct	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:none;
	color:red;
	text-align:left;
	
}

/* ------------ Sub Title ----------- */
.subTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:black;
	text-align:left;
}

/* ------------ Home Text ----------- */
.homeText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	color:black;
	text-align:left;
	line-height:20px;
}

/* ------------ Violet Text ----------- */
.violetText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	color:#575A8E;
	text-align:left;
}

/* ------------ Violet Text Bold ----------- */
.violetTextBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#575A8E;
	text-align:left;
}

/* ---------------- MENU LINKS ----------------- */
.menuLinks_active { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#B3B8E8;}
.menuLinks_active:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#B3B8E8;}
.menuLinks_active:link { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#B3B8E8;}
.menuLinks_active:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#B3B8E8;}
.menuLinks_active:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#B3B8E8;}

.menuLinks { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left;}
.menuLinks:active { color:white; text-decoration: none; font-weight:bold;}
.menuLinks:link { color:white; text-decoration:none; font-weight:bold;}
.menuLinks:visited { color:white; text-decoration:none; font-weight:bold;}
.menuLinks:hover { color:#C5C9ED; text-decoration:none; font-weight:bold;}

/* ---------------- MENU LINKS BLACK ----------------- */

.menuBlackLinks { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left;}
.menuBlackLinks:active { color:black; text-decoration: none; font-weight:bold;}
.menuBlackLinks:link { color:black; text-decoration:none; font-weight:bold;}
.menuBlackLinks:visited { color:black; text-decoration:none; font-weight:bold;}
.menuBlackLinks:hover { color:#42487D; text-decoration:none; font-weight:bold;}

.menuWhiteLinks { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;text-align:left; color:#FFFFFF;}
.menuWhiteLinks:active { color:white; text-decoration: none; font-weight:bold;}
.menuWhiteLinks:link { color:white; text-decoration:none; font-weight:bold;}
.menuWhiteLinks:visited { color:white; text-decoration:none; font-weight:bold;}
.menuWhiteLinks:hover { color:white; text-decoration:none; font-weight:bold;}


/* ------------ Sub Menu ----------- */
.subMenu	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:white;
}

.subMenuLink_active { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; color:#B3B8E8;}
.subMenuLink_active:active { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; color:#B3B8E8;}
.subMenuLink_active:link { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; color:#B3B8E8;}
.subMenuLink_active:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; color:#B3B8E8;}
.subMenuLink_active:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; color:#B3B8E8;}

.subMenuLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:x-small; }
.subMenuLink:active { color:white; text-decoration:none; font-weight:normal;}
.subMenuLink:link { color:white; text-decoration:none; font-weight:normal;}
.subMenuLink:visited { color:white; text-decoration:none; font-weight:normal;}
.subMenuLink:hover { color:#C5C9ED; text-decoration:none; font-weight:normal;}


/* ------------ sitemap links ----------- */
.sitemapLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:x-small; }
.sitemap:active { color:#42487D; text-decoration:none; font-weight:bold;}
.sitemap:link { color:#42487D; text-decoration:none; font-weight:bold;}
.sitemap:visited { color:#42487D; text-decoration:none; font-weight:bold;}
.sitemap:hover { color:#42487D; text-decoration:underline; font-weight:bold;}

/* ------------ red links ----------- */
.redLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:x-small; }
.redLink:active { color:#CC0000; text-decoration:none; font-weight:bold;}
.redLink:link { color:#CC0000; text-decoration:none; font-weight:bold;}
.redLink:visited { color:#CC0000; text-decoration:none; font-weight:bold;}
.redLink:hover { color:#42487D; text-decoration:none; font-weight:bold;}

/* ------------ form text ----------- */
.formText {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:black;
}