@charset "utf-8";
/* CSS Document */

body {
background: #685549;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

/*container*/
#container {
width: 1000px;
margin: auto;
background: url(../images/main.jpg) repeat-y;
}

/*Menu*/
#menumain {
width: 275px;
height: 700px;
background: #685549;
float: left;
}

#menu {
background: url(../images/menu.jpg);
width: 275px;
height: 650px;
margin-top: 50px;
float: left;
color: #000000;
/*position: fixed;*/
}

#menu .list {
width: 210px;
margin-top: 30px;
margin-left:20px;
}

#menu .social {
background:url(../images/social.png);
width: 200px;
height: 100px;
margin-top: 10px;
}

#menu ul {
width: 200px;
margin: 0;
list-style-type: none;
padding-left: 0px;
}

#menu ul li {
font-size: 18px;
font-weight: bolder;
display: block;
height: 35px;
border-bottom: solid 2px #ffffff; 
text-align: left;
padding-top: 15px;
padding-left: 10px;
margin: 0;
}

#menu ul li a {
text-decoration: none;
color: #000000;
}

#menu h2 {
text-align: center;
}

#menu .gap {
height: 50px;
width: 200px;
clear:both;
}

/*Header*/
#logo {
background: url(../images/logo.jpg);
width: 725px;
height: 200px;
margin: 0 275px;
}

/*content*/
#content {
width: 725px;
margin: 25px 0 0 275px;
}

#content .main {
width: 625px;
margin-left: 25px;
} 

#content h1 {
text-align: center;
}

/*Portfolio*/
#gallery {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:650px; 
  height:400px; 
  border:3px solid #888; 
  background:#685549 url(../images/portfolio/envytech.gif);
  }
#gallery li {
  float:right;
  }
#gallery li a {
  display:block; 
  height:400px;
  width:35px; 
  float:right; 
  text-decoration:none; 
  border-left:2px solid #888; 
  cursor:default;
  }
#gallery li a img {
  width:35px; 
  height:400px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  width:500px;
  }
#gallery li a:hover img {
  width:500px;
  }



#slider {
padding-top: 45px; 
padding-left: 25px; 
width: 650px; 
/*position: relative;*/
}

ul#mycarousel {
/*position: relative;*/
}

ul#mycarousel li {
float: left; 
display: inline; 
height: 184px; 
width: 270px;
}

.jcarousel-clip { 
height:184px; 
width:650px; 
overflow:hidden; 
/*position:relative;*/
}

.jcarousel-prev , .jcarousel-next {
background: url(../images/portfolio/next.gif) no-repeat 0 0; 
width: 28px; 
height: 30px; 
display: block; 
float: left; 
/*position:absolute; 
top:143px; 
left: 870px; */
cursor: pointer; 
}

.jcarousel-prev { 
background: url(../images/portfolio/prev.gif) no-repeat 0 0; 
left: -39px;
}

.img-cnt {
background: url(images/image-shadow.png) no-repeat 0 0; 
width: 264px; 
height: 184px; 
float: left;
}

.img-cnt img {
display: block; 
margin: 0 auto; 
padding-top: 6px;
}

/*gap*/
#gap {
height: 20px;
width: 1000px;
clear: both;
}

/*footer*/
#footer {
width: 1000px;
height: 150px;
clear: both;
background: url(../images/footer.jpg);
font-size: 14px;
}

#footer .gap {
height: 40px;
width: 1000px;
clear: both;
}

#footer a {
color: #ffffff;
}

#footer .legal {
    width: 980px;
	height: 40px;
	text-align: center;
	float: left;
}

