* {
list-style:none;
margin:0;
padding:0;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color:#000;
font-weight:400;
width:100%;
/*background: #333;*/
background: url("../img/bgsides.gif") repeat-y #333;

}



.sidebar {
background: #fff;
float:left;
margin-top: 5px;
width: 250px;
padding:20px;
height:100%;
position:fixed;
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	background: #e1e1e1; /* old browsers */

	background: -moz-linear-gradient(top, #e1e1e1 1%, #E8E8E8 11%, #ffffff 23%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e1e1e1), color-stop(11%,#E8E8E8), color-stop(23%,#ffffff)); /* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* ie */

	background: -o-linear-gradient(top, #e1e1e1 1%,#E8E8E8 11%,#ffffff 23%); /* opera */
	border:1px solid #999;


}
/*
.sidebarcontainer {
padding-left:25px;
width:25px;
position:fixed;
height:100%;
background: url("../img/bgside.jpg") left repeat-y;
}
*/
.container {
padding-left:35px;
height:100%;
float:left;
width:900px;
position:relative;
}


.clearme {
clear:both;
}

.intro {
margin-top:20px;
color: #666;
font-size:13px;

}

/*** Portfolio ***/
.section {
background: #fff;

border-top: 5px solid #333;

padding:10px;
margin-left:280px;
width:700px;
float:left;
}

.sectioncenter {
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;

/*border-right: 5px solid #333;*/
margin-top:15px;
padding:10px;
padding-left:30px;
margin-left:305px;
width:570px;
float:left;
position:relative;
padding-top:30px;




}

.portfolioheader {
	background: url("../img/graphics/portfolioheader.png") no-repeat;
	height:49px;
	width:670px;
	position:absolute;
	left:-7px;
	top:-13px;
}

.portfolio {
background: #eee;

background: #eee; /* old browsers */

background: -moz-linear-gradient(top, #eee 1%, #E8E8E8 11%, #ffffff 23%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e1e1e1), color-stop(11%,#E8E8E8), color-stop(23%,#ffffff)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ffffff',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, #eee 1%,#E8E8E8 11%,#ffffff 23%); /* opera */
}
.portfolio a {
padding:0px;
text-decoration: none;
background-color: inherit; 
border: none;

}
.portfolio img {
	border:none;
	margin-bottom:20px;
	
}

.portfolio img:hover {
	border:none;
}

/*.portfolio img {
	xbackground: url('../img/graphics/itemborder.png') no-repeat;

/*padding:5px;
border:2px solid #999;
margin:5px;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
opacity:0.8;
}
*/


/*
.portfolio img:hover{
padding:0px;

border:7px solid #ccc;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
opacity:0.8;

}*/

.portfolio img {
}
.portfolioleft p,.porfolioright p {
color:#333;
font-size:13px;
text-align:left;
padding-left:10px;
font-weight:bold;
margin:0px;
line-height:1em;

}

.portfolioleft {
	margin-top:12px;
}

.portfolio h3 {
	margin:0px;
	padding:0px;
	padding-left:10px;
	text-shadow: #fff 1px 1px 0;
 	color:#444;
	font-size:20px;
	margin-bottom:15px;
}



.line {
margin-top: 10px;

}

.portfolioleft p {
font-size:12px;
color:#555;
line-height:1.4em;

}

.portfolioleft p a,.porfolioright p a {
color:#294f91;
font-size:9px;

}

p.companyname {
font-weight:normal;
color: #999;
padding:2px;
display:block;
font-size:10px;
text-transform:uppercase;
padding-bottom:10px;
padding-left:10px;


}
/*
.portfolioleft {
float:left;
width:500px;

margin-left:0px;
}

.portfolioright {
float:left;
width:500px;
background: #fff;

}
*/
.closer {
margin-top:10px;
margin-bottom:10px;

border-top: #ddd 1px solid;
}

.line {
height:20px;
}

/* Contact Form */



input.formsmall {
height:15px;
width:150px;
border: 1px solid #aaa;
background: #fff;
font-size:12px;
padding:2px;
}

textarea.formsmall {
height:60px;
width:190px;
border: 1px solid #aaa;
background: #fff;
font-size:11px;
padding:2px;
}


input.submit {
margin-top:10px;
display:block;
background: url('../img/gradient.jpg') bottom;
font-size:10px;
padding:2px 10px;
text-transform:uppercase;
cursor:pointer;
color: #fff;
border:none;

}

input.error, textarea.error {
border: 2px solid red;
}

.error {
font-size:11px;
color: red;
}

input.submit:hover{
background: url('../img/gradient.jpg') top;

}

label {
margin-top:10px;
display:block;
font-size:11px;
}

label.error {
display:block;

margin-top:0px !important;
}




form#contactForm #loading {
	background: url('../images/ajax-loader.gif') no-repeat;
	width:55px;
	height:55px;
	margin: 10px auto;
	display:none;
}

#callback {
margin-top:20px;
font-weight:bold;
color: green;
}

#callbackerror {
margin-top:20px;
font-weight:bold;
color: red;
}

p.footer {
color:#294f91;
font-size:9px;
}

.entry {
margin-bottom:27px;
position:relative;
padding:20px;
padding-top:10px;
width:505px;
background: #ddd;
border: 2px solid #ccc;
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.itemimage {
	background: url('../img/graphics/itemborder.png') no-repeat;
	position:absolute;
	width:531px;
	height:285px;
	padding:20px;
	margin-top:-14px;
	margin-left:-12px;
}

.itemimage:hover {
	background: url('../img/graphics/itemborderover.png') no-repeat;

}


/*=============***=================
	buttons  
===============***================= */


a.buttonstyle, input.submit {
	display:inline-block;
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

a.buttonstyle:hover,  input.submit:hover  {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

a.buttonstyle:active,  input.submit:active  {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

input.submit {
	font-size:11px;
	padding:2px;
	width:80px;
}


p a.visitbutton {
	width:60px;
	font-size:11px;
	color:#333;
	padding:5px;
	position:absolute;
   right: 21px;
    top: 315px;
}




