@charset "utf-8";
/**********************/
/* CSS Framework V 1.0, 
/*  Author: Uzair */
/* Date Created 8/Oct 2009 */
/**********************/
/**********************/

/**********************/
/* Begin Reset CSS */
/**********************/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font: 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 1.6em;
	color: #454545;
}
body {
	/*background: #fff url(../images/header.jpg) no-repeat center top;*/
	background:url(../images/header.jpg) repeat-x center top;
	padding:0px;
	margin:0px;
	position:relative;
	height:100% !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
/**********************/
/* End of Reset CSS */
/**********************/


/***********General Formatting*************/

h1, h2, h3, h4, h5, h6 {
	margin:10px 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-weight: normal;
}
h1 {
	color: #666666;
	font-size: 30px;
}
h2 {
	color: #008ec7;
	font-size: 24px;
	margin-bottom:6px;
}
h3 {
	color: #353535;
	font-size: 20px;
	margin-bottom:4px;
}
h4 {
	color: #379744;
	font-size: 16px;
	margin-bottom:4px;
	font-weight: bold;
}
h5 {
	color: #379744;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:6px;
}
h6 {
	color: #373737;
	font-size: 12px;
	margin-bottom:0px;
	font-weight: bold;
}
hr {
	color:#c0c0c0;
	height:1px;
	margin:1em 0px;
	border-bottom: 1px solid #c0c0c0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
td, th {
	padding:5px;
	display:table-cell;
}
li {
	line-height:16px;
	margin-bottom:10px;
	margin-left: 10px;
}
ol, ul {
	padding:0px 0 0 20px;
}
p {
	margin:0px;
	margin-bottom:15px;
}
/********* Frequently Used Positioning Classes*******/
.wf {
	width:100%;
}
.wa {
	width:auto;
}
.hf {
	height:100%;
}
.whf {
	width:100%;
	height:100%;
}
.tar {
	text-align:right !important;
}
.tal {
	text-align:left !important;
}
.tac {
	text-align:center !important;
}
.di img {
	display:inline !important;
}
img.di {
	display:inline !important;
}
.clr {
	clear:both;
	height:1px;
	overflow:hidden;
}
.clear {
	clear:both;
	background: url(../include/none);
	border-style: none;
	border-color: #FFFFFF;
}
/********Clearing Floats************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/********End Clearing Floats************/


object {
	display:block;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block {
	display:block;
}
.hide {
	display:none;
}
.margin_lr_auto {
	margin:0px auto
}
/* End*/


/*Wrapper and Logo Code*/

#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	position:relative;
	height:100% !important;
}
#logo a {
	background: url(../images/logo.gif) no-repeat left bottom;
	height: 90px;
	width: 150px;
	display:block;
}
#logo a b {
	display:none;
}
/*End Wrapper and Logo Code*/


/**********Begin Form Styling***********/

.textfield, .textfield_large, .dropdown, .listbox {
	background: #ffffff url(../images/txtfield_bg.gif) repeat-x top;  /*Define bacground for form elements here*/
}
.textfield:focus, .textfield_large:focus, .dropdown:focus, .listbox:focus {
	background: #fdf7ed url(../images/txtfield_bg_focus.gif) repeat-x top; /*Define bacground for focussed form elements here*/
	border:1px solid #a7d9ff;
}
.textfield {
	padding:4px;
	font: 12px Arial, Helvetica, Tahoma, Verdana;
	min-width:200px;
	border: 1px solid #a7d9ff;
}
.textfield_large {
	padding:4px;
	border: 1px solid #a7d9ff;
	font: 16px Arial, Helvetica, Tahoma, Verdana;
	min-width:200px;
}
.tf_full_width {
	width:600px;
}
.dropdown {
	border: 1px solid #a7d9ff;
	font: 12px Arial, Helvetica, Tahoma, Verdana;
	height:25px;
	padding:2px;
	min-width:210px;
	vertical-align:top;
}
.listbox {
	border: 1px solid #a7d9ff;
	font: 12px Tahoma, Arial, Helvetica, Verdana;
	min-width:210px;
}
input[disabled] {
	border: 1px solid #999;
	background-color: #ddd;
}
/*Hints and Errors*/

.form_error {
	font-style: italic;
	color: #ca0000;
}
.form_hint {
	font-style: italic;
	color: #7c7c7c;
}
/*End of Hints and Errors*/


/*Buttons*/
.btn {
	background: #e8eef1 url(../images/button_bg.gif) repeat-x top;
	border: 1px solid #b2d6e8;
	color: #22a935;
	padding: 5px 10px;
	font: bold 12px Arial, Helvetica, Tahoma, Verdana, sans-serif, "Trebuchet MS";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #d4d4d4;
	-webkit-box-shadow: 2px 2px 5px #d4d4d4;
}
.btn_medium {
	background: #e8eef1 url(../images/button_large_bg.gif) repeat-x top;
	border: 1px solid #b2d6e8;
	color: #22a935;
	padding: 5px 20px;
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #d4d4d4;
	-webkit-box-shadow: 2px 2px 5px #d4d4d4;
}
.btn_large {
	background: #e8eef1 url(../images/button_large_bg.gif) repeat-x top;
	border: 1px solid #b2d6e8;
	color: #22a935;
	padding: 8px 20px;
	font: bold 16px Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #d4d4d4;
	-webkit-box-shadow: 2px 2px 5px #d4d4d4;
}
.btn:hover, .btn_large:hover, .btn_medium:hover {
	border: 1px solid #22a935;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*Disabled Input Styles*/
button[disabled]:active, button[disabled], input[type="reset"][disabled]:active, input[type="reset"][disabled], input[type="button"][disabled]:active, input[type="button"][disabled], select[disabled] > input[type="button"], select[disabled] > input[type="button"]:active, input[type="submit"][disabled]:active, input[type="submit"][disabled], .textfield[disabled], .textfield_large[disabled] {
	border: 1px solid #d6d6d6;
	color: GrayText;
	cursor: inherit;
	background: #dbdbdb url(../include/none);
}
/*End of Disabled Input Styles*/

/********End Form Styling************/

/********Anchor Styling************/

a {
	color: #4199ce;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#399d47;
}
/********End Anchor************/

/**********************/
/* End CSS Framework*/
/**********************/




/********Begin Footer************/
#footer {
	bottom:0px;
	
	text-align: left;
	color:#414141;
	width:960px;
	margin:0px auto 0 auto;
	
}

.footer {
    background: url("images/footer_bg.gif") repeat-x scroll center top #0A0E11;
    clear: both;
    min-height: 280px;
	margin-top:20px;
	border-top:solid #cddbe6 2px;
}

.icons-fallow img {
	margin:2px 5px 0 0;}


.widget_text h3 {
    margin-left: 0 !important;
    margin-top: 58px !important;
}
.footer h3 {
    border-bottom: 1px solid #363A3B;
    color: #FFFFFF;
    font-family: 'Droid Sans',Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#footer a {
	color: #87a22b;
}
#footer a:hover {
	color: #006a7a;
}


.cols {
    float: left;
    margin-left: 25px;
    width: 45%;
}

/********End Footer************/


/****************** Banner **************/
.banner_area {
	/*height:280px;*/
				height:350px;
	position:relative;
}
/*.banner_area .find_button{
				position:absolute;
				top:200px;
				left:10px;
				}*/
.banner_area .header-ipod {
	position:absolute;
	top:19px;
	right:50px;
}
/*.banner_area .header-ipod {
    position: absolute;
    right: 50px;
    top: 3px;
}*/
.banner_area .find_button {
	left: 10px;
	position: absolute;
	top: 239px;
}
.banner_area .headline {
	left: 60px;
	position: absolute;
	top:85px;
}
/*****************End Banner************/


.content_area {
	background: #FFFFFF;
}
/****************** CODA SLider **************/
/* ===== Tabs CSS ===== */
ul.tabs {
	list-style: none;
	margin: 0px 0px 0px 45px;
	padding: 20px 0 0;
	display:block;
}
ul.tabs li {
	float: left;
	margin-left: 30px;
	list-style: none;
}
ul.tabs li a {
	display: block;
	float: left;
	height:93px;
	text-indent:-9999px;
}
ul.tabs li a:hover {
	background-position:bottom left !important;
}
ul.tabs li a.current {
	font-weight: bold;
}
ul.tabs li a:hover, ul.tabs li.active a {
	background-position:bottom left;
}
a.tab1 {
	background:url(../images/tab1.png) no-repeat top left;
	width:148px;
}
a.tab2 {
	background:url(../images/tab2.png) no-repeat top left;
	width:175px;
}
a.tab3 {
	background:url(../images/tab3.png) no-repeat top left;
	width:121px;
}
a.tab4 {
	background:url(../images/tab4.png) no-repeat top left;
	width:102px;
}
a.tab5 {
	background:url(../images/tab5.png) no-repeat top left;
	width:131px;
}
/* ===== Scrollable CSS ===== */
/* Wrapper */
.slider_wrapper {
	background:url(../images/slider_bg.jpg) no-repeat left top;
	position:relative;
	font-size: 16px;
	color: #717171;
	line-height: 1.6em;
}
/* Primary Container */
div.scrollable {
	position: relative;
	width: 800px;
	overflow: hidden;
	clear:both;
	height: 200px;
	left: 75px;
	background: url(../images/slider_content_bg.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}
/* Items Container */
div.scrollable div.items {
	width: 20000em;
	position: absolute;
	clear: both;
}
/* Individual Item Containers */
div.scrollable div.items div {
	float: left;
	width: 770px;
	padding: 0 15px;
}
/* Next and Previous buttons */
a.prev {
	position:absolute;
	top:200px;
	left:20px;
	display:block;
	cursor:pointer;
	background:url(../images/slider_arrows.gif) top left;
	width:28px;
	height:27px;
	text-indent:-9999px;
}
a.next {
	display:block;
	position:absolute;
	top:200px;
	right:20px;
	cursor:pointer;
	background:url(../images/slider_arrows.gif) top right;
	width:28px;
	height:27px;
	text-indent:-9999px;
}
a.prev:hover {
	background-position:bottom left
}
a.next:hover {
	background-position:bottom right
}
/* Disabled Next or Previous button */
a.disabled {
	visibility: hidden !important;
}
.scrollable .items div .icon {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/****************** End CODA SLider **************/

/****************** Sidebar **************/

.sidebar {
	width:290px;
	float:right;
	background: url(../images/sidebar_bg.jpg) no-repeat left top;
	padding-left: 30px;
	padding-top: 40px;
}
.testimonials {
	background:url(../images/testimonials_bg.jpg) no-repeat bottom right;
	color: #3579af;
	font: italic 14px/1.6em Georgia, "Times New Roman", Times, serif;
	padding-right: 40px;
	padding-bottom: 5px;
}
.testimonials .name {
	color:#8b8b8b;
	font: italic 18px Arial, Helvetica, sans-serif;
}
.testimonials .company_name {
	color:#3d3d3d;
	font: italic 14px Arial, Helvetica, sans-serif;
}
.case_study .icon {
	float:left;
	margin-right:15px;
}
/****************** End Sidebar **************/

/****************** Main Column **************/
.main_column {
	margin-right:320px;
	line-height:2.0em;
}
.blackberry_box {
	background:url(../images/blackberry_bg.jpg) no-repeat top left;
	padding:100px 20px 20px 180px;
}
.iphone_box {
	background:url(../images/iphone_bg.jpg) no-repeat top left;
	padding:100px 160px 20px 40px;
}
.android_box {
	background:url(../images/android_bg.jpg) no-repeat top left;
	padding:100px 20px 20px 180px;
}
.windows_box {
	background:url(../images/windows_bg.jpg) no-repeat top left;
	padding:120px 160px 20px 40px;
}
/****************** End Main Column **************/

/************Begin Overlay**************/

/************End Overlay**************/


/*************** Forms ***************/

form label {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
}
form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
form p small {
	font-size: 0.75em;
	color: #777;
}
form input.text-input, form select, form textarea, form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}
form .small-input {
	width: 25% !important;
}
form .medium-input {
	width: 90% !important;
}
form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}
form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	padding: 4px;
	background: #fff;
}
form input[type="checkbox"], form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}
/*************** End Forms ***************/


/************ Button ************/
.wrapper.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #f58233 !important;
	border: 1px solid #faa25c !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 14px !important;
	cursor: pointer;
}
wrapper.button:hover {
	text-decoration: underline;
}
.wrapper.button:active {
	padding: 5px 7px 3px 7px;
}
.contact_form {
	border:none;
}
label.errorvalidator {
	color: red;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	padding-left: 4px;
}

.top_header {
	width:100%;
	background:url(../images/header-bg.png) repeat-x top;
	margin-top:0px;
	height:133px
}
.top_bg_bar {
	width:980px;
	margin:0 auto;
}


/**************HEADER CSS****************/






/*================BUTTONS for contact us=============================*/
#header_background{
	 background:url(../images/header-bg.gif) repeat-x top;
	 width:100%;
	}
#ephlux_header{
	margin: 0px auto !important;
	width:900px;
	*overflow-x:hidden;
	}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
td{
	vertical-align: middle;
	padding:0px;
}
/* Helpers */
.fr{
	float: right;
}
.button {
	font-size: 93%;
	font-weight: bold;
	border: none;
	padding: 0.6em 1em;
	text-align: center;
	display: inline-block;
	outline: 0px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:         0 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0 1px 1px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	position:relative;
	overflow: hidden;
	cursor:pointer;
}
.button:active{
	position:relative;
	top:1px;
}
.blue {
	color: #fff;
	background: #0089ef; /* Old browsers */
	background: -moz-linear-gradient(top, #0089ef 0%, #0069e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089ef), color-stop(100%, #0069e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0089ef 0%, #0069e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0089ef 0%, #0069e7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0089ef 0%, #0069e7 100%); /* IE10+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}
.light {
	color: #01539f;
	border:1px solid #dfdede;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* W3C */
	margin-bottom: 20px;
}
.light_w_arrow {
	color: #6691bb;
	padding-right:25px;
	border:1px solid #dfdede;
	background: url(../images/small_arrow.png) no-repeat right #ffffff; /* Old browsers */
	background: url(../images/small_arrow.png) no-repeat right, -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: url(../images/small_arrow.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8)); /* Chrome,Safari4+ */
	background: url(../images/small_arrow.png) no-repeat right, -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/small_arrow.png) no-repeat right, -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* Opera11.10+ */
	background: url(../images/small_arrow.png) no-repeat left top, -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* IE10+ */
	background: url(../images/small_arrow.png) no-repeat right, linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* W3C */
}
.light_w_arrow:hover{
	color: #6691bb;
	}
.contact_us_button{
	background: url(../images/contact_us_button.png) no-repeat bottom left;
	display: block;
	width: 99px;
	height: 17px;
	font-family:Tahoma, Verdana;
	text-align: left !important;
	padding-top: 7px !important;
	padding-left: 18px !important;
	border: none;	
	margin-right: -7px;
	font-size: 11.5px !important;
	line-height:15px;
	color: #6691BB;
}
.contact_us_button:hover{
	text-align: left !important;
	padding-top: 7px !important;
	padding-left: 18px !important;
	border: none;	
	margin-right: -7px;
	font-size: 11.5px !important;
	color: #6691BB;
	background:url(../images/contact_us_button_hover.png) no-repeat  bottom left;
	}
/* Button Sizes*/
.button.small,.button.small:hover  {
	font-size: 85%;
}
.button.large {
	font-size: 110%;
}
/* BUTTON END */
/* MODAL WINDOW
   =======================================================================================================================
*/
#facebox{
	text-align:start;
	}
#facebox {
	display: none;
	border: 10px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:65000;
	
	
}
#facebox .box {
	box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	z-index:65000;
}
/* ====MODAL WINDOW END==== */

/*==================Contact Us Pop Up=================*/
.left_hr{
	background:url(../images/hr.png) repeat-y top left;
	display:block;
	width:140px;
	height:55px;
	position:relative;
	top:-5px;
}
.contact_us_image{
	width:100%;
	/*height:513px;*/
	height:100%;
	overflow:auto;
	background:#f3f6f8;
	border-right:solid 1px #d3dce4;
	background:url(../images/contact_us_bg.png) no-repeat #eef2f5;
	display: block;
	}
.contact_us_image img{
	position:absolute;
	left:10px;
	top:110px;

}
.contactform{
	background:#e9eff3;
	font:Arial, Helvetica, sans-serif;
	padding-left:10px;
	width:475px;
	margin-left:250px;
	color:#005197;
	line-height:15px !important;
	}
.contactform h2{
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#005197;
	font-size:25px;
	font-weight: bold;
	margin:0px;
	line-height:30px;
	}
.contactform p , .contactform p a{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e7891;
	font-size:14px;
	margin-bottom:10px;
	margin-top:7px;
	}
	
	.contactform p a { font-weight:normal;}
	
.contactform table{
	color:#333333;
	margin-left:5px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	margin-top:30px;
	font-size: 16px;
	text-shadow:1px 1px 1px #FFF;
	-moz-text-shadow:1px 1px 1px #FFF;
	-webkit-text-shadow:1px 1px 1px #FFF;
}
.contactform table p {
 	font-weight:bold;
}
.contactform table strong {
	color:#005197;
	font-size:17px;
}
.contactform table td {
	padding-bottom:2px;
}
.contactform input{
	height:25px;
}
.contactform textarea{
	border-color:#d3dce4;
	border-width:1px;
	border-style:solid;
	width: 410px !important;
	height:86px;
	resize:none;	
}
.contactform input[type="text"]{
	width:190px !important;
	   font-size: 14px;
    line-height: 25px;
    width: 190px;
}



.contactform .submit_button{
	
}
.grid_6{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	position:relative;
	margin-bottom: 1.5em;
	width: 48.0%;
}
#exposeMask {
	background: #000 !important; /* background color for overlay and expose mask  */
	z-index: 9998;
}
.response{
	padding:5px;
	font-size:12px;
	}
.contactform .response strong{
	font-size:12px;
}
/*==================END=================*/

.contact-number{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#738da4;
	padding:0;
	display:block;
	padding-bottom:10px;
}
