/*******************************************************************************
********************************************************************************
	Project		: Tech Link
	Company		: Soft Innovatives
	CSS 		: Danish Adeel
	Start date	: 13-09-08 
	Last change : 

********************************************************************************
*******************************************************************************/

/*----Universal Items----*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline:0;
	text-decoration:none;
}
html, body {
	min-height: 100%;
	padding-bottom: 1px;
}
body{
	font-family:Verdana;
	font-size:62.5%;
	background: #2ba1af url(bg.jpg) repeat-x top;
}
input,
textarea {
	font-family:Verdana;
	color:#666;
}
h1{
	font:normal bold 1.4em "Franklin Gothic Medium";
	margin: 5px 0px;
	color:#65a432;
}
h1 span{
	color:#666;
}
h2{
	font:normal bold 1.2em "Franklin Gothic Medium";
	color:#666600;
	padding: 5px 0px 5px 0px;
}
p {
	margin:6px 0 10px 0;
	font-size:1.1em;
	color:#666;
	line-height:17px;
}

/*----Structure----*/


#main {
	width:865px;
	margin:0 auto;
	overflow: hidden;
	background:#fff url(bg-top.gif) repeat-x;
	position:relative;
}
.logo{
	width:288px;
	height:182px;
	float:left;
	top:0px;
	left:0px;
	background:url(logo.gif);
	position:absolute;
	z-index:15;
	clear:both;
}
.logo a:link,
.logo a:visited{
	width:106px;
	height:143px;
	top:33px;
	left:94px;
	position:absolute;
	z-index:16;
}
.header{
	width: 865px;
	height: 208px;
	background: url(bg-head.jpg);
	text-align:center;
	float: left;
	position:relative;
	z-index:1;
}
.bg2{
	background: url(head2.jpg);
}
.bg3{
	background: url(head3.jpg);
}

/*-------- Top Links ---------*/

#top_links {
	list-style:none;
	padding:10px 20px 0 0;
	float: right;
	margin:45px 0 16px;
}
#top_links li{
	list-style:none;
	float:left;
	padding:0 5px;
	border-right:1px dotted #444;
}
#top_links li a:link,
#top_links li a:visited{
	font-size:1.1em;
	color:#666;
	display:block;
	padding:0 5px;
	height:13px;
	float:left;
}
#top_links li a:hover,
#top_links li a:focus{
	color:#0066cc;
}
#top_links .last{
	border:none;
}

/*---------  Navigation ----------*/


#navi{
	list-style:none;
	padding:0 0 40px;
	background:url(nav-strt.gif) no-repeat;
	z-index:10;
}
#navi li{
	background:url(dot.gif) 0 -2px repeat-x;
	color:#999;
	padding:1px 0 0;
	width:230px;
}
#navi li.start{
	background:none;
}
#rit_col #navi li a:link,
#rit_col #navi li a:visited{
	display:block;
	padding:8px 10px 8px 25px;
	background:url(bullet.gif) no-repeat 5px -21px;
	font-size:1.1em;
	color:#666;
}
#rit_col #navi li a:hover,
#rit_col #navi li a:focus,
#rit_col #navi li span{
	color:#026fc8;
	text-decoration:none;
	background:url(bullet.gif) no-repeat 5px 0px;
}

/*----- Content Items ------*/


.content{
	width:569px;
	float:left;
	text-align:left;
	padding:10px 10px 10px 0;
	position:relative;
	background:#fff url(bg-top.gif) repeat-x;
}
.content a,
.content a:link,
.content a:visited {
	color:#026fc8;
	text-decoration:none;
}
.content a:hover,
.content a:focus,
.content a:active {
	color:#244d6b;
	text-decoration:underline;
}
.content ul{
	padding:0 0 10px 5px;
	list-style:none;
	color:#444;
}
.content ul li{
	padding:5px 5px 5px 15px;
	font-size:1.1em;
	background:url(bullet2.gif) 0px 10px no-repeat;
}
.content ul li a:link,
.content ul li a:visited{
	font-size:1em;
}
.content table{
	float:left;
}

/*----- Right Column ------*/

#rit_col{
	width:241px;
	margin:-80px 0 0 0;
	padding:10px 10px 0 35px;
	background:url(navi.gif) no-repeat;
	float:left;
	position:relative;
	z-index: 10;
}
#rit_col ul{
	width:200px;
	list-style:none;
	margin: 0 0 10px 0;
}
#rit_col li {
	display:block;
	padding:5px 0;
}
#rit_col li.start {
	background:none;
}
#rit_col li a,
#rit_col li a:link,
#rit_col li a:visited,
#rit_col li span{
	color:#7c7c7c;
	display:block;
	font:normal normal 1.1em Verdana;
	background:url(bullet2.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	width:auto;
}
#rit_col li a:hover,
#rit_col li a:focus,
#rit_col li a:active,
#rit_col li span,
#rit_col li.active a,
#rit_col li.active a:link,
#rit_col li.active a:visited{
	color: #026fc8;
}
.box{
	background:url(sep.gif) repeat-x 0 0;
	padding:20px 0 10px 10px;
	margin:20px 0 0;
	width:220px;
}
.content .box{
	width:555px;
}


/*----Redaxo Elements----*/

div.cnt-blck { /* textile is putting it's output in such blocks */
	clear:both;
}
p.image span { /* picture description text */
	font-size:0.8em; /*define some small font size */ 
	float:none;
	padding:10px 0pt 0pt;
	display:block;
}
.fl-left { /* can be added as class on image divs for left alignment */
	float: left;
	margin: 3px 20px 0 0;
}
.fl-right { /* can be added as class on image divs for right alignment */
	float: right;
	margin: 3px 0 0 10px;
}
.txt-algn-left {
	text-align:left;
}
.txt-algn-rght {
	text-align:right;
}
.txt-algn-cntr,
.algn-center { /* can be added as class on image divs for centered images */
	text-align:center;	
}
.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}
.hidden {
       display:none;
}


/*----Form----*/


.frm {
	float: left;
	width: 279px;
	height:358px;
	background:url(shade.jpg) no-repeat left bottom;
	padding:0 0 20px 0;
}
.frm input,
.frm textarea,
.frm select{
	border: solid 2px #ddd;
	padding:0 2px 2px 5px;
	float:left;
	margin:5px 0;
	color:#747378;
	font-size:1em;
	font-family:verdana;
	width:235px;
	height:20px;
}
.frm textarea {
	width:470px;
	height: 185px;
}
.frm label,
.frm #srch p span.radio {
	width:130px;
	display:block;
	float:left;
	margin-top: 10px;
	font-size: 1em;
	color:#fff;
}
.frm input.missing,
.frm textarea.missing {
	background-color:#FFFFFF;
	border:2px solid #fcb913;
}
.frm p {	
	clear:both;
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;
	float:left;	
}
.frm p.fsbmt input {
	margin:5px 0 0 150px;
	margin-top:10px;
	width:auto;
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
.frm p label.radio {
	width:auto;
	margin-right:5px;
}
.frm p input.radio, 
.frm p.radio input,
.frm p input.checkbox,
.frm p.checkbox input {
	width:auto;
	height:auto;
	border:none;
	margin: 4px 15px 10px 10px;
}
.frm p input.radio{
	margin: 10px 10px 0 0;
}

/*----- Footer ----*/

#footer{
	width: 865px;
	padding:15px 0;
	text-align:center;
	margin:0 auto;
	float:left;
	background:url(sep.gif) repeat-x;
}
#footer ul{
	list-style:none;
	padding:7px 0 0 0;
	background:url(bg-navi.jpg) top;
	width:100%;
	height:20px;
}
#footer li{
	list-style:none;
	display:inline;
	padding:0 15px 0 15px;
	border-right:1px solid #666;
}
#footer li a:link,
#footer li a:visited{
	font-size:1.1em;
	color:#666;
}
#footer li a:hover,
#footer li a:focus,
#footer li span{
	font-size:1.1em;
	color:#000;
}
#footer .last{
	border:none;
}
.copy{
	display:block;
	padding:5px 10px 0 0;
	font-size:1.1em;
	text-align:center;
	margin:0 auto 10px auto;
	color:#226a8e;
	float:left;
	width:100%;
}
.copy a,
.copy a:link,
.copy a:visited{
	color:#226a8e;
}
.bot_img{
	width:241px;
	height:201px;
	background:url(img.jpg);
}
.tag{
	font:normal normal 2.1em Verdana, Arial, Helvetica, sans-serif;
	color:#65A432;
	display:block;
	padding:45px 0 0 290px;
}