@charset "utf-8";
/* CSS Document */

body{
	font-family:tahoma;
	font-size:11px;
	background-color:#110f10;	
	margin:0px auto;
	height:100%;
	color:#79725c;
	line-height:15px;
}

img {border:0;}

.textbox{
	border:1px solid #79725c;
	height:15px;
	background-color:#000000;
}

.button{
	border:1px solid #79725c;
	background-color:#000000;
	font-size:9px;
	
	color:#79725c;
	
}



a:link{color:#edd96d;}
a:visited{color:#edd96d;}
a:hover{color:#edd96d; text-decoration:none;}


a.service_link:link{color:#645e4b; text-decoration:none; font-size:11px; font-weight:bold;}
a.service_link:visited{color:#645e4b; text-decoration:none; font-size:11px; font-weight:bold;}
a.service_link:hover{color:#645e4b; text-decoration:underline; font-size:11px; font-weight:bold;}

#wrapper{
	background:url(../images/background.jpg) center repeat-y;
	width:1000px;
	margin:0px auto;
	margin-top:10px;
	
}

#footer{
	clear:both;
	padding:10px 0 10px 0;	
	font-size:10px
}

#maincontent{		
	border:1px solid #2e2a25;	
	width:1000px;
	
}

#sub_content{
	background:url(../images/bg2.jpg) top left no-repeat;
	width:1000px;
	height:368px;
}

#left{
	position:relative;
	float:left;
	/*left:15px;*/
	width:620px;
	top:45px;
	/*border:1px solid red;*/
}

#right{	
	position:relative;
	float:right;
	width:318px;
	right:40px;	
	/*border:1px solid red;*/
}

#right #right_content{
	padding:10px;
	font-size:10px;
}

.title{
	font-weight:bold;
	color:#645e4b;
}

.title2{
	font-weight:bold;
	color:#645e4b;
	text-decoration:underline;

}

.caption{
	font-weight:bold;
	color:#645e4b;
	font-size:13px;
}

#porfolio_container {
  position: relative;
  width: 531px;
  height: 73px;
  overflow: hidden; 
}

#porfolio_scroller {
  width: 928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

#porfolio_container .content {
  width: 119px;
  height: 72px;
  float: left; 
  margin-left: 13px; 
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

<!--[if IE]>
#scroller{
  width: 882px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}
<! [endif]-->

