/* ---------------- For Text CSS -------------------------------------- */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-image: url(../images/arrow.gif);
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
.justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.highlighter {
	font-family: "BellCent Add BT", Arial;
	font-size: 14px;
	height: 23px;
	color: #000000;
	background-image: url(../images/highlighter-bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-weight: bold;
	background-color: #BDE5F5;
	border: 1px solid #1698C9;
}

/* ---------------- For Links/Navigation CSS  ---------------------------------*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.subnavigation:link {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #0080B0;
	text-decoration: none;
	font-weight: bold;
}
a.subnavigation:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #819801;
	text-decoration: none;
	font-weight: bold;
}
a.subnavigation:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.sublink:link {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.sublink:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.sublink:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a.textSize 
{
	font-size: 13px;
	font-weight: bolder;
	}

/* --------------------- For Login/Forms/submitbutton/textbox/combobox CSS ----------------- */

.inputtextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #9BE1FF;
}
.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/send-bg.gif);
	text-align: center;
	height: 21px;
	border: 1px solid #B4B4B4;
	background-repeat: repeat-x;
}
.buttonBig{
	width: 95px;	
}
.buttonSmall{
	width: 50px;	
}
.dropbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #007CA5;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.login-bg {
	background-image: url(../images/login-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bde5f5;
	background-color: #DBF4FF;
}

/* ----------------------- For header/Titles/Subheader/big font CSS  -----------------------*/

.header {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
	height: 15px;
	background-color: #00a4e3;
	font-weight: bold;
}
.title {
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #333333;
	background-image: url(../images/title-ring-img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A4E6FF;
}

/* ----------------------- For MISC. CSS  -----------------------*/

.border {
	border: 1px solid #bde5f5;
}

/* ----------------------- For Curve Table CSS  -----------------------*/

.tbheader {
	font-family: BellCent Add BT, Arial;
	font-size: 14px;
	height: 21px;
	color: #333333;
	background-image: url(../images/catergory-header-bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-weight: bold;
	background-color: #BDE5F5;
}
.tbheader_1 {
	font-family: BellCent Add BT, Arial;
	font-size: 12px;
	color: #333333;	
	padding-left: 5px;	
	font-weight: bold;
	text-align: left;
	background-color: #EEFAFF;
}
.tb-corner-1 {
	background-image: url(../images/tb-corner-1.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 10px;
	background-position: left top;
}
.tb-corner-2 {
	background-image: url(../images/tb-corner-2.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 10px;
	background-position: right top;
}
.tb-corner-3 {
	background-image: url(../images/tb-corner-3.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 10px;
	background-position: left bottom;
}
.tb-corner-4 {
	background-image: url(../images/tb-corner-4.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 10px;
	background-position: right bottom;
}
.tb-top-bg {
	background-image: url(../images/tb-top-bg.gif);
	height: 20px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #007CA5;
}
.tb-bottom-bg {
	background-image: url(../images/tb-bottom-bg.gif);
	height: 20px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.tb-centre-bg {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #edecec;
	border-left-color: #edecec;
}

/* ---------------- For Website Path/Site Navigation (Sietmap-Where you are) CSS  ----------*/

.site-path {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ECFAFF;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
}
a.site-path-navigation:link {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #0086B9;
	text-decoration: none;
	font-weight: bold;
}
a.site-path-navigation:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #0086B9;
	text-decoration: none;
	font-weight: bold;
}
a.site-path-navigation:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------ For Grid Table CSS  ------------------------------------*/

.grid {
	background-color: #E6E6E6;
}
.griditemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #007CB6;
	font-weight: bold;
	height: 20px;
}
.griditem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
}
.griditemalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F9F9F9;
	height: 20px;
}
.griditembottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F8F8F8;
	font-weight: bold;
	height: 25px;
}

/* ------------------------ For Client Testimonial Section CSS  ---------------------*/

.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/testimonial-bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	border: 1px solid #edebcf;
	background-position: bottom;
}
.testimonial-header {
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

/*-- Pricing --*/
.griditem_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
}
.griditemalt_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FCFCFC;
	height: 20px;
}
.griditembottom_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFFAFC;
	font-weight: bold;
	height: 20px;
}
.testimonial-header_price {
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	height: 30px;
}
.tbheader_price {
	font-family: BellCent Add BT, Arial;
	font-size: 14px;
	height: 21px;
	color: #333333;
	background-image: url(../images/catergory-header-bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-weight: bold;
	background-color: #BDE5F5;
}
.site-path_price {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000;
	background-color: #ECFAFF;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
}
