
* {
margin: 0;
padding: 0;
}


input, textarea, select {
font-family: "Tahoma", Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

a {
color: #fff;
}

/* ---------------------------- */

.mainWrapper {
width: 960px;
position: relative;
margin: 0 auto;
}

.contentRow {
background-position: 0 bottom;
background-repeat: repeat-x;
border-top-width: 1px;
border-top-style: solid;
min-height: 0; /* IE7 negative margin fix */
padding: 0 0 20px 0;
}

* html .contentRow   { /* IE6 negative margin fix */
height: 1px;
position: relative;
}

.contentRow .mainWrapper {
background-repeat: no-repeat;
margin-top: -1px;
padding: 20px 0 15px 30px;
}

.contentRow .moveTest {
background-position: 40px 0;
}

.contentRow .sectionTitle {
background-repeat: no-repeat;
padding: 15px 0 0 0;
}

.contentRow .sectionTitle small {
display: block;
height: 13px;
font-size: 11px;
line-height: 13px;
}

.contentRow .sectionTitle h2 {
display: none;
}

.contentRow .sectionContent {
padding: 20px 0 0 0;
overflow: hidden;
}

* html .contentRow .sectionContent  {
height: 1%;
}


/* ---------------------------- */

#showcase {
background-color: #547980;
background-image: url('../img/showcase_bknd.jpg');
border-top-color: #88a1a6;

}

#showcase .mainWrapper {
background-image: url('../img/showcase_arrow.gif');
}

#showcase .sectionTitle {
background-image: url('../img/showcase_title.gif');
}

#showcase .sectionTitle small {
color: #7db3bd;
}

/* ---------------------------- */

#showcase #projectsList {
overflow: hidden;
padding: 20px 0;
}

* html #showcase #projectsList {
height: 1%;
}

#showcase #projectsList .projectItem {
width: 300px;
float: left;
margin: 0 20px 20px 0;
}

#showcase #projectsList .projectItem .projectTitle {
width: 260px;
height: 35px;
border-top: 1px solid #9de0ad;
padding: 5px 30px 10px 10px;
}

#showcase #projectsList .projectItem .projectTitle h2 {
font-size: 12px;
font-weight: bold;
color: #9de0ad;
height: 13px;
line-height: 13px;
}

#showcase #projectsList .projectItem .projectTitle small {
display: block;
font-size: 9px;
line-height: 11px;
height: 22px;
padding: 0 30px 0 0;
color: #89b4bc;
}

#showcase #projectsList .projectItem .projectThumbnail {
width: 300px;
height: 150px;
background-repeat: no-repeat;
background: url('../img/project_thumb.jpg') no-repeat;
}

#showcase #projectsList .projectItem .projectThumbnail a {
display: block;
height: 150px;
cursor: pointer;
padding: 0 0 2px 0;
border-bottom: 5px solid #9de0ad;
background-repeat: no-repeat;
}

#showcase #projectsList .projectItem .projectThumbnail a span {
display: block;
width: 300px;
height: 150px;
background: url('../img/project_title.gif') no-repeat;
}

#showcase #projectsList .projectItem .projectThumbnail a:hover {
border-color: #fff;
}

/* ---------------------------- */

#projectView {
display: none;
overflow: hidden;
padding: 20px 0;
}

* html #projectView {
height: 1%;
}

#projectView #projectLoading {
display: none;
height: 32px;
background: #89b4bc url('../img/loading.gif') 10px 10px no-repeat;
padding: 10px 20px 10px 62px;
line-height: 32px;
font-weight: bold;
color: #fff;
font-size: 12px;
float: left;
}

#projectView #largeProjectNavigation {
height: 51px;
border-bottom: 1px solid #94c6cf;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

#projectView #largeProjectNavigation a {
display: block;
height: 51px;
cursor: pointer;
line-height: 51px;
font-weight: bold;
color: #94c6cf;
text-decoration: none;
width: 400px;
}

#projectView #largeProjectNavigation a:hover {
color: #fff;
text-decoration: underline;
}

#projectView #largeProjectNavigation a#goPrevious {
float: left;
background: url('../img/project_nav_left.gif') no-repeat;
padding: 0 0 0 60px;
}

#projectView #largeProjectNavigation a#goNext {
float: right;
background: url('../img/project_nav_right.gif') right 0 no-repeat;
text-align: right;
padding: 0 60px 0 0;
}

#projectView .largeProduct {
overflow: hidden;
}

* html #projectView .largeProduct {
height: 1%;
}

#projectView .largeProduct .largePreview {
float: left;
background: #89b4bc;
padding: 10px;
}

#projectView .largeProduct .largePreview img {
border: 1px solid #fff;
}

#projectView .largeProduct .description {
margin: 0 0 0 550px;
color: #fff;
}

#projectView .largeProduct .description h2 {
font-size: 25px;
border-bottom: 1px dashed #89b4bc;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

#projectView .largeProduct .description dl {

}

#projectView .largeProduct .description dl dd {
padding: 0 0 10px 0;
}

#projectView .largeProduct .description dl dd small {
display: block;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #89b4bc;
}

/* ---------------------------- */
.web {
	font-family: "helvetica neue", arial, sans-serif;
	letter-spacing: -2.5px; font-size: 42px;
	color:#333333;
	font-weight:bold;}



#about {
background-color: #e1e5e8;
background-image: url('../img/about_bknd.jpg');
border-top-color: #bac0c4;
font-family:Trebuchet MS;
font-size:14px;
}

#about .mainWrapper {
background-image: url('../img/about_arrow.gif');
}

#about .sectionTitle {
background-image: url('../img/about_title.gif');
}

#about .sectionTitle small {
color: #8C8C8C;
}

#aboutTitle {
cursor: pointer;
}

#aboutText {
display: none;
}

#aboutText dl.textList {
color: #8e9da9;
float: left;
width: 920px;
margin: 0 30px 0 0;
}

#aboutText dl.textList dd {
border-bottom: 1px solid #ccd0d4;
padding: 5px 0;
overflow: hidden;
}

* html #aboutText dl.textList dd {
height: 1%;
}

#aboutText dl.textList dd label {
width: 250px;
float: left;
color: #869098;
}

#aboutText dl.textList dd span {
display: block;
margin: 0 0 0 165px;
}

/* ---------------------------- */

#contacts {
background-color: #9de0ad;
background-image: url('../img/contacts_bknd.jpg');
border-top-color: #c4ecce;
}

#contacts .mainWrapper {
background-image: url('../img/contacts_arrow.gif');
}

#contacts .sectionTitle {
background-image: url('../img/contacts_title.gif');
}

#contacts .sectionTitle small {
color: #e5f7e9;
}

#contactTitle {
cursor: pointer;
}

#contactMe {
display: none;
}

#contactMe #contactForm {
}

#contactMe #contactForm .row {
overflow: hidden;
padding: 3px 0;
}

* html #contactMe #contactForm .row {
height: 1%;
}

#contactMe #contactForm .row label {
display: block;
float: left;
width: 150px;
padding: 0 15px 0 0;
text-align: right;
color: #459e59;
font-weight: bold;
}

#contactMe #contactForm .row input, #contactMe #contactForm .row textarea {
background: #fff url('../img/input_bknd.jpg') 0 1px repeat-x;
border: 1px solid #6eb57f;
color: #000;
padding: 5px;
}

#contactMe #contactForm .buttonrow {
padding: 10px 0 0 165px;
}

#contactMe #contactForm .buttonrow input {
background: #367645 url('../img/contacts_but_bknd.jpg') 0 bottom repeat-x;
border: 1px solid #327241;
color: #fff;
padding: 5px 10px;
font-weight: bold;
}

#contactMe #contactForm .message {
background: #fff;
padding: 15px;
margin: 15px 0 0 0;
border-style: solid;
border-width: 1px;
font-weight: bold;
display: none;
}

#contactMe #contactForm .success {
color: #3e7e4d;
border-color: #3e7e4d;
}

#contactMe #contactForm .error {
color: #dc1e1e;
border-color: #dc1e1e;
}

/* ---------------------------- */

#footer {
border-top-color: #fff;
color: #badc87;
font-weight: bold;
}

#footer a {
color: #769f3b;
text-decoration: none;
}

#footer a:hover {
color: #000;
text-decoration: underline;
}

#footer .mainWrapper {
background-image: url('../img/footer_arrow.gif');
}

/* ---------------------------- */



div#qTip {
 padding: 5px;
 border: 1px solid #737f88;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #909ba3;
 color: #FFF;
 font:10px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
 filter: alpha(opacity=90);
 -moz-opacity:.70;
 opacity:.70;
}