/*******************************************************************************
********************************************************************************
	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:Tahoma;
	font-size:62.5%;
	background: #1e1e1e;
}
input,
textarea {
	font-family:Verdana;
	color:#666;
}
h1,
.call{
	font:normal bold 1.4em tahoma;
	margin: 5px 0px;
	color:#b60026;
}
h2{
	font:normal bold 1.4em tahoma;
	color:#fff;
	padding: 5px 0px 5px 0px;
}
p {
	margin:6px 0 10px 0;
	font-size:1.1em;
	color:#fff;
	line-height:17px;
}

/*----Structure----*/


#main {
	width:1003px;
	margin:0 auto;
	overflow: hidden;
	background:#272727;
	position:relative;
}
#top{
	height:110px;
	width:100%;
	border-bottom:1px solid #535353;
}
.logo{
	float:left;
	margin:0 0 0 30px;
}
.flash{
	width: 317px;
	height: 505px;
	background: url(img.jpg);
	float: right;
}
.bg2{
	background: url(head2.jpg);
}
.bg3{
	background: url(head3.jpg);
}

/*-------- Top Links ---------*/

#top_links {
	list-style:none;
	float: right;
	clear:right;
	margin:42px 0 0;
}
#top_links li{
	float:left;
}
#top_links li a:link,
#top_links li a:visited{
	font-size:1.1em;
	color:#fff;
	display:block;
	padding:7px 15px;
	height:13px;
	float:left;
	border-bottom:3px solid #a50f10;
}
#top_links li a:hover,
#top_links li a:focus{
	color:#b60026;
	border-bottom:3px solid #b60026;
}
#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;
}

/*----- Content Items ------*/


.content{
	width:445px;
	float:left;
	text-align:left;
	padding:10px;
	position:relative;
}
.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:#fff;
}
.content ul li{
	padding:5px 5px 5px 30px;
	font-size:1.1em;
	background:url(bullet.gif) 0px 10px no-repeat;
}
.content ul li a:link,
.content ul li a:visited{
	font-size:1em;
}
.col2 li{
	width:180px;
	float:left;
}

/*----- Right Column ------*/

#lft_col{
	width:210px;
	padding:10px 0 10px 10px;
	margin:10px 0 0;
	float:left;
	position:relative;
}
#lft_col ul{
	list-style:none;
	margin: 0 0 10px 0;
	width:195px;
}
#lft_col li {
	display:block;
	padding:5px 0 4px;
	background:url(dot.gif) 0 -2px repeat-x;
}
#lft_col li.start {
	background:none;
}
#lft_col ul li a:link,
#lft_col ul li a:visited,
#lft_col ul li span{
	display:block;
	width:170px;
	padding:4px 10px 4px 20px;
	font-size:1.1em;
	color:#fff;
	background:#323232;
}
#lft_col ul li span{
	background:#9e0e0f;
}
.box{
	width:220px;
	float:left;
}
.sep{
	background:url(dot.gif) repeat-x left top;
	padding-top:5px;
}


/*----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 10px 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: 100%;
	padding:0 0 0 30px;
}
.frm input,
.frm textarea,
.frm select{
	border: solid 1px #777;
	padding:2px 2px 0 5px;
	float:left;
	margin:5px 0;
	color:#fff;
	font:normal normal 1em tahoma;
	width:150px;
	height:16px;
	background:transparent;
}
select.select{
	height:auto;
}
.frm textarea {
	width:150px;
	height: 100px;
}
.frm label,
.frm p.radio span,
.frm p.checkbox span {
	width:155px;
	display:block;
	float:left;
	margin-top: 5px;
	font-size: 1em;
	color:#fff;
}
.frm input.missing,
.frm textarea.missing {
	background-color:#FFFFFF;
	border:2px solid #fcb913;
}
.frm p {	
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;
}
.frm p.fsbmt input {
	margin:5px 0 0 155px;
	margin-top:10px;
	width:auto;
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
.frm p.radio input,
.frm p.checkbox input,
.frm p.radio label,
.frm p.checkbox label,
div.rad_box label,
div.rad_box input{
	width:auto;
	height:auto;
	border:none;
	margin: 0 10px 10px 0;
}

div.rad_box label{
	width:120px;
	font-size:1.1em;
	margin-right:5px;
}
div.rad_box input{
	margin:0 5px 0 0;
}
.rad_box{
	width:160px;
	float:left;
	margin:5px 0 0;
	padding-bottom:5px;
}
.frm p input.radio{
	margin: 10px 10px 0 0;
}

/*----- Footer ----*/

#footer{
	width: 100%;
	padding:15px 0;
	text-align:center;
	margin:0 auto;
	float:left;
	background:url(bg-top.gif) repeat-x;
	border-top:1px solid #b60026;
}
#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 #fff;
}
#footer li a:link,
#footer li a:visited{
	font-size:1.1em;
	color:#fff;
}
#footer li a:hover,
#footer li a:focus,
#footer li span{
	color:#b60026;
}
#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:#b60026;
	float:left;
	width:100%;
}
.copy a,
.copy a:link,
.copy a:visited{
	color:#fff;
}
.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;
}

.call{
	font:normal normal 2em "Franklin Gothic Medium";
	margin: 35px 0 0;
	color:#b60026;
	float:right;
	padding:0 10px 0;
}
.call span{
	color:#fff;
}
.gal a:link img,
.gal a:visited img{
	border:2px solid #fc9949;
}
.gal a:hover img{
	border:2px solid #fff;
}
/*----------- Light Box -------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*----------*/

