/*colors*/
/*
#666 - grey
#333 - dark grey
#b3d236 - green
#2daae2 - blue


*/
* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	word-spacing: 130%;
	letter-spacing: 0.6px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
  text-align: center;
	font-size: 12px;
	margin: 0;
	background: #666;
}

.nocss {
  display: none;
}

ul {
  list-style-type: none;
}

img {
  border: 0;
}

.textOnly {
	display: none;	
}

#content-container{
  position: relative;
  width: 768px;
  margin: 50px auto;
  background: #666;
  text-align: left;
}

#top-image {
  width: 768px;
  height: 217px;
  background: url('../images/ewei_top.jpg') #666;
	cursor: pointer;
}

#top-menu {
  height: 28px;
  width: 768px;
  background: #2daae2;
  color: #fff;
  font-size: 12px; 
}
#top-menu ul {
  margin: 0 0 0 20px;
}
#top-menu ul.right {
	position: absolute;
	right: 0;
  margin: 0 0 0 20px;
}

#top-menu li {
  float: left;
}

#top-menu a {
  color: #fff;
  display: block;
  padding: 5px 20px 3px 0;
  text-decoration: none;
}

#top-menu a:hover {
  color: #b3d236;
}

#top-menu a.active {
  color: #b3d236;
	color: #333;
  font-weight: bolder;
}


#content {
  position: relative;
  min-height: 300px;
  height: 300px;
  height: auto !important;
  background: #b3d236; 
}

#content-text a,
#content-text a:visited{
	color: #ffffff;
	text-decoration: underline;
}

#content-text a:hover,
#content-text a:active
{
	color: #2daae2;
}

#title {
  position: relative;
  min-height: 300px;
  height: 300px;
  height: auto !important;
  background: #b3d236;
	padding: 20px 20px;
}

#footer {
  position: relative;
  height: 14px;
  width: 768px;
  background: #2daae2;
}
#copyright {
  position: absolute;
  left: 240px;
  color: #fff;
  font-size: 10px;
}

#footer-img-bl {
  position: absolute;
  left: -90px;
  bottom: -14px;
  width: 299px;
  height: 287px;
  background: url('../images/ewei_bl.gif');
    
}

#footer-img-br {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 190px;
  height: 118px;
  background: url('../images/ewei_br.gif');
}

#left-menu {
  float: left;
  width: 200px;
  margin: 20px 0px 280px 20px;
  color: #fff;
}

#left-menu li>ul {
  margin: 0 0 0 10px;
  font-size: 11px;
}

#left-menu a {
  color: #fff;
  text-decoration: none;
}

#left-menu a:hover {
  color: #2daae2;
}

#left-menu a.active {
  color: #2daae2;
	color: #333;
  font-weight: bolder;
}

#content-text {
  position: relative;
  float: left;
  width: 500px;
  margin: 15px 0 120px 20px;
  color: #333;
}
#content-text h2{
  font-size: 16px;
  margin: 0 0 5px 0;
}

#content-bottom {
  clear: both;
}

#title-text {
	margin: 20px 90px;
}

#title-portfolio {
	margin: 20px 0 20px 40px;
	
}

#content-gallery {
	margin: 20px 0;
	
}
a.zoom {
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 25px 0 0;
	text-align: center;
}

a.zoom img {
	margin: 0 auto;
}