/*  CSS Document 
 
	Project : Forte IPL
	Created date : 21st May 2007.
	Description : CSS Document defines the property of all predefine tags and also define tags.
	Copyright: This Document is the property of Forte Interactive Pvt. Ltd.
*/


html,body {
	margin: 0 auto; 
	height:100%;
	background-color:#FFFFFF;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


/* Link Style */

a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

/* Form Style */


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
input, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.noborder {
	border:0px;
	background-color:transparent;
}

.btn { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#ECEBE6;
	border: 1px solid #999999;
	cursor:hand;
}

/* ---------- Define tag style sheet ---------- */

/* Font Style */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	margin:0px;
	padding:0px;
	line-height:normal;
	font-weight:bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6600;
	margin:0px;
	padding:0px;
	line-height:normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.text_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.text_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.message {
		color:#FF0000;
}

/* Table Style */

#main {
	margin:0 auto;
	height:100%;
	border-top:2px solid #164FA1;
	text-align:center; !important
}
#content {
	margin:0 auto;
	width:780px;
	background-image:url(forte_web_baroda.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
}
#incontent {
	margin:0 auto;
	width:780px;
	background-image:url(web_design_vadodara.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	background-image:url(bgbtn_up.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:36px;
	cursor:hand;
	padding-top:2px;
}

.topnavover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	background-image:url(bgbtn_over.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:36px;
	cursor:hand;
	padding-top:2px;
}
.btn_subscribe {
	background-image:url(btn_subscribe.gif);
	background-repeat:no-repeat;
	width:60px;
	height:20px;
	cursor:hand;
	border:none;
}
