/* ========================================================================= */
/*
/* default, 2008 */
/* screen.css - media: screen */
/*
/* ========================================================================= */

/*
#element {
	position: static; top: 0; z-index: auto;
	float: left; display: inline; visibility: visible; clear: none; 
	width: auto; height: auto; overflow: auto; line-height: auto; vertical-align: middle; 
	margin:auto; padding:auto; border: none; 
	font-size: auto; text-align: left; text-decoration: none; text-transform: uppercase;
	color: #666; background: transparent url(../images/element.gif) no-repeat 0 0;
	list-style-type: none;
}
*/

/* ========================================================================= */
/* 	GENERIC STYLES */
/* ========================================================================= */



html {
	margin: 0; padding: 0 0 10px 0 
}
body {
	margin: 0; padding: 0;
	
	
	font: normal 80% Trebuchet MS ,Tahoma, Verdana, Helvetica, sans-serif; text-align: left; line-height: 180%; color: #464646; /* ~11px */ 
}
/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	display: block; visibility: hidden; clear: both; 
	height: 0; 
	content: "."; 
}
/* Aural class - Hide the text from the screen without using display:none */
.aural {
   position: absolute; top: -9999px;
   font-size: 0;
}


/* ============================================================================ */
/* ROOTS */
/* ============================================================================ */
p { 
	line-height: 1.3em;
	margin: 1em 0;
}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }

/* lists ----------------------------------------------------------------- */
ul { 
	list-style-type: none; list-style-position: outside; 
}
ol { 
	list-style-position: inside; 
}
ul li,
ol li {
	
}


/* tables ----------------------------------------------------------------- */
table { }
table th { }
table td { }
caption { 
	display: none; 
}

/* links ----------------------------------------------------------------- */
a {
	text-decoration: underline; 
}
a:hover, 
a:active, 
a:focus {
	text-decoration: none;
}
a[href^="http://"] { }


/* forms ----------------------------------------------------------------- */
form { }
form div { }
fieldset { 
	border: 0;
}
legend { }
label { }
label.checkbox,
label.radio { }
label img {
	display: inline;
	padding: 0 2px;
}
input { }
input.text { }
input.radio,
input.checkbox,
input.submit,
input.image {
	width: auto;
}
select { }
textarea { }

/* others ----------------------------------------------------------------- */
img { 
	display: block; 
}
a img { 
	border: 0; 
}
abbr { }
hr { 
	display: none; 
}
strong {
	font-weight: bold;
}
em { 
	font-style: italic; 
}

/* ========================================================================= */
/* LAYOUT */
/* ========================================================================= */


body {
background-image: url(../images/bg.jpg); 
background-repeat: repeat-x;
}

#container {
	width: 990px;
	margin: 0 auto;
}


#header {
	width: 995px;
	height: 344px;
	background:transparent url(../images/header.gif) no-repeat bottom left;
}

#header h3 {
	height: 22px;
	text-indent: -9999px;
}

#logo {
	float: left;
	width: 289px;
	height: 62px;
	margin-top: 20px;
	text-indent: -9999px;
	background:transparent url(../images/h1.gif) no-repeat top left;
}


.articleTop{
	padding-top:24px;
	background: transparent url(../images/articleTop.gif) no-repeat 3px 0;
}
.articleBottom{
	padding-bottom:32px;
	background: transparent url(../images/articleBottom.gif) no-repeat 3px bottom;
}
.articleContent{
	position:relative;
	padding:0 15px;
	background: transparent url(../images/articleContent.gif) repeat-y 0 0;
}


#aboutUs .articleTop,#portfolio .articleTop{
	background: transparent url(../images/articleTopLong.gif) no-repeat 3px 0;
}
#aboutUs .articleBottom,#portfolio .articleBottom{
	background: transparent url(../images/articleBottomLong.gif) no-repeat 3px bottom;
}
#aboutUs .articleContent,#portfolio .articleContent{
	background: transparent url(../images/articleContentLong.gif) repeat-y 1px 0;
}
#services .articleTop,#contactus .articleTop{
	background: transparent url(../images/articleTopShort.gif) no-repeat 3px 0;
}
#services .articleBottom,#contactus .articleBottom{
	background: transparent url(../images/articleBottomShort.gif) no-repeat 3px bottom;
}
#services .articleContent,#contactus .articleContent{
	padding:0 20px 0 15px;
	background: transparent url(../images/articleContentShort.gif) repeat-y 1px 0;
}

#floatingImg1{
	position:absolute;
	top:-10px;
	right:15px;
	width:153px;
	height:180px;
	text-indent:-9999px;
	background: transparent url(../images/floatingImg1.gif) repeat-y 0 0;
}

.graficLink{
	display:block;
	height:53px;
	padding-right:70px;
	text-indent:-99999px;
	outline:none;
	background: transparent url(../images/graficLinkClose.gif) no-repeat 100% 0;
}
.graficLink span{
	display:block;
	height:53px;	
}
#readMore{
	width:145px;
}
#readMore span{
	background: transparent url(../images/readMore.gif) no-repeat 0 13px;
}
#getaQuote {
	width: 145px;
}
#getaQuote span,#getaQuoteList span{
	background: transparent url(../images/getaQuote.gif) no-repeat 0 13px;
}
#seeOurPortfolio,#contactUs,#getaQuoteList,#porfolio #contactUs{
	width: 185px;
	margin: 0 0 0 10px; 
}
#seeOurPortfolio span{
	background: transparent url(../images/seeOurPortfolio.gif) no-repeat 0 13px;
}
#contactUs span,#porfolio #contactUs span{
	background: transparent url(../images/contactUsLink.gif) no-repeat 0 13px;
}

#searchBox {
	float: right;
	width: 385px;
	height: 39px;
	margin: 22px 0 0 0;
}

.fieldHolder{
	float: left;
	width: 366px;
	height: 37px;
	background: transparent url(../images/search.gif) no-repeat 0 0;
}
.textInput{
	float: left;
	width: 170px;
	height: 22px;
	margin-top: 10px;
	margin-left: 85px;
	border: none;
	color: #000;
	background: none;
}
.searchAction {
	float: right;
} 
#searchwrapper form { display:inline ; }

#mainNav {
	float: right;
	width: 570px;
	margin-top: 5px;
}
#mainNav li {
	display: inline;
}
#mainNav a {
	float:left;
	width: 109px;
	height: 47px;
	margin: 2px 0 0 0px;
	text-indent: -9999px;
	outline: none;
	background-position: top left;
	background-repeat: no-repeat;
}


#mainNav a.currentNav,
#mainNav a:hover {
display: block;
width: 109px;
height: 47px;
text-indent: -9999px;
background-position: bottom;
background-repeat: no-repeat;
margin: 0 0 0 0;
}

.home {
	background-image: url('../images/home.gif')
}

.currentNav {
	background-position: top;
}

.aboutUs {
	background-image: url('../images/aboutUs.gif')
}

.services {
	background-image: url('../images/services.gif')
}

.portfolio {
	background-image: url('../images/portfolio.gif')
}

.contactUs{
	background-image: url('../images/contactUs.gif');
}

#testimonialsBg {
	width: 624px;
	margin-top: 10px;
	padding-top:25px;
	padding-bottom:10px;
	min-height:170px;
	background:transparent url(../images/testimonialsBg.gif) no-repeat -8px 0;
}


#testimonialsBg h4 {
width: 115px;
height: 23px; 
margin: 0 0 0 10px;
background-image: url(../images/testimonials.gif);
text-indent: -9999px;
}

#testimonialsBg p{
font-style: italic;
margin: 10px 0 0 0;
padding: 0 5px 0 20px;
display: block;

}

#contentRight { 
	float: right;
	margin-bottom:30px;
}
#contentLeft {
	position:relative;
	float: left;
	width: 663px;
}
#footer {
	width: 994px; 
	padding-top:67px;
	background: transparent url(../images/footerTop.gif) no-repeat top left;
}
#footerBottom{
	padding-bottom:15px;
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left;
}
#footerWraper{
	padding:0 15px 0 15px;
	background: transparent url(../images/footer.gif) repeat-y 0 0;
}

#footer h6 {
	float: left;
	padding-bottom:10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #8f8a7c;
}
#footerLinksContainer {
	float: right;
	line-height:35px;
}
#footerLinks li{
	position:relative;
	float:left;
	margin:-20px 0;
	padding:20px 25px 20px 15px;
	list-style-type: none;
}
#footerLinks li.a{
	background: transparent url(../images/footerLinkA.gif) no-repeat 100% 50%;
}
#footerLinks li.b{
	background: transparent url(../images/footerLinkB.gif) no-repeat 100% 50%;
}
#footerLinks li.c{
	background: transparent url(../images/footerLinkC.gif) no-repeat 100% 50%;
}
#footerLinks li.d{
	background: transparent url(../images/footerLinkD.gif) no-repeat 100% 50%;
}
#footerLinks a {
	color: #727272;
	text-decoration: underline;
	line-height: 1.2em;
}
#footerLinks a:hover {
	color: #cb0404;
	text-decoration: none;
}
#current a {
	color: #cb0404;
	text-decoration: none;
}
#current a:hover {
	color: #cb0404;
	text-decoration: underline;
}
#footerLinks.current {
	color: #000000;
}
#tabs ul{
	display:none;
}
.tabsBody{
	padding-top:15px;
	padding-left:20px;
}
#webDesign,#webDevelopment,#webConsulting {
	float: left;
	display:inline;
	width: 311px;
	height: 144px;
	text-indent: -9999px;
	outline: none;
}

#webDesign {
	margin: 0 6px 0 12px;
	background: transparent url(../images/webDesign.gif) no-repeat top left;
}

#webDevelopment {
	margin: 0 6px 0 6px;
	background: transparent url(../images/webDevelopment.gif) no-repeat top left;
}

#webConsulting {
	margin: 0 12px 0 2px;
	background: transparent url(../images/webConsulting.gif) no-repeat top left;
}

#secondNav {
margin: 0 0 20px 0;
height: 144px;
}

#welcome {
	width: 269px;
	height: 38px;
	text-indent: -9999px;
	background: transparent url(../images/welcome.gif) no-repeat top left;
}
#welcomeText {
	width:480px;
}
#contactData {
	margin: 10px 0 0 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #a7a7a7;
}
#contactData a {
	color: #a7a7a7;
}

#contact {
	width: 317px;
	height: 158px;
	background: transparent url(../images/contact.gif) no-repeat left bottom;
	padding: 0 0 10px 10px;
}

#callUsNow {
	width: 112px;
	height: 23px; 
	margin: 10px 0 10px 0;
	background: transparent url(../images/callUsNow.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#phoneNumber {
	width: 185px;
	height: 31px; 
	background: transparent url(../images/phoneNumber.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#emailAdress {
	display:block;
	width: 163px;
	height: 24px;
	background: transparent url(../images/emailAdress.gif) no-repeat 0 0;
	text-indent: -99999px;
	outline: none;
}
#works {
	width: 327px;
}

#works h4 {
	float: left;
	width: 141px; 
	height: 27px;
	margin: 10px 0 0 8px;
	text-indent: -9999px;
	background: transparent url(../images/recentWork.gif) no-repeat 0 0;
} 

#ourClients {
	width: 604px;
	height: 36px; 
	margin: 15px 0 -15px 15px;
	text-indent: -9999px;
	background: transparent url(../images/ourClients.gif) no-repeat 0 0;
}
/* ========================================================================= */
/* about LAYOUT */
/* ========================================================================= */

#aboutUsHeader {
	width: 995px;
	height: 245px;
	margin: 0 0 15px 0;
	background:transparent url(../images/aboutUsHeader.gif) no-repeat left bottom;
}

.aboutImage {
	float: left; 
	margin:0 5px 6px 0;
}


.aboutText {
	margin:0;
	padding: 16px;
	line-height: 1.4em;
}
#aboutUsClients {
	width:240px;
	height: 382px;
	margin-top: 20px;
	padding: 15px 10px 0 20px;
	line-height: 1.4em;
	background:transparent url(../images/aboutUsClientsBg.gif) no-repeat top left;
}

#aboutUsClients h4 {
width: 71px; 
height: 28px;
background-image: url(../images/clients.gif);
text-indent: -9999px;
margin: 0 0 5px 0;


}

.imageClear{
clear: both;

}


#aboutUsClients img {
margin: 0 0 0 10px;
}

#aboutContentRightWraper {
width: 270px;

}
#jqPrev, #jqNext{
	display:none;
}
#testmionials{
	position: relative;
	width: 684px;
	margin-top: 30px;
}
#testmionials h3 {
	width: 684px;
	height: 64px;
	text-indent: -9999px;
	background:transparent url(../images/testimonialsScroll.gif) no-repeat 50% 50%; 
}


#testimonialItems .testimonial{
	height:220px;
	overflow:auto;
	margin:10px 0;
	padding:25px 35px 10px 50px;
	background:transparent url(../images/testimonialsBg.gif) no-repeat 50% 0; 
}
.testimonial p {
	margin:0;
	padding:1em 0;
	line-height: 1.6em;
	font-style: italic;
}

.testimonialData {
	float: left;
	color: #a7a7a7;
	width: 200px;
	line-height: 1.3em;
	font-weight: bold;
}

.testimonialData a {
	color: #a7a7a7; 
}

.testimonialSignature {
	float: right;
	width: 300px;
	color: #a7a7a7;
	text-align: right;
	line-height: 1.3em;
	font-weight: bold;
}
/* ========================================================================= */
/* services LAYOUT */
/* ========================================================================= */
#servicesHeader {
	height:245px;
	width:995px;
	background: transparent url(../images/servicesHeader.gif) no-repeat center bottom;
}
#fromOurPortfolio {
	height: 580px;
	width: 327px;
	background: transparent url(../images/fromOurPortfolio.gif) no-repeat 0 0;
	margin: 0 0 0 0;
}

.linkFromOurPortfolio {
	float: right;
	margin: 3px 20px 5px 0;
	text-decoration: none;
	color: #f57913;
}
#fromOurPortfolio h4 {
	width: 202px; 
	height: 53px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background:transparent url(../images/headerFromOurPortfolio.gif) no-repeat 0 100%;
}
.fromOurPortfolioWraper {
	padding: 0 15px 0 5px;
}
.hidden{
	display:none;
}
.itemFromOurPortfolio {
	padding: 0 0 17px 15px;
	line-height: 1.4em;
	background:transparent url(../images/spacer.gif) no-repeat bottom left;
}
#services #seeOurPortfolio{
	margin-left: 50px;
}
#whatWeCanDo {
	width: 100%;
	height: 62px;
	margin: 5px 0 0 0;
	text-indent: -9999px;
	background:transparent url(../images/whatWeCanDo.gif) no-repeat 0 0;
}
#services #contentLeft {
	float: left;
	width: 643px;
}
#services .articleContent p{
	margin:0;
	padding-top:40px;
	line-height: 1.4em;
}
#services .articleContent img{
	float:left;
	padding: 0 10px 5px 0;
}
#services .articleContent h3{
	position:absolute;
	width:493px;
	text-indent:-99999px;
}
#headerWebConsulting{
	top:-19px;
	left:140px;
	height:84px;
	background:transparent url(../images/servicesWebConsulting.gif) no-repeat 0 0;
}
#headerWebDesign{
	top:-19px;
	left:140px;
	width:493px;
	height:77px;
	background:transparent url(../images/servicesWebDesign.gif) no-repeat 0 0;
}
#headerWebDevelopment{
	top:-19px;
	left:140px;
	width:493px;
	height:55px;
	background:transparent url(../images/servicesWebDevelopment.gif) no-repeat 0 0;
}

/* ========================================================================= */
/* portfolio LAYOUT */
/* ========================================================================= */

#portfolio #contentLeft,#aboutUs #contentLeft{
	float: left;
	width: 691px;
	margin:0 5px 0 0;
}
#portfolioHeader {
	width: 995px;
	height: 245px;
	background:transparent url(../images/portfolioHeader.gif) no-repeat bottom left;
}
#ourWork {
	width: 691px;
	height: 62px;
	margin: 5px 0 0 0;
	background: transparent url(../images/ourWork.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#portfolio ul#contentRight li a{
	display:block;
	width: 284px;
	height: 85px;
	margin-top: 10px;
	text-indent: -9999px;
	outline: none;	
}

#porfolioWebdesign {
	background: transparent url(../images/porfolioWebdesign.gif) no-repeat 0 0;
}

#porfolioFlashdesign {
	background: transparent url(../images/porfolioFlashdesign.gif) no-repeat 0 0;
}

#porfolioEcommerce {
	background: transparent url(../images/porfolioEcommerce.gif) no-repeat 0 0;
}

#porfolioLogos {
	background: transparent url(../images/porfolioLogos.gif) no-repeat 0 0;
}

#portfolio ul#contentRight li a#porfolioBrand {
	display:none;
	background: transparent url(../images/porfolioBrand.gif) no-repeat 0 0;
}

#porfolioIllustrations {
	background: transparent url(../images/porfolioIllustrations.gif) no-repeat 0 0;
}

#portfolio ul#contentRight li a#contactUs{
	width:160px;
	height:53px;
}
#portfolio #contentLeft p{
	margin:0;
	padding-top:1em;
}
#portfolio .articleTop{
	margin:15px 0 55px 0;
}
#portfolio .portfolioImage img{
	width:557px;
	height:363px;
	padding-left:70px;
}
.portfolioHeader{
	width: 132px; 
	height: 25px;
	margin: 15px auto;
	text-indent: -9999px;
}
#hdWebDesign {
	background: transparent url(../images/hdWebDesign.gif) no-repeat 50% 50%;
}
#hdEcommerce{
	background: transparent url(../images/hdEcommerce.gif) no-repeat 50% 50%;
}
#hdLogos{
	background: transparent url(../images/hdLogos.gif) no-repeat 50% 50%;
}
#hdIllustrations{
	background: transparent url(../images/hdIllustrations.gif) no-repeat 50% 50%;
}
#hdFlashDesign{
	background: transparent url(../images/hdFlashDesign.gif) no-repeat 50% 50%;
}


/* ========================================================================= */
/* contact LAYOUT */
/* ========================================================================= */

#contactHeader {
	width: 995px;
	height: 245px;
	background: transparent url(../images/contactHeader.gif) no-repeat bottom left;
}
#contactus #contentLeft {
	float: left;
	width: 643px;
}

#contentPhone {
	width: 332px;
	height: 132px;
	text-indent: -9999px;
	background: transparent url(../images/contentPhone.gif) no-repeat 0 0;
}
#contentMail {
	display: block;
	width: 332px;
	height: 133px;
	text-indent: -9999px;
	background: transparent url(../images/contentMail.gif) no-repeat 0 0;
}
#contactus .articleTop{
	margin-top:15px;
}
#contactus .articleTop p{
	margin:0;
	padding-top:1em;
}
#messageSent {
	padding: 15px 0 15px 15px;
	font-weight: bold;
	color: #fa6319;
}
#messageSent.error{
	color:red;
}
.articleBottomContact{
	padding-bottom:40px;
	background: transparent url(../images/articleBottomContact.gif) no-repeat 3px bottom;
}
.articleContentContact{
	position:relative;
	padding:0 15px;
	background: transparent url(../images/articleContentContact.gif) repeat-y 0 0;
}
#contactSubmit{
	float:right;
	padding-right:45px;
	outline:none;
}
#contactForm legend{
	display:none;
}
#contactForm h3 {
	width: 340px;
	height: 26px;
	margin: 0 0 15px 0;
	text-indent: -9999px;	
	background: transparent url(../images/getApriceQuote.gif) no-repeat 0 0;
}
#contactForm label.text,#contactForm label.labelMessage{
	float:left;
	width:120px;
	padding:0 10px 0 20px;
	font-size:1.2em;
	line-height:1.7em;
}
#contactForm .row{
	padding-bottom:10px;
}
#contactForm .row .colList{
	float:left;
	width:450px;
	font-size:1.2em;
	line-height:1.7em;
}
#contactForm .row .col{
	float:left;
	padding-right:40px;
}
.inputTop{
	float:left;
	padding-top:6px;
	background: transparent url(../images/inputTop.gif) no-repeat 2px 0;
}
.inputBottom{
	float:left;
	padding-bottom:6px;
	background: transparent url(../images/inputBottom.gif) no-repeat 2px bottom;
}
.inputBottom input{
	position:relative;
	float: left;
	width:300px;
	padding:0 15px;
	border:none;
	font-size:1em;
	line-height:1.3em;
	background: transparent url(../images/inputContent.gif) repeat-y 0 0;
}
#contactForm label.labelMessage{
	width:300px;
}
#contactForm textarea#contactFormMessage{
	width: 530px;
	height: 100px;
	margin-left:20px;
	padding:15px;
	border:none;
	overflow:auto;
	background: transparent url(../images/contactMessageBg.gif) no-repeat left bottom;
}
#contactus .articleTop .row p.error,#contactus .articleTop .row p.errorTextarea{
	width:290px;
	padding-top:0;
	padding-left:10px;
	color:red;
	font-size:13px;
}
#contactus .articleTop .row p.errorTextarea{
	padding-left:30px;
}

.projectLink {
	font-size: 1.1em;
	color: #f57913;
	font-weight: bold;
}


