* {
	margin: 0;
	padding: 0;
} 

body {
	color:#444;
	font: 10pt arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background: #000;
}

p {
	margin: 15px 0;
}

a:link, a:visited, a:active  {
	text-decoration:none;
	color: #119be2;
}

a:hover {
	text-decoration:underline
}


#header-wrapper {
	background: url( ../img/background-top.jpg) no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 850px;
}

#header {
	height: 265px;
	width: 846px;
	margin: auto auto;
}

#middle-wrapper {
	background: url( ../img/background-mid.jpg) no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 850px;
}

#middle-box {
	background: url( ../img/middle_box.png) no-repeat;
	width: 846px;
	height: 423px;
	margin:auto auto;
}

#middle-content {
	padding: 16px;
	height: 390px;
	width: 814px;
}

.bio {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}

/*Services*/
.service {
	width:690px;
}
.service h2{ color: #2E2E2E; font-weight: bold;  border-top: 1px solid #cbcbcb; }

.service .service_left{ float: left; width: 460px; padding-right: 10px; }
.service .service_right{ float: right; width: 220px; }

.service .desc{ padding: 0px 10px; }
.service .desc h2{ font-size: 1.5em; font-weight: normal; margin: 0px -10px; padding: 5px 10px 0 10px; color: #119be2}
.service .desc p{  }

.service .services_details{ border: 1px solid #d0d0d0; margin-bottom: 0; padding: 10px; background-color: #d1d1d1 }

.service .service_detail {
	background: url(../img/dot.png) no-repeat;
	line-height: 15px;
	padding-left: 14px;
}
/*Service*/

/*About US*/
#aboutus {
	width:670px;
	padding: 10px;
}

#aboutus .contactinfo {
	width:100%;
	padding-bottom: 10px;
	border-bottom: 1px #d0d0d0 solid;
}

#aboutus .contactinfo h2{ color: #119be2; font-weight: bold; }
	
#aboutus .emp { clear:both; width: 690px; height: 140px;  padding-top: 10px; padding-bottom:5px; }

#aboutus .emp .pic {
	width: 73px;
	height: 100px;
	border: 1px #000 solid;
	margin-right: 15px;
	float: left;
}

#aboutus .emp .desc {
	width: 400px;
	height: 140px;
	float: left;
}

#aboutus .emp .desc .name {
	font-size: 1.5em; font-weight: normal; color: #2eade2;
}

#aboutus .emp .desc .title{
	font-size: 1.0em; font-style: italic;
}

#aboutus .emp .skills {
	width: 145px;
	margin-left: 15px;
	float: left;
	border: 1px solid #d0d0d0; 
	padding: 10px; 
	background-color: #d1d1d1
}

#aboutus .emp .skills h2{ color: #119be2; font-weight: bold; }

#aboutus .emp .skills .skill {
	background: url(../img/dot.png) no-repeat;
	line-height: 15px;
	padding-left: 14px;
}


/*About Us*/

.clear10px {
  clear: both;
  height: 10px;
  width: 100%;
}

.main_panel {
	padding: 10px;
	overflow: hidden;
}


#footer {
	padding-top: 5px;
	width: 836px;
	height: 47px;
	font-size: .80em;
	color: #ccc;
	line-height: 40px;
	margin: auto auto;
}

#footer a:link, a:visited, a:active  {
	text-decoration:none;
	color:#ccc;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color:#2eade2;
}


#footer #left{
	float: left;
}

#footer #right{
	float: right;	
}

#footer-wrapper {
	background: url( ../img/background-footer.jpg) repeat-x;
	margin-top: 21px;
	width: 100%;
	min-width: 846px;
	height: 47px;
}

.wrapper p span {font:bold 1.2em Arial, Helvetica, sans-serif;display:block; color: #2eade2;
}

.clearfix:after {	content: ".";	display: block;	clear: both;visibility: hidden;	line-height: 0;	height: 0;
}

.clearfix {
	display: inline-block;
}

.blue {
	color: #2eade2;
}

#web, #print, #brand { width: 642px; height: 300px; margin: auto auto;}

#thumbs_container img { width: 180px; height: 109px; float: left; margin: 15px;
	border: 2px #ccc solid;
}

#thumbs_container img:hover {
	border: 2px #2eade2 solid;
}


#navigation { width: 394px; height: 27px; margin: auto auto; }

#brandnav {
	display: block; float: left; width: 132px; height: 27px; cursor: pointer
}
			 
#printnav { 	
	display: block; float: left; width: 130px; height: 27px; cursor: pointer 		
}

#webnav { 
	display: block; float: left; width: 132px; height: 27px; cursor: pointer 
}

.brandnav_inactive {
	background: url("../img/portfolio/buttons/Brand_but.jpg") 0 0;
}
			 
.printnav_inactive { 	
	background: url("../img/portfolio/buttons/Print_but.jpg") 0 0;
}

.webnav_inactive { 
	background: url("../img/portfolio/buttons/Web_but.jpg") 0 0;	
}

.brandnav_active, .brandnav_selected {
	background: url("../img/portfolio/buttons/Brand_but.jpg") 0 -27px;
}
			 
.printnav_active, .printnav_selected { 	
	background: url("../img/portfolio/buttons/Print_but.jpg") 0 -27px;
}

.webnav_active, .webnav_selected { 
	background: url("../img/portfolio/buttons/Web_but.jpg") 0 -27px;	
}
			
	

			


