* {
	padding: 0;
	margin: 0;
}	

html {
	padding: 0;
	margin: 0;
	font: normal 10pt Tahoma;
}

body {
	font: normal 10pt Tahoma;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #555;
	background: #eef url('../image/bg.gif') 0 0 repeat; 

	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	background: #FAFBFD url('../image/main_bg.jpg') 50% 187px no-repeat;
	text-align: left;
	margin: auto;
	border-left: 1px solid #ccd;
	border-right: 1px solid #ccd;
	font: normal 10pt Tahoma;

}

#header {
	position: relative;
	height: 187px;
	background: white url('../image/header6.jpg') 50% 0 no-repeat;
}

#logo {
	display: block;
	margin-left: 15px;
	padding-top: 15px;
}

#header .navigation {
	position: absolute;
	right: 5px;
	top: 60px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .navigation li {
	float: left;
}

#header .navigation li a {
	display: block;
	text-decoration: none;
	font-size: 11pt;
	color: #157BB8;
	width: 154px;
	height: 50px;
	background: transparent url('../image/nav_bg.png') 0 0 no-repeat;
	line-height: 45px;
	letter-spacing: -0.3;
}

#header .navigation li a span {
	position: absolute;
	display: block;
	padding-left: 20px;
	cursor: pointer;
}

#header .navigation li a.selected, #header .navigation li a:hover {
	background-position: 0 -50px;
	color: #950;
}

a img {
	border: 0;
}

* html #header .navigation li a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/nav_bg.png' ,sizingMethod='crop');
}

#footer .navigation {
	padding: 0;
	margin: 0;
	color: #999;
	text-align: center;
	padding-top: 10px;
}

#footer .navigation a {
	font-size: 11pt;
}

#footer .navigation a.selected, #footer .navigation a:hover {
	color: #950;
}

a {
	text-decoration: none;
	color: #157BB8;
}

a:hover {
	color: #67A7C3;
}

#secondary_navigation {
	position: absolute;
	right: 220px;
	top: 5px;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#secondary_navigation li {
	float: left;
	margin-left: 10px;
}

#secondary_navigation li a {
	text-decoration: none;
	font-size: 10pt;
	color: #157BB8;
}


#main {
	margin-right: 270px;
	margin-top: 20px;
	margin-left: 20px;
}

#main.full {
	margin-right: 0px;
	margin-left: 0px;
}

#left {
	width: 240px;
	margin-right: 10px;
	margin-top: 15px;
	float: right;
}

h1#page_title {
	font: normal 17pt Arial;
	background: none;
	position: absolute;
	bottom: 3px;
	left: 10px;
	color: #1A7EBA;
	letter-spacing: -0.05em;
}

h2#page_subtitle {
	font: normal 16pt Arial;
	letter-spacing: -1;
	background: none;
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: white;
}

h1 {
	font-size: 14pt;
	background-color: #e6eDff;
	padding: 5px 10px;
	color: #589;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-top: 10px;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: -0.2;
	color: #950;
	margin-bottom: 10px;
}

h4.subtitle {
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-family: Arial;
}

p {
	padding: 5px;
	line-height: 16pt;
	text-align: justify;
}

#left p {
	height: 1.2em !important;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 10px;
}

label {
	color: #777;
}

.employee_name {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: -0.2;
	margin-top: 5px;	
}

.job_title {
	font-size: 8pt;
	color: #99a;
}

.block {
	border-top: 3px solid #aaa;
	margin-top: 10px;
	background: #e0eb79 url('../image/block_bg2.jpg') 0 0 no-repeat;	
}

.block .content {
	padding: 15px;
}

#left ul {
	margin: 10px 20px;
}


#main ul {
	margin: 10px 20px;
}


#main .services_list {
	position: relative;
	width: 640px;
	margin: 5px 0px;
	padding: 0;
}

.services_list li {
	display: block;
	float: left;
	width: 250px;
	padding: 0;
	margin: 0;
	margin: 5px 5px;
	background: transparent url('../image/yes.png') 0px 0px no-repeat;
	padding-left: 20px;
	height: 2.2em;
}
*html .services_list li{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/yes.png' ,sizingMethod='crop');
}

.services_title {
	background: transparent url('../image/services/webpages.png') 99% 0px no-repeat;
	vertical-align: 100%;
	margin: 10px 0px;
	margin-left: 0px;
	clear: left;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
*html .services_title{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/webpages.png' ,sizingMethod='crop');
}

.services_wrapper {
	margin-left: 5px;
}

#services_wrapper_webpages {
	background: transparent url('../image/services/websites.png') top right no-repeat;
}
*html #services_wrapper_webpages{
	background: none;
	background-position: top right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/websites.png' ,sizingMethod='crop');
}

#services_wrapper_applications {
	background: transparent url('../image/services/applications.png') top right no-repeat;
}
*html #services_wrapper_applications{
	background: none;
	background-position: top right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/applications.png' ,sizingMethod='crop');
}

#services_wrapper_techsupport {
	background: transparent url('../image/services/tech_support.png') 99% 0px no-repeat;
}
*html #services_wrapper_techsupport{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/tech_support.png' ,sizingMethod='crop');
}

#services_wrapper_consulting {
	background: transparent url('../image/services/consulting.png') 99% 0px no-repeat;
}
*html #services_wrapper_consulting{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/consulting.png' ,sizingMethod='crop');
}

#services_wrapper_graphics {
	background: transparent url('../image/services/graphics.png') 99% 0px no-repeat;
}

*html #services_wrapper_graphics{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/graphics.png' ,sizingMethod='crop');
}

#services_wrapper_multimedia {
	background: transparent url('../image/services/multimedia.png') 99% 0px no-repeat;
}

*html #services_wrapper_multimedia{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/multimedia.png' ,sizingMethod='crop');
}

#services_wrapper_hardware {
	background: transparent url('../image/services/hardware.png') 99% 0px no-repeat;
}

*html #services_wrapper_hardware{
	background: none;
	background-position: 99% 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/services/hardware.png' ,sizingMethod='crop');
}

.carousel {
	width: 960px;
}

.carousel_item {
	position: relative;
	width: 240px;
	float: left;
	height: 200px;
	list-style: none;
}

.carousel_item a {
	position: absolute;
	width: 100%;
	height: 100%;
}

#fp_kwick_bottom {
	height: 20px;
	background: white url('../image/fp_kwick_bottom.jpg') 0 -12px no-repeat;
}

#main ul.kwicks {
	width: 960px;
	margin: 0;
	padding: 0;
	margin-top: -60px;
	overflow: hidden;
	height: 200px;
	width: 960px;
	border-bottom: 1px solid #ddd;
}

#carousel_item_1 {
/*	background-image: url('../image/carousel/1.jpg'); */
}

#carousel_item_2 {
/*	background-image: url('../image/carousel/2.jpg'); */
}

#carousel_item_3 {
/*	background-image: url('../image/carousel/3.jpg'); */
}

#carousel_item_4 {
/*	background-image: url('../image/carousel/4.jpg'); */
}

.grid2, 
.grid3, 
.grid4, 
.grid5, 
.grid12 {
	margin-top: 10px;
	margin-left: 10px;
	float: left;

}

.grid2 {
	width: 145px;
}

.grid3 {
	width: 225px;
}

.grid4 {
	width: 305px;
}

.grid5 {
	width: 385px;
}

.grid12 {
	width: 945px;
}

.news_date {
	font-size: 9pt;
	color: #aaa;
	margin-top: 5px;
}
.news_title {
	font-size: 9pt;
	font-weight: bold;
}
.news_year {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 15px;
}
.news_month {
	font-size: 10pt;
	margin-left: 25px;
}

#main .fp_services_list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#main .fp_services_list li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding: 5px 20px;
	background: white url('../image/yes.png') 0px 50% no-repeat;
}
*html #main .fp_services_list li{
	background: white;
	background-position: 0px 50%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/yes.png' ,sizingMethod='crop');
}

#footer {
	clear: both;
	padding-top: 10px;
	position: relative;
	height: 80px;
}

#inner_footer {
	margin-top: 10px;
	background-color: #f4f4f4;
	height: 70px;
	border-top: 1px solid #eee;
	text-align: center;
}

#copyright {
	margin-top: 10px;
}

.carousel_explain {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background-color: white;
	opacity: 0.8;
	text-align: right;
	color: #236;
	
}

.featured_title {
	display: block;
	font-size: 12pt;
	margin-bottom: 5px;
}

.featured_txt {
	display: block;
	margin: 0;
}

.featured_img {
	display: block;
}

.featured_img a img {
	border: none;
}

ul.what_we_did {
	display: block;
	margin: 0;
	margin-left: 20px;
	list-style-position: inside;
}

.what_we_did_wrapper {
	border: 1px solid #eee;
	background-color: white;
	padding: 10px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.what_we_did_wrapper h3 {
	font-size: 12pt;
}

.portfolio_thumb {
	border: 5px solid #99BECE;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.portfolio_thumb_inactive {
	border: 5px solid transparent;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	
}

.portfolio_thumb:hover {
	border-color: #67A7C3;
}

.sidebar_portfolio_item {
	text-align: center;
	font-size: 9pt;
}

.sidebar_portfolio_item a {
	font-size: 10pt;
}

.sidebar_portfolio_item .portfolio_thumb {
	display: block;
	border: 5px solid #EEF3B1;
	margin: auto;
	float: none;	
}
.sidebar_portfolio_item .portfolio_thumb:hover {
        border-color: #E0EB79;
}

.portfolio_item {
	background-color: white;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 5px solid #EDF5F8;
}

.see_more_link {
	font-size: 9pt;
	float: right;
	padding-top: 20px;
}

.visit_website {
	background: transparent url('../image/visit_website.png') 0 0 no-repeat;
	display: block;
	width: 178px;
	height: 32px;
	line-height: 32px;
	text-indent: 20px;
}
*html .visit_website{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/visit_website.png' ,sizingMethod='crop');
}

.visit_website:hover {
	color: #67A7C2;
}

.services_to_portfolio_link {
	float: right;
	display: block;
	margin-top: 25px;
}

.pg_container {
	text-align: right;
	margin: 4px;
	font-size: 10pt;
	height: 1.9em;
}

.pg_link {
	display: block;
	width: 1.5em;
	background-color: white;
	border: 1px solid #eee;
	text-align: center;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 5px;
	margin-top: 0.2em;
}

.pg_page_selected {
	background-color: #F1F7B7;
	font-weight: bold;
	border: 1px solid #ddd;
}

.pagination_info {
	float: right;
	text-align: right;
	font-size: 9pt;
}

.sidebar_portfolio_item {
	text-align: center; 
	background-color: #F9FCD7; 
	padding: 10px; 
	padding-top: 15px; 
	border: 1px solid #E3EC81;
}

.project_type {
	font-size: 8pt;
	color: #999;
}

#breadcrumbs {
	position: absolute;
	top: 130px;
	left: 20px;
}

.categories_list h3 {
	font-size: 12pt;
}

.categories_list {
	padding: 10px;
	margin: 10px 0px;
	background-color: white;
	border: 1px solid #ddd;
}

.categories_list a {
	display: block;
	font-size: 10pt;
	width: 170px;
	float: left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent url('../image/yes.png') 0 50% no-repeat;
}
*html .categories_list a {
	background: none;
	background-position: 0px 50%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/yes.png' ,sizingMethod='crop');
}

.categories_sidebar_list li {
	padding: 3px 0px;
	color: #E0EB79;
}

.categories_sidebar_list li.selected {
	color: #995500;
}

.categories_sidebar_list li.selected a {
	color: #995500;
}

li li {
	padding: 3px 0px;
}

li li em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}


