/*--Dark Style--*/


html, body {
	margin:0;
	padding: 0;
	background:#0f0f0f;
}
/*--Wrapper--*/
#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	min-height: 600px;
}
/*--Header-*/
#header {
	width:960px;
	height:80px;
	position:relative;
	margin:0 auto;
	clear: both;
}
/*--Logo--*/
#logo {
	float: left;
	padding-top: 10px;
	clear: both;
	padding-bottom: 10px;
	height: 100px;
	width: 200px;
	text-align: center;
}
#logo a img {
	border: none;
}
/*--Navigation--*/
.nav-wrap {
	margin-left:184px;
	padding-top: 63px;
}
/*--Navigation--*/
#navigation {
	margin:0 auto;
	list-style:none;
	position:relative;
	width:960px;
}
#navigation li {
	display: inline;
}
/* Navigation */
#navigation {
	list-style:none;
	position:relative;
	width:460px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 380px;
	margin-right: 0px;
}
#navigation li {
	display:inline-block;
}
#navigation li a {
	color:#767676;
	font-size:12px;
	display:block;
	float:left;
	padding:0 14px;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
}
#navigation li a:hover {
	color:#9d9d9d;
}
#nav-effect {
	position:absolute;
	bottom:28px;
	left:0;
	width:44;
	height:5px;
	background-image:url(../images/menuHover.png);
	background-position:center;
	background-repeat:no-repeat;
}
#navigation.group li.current_page_item a {
	color:#454545
}
}
.ie6 #magic-line {
	bottom: -3px;
}

/*--Slider STARt--*/
.theme-default #slider {
	margin:34px auto 0 auto;
	width:960px;
	/* Make sure your images are the same size */
	height:366px;/* Make sure your images are the same size */
}
.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:6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	/* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	display:none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	display:none;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:384px;
	bottom:-14px;
	background-image:url(../images/bullets-bg.png);
	background-repeat:no-repeat;
	z-index:9;
	width:193px;
	height:38px;
	padding-left:50px;
	padding-top:14px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:23px;
	height:17px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -17px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:65px;
	height:65px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-65px 0;
	right:30px;
	top:151px;
}
.theme-default a.nivo-prevNav {
	left:30px;
	top:151px;
}
.theme-default a.nivo-nextNav:hover {
	background-position:-65px -65px;
	right:30px;
	top:151px;
}
.theme-default a.nivo-prevNav:hover {
	left:30px;
	top:151px;
	background-position:0px -65px;
}
.theme-default .nivo-caption {
	font-family:Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
/*--Slider END--*/
/*--Serice Wrapper--*/
#service-wrapper {
	width:100%;
	height:100px;
	padding-top:46px;
}
.service-box {
	width:220px;
	height:140px;
	overflow:hidden;
	float:left;
	margin-left:25px;
}
.service-box:first-child {
	margin-left:0;
}
.service-box img {
	float:left;
	padding-right:10px;
	padding-bottom:50px;
	padding-top:30px;
	display:block;
}
.service-box h3 {
	font-family:Arial;
	font-size:18px;
	color:#707070;
	padding-bottom:9px;
}
.service-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	padding-left:20px;
	color: #585858;
}
/*--Recent Works--*/
#recent-works {
	width:100%;
	padding-top:24px;
	text-align:center;
	height:auto;
}
#recent-works h1 {
	font-family:'BebasNeueRegular';
	font-size:36px;
	color:#3a3a3a;
}
#recent-works p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#484848;
	padding-bottom:20px;
}
.h-seperator {
	background-image:url(../images/h-seperator.png);
	background-repeat:no-repeat;
	width:960px;
	height:8px;
	padding-bottom: 0px;
}
/*--Carousel---*/
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:911px;
	float:left;
	height:203px;
	padding-top:33px;
	padding-left:49px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:862px;
	padding-top:0px;
	height:168px;
}
.jcarousel-skin-tango .jcarousel-item {
	width:205px;
	height:168px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left:0;
	margin-right:15px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:236px;
	cursor:pointer;
	background-image:url(../images/right-nav.png);
	background-repeat:no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:236px;
	cursor:pointer;
	background-image:url(../images/left-nav.png);
	background-repeat:no-repeat;
}
#mycarousel li {
	width:205px;
	height:168px;
	position:relative;
}
#mycarousel li span {
	background-image:url(../images/r-frame.png);
	width:205px;
	height:168px;
	position:absolute;
	top:0;
	left:0;
	x-index:10;
}
#mycarousel li a {
	text-decoration:none;
	color: transparent;
}
/*--Lightbox--*/
#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}
#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background:transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(../images/closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}
#lbCaption, #lbNumber {
	margin-right:71px;
}
#lbCaption {
	font-weight: bold;
}
/*--Our Clients--*/
#our-clients {
	width:100%;
	padding-top:24px;
	text-align:center;
	height:auto;
}
#our-clients h1 {
	font-family:'BebasNeueRegular';
	font-size:36px;
	color:#3a3a3a;
}
#our-clients p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#484848;
	padding-bottom:20px;
}
#client-logos {
	float:left;
	width:960px;
	height:72px;
	background:#1f1f1f;
	padding-top:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
}
#client-logos img {
	padding:10px;
	margin-right:20px;
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#client-logos img:last-child {
	margin-right: 0px;
}
/*--Back to top Button--*/
#totop {
	margin:0 auto;
	width:365px;
	height:15px;
	padding-top:10px;
	padding-bottom: 10px;
}
/*--Footer--*/
#footer {
	float:left;
	width:100%;
	height:auto;
	border-bottom:10px solid #1b1b1b;
}
#footer-container {
	float:left;
	width:100%;
	height:auto;
	padding-bottom:40px;
	background:#111;
	background-repeat:repeat;
	background-color: #1A1A1A;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footer-top {
	width:100%;
	height:10px;
	background-image:url(../images/footerTop.png);
	clear:both;
}
.footer-inner {
	width:960px;
	margin:0 auto;
	height: 100px;
}
/*Recent posts*/
#recent-posts {
	width:300px;
	height:auto;
	float:left;
}
.r-post-title {
	font-family:Note this;
	font-size:24px;
	color:#313131;
	padding-top:22px;
	padding-bottom:12px;
	font-weight:bold;
}
.post {
	float:left;
	width:300px;
	height:82px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	padding-bottom:13px;
	padding-top:13px;
}
.post img {
	padding:5px;
	border:1px solid #1b1e23;
	background:#d5d5d5;
	float:left;
	margin-right:13px;
	-webkit-box-shadow:inset 0 0 9px 1px black;
	-moz-box-shadow:inset 0 0 9px 1px black;
	box-shadow:inset 0 0 1px 1px black;
}
.post h6 {
	font-size:13px;
	color:#3c3c3c;
	font-weight:bold;
}
.post p {
	font-size:13px;
	color:#2c2c2c;
	font-weight:normal;
	padding-top:8px;
	line-height:18px;
	padding-bottom:23px;
	height:16px;
	overflow:hidden;
}
.post a {
	text-decoration:none;
}
.r-title {
	color:#a5a5a5;
}
span.date {
	font-weight:bold;
	font-size:12px;
	color:#818181;
}
.f-sep {
	width:300px;
	height:2px;
	background:#000;
	clear: both;
}

#nav a, #s7 strong {
	display:none;
	margin:0 5px;
	padding:3px 5px;
	border:1px solid #ccc;
	background:#fc0;
	text-decoration:none
}
#nav a.activeSlide {
	background:#ea0
}
#nav a:focus {
	outline:none;
}
.slash-sep p {
	color:#000;
	font-weight:bold;
	overflow:hidden;
	clear:both;
	padding-top:29px;
	padding-bottom:18px;
}
#page-title h1 {
	float:left;
	clear:both;
}
#page-title h1 {
	font-family:'BebasNeueRegular';
	font-size:36px;
	color:#3A3A3A;
	float:left;
}
#page-title p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#484848;
	clear:both;
}
.divider {
	width:960px;
	height:8px;
	padding-top:20px;
	padding-bottom: 20px;
}
/*--Left container--*/
#left-container {
	width:960px;
	float:left;
	clear:both;
}
#left-container h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#3a3a3a;
	padding-bottom: 10px;
}
/*--Pull quote--*/
.pull-quote {
	float:left;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	font-size:13px;
	line-height:20px;
	height:auto;
}
.pullquote.left {
	border-left:solid 4px #222;
	padding-left:20px;
	margin:10px 10px 10px 0px;
	float:left;
}
.pullquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	font-style:italic;
	width:190px;
	color:#3A3A3A;
	float: left;
}

/*--Service List--*/
#service-list {
	width:960px;
	clear:both;
	float:left;
	padding-bottom:10px;
	padding-top:20px;
}
#service-list .list {
	float:left;
	width:300px;
	padding-bottom:20px;
	margin-right:30px;
}
#service-list .list img {
	float:left;
	padding-right:10px;
}
#service-list .list h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#707070;
	padding-top:10px;
	padding-bottom:0px;
}
#service-list .list ul {
	clear:both;
	list-style:disc;
	line-height:26px;
	padding-left:20px;
	padding-top:14px;
}
#service-list .list ul li {
 font-family:Arial. Helvetica, sans-serif;
	font-size:15px;
	color: #585858;
}

/*--Leave a comment form--*/
#leave-comment {
	float:left;
	width:100%;
}
#leave-comment h4 {
	padding-top:35px;
}
form {
}
form, form fieldset input, form fieldset textarea, form label {
	font-family:Helvetica, Arial;
	font-size:12px;
	padding-left:8px;
	display:block;
}
form p {
	position:relative;
	margin:10px 0;
}
form fieldset p input {
	width:280px;
	height:30px;
	color:#ccc;
	background:#222;
}
form fieldset p input:focus, form fieldset p textarea:focus {
	color:#999;
}
form fieldset p textarea {
	display:block;
	width:1542px;
	height:140px;
	margin:0;
}
form fieldset p label {
}
form fieldset p textarea {
	width:404px;
	background:#222;
}
form fieldset p textarea, form fieldset p input {
	border:solid 1px #000;
	color:#999;
}
input.comment-btn {
	background:#3b4045;
	padding:10px;
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	padding:7px 12px;
	margin:0;
	border:none;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
input.comment-btn:hover {
	background:#565656;
	padding:10px;
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	padding:7px 12px;
	margin:0;
	border:none;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}
/*--Google Map--*/
#map {
	float:left;
	padding-top:10px;
	width:380px;
	padding-bottom:20px;
}
#map h4 {
	float:left;
	padding-bottom:17px;
}
#map iframe {
	border: 10px solid #262626;
}
/*--Contact info--*/
.contact-info {
	float:left;
	width:520px;
	padding-top:20px;
	padding-left:40px;
}
.contact-info .info-container {
	float:left;
	padding-bottom:8px;
	width: 560px;
}
.contact-info .info-container img {
	float:left;
	padding-right:10px;
	margin-left: 120px;
}
.contact-info .info-container p {
	font-family:Arial;
	font-size:12px;
	color:#3A3A3A;
	padding-left:10px;
	line-height:18px;
}
.contact-divider {
	padding-top:10px;
}
.socialnet {
	clear:both;
	padding-top:5px;
}
.socialnet a img {
	padding-right:10px;
	border:none;
}
.arrow {
	background-image:url(../images/arrow.png);
	float:left;
	width:71px;
	height:39px;
	margin-left:-50px;
	margin-top:-20px;
}
.feedback-info {
	float:left;
	padding-left:20px;
	padding-top: 10px;
}
/*--Feedback--*/
#content {
	background-color:#FDFDFD;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	margin:0 auto 0;
	padding:10px;
	position:relative;
	width:930px;
	height:100%;
}
#page {
	margin:0 auto;
	width:960px;
}
#page h2 {
	font-weight:bolder;
	position:relative;
	float:left;
	margin:10px;
}
#page .advertBottom {
	margin:20px;
	float:left;
	position:relative;
}
#contactable #contactable_inner {
	background-image:url(../images/feedback.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	width:32px;
	height:106px;
	left:0;
	overflow:hidden;
	position:fixed;
 *position:absolute;
	text-indent:-100000px;
	top:180px;
 *margin-top:10px;
	z-index:100000;
	margin-left:-3px;
}
#contactable #contactForm {
	background-color:#333333;
	border:2px solid #000;
	color:#FFFFFF;
	height:360px;
	left:0;
	margin-left:-400px;
 *margin-left:-434px;
	margin-top:-60px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
 *width:394px;
	z-index:99;
	padding-left:28px;
}
#contactable form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family:Arial;
	font-size:13px;
	margin-bottom:14px;
}
#contactable form#contactForm .submit {
	background:#6a8892 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:338px;
	height:42px;
	border:1px solid #000;
	outline-color:-moz-use-text-color;
	font-family:georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:-4px;
}
#contactable form#contactForm p {
	width:325px;
	font-size:0.9em;
}
#contactable form#contactForm .disclaimer {
 *margin-left:20px;
}
#contactable #contactForm .red {
	color:#8b302c;
}
#contactable #overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}
#contactable .error {
	background-color:#e9edef;
}
#contactable #name.error {
	background-color:#e9edef;
}
#contactable #email.error {
	background-color:#e9edef;
}
#contactable #comment.error {
	background-color:#e9edef;
}
#contactable form#contactForm label {
	padding:0;
	margin:0;
	margin-top:-13px;
	color:#fff;
}
#contactable form#contactForm #loading {
	background:url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin:100px auto;
	display:none;
}
#contactable #callback {
	font-family:georgia;
	font-size:1.1em;
	color:#FFF;
	width:325px;
	margin:100px auto;
	display:none;
}
#contactable .holder {
	margin:0 auto;
 *margin-left:20px;
	padding-top: 20px;
}
.map-frame {
	width:375px;
	height:400px;
	border:none;
	margin:0
}
#wrapper #left-container .contact-info .info-container table {
	color: #3A3A3A;
	font-size: 16px;
}
#wrapper #left-container .contact-info form .info-container .contatol {
	float: left;
	width: 100px;
	color: #3A3A3A;
	text-align: right;
	margin-right: 10px;
}
#wrapper #left-container .contact-info form .info-container .contator {
	float: left;
	width: 360px;
}
#footer #footer-container #footer-info {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-container .info-footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-container .info-footer img {
	margin-right: 10px;
	margin-left: 20px;
}
