@CHARSET "UTF-8";

#main_content {
	height: 155px;
	width: 100%;
	background-image: url(../images/bg_hubpg_work.gif);
	background-repeat: repeat-x; 
}

#q_logo {
	display: block;
	float: left;
	margin-left: 53px;
	margin-top: 37px;
	width: 194px;
	height: 63px;	
	text-indent: -9000px;
	outline: none;
	background: transparent url(../images/q_small_logo.png) no-repeat;
}

#q_work2 {
	display: block;
	width: 100%;
	height: 155px;
	background: transparent url(../images/subpage_images/gears_work.gif) 540px 0px no-repeat;
}

#q_work_title {
	display: block;
	position: absolute;
	right: 20px;
	top: 51px;
	width: 76px;
	height: 29px;
	background: transparent url(../images/title_subpg_work.png) top left no-repeat;
	text-indent: -9000px;
	outline: none;
}

#portfolio {
	float: left;
	position: relative;
	left: 0px;
	width: 500px;
	height: 600px;
}

#portfolio img {
	margin-top:5px;
	margin-left:5px;
	float: left;
	border: 1px solid #336699;
}

#portfolio .slide .left img {
	margin: 0px;	
	border-right: 1px;
}

.slide {
	height: 360px;
}

.slide_container {
	height: 600px;
	width: 500px;
}

.left {
	width: 500px;
	float: left;
}

.right {
	width: 60px;
	height: 600px;
	float: left;
	border: 1px solid #336699;
	border-left: 0px;
	padding: 5px;
	padding-top: 5px;
	color: #2a2a2a;
	font-size: 13px;
}

.right h1 {
 	font-size: 16px;
	line-height:1.15em;
	padding-bottom:1.5em;
}

#port_previous a {
	display: block;
	height: 19px;
	width: 79px;
	background: url(../images/btn_portfolio_back.gif);
	text-indent: -9000px;
}

#port_next a {
	display: block;
	height: 19px;
	width: 79px;
	background: url(../images/btn_portfolio_next.gif);
	text-indent: -9000px;
}


#port_index a {
	display: block;
	height: 19px;
	width: 79px;
	background: url(../images/btn_portfolio_index.gif);
	text-indent: -9000px;
}

#portfolio_nav li#port_index {
	float: left;	
}

#portfolio_nav {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 500px;
	margin-bottom: 10px;
}

#portfolio_nav li {
	display: block;
	height: 19px;
	width: 79px;
	float: right;
}

#portfolio_nav li#port_next {
	margin-left: 5px;
	margin-right: 7px;
}
