@import url("../fale/reset.css"); /* Import 960 grid system */
@import url("../fale/text.css");
@import url("../fale/960.css");
/*--------------------------------------------------------------------------------------------
1. Layout
-------------------------------------------------------------------------------------------- */
body {
	background:#fff;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color:#444;
}
blockquote {
	position:relative;
	padding:10px 30px;
	font-style:oblique;
	font-size:15px;
	color:#444;
}
blockquote:before {
	content: url(../images/bq_before.png);
	position:absolute;
	top:0;
	left:0;
}
blockquote:after {
	content: url(../images/bq_after.png);
	position:absolute;
	bottom:-8px;
	right:0;
}
abbr, acronym {border-bottom:1px dotted #222;cursor:help;}
#top_section {
	width:960px;
	margin:0px auto;
	position:relative;
}
/*--------------------------------------------------------------------------------------------
2. Logo
-------------------------------------------------------------------------------------------- */
h1#logo {
	padding: 41px 0 0 0;
	display:block;
	color:#161616;
	height:100px;
	margin:0 10px 0 0;
	font-size:62px;
}
h1#logo a {
	color:#161616;
	font-size:62px;
	text-decoration:none;
}
h1#logo a span {
	font-size:26px;
	vertical-align:text-top;
}
/*--------------------------------------------------------------------------------------------
3. Nav
-------------------------------------------------------------------------------------------- */
ul#links {
	position:absolute;
	top:60px;
	right:0;
}
ul#links li {
	float:left;
	display:inline;
	margin:0 0 0 30px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#links a {
	color:#666;
	text-decoration:none;
}
ul#links a:hover {
	color:#161616;
}
ul#links .active {
	color:#161616;
	border-bottom:1px solid #161616;
}
/*--------------------------------------------------------------------------------------------
4. Heading Text
-------------------------------------------------------------------------------------------- */
.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	letter-spacing:-1px;
	line-height:32px;
	margin-bottom:35px;
}
.emp {
	color:#00adee;
}
/*--------------------------------------------------------------------------------------------
5. Slider
-------------------------------------------------------------------------------------------- */
.portfolio {
	background: url(../images/slider-shadow.png) no-repeat center 429px;
	height:540px;
}
.slider {
	background:#000 url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width:940px!important;
	height:450px!important;
}
.slider a {
	display:block;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	overflow:hidden;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {	
	background: url(../images/caption_back.png) no-repeat bottom center;
	position:absolute;
	bottom:20px;
	left:-24px;
	width:105.2%;
	color:#161616;
	font-size:16px;
	font-weight:bold;
	line-height:19pt;
	z-index:50;
	text-shadow:0 1px 1px #fff;
	padding:0 0 15px;
}
.nivo-caption p {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
	padding:20px 20px 20px 60px;
	margin-bottom:0;
	-moz-box-shadow: 0 1px 3px #292929;
	-webkit-box-shadow: 0 1px 3px #292929;
  box-shadow: 0 1px 3px #292929;
}
.nivo-directionNav a {
	background: url(../images/button_sprite.png) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:18px;
	position:absolute;
	text-indent:-9999px;
	bottom:-30px;
	right:34;
	width:18px;
	z-index:999;
}
.nivo-prevNav {
	right:24px;
	z-index:999;
}
.nivo-nextNav {
	right:0;
	z-index:999;
}
a.nivo-prevNav {
	background-position:0px -18px;
}
a.nivo-prevNav:hover {
	background-position:0px -36px;
}
a.nivo-nextNav {
	background-position:-18px -18px;
}
a.nivo-nextNav:hover {
	background-position:-18px -36px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:-30px;
	left:0px;
}
.nivo-controlNav a.nivo-control {
	float:left;
	text-indent:-9999px;
	background: url(../images/slider_nav.png) no-repeat 0 1px;
	height:14px;
	width:14px;
	margin:5px 10px 3px 0;
	cursor:pointer;
}
.nivo-controlNav a.nivo-control:hover {
	background-position: 0 -19px;
}
.nivo-controlNav a.active, .nivo-controlNav a.active:hover {
	background-position: 0 -39px!important;
}
.slider .nivo-controlNav img {
	display:inline;
	position:relative;
}
/*--------------------------------------------------------------------------------------------
6. Bottom Section
-------------------------------------------------------------------------------------------- */
#bottom {
 	background:#fff;
 	color:#444;
 	padding:20px 0 0 0;
	font-size:14px;
	line-height:24px;
}
#bottom article {
	padding:48px 0;
	float:left;
	display:block;
}
#bottom h2 {
	font-size:65px;
	float:left;
	color:#161616;
}
ul.b_links {
	position:absolute;
	top:18px;
	right:0;
}
ul.b_links li {
	float:left;
	display:inline;
	margin:0 0 0 30px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.b_links a {
	text-decoration:none;
	color:#666;
}
ul.b_links .active {
	color:#161616;
	border-bottom:1px solid #161616;
}
ul.b_links a:hover {
	color:#161616;
}
#bottom h3 {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#444;
}
#bottom a {
	color:#444;
}
#bottom abbr, acronym {border-bottom:1px dotted #aaa;cursor:help;}
#bottom hr {
	border-top:1px dashed #ccc;
	border-bottom:1px solid #fff;
	clear: both;
	height: 1px;
	margin-bottom:30px;
	margin-top:30px;
}
#bottom .img {
	border:1px solid #ccc;
}
/*--------------------------------------------------------------------------------------------
7. Portfolio
-------------------------------------------------------------------------------------------- */
article#work li.thumb {
	float:left;
	display:inline;
	width:298px;
	height:198px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	border:1px solid #ccc;
}
article#work ul li .moreinfo {
	width:260px;
	height:160px;
	position:absolute;
	background:#fff;
	top:0;
	left:0;
	color:#444!important;
	font-size:12px;
	line-height:1.5em;
	padding:20px;
	-moz-box-shadow:-1px 0 5px #aaa inset;
	-webkit-box-shadow:-1px 0 5px #aaa inset;
	box-shadow:-1px 0 5px #aaa inset;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
article#work h3 {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
article#work ul li .moreinfo .icons {
	position:absolute;
	top:160px;
	left:20px;
	color:#444;
}
.icons a {
	color:#474747;
	text-decoration:none;
}
.icons a:hover {
	color:#111!important;
}
.icons a.zoom {
	background: url(../images/zoom_icon.png) no-repeat left top;
	padding:0 0 2px 25px;
	vertical-align:middle;
	margin-right:20px;
}
a.zoom:hover {
	background-position:0 -20px;
}
.icons a.visit {
	background: url(../images/visit_icon.png) no-repeat left top;
	padding:0 0 2px 25px;
	vertical-align:middle;
}
a.visit:hover {
	background-position:0 -20px;
}
/*--------------------------------------------------------------------------------------------
services
-------------------------------------------------------------------------------------------- */
h3.design_icon {
	background: url(../images/computer.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.development {
	background: url(../images/advanced.png) no-repeat left;
	padding-left:40px;
	height:28px;
}
h3.icon_design {
	background: url(../images/color.png) no-repeat left;
	padding-left:40px;
	height:28px;
}
h3.inter_icon {
	background: url(../images/window.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.app_icon {
	background: url(../images/desktop.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.search_icon {
	background: url(../images/search.png) no-repeat left;
	padding-left:40px;
	height:30px;
}
/*--------------------------------------------------------------------------------------------
8. Contact
-------------------------------------------------------------------------------------------- */
#form {
	height:450px;
	display:block;
}
form div {
	width: 295px;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
}
form .email, form .website {
	margin-left:20px;
}
form div.textarea {
	float: left;
	clear: both;
	width: auto;
}
form label {
	display: block;
	color: #aaa;
	padding: 0 0 5px 0;
}
form label.error, .formstatuserror {
	color: #900;
}
.formstatusok {
	color:#009900;
}
form label.infield {
	position: absolute;
	top: 5px;
	left: 10px;
	display: inline;
	color: #444;
}
form input {
	width: 280px;
	padding: 8px;
	background:#fff;
	border:1px solid #ccc;
	color: #444;
	font:inherit;
}
form input#subject {
	width: 595px;
}
form textarea {
	width: 600px;
	max-width: 600px;
	padding: 6px;
	background:#fff;
	border:1px solid #ccc;
	color: #444;
	height: 200px;
	overflow:auto;
	font:inherit;
	resize:none;
}
form input#submit {
	clear:both;
	background:#444;
	color:#fff;
	width:auto;
}
form input#submit:hover {
	cursor:pointer;
	background:#555;
}
/*--------------------------------------------------------------------------------------------
Map
-------------------------------------------------------------------------------------------- */
#map {
	height:200px;
	width:290px;
	text-shadow:none;
	border:1px solid #ccc;
	margin:0 0 30px 20px;
	color:#444;
}
/*--------------------------------------------------------------------------------------------
Contact Info
-------------------------------------------------------------------------------------------- */
#details {
	margin-left:20px;
	width:290px;
	color:#444;
}
/*--------------------------------------------------------------------------------------------
9. Footer
-------------------------------------------------------------------------------------------- */
footer {
	width:960px;
	margin:0px auto;
	display:block;
	padding:40px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
	font-size:14px;
}
footer a {
	color:#00adee;
}