/*
Author:			Ahmed El Gabri
Author URL:		http://www.gabri.me
Version:		0.1
Project:		http://www.tech-live.net

DISCLAMER: feel free to view the source code to learn but don`t steal.
*/
/*
---------------------------------------------------------------------------------------
TABLE OF CONTENTS
	-- RESET
	-- GENERAL
	-- MAIN LAYOUT
---------------------------------------------------------------------------------------
*/
/*---------------------------------------------------------------------------------------
--- RESET
	---@FONT FACE
--- GENERAL
--- MAIN LAYOUT
	--- CLIENT LOGIN
	--- HEADER
				--- NAVIGATION
	--- CONTENT
				--- HOME
					--- TAGLINE
					--- PLANS
					--- TESTIMONIALS
					--- FEATURES
				 ABOUT
				 PLANS
				 SERVICES
				 FAQ		
				 SUPPORT
	--- FOOTER
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
--- RESET
---------------------------------------------------------------------------------------*/
@import url('reset.css');
/*------------ @FONTFACE ------------------------------*/

@font-face {
      font-family: "Sansation";
      src: url("../fonts/Sansation_Regular.ttf");
    }
/*---------------------------------------------------------------------------------------
--- GENERAL
---------------------------------------------------------------------------------------*/
html {
	font-size:100.01%;
}

body {
	font-size:62.5%; /*using ems as pixels/10px=1em*/
	font-family: Arial, Helvetica,Verdana, Geneva, sans-serif;
	background:#fff;
	color:#000;
}

html,body{
	height:100%;
}

em {
	font-style: italic;
}

strong {
		font-weight:bold;
}

h2 {
	font-size:3em;
	line-height:45px;
	color:#1d8dd8;
}

h3 {
	font-size:2.4em;
	line-height:36px;
	color:#1d8dd8;
}

h4 {
	font-size:1.8em;
	line-height:27px;
	color:#1d8dd8;
}

h5 {
	font-size:1.4em;
	line-height:21px;
	color:#1d8dd8;
}

h6 {
	font-size:1.2em;
	line-height:18px;
	color:#1d8dd8;
}


a {
	color:orange;
}

a:hover {
	color:#1D8DD8;
	text-decoration:none;
}

a:visited {
	color:#C36F0B;
}

.clear {
	clear:both;
}

img.left {
	margin: 8px 1em 0.5em 0;
	display: inline;
}

img.right {
	margin: 8px 0 0.5em 1em;
	display: inline;
}



blockquote p {
	font-size: 2em;
	font-family:georgia,"times new roman",serif;
	color:#0d3249;
	padding:10px 50px;
	line-height:36px;
	font-style:italic;
}

cite{
	display:block;
	font-size:.8em;
	color:#999;
	padding-top:10px;
	text-align:right;
}

::-moz-selection{
	background:#124D74;
	color:#9ac0de;
}

::selection {
	background:#124D74;
	color:#9ac0de;
}

p {
	font-size:1.4em;
	line-height:28px;
	padding-bottom:10px;
	color:#1e4561;
}

/*---------------------------------------------------------------------------------------
--- MAIN LAYOUT
---------------------------------------------------------------------------------------*/

/*STICKY FOOTER*/
#wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -130px;
}

#footer,.push {
     height: 130px;
 }

.inner{
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#content{
	background:url(../images/fade_bg.png) repeat-x top left;
}

#aboutpage #content,#servicespage #content,#faqpage #content,#supportpage #content,#planspage #content {
	padding:30px 0 100px 0;
}

#main_content {
	width:580px;
	float:left;
	display:inline;
	margin:0 40px 0 30px;
}

#sidebar {
	width:310px;
	float:left;
	display:inline;
}
/*---------------------------------------------------------------------------------------
--- CLIENT lOGIN
---------------------------------------------------------------------------------------*/
#login_wrap{
	position:relative; /*IE FIX for Z-index*/
	z-index:99999;
	width:960px;
	margin:0 auto;
	top:0;
}
#login{
	width:200px;
	position:absolute;
	top:0;
	right:17px;
	z-index:9999;
	overflow:hidden;
	text-transform:capitalize;
	font-size:12px;
	font-family:arial,sans-serif;
}

#client_login{
	padding:5px 0 10px 30px;
	display:block;
	width:80px;
	height:8px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	float:right;
	color:#0d3249;
}
.open{
	background:url(../images/arrow_down.gif) #59afe2 no-repeat 14% 48%;

}
.close{
	background:url(../images/arrow_up.gif) #59afe2 no-repeat 14% 48%;
}
#login_form{
	padding:15px;
	display:none;
	background:#59afe2;
	margin-bottom:0;
}

#login_form fieldset{
	border:none;
}

#login_form fieldset a {
	margin-top:5px;
	display:block;
	color:#fff;
}

#login_form #pass,#login_form #user {
	width:143px; /* IE6 FIX */
}

#login_form label {
	font-weight:bold;
	color:#0d3249;
}

#login_form label,#login_form button{
	display:block;
	margin-top:10px;
}

#login_form button{
	margin-bottom:10px;
	background:#124d74;
	color:#c7e6ff;
	border:none;
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#login_form button:hover{
	background:#c7e6ff;
	color:#124d74;
}

#login_form label span {
	margin-bottom:5px;
	display:block;
}



/*---------------------------------------------------------------------------------------
--- HEADER
---------------------------------------------------------------------------------------*/
#header{
	overflow:hidden;
	background:url(../images/login_bg.gif) #258ecc repeat-x top left;
}
/*---- LOGO ----*/
#header h1 {
	float:left;
	display:inline;
	margin-top:11px;
}

/*-=================================== NAVIGATION ====================================-*/

#navigation {
	float:right;
	width:540px;
	font-size:1.6em;
	margin-top:5px;
}

#navigation li {
	float:left;
	display:inline;
	width:88px;
	text-align:center;
	text-transform:capitalize;
}

#navigation li a{
	display:block;
	padding:90px 0 11px;
	text-decoration:none;
	color:#0d3249;
	background-image:url('../images/menu_sprite.png');
	background-repeat:no-repeat;
	border-right:1px solid #258ecc;
	border-left:1px solid #258ecc;
	font-family:Sansation,sans-serif;
	font-size:1em;
}


/*---- BACKGROUND SPRITES----*/
#navigation li a.home{
	background-position:0 -2px;
}
#navigation li a.home:hover,#homepage #navigation li a.home{
	background-position:0 -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}
#navigation li a.about{
	background-position:-92px -2px;
}
#navigation li a.about:hover,#aboutpage #navigation li a.about{
	background-position:-92px -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}
#navigation li a.plans{
	background-position:-180px -2px;
}
#navigation li a.plans:hover,#planspage #navigation li a.plans{
	background-position:-180px -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}
#navigation li a.services{
	background-position:-272px -2px;
}
#navigation li a.services:hover,#servicespage #navigation li a.services{
	background-position:-272px -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}
#navigation li a.faq{
	background-position:-365px -2px;
}
#navigation li a.faq:hover,#faqpage #navigation li a.faq{
	background-position:-365px -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}
#navigation li a.support{
	background-position:-454px -2px;
}
#navigation li a.support:hover,#supportpage #navigation li a.support{
	background-position:-454px -133px;
	border-right:1px solid #55b4ee;
	border-left:1px solid #55b4ee;
	color:#fff;
}

/*---------------------------------------------------------------------------------------
--- HOME
---------------------------------------------------------------------------------------*/
/*-=================================== TAGLINE ====================================-*/
#tagline{
	background:url(../images/tagline_bg.jpg) repeat-x top left;
	height:238px;
	padding-top:30px;
}

#tagline h2 {
	background:url(../images/tagline_bg2.png) no-repeat bottom left;
	height:223px;
	padding-left:32px;
	line-height:53px;
	font-family:Sansation,sans-serif;
	font-size:3.4em;
	text-shadow:0px 2px 0 #fff;
	color:#7a7a7a;
}
/*-=================================== PLANS ====================================-*/
#plans{
	padding-bottom:74px;
	background:url(../images/plans_reflection.gif) no-repeat 3px 381px;
	overflow:hidden;
	z-index:1;
	margin:-87px auto 0;
	width:960px;
	position:relative;
}
#plans li.plan {
	float:left;
	display:inline;
	width:216px;
	margin:0 10px;
}

#plans li.plan h3 {
	font-size:2.2em;
	color:#fff;
	background:#124d74;
	height:37px;
	text-align:center;
	padding-top:12px;
	background:url(../images/plan_top_bg.png) transparent no-repeat top left;
	font-family:Sansation,sans-serif;
	text-shadow: 0 -1px 0 #070707;
	line-height:1;
	text-transform:capitalize;
}

#plans li.plan a{
	display:block;
	text-decoration:none;
	padding-top:10px;
	background:url(../images/plan_down_bg.png) transparent no-repeat top left;
	text-transform:capitalize;
	font-size:1.9em;
	height:37px;
	text-align:center;
	color:#fed29d;
	font-family:Sansation,sans-serif;
	text-shadow: 0 -1px 0 #f16b18;
}

#plans li.plan a:hover{
	color:#fff;
}

#plans li.plan div {
	background:#124d74;
	overflow:hidden;
	color:#9ac0de;
	font-size:1.2em;
	min-height: 100%;
	height: auto !important;
	height: 289px;
}

#plans li.plan div ul{
	padding-top:140px;
	width:216px;
}

#plans li.plan div li{
	list-style:decimal inside;
	margin:5px 5px 5px 15px;
}

#plans #plan_one{
	background:#124d74 url(../images/plan1.png) no-repeat center 6px;
}
#plans #plan_two{
	background: #124d74 url(../images/plan2.png) no-repeat center 6px ;
}
#plans #plan_three{
	background: #124d74 url(../images/plan3.png) no-repeat center 6px;
}
#plans #plan_four{
	background: #124d74 url(../images/plan4.png) no-repeat center 6px;
}

#plans li.plan div span{
	color:#fff;
	font-size:2em;
	display:block;
	text-align:center;
	padding:10px 0;
	text-shadow: 0 -1px 0 #070707;
	font-family:Sansation,sans-serif;
}

/*-================================ TESTIMONIALS ====================================-*/
#testimonials{
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
	background:#fff;
}

#testimonials h4 {
	font-size:2.2em;
	text-transform:capitalize;
	padding-left:10px;
	font-family:Sansation,sans-serif;
}

/*-=================================== FEATURES ====================================-*/
#features{
	overflow:hidden;
	padding:60px 0 100px 10px;
}
#features li{
	float:left;
	display:inline;
	width:410px;
	margin:0 30px;
	padding-bottom:60px;
}

#features li h4{
	font-size:2.5em;
	margin-bottom:20px;
	padding-left:60px;
	height:50px;
	line-height:50px;
	font-family:Sansation,sans-serif;
}

#feature_one{
	background:url(../images/clock_48.png) no-repeat top left;
}

#feature_two {
	background:url(../images/spanner_48.png) no-repeat top left;
}

#feature_three {
	background:url(../images/mouse_48.png) no-repeat top left;
}

#feature_four {
	background:url(../images/lightbulb_48.png) no-repeat top left;
}
/*---------------------------------------------------------------------------------------
--- ABOUT
---------------------------------------------------------------------------------------*/
/*--------------------------- MAIN CONTENT --------------------------------------------*/

#main_content img {
	float:left;
	display:inline;
	margin: 10px 20px 20px 0;
}

#main_content h2,#sidebar h3{
	text-transform:uppercase;
	font-family:sansation,sans-serif;
	text-shadow: 0 2px 0 #FFF;
	padding-bottom:30px;
}
/*--------------------------- SIDEBAR --------------------------------------------*/

#sidebar span{
	display:block;
	color:#1d8dd8;
	font-size:1.8em;
	text-transform:capitalize;
	font-family:sansation,sans-serif;
}

#sidebar ul li {
	padding-bottom:15px;
}

#sidebar ul li a {
	color:#1e4561;
	font-size:1.2em;
	text-decoration:none;
}

#sidebar strong {
	font-size:1.2em;
	color:#f69a2b;
	text-transform:uppercase;
	margin-right:5px;
}

#sidebar>a {
	padding:15px 0;
	display:block;
}

/*---------------------------------------------------------------------------------------
--- PLANS
---------------------------------------------------------------------------------------*/
#planspage h2{
	text-transform:uppercase;
}

#planspage caption{
	font-size:3em;
	text-transform:capitalize;
	color:#1d8dd8;
	margin-bottom:50px;
}

#planspage table {
		width:860px;
		margin:0 auto;
		border-collapse:collapse;
		background:#fff;
		color:#678197;
		font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	}
#planspage td{
		text-align:center;	  
	  }	
 td {
		border:1px dotted #d6eaf7;
		padding:10px 5px;
}

#planspage td {
		font-size:1.4em;	
}	
	
#planspage th {	
		padding:10px 5px;
		text-align:center;
		text-transform:capitalize;
	}	
	
#planspage thead th{
		font-weight:bold;
		font-size:1.6em;
		/*my colors*/
		background:#258ecc;
		text-align:center;
		border-left:1px dotted #97b7ca;
		border-bottom:1px dotted #97b7ca;
	}

#planspage thead td{
		background:#258ecc;
	}	
	
#planspage .plantype{
		color:#fff;
		text-shadow:0 -1px 0px #0C4770;
	}
	
#planspage .planstypes {
		background:#F7FBFF;
		color:#0c4770;
		text-shadow:0 1px 2px #b1c6d4;
	}
#planspage .even {
		background:url(../images/even.png) #F7FBFF repeat-x top left;
		}
#planspage tbody th {
		font-size:1.4em;
		text-align:left;
		padding-left:20px;
		/*my colors*/
		background:#8cb9d8;
		color:#0c4770;
		text-shadow:0 1px 2px #cbdeeb;
		border:1px dotted #d6eaf7;
	}
	
#planspage tfoot{
		text-transform:capitalize;
		font-weight:bold;
		background:#Fff;
	}
	
#planspage tfoot td {
		border:none;
	}
	
#planspage tfoot img {
		border:none;
	}
	
#planspage tfoot a {
		color:#4a4d50;
		text-shadow:0 1px 2px #f7edd4;
		font-size:1.8em;
		width:110px;
		height:23px;
		text-decoration:none;
	}
	
#planspage tfoot em {
		display:block;
	}

#planspage	tbody tr:hover,tbody tr:hover th{
		background:#14638F;
		color:#fff;
		text-shadow:0 -1px 0px #0C4770;
	}
	
#planspage .q1 {
		background:#258ecc url(../images/thead-left.png) no-repeat top left;
		border-left:none;
	}
#planspage .q2 {
		background:#258ecc url(../images/thead-right.png) no-repeat top right;
	
	}
	
/*---------------------------------------------------------------------------------------
--- SERVICES
---------------------------------------------------------------------------------------*/

#servicespage #main_content ul li span {
	font-size:3em;
	color:#f69a2b;
	padding: 10px 0 50px 60px;
	text-transform:capitalize;
	display:block;
}

.hosting {
	background:url(../images/database.png) no-repeat 0 -5px;
}

.development {
	background:url(../images/qbic.png) no-repeat 0 -1px;
}

.designing {
	background:url(../images/applications.png) no-repeat 0 -5px;
}

#servicespage #main_content ul li {
	padding-bottom:50px;
}

#servicespage #main_content ul li ul {
	margin-left: 80px;
}

#servicespage #main_content ul li ul li {
	list-style:square inside;
	padding-bottom:10px;
	font-size:1.4em;
	line-height:18px;
	color:#1e4561;	
}
/*---------------------------------------------------------------------------------------
--- FAQ
---------------------------------------------------------------------------------------*/
#faqpage ul,#faqpage dl,#faqpage h2{
	margin-left:30px;
}

#faqpage #content h2 {
	text-transform:uppercase;
}

#faqpage #content ul,#faqpage dl {
	margin-top:30px;
}

#faqpage #content li {
	margin-bottom:15px;
	list-style:decimal inside;
}

#faqpage #content li a {
	font-size:1.6em;
	color:#135687;
	line-height:16px;
	text-transform:capitalize;
	text-decoration:none;
}

#faqpage dl dt {
	font-size:2em;
	color:#135687;
	text-transform:capitalize;
	padding:20px 0 20px 60px;
	background:url(../images/question.gif) no-repeat 0 0;
} 

#faqpage dl dd {
	font-size:1.8em;
	color:#777;
	line-height:30px;
	margin:0 0 60px 20px;
	padding:10px 0 10px 60px;
	background:url(../images/answer.gif) no-repeat 0 0;
}

.totop{
	text-align:right;
}

.totop a{
	padding-left:15px;
	background:url(../images/arrow_top.gif) no-repeat;
	font-size:12px;
}

/*---------------------------------------------------------------------------------------
--- SUPPORT
---------------------------------------------------------------------------------------*/
#supportpage .inner h2 {
	text-transform:uppercase;
}

/*---------------------------------------------------------------------------------------
--- FOOTER
---------------------------------------------------------------------------------------*/

#footer {
	background:#258ecc;
	border-top:1px solid #cfcfcf;
}


#footer .inner{
	background:url(../images/tech-live_footer_logo.png) no-repeat right 10px;
}

#footer a {
	text-decoration:none;
	color:#fff;
	text-transform:capitalize;
}

#footer ul{
	overflow:hidden;
	font-size:1.4em;
	padding:20px 0;
}

#footer ul#footer_nav li {
	float:left;
	display:inline;
	padding-right:20px;
	margin-left:0;
}

#footer p {
	padding-bottom:0;
	font-size:1.1em;
	letter-spacing:.8px;
}

#footer p a{
	padding:10px 10px 10px 0;
}

#footer p span {
	padding-top:10px;
	display:block;
}

/*SUPPORT STYLES FIXES*/

table td{text-align:left; font-size:1.2em;}