html {
	height: auto !important;
	width: 100%;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: URL(../images/background.jpg) repeat-x top;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}

a img {
	border: 0;
}
a:hover {
	color: #344363;
	text-decoration:underline;
}

h1,h2,h3 {
	color: #344363;
}

#cb {
	clear: both;
}

.rel
{
	position: relative;
}

.abs
{
	position: absolute;
}
/*---------------------------------------------------------------------------------------------*/
#wrapper {
	width: 977px;
	min-height: 580px;
	margin: 0 auto 0 auto;

}

/*---------------------------------------------------------------------------------------------*/

#header_login {
	width: 977px;
	height: 30px;
	float: left;
}
#header_login_text {
	margin: 9px 0 0 0;
	padding: 0 60px 0 0;
	float: right;
}
#header_login_text a {
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000000;
}

#header_login_text a:hover{
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/

#menu {
	width: 977px;
	height: 54px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

#menu ul {
	width: 977px;
	height: 54px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
}

#menu ul li {
	height: 54px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: URL(../images/sprite.png) repeat-x top;
	float: left;
}
#menu .selected {
	height: 54px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: URL(../images/sprite.png) repeat-x 0px -54px;
	float: left;
}
#menu ul li:hover {
	background: URL(../images/sprite.png) repeat-x 0px -54px;
}

#menu #span {
	width: 480px;
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: URL(../images/menu_bg.png) repeat-x top;
	float: left;
}
#dividor {
	height: 54px;
	width: 2px;
	margin: 0;
	padding: 0;
	background: URL(../images/menu_bg_vr.png) no-repeat top;
	float: left;
}
#menu span {
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 19px 0 0 0;
	padding: 0;
	float: left;
}
#menu_text {
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0 -15px 0 0;
	padding: 0;
	float: right;
}
#menu_text a {
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
#menu_text img {
	margin: -3px 0 0 40px;
	padding: 0;
	float: left;
}
#twitblue {	
	font-size: 13px;
	color: #b4d9f8;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
#twitwhite {	
	font-size: 13px;	
	color: #ffffff;
	padding: 0;
	margin: 0;
	float: left;
}


#menu a {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 21px 17px 21px 17px;
	margin: 0;
}
#menu #menu_home {
	width: 69px;
	height: 54px;
	padding: 0;
	margin: 0;
	background: URL(../images/home_sprite.png) no-repeat top;
	float: left;
}
#menu #menu_home_selected {
	width: 69px;
	height: 54px;
	padding: 0;
	margin: 0;
	background: URL(../images/home_sprite.png) no-repeat 0px -54px;
	float: left;
}
#menu #menu_home:hover {
	width: 69px;
	height: 54px;
	padding: 0;
	margin: 0;
	background: URL(../images/home_sprite.png) no-repeat 0px -54px;
}
#menu_close {
	width: 27px;
	height: 54px;
	padding: 0;
	margin: 0;
	background: URL(../images/menu_close.png) no-repeat top;
	float: left;
}
#more_sprite {
	width: 88px;
	height: 23px;
	background: URL(../../../images/viewmore.jpg) no-repeat top;
}
#more_sprite:hover {
	width: 88px;
	height: 23px;
	background: URL(../../../images/viewmore.jpg) no-repeat 0px -23px;
}

/*---------------------------------------------------------------------------------------------*/

#content {
	float: left;
}
#left_content {
	width: 390px;
	height: 238px;
	background: URL(../images/insite_logobig.png) no-repeat top;
	margin: -3px 0 0 0;
	float: left;
}
#left_content_text {
	width: 370px;
	height: 220px;
	font-size: 46px;
	color: #344363;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: -2px;
	text-align: left;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0;
	float: left;
}
#left_content_text span {
	width: 370px;
	margin: -6px 0 0 0;
	float: left;
}
#port_cont {
	margin: 0 40px 0 0;
	float: right;
}

#portfolio {
	width: 600px;
	height: 277px;
	background: URL(../images/portfolio_display.png) no-repeat top;
	overflow: hidden;
	margin: 70px -60px 0 0;
	float: right;
}
#portfolio_bottom {
	width: 600px;
	height: 128px;
	background: URL(../images/portfolio_bottom_small.png) no-repeat top;
	margin: 0 -55px 0 0;
	float: right;
}
#portfolio_bottom_large {
	width: 600px;
	height: 170px;
	background: URL(../images/portfolio_bottom_large.png) no-repeat top;
	margin: 0 -55px 0 0;
	padding-top: 45px;
	overflow: hidden;
	float: right;
}

#arrow_left {
	width: 16px;
	height: 23px;
	margin: 150px 0 0 58px;
	float: left;
}

.arrow_left_portfolio
{
	margin-top: 203px !important;
	cursor: pointer;
	display: none;
}

.arrow_right_portfolio
{
	margin-top: 203px !important;
	margin-left: 527px !important;
	cursor: pointer;
	display: none;
}

#arrow_left_empty {
	width: 16px;
	height: 23px;
	margin: 150px 0 0 58px;
	float: left;
	display: none;
}

#display {
	width: 375px;
	height: 416px;
	overflow: hidden;
	margin: 26px 35px 0 35px;
	float: left;
}

.display_images_wrapper
{
	width: 10000px;
}
#display_img {
	width: 375px;
	height: 235px;
	float: left;
	overflow: hidden;
}
.display_img {
	width: 373px;
	height: 235px;
	float: left;
	overflow: hidden;
}
#display_img img {
	min-width: 373px;
	min-height: 235px;
}
#loading_display_img {
	margin: 26px 35px 0 35px;
	padding: 75px 0 0 155px;
	overflow: hidden;
	position: absolute
}

#arrow_right {
	width: 16px;
	height: 23px;
	margin: 150px 0 0 0px;
	float: left;
}
#arrow_right_empty {
	width: 16px;
	height: 23px;
	margin: 150px 0 0 0px;
	float: left;
	display: none;
}

#port_footer {
	width: 550px;
	height: 112px;
}
.port_footer {
	width: 550px;
	height: 112px;
	margin: 7px 0 0 0;
}

.port_footer_wrapper
{
	width: 550px;
	height: 80px;
	margin: 45px 0 0 35px;
	overflow: hidden;
}

.port_footer_wrapper a
{
	text-decoration: none !important;
}

#port_footer a {
	text-decoration: none;
}
#port_footer_head {
	width: 500px;
	font-size: 12px;
	color: #b4d9f8;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#port_footer_sub {
	width: 390px;
	font-size: 32px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: bold;
	white-space:nowrap;
	overflow: hidden;
	padding: 3px 0 0 0;
	float: left;
}
#port_footer_sub_large {
	width: 550px;
	font-size: 32px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	white-space:nowrap;
	overflow: hidden;
	padding: 3px 0 0 0;
	float: left;
}

#port_footer_text_big {
	width: 500px;
	max-height: 80px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	margin: 0px 0 20px 0;
	float: left;
}
#port_footer_button_left {
	width: 140px;
	height: 23px;
	background: URL(../images/port_btn1.jpg) no-repeat top;
	margin: -10px 0 0 -6px;
	float: left;
}
#port_footer_button_left:hover {
	background: URL(../images/port_btn1.jpg) no-repeat 0px -23px;
}

#port_footer_button {
	width: 140px;
	height: 23px;
	background: URL(../images/port_btn1.jpg) no-repeat top;
	margin: -10px 15px 0 0;
	float: right;
}
#port_footer_button:hover {
	background: URL(../images/port_btn1.jpg) no-repeat 0px -23px;
}
#port_footer_button_dis {
	width: 135px;
	height: 23px;
	background: URL(../images/port_btn_dis.jpg) no-repeat top;
	margin: -10px 15px 0 -3px;
	float: right;
	cursor: pointer;
}

#port_footer_button2 {
	width: 134px;
	height: 25px;
	background: URL(../images/port_btn2.jpg) no-repeat top;
	margin: 0px 9px 0 0;
	float: right;
}
#port_footer_button2:hover {
	background: URL(../images/port_btn2.jpg) no-repeat 0px -25px;
}
#port_footer_text {
	width: 140px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 0 0px;
	float: left;
}

/*---------------------------------------------------------------------------------------------*/
#left_content_logo {
	width: 292px;
	height: 88px;
	background: URL(../images/insite_logosmall.png) no-repeat top;
	margin: 10px 0 0 0;
	float: left;
}

#content_folio {
	width: 390px;
	height: 438px;
	margin: 20px 0 0 0;
	float: left;
}

#folio_head {
	width: 200px;
	height: 60px;
	font-size: 50px;
	color: #344363;
	text-decoration: none;
	text-align: left;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
	float: left;
}
#folio_nav {
	margin: 20px 30px 0 10px;
	float: right;
}

#folio_nav_selected {
	width: 23px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	padding: 3px 0 0 0;
	margin: 0 3px 0 3px;
	background: URL(../images/page_selected.png) repeat-x top;
	float: left;
}
.folio_nav_selected {
	width: 23px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	padding: 3px 0 0 0;
	margin: 0 3px 0 3px;
	background: URL(../images/page_selected.png) repeat-x top;
	float: left;
}
#folio_nav_un {
	width: 23px;
	height: 23px;
	text-align: center;
	color: #94a6b6;
	padding: 3px 0 0 0;
	margin: 0 3px 0 3px;
	background: URL(../images/page_unsel.png) repeat-x top;
	float: left;
}

.folio_nav_un {
	width: 23px;
	height: 23px;
	text-align: center;
	color: #94a6b6;
	padding: 3px 0 0 0;
	margin: 0 3px 0 3px;
	background: URL(../images/page_unsel.png) repeat-x top;
	float: left;
	cursor: pointer;
}

#folio_nav_un:hover {
	color: #ffffff;
	background: URL(../images/page_selected.png) repeat-x top;
}
#folio_nav_un a:hover {
	color: #ffffff;
}


.folio_nav_un:hover {
	color: #ffffff;
	background: URL(../images/page_selected.png) repeat-x top;
}
.folio_nav_un a:hover {
	color: #ffffff;
}

.portfolio_thumbs
{
	float: left;
	width: 386px;
	height: 386px;
}

#folio_cont_over
{
	width: 386px;
	height: 375px;
	overflow: hidden;
	position: absolute;
}

#folio_cont
{
	width: 10000px;
	height: 375px;
	margin: 5px 0 0 0;
	left: auto;
	position:absolute;
}
#folio_cont_2
{
	width: 400px;
	height: 375px;
	margin: 5px 0 0 0;
	left: auto;
	position:absolute;
}

#folio_project
{
	width: 168px;
	height: 104px;
	overflow: hidden;
	border: 2px solid #b2b2b2;
	background-color: #ffffff;
	margin: 0 21px 20px 0;
	float: left;
}

.project_selected
{
	border-color: #06152f !important;
}

#folio_project:hover {
	border-color: #152d56;
}

.folio_project_img img
{
	min-width: 168px; max-width: 168px; min-height: 104px;
}

#folio_project_img img {
	min-width: 168px;
	max-width: 168px;
	min-height: 104px;
}
#loading_folio_project_img img {
	min-width: 168px;
	max-width: 168px;
	margin: 20px 0 0 50px;
}

#loading {
	width: 390px;
	height: 375px;
	padding: 125px 0 0 150px;
	position: absolute;
}
#loading_port {
	width: 373px;
	height: 233px;
	padding: 26px 0 0 115px;
	margin: 70px -75px 0 0;
	position: absolute;
}

.port_load_loader
{
	margin-left: 152px;
	margin-top: 84px;
}

.project_images_mask
{
	width: 373px;
	height: 233px;
	overflow: hidden;
}

.project_images_mask
{
	width: 373px;
	height: 233px;
	overflow: hidden;
}

.project_images_wrapper
{
	width: 10000px;
}

.project_image
{
	width: 373px;
	height: 233px;
	float: left;
}

.project_image img
{
	 min-width: 373px;
	 max-width: 373px;
	 min-height: 233px;
}

.portfolio_project_footer
{
	margin-top: 0px;
	margin-left: 35px;
	width: 530px;
	height: 166px;
	display: none;
}

.portfolio_project_footer a
{
	text-decoration: none !important;
}

/*---------------------------------------------------------------------------------------------*/
#content_serv {
	width: 600px;
	margin: 20px 0 0 0;
	float: left;
}

#services_cont {
	width: 600px;
	margin: 0px 0 30px 0;
	float: left;
}
#services_head {
	width: 600px;
	height: 55px;
	font-size: 50px;
	color: #344363;
	text-decoration: none;
	text-align: left;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 0px 0 0px 0;
	float: left;
}
#services_left {
	width: 65px;
	float: left;
}
#services_vr {
	width: 1px;
	height: 130px;
	background-color: #c2c6d0;
	float: left;
}
#services_header {
	font-size: 24px;
	color: #344363;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	margin: 0 0 0 20px;
	float: left;
}
#services_text {
	width: 470px;
	height: 59px;
	font-size: 13px;
	color: #000000;
	margin: 7px 0 0 20px;
	float: left;
}
#services_text_more {
	width: 470px;
	font-size: 13px;
	color: #000000;
	margin: 0px 0 0 20px;
	float: left;
	overflow: hidden;
	display: none;
}

#services_button {
	width: 100px;
	height: 23px;
	margin: 5px 0 30px 20px;
	background: URL(../../../images/viewmore_blue.jpg) no-repeat top;
	float: left;
}

#services_button_img {
	width: 100px;
	height: 23px;
	margin: 5px 0 30px 20px;
	background: URL(../../../images/viewmore_blue.jpg) no-repeat top;
	float: left;
	
}
#services_button_img:hover {
	background: URL(../../../images/viewmore_blue.jpg) no-repeat 0px -23px;
}
services_button a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
services_button a:hover {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
services_button a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#service_button_text {
	color: #ffffff !important;
	font-size: 12px;
	margin: 4px 0 0 18px;
	text-decoration: none;
	float: left;
}
#service_button_text a {
	color: #ffffff !important;
	font-size: 12px;
	text-decoration: none;
	float: left;
}

#services_button_more {
	width: 98px;
	height: 23px;
	background: URL(../../../images/service_info_btn.jpg) no-repeat top;
	
}
#services_button_more:hover {
	background: URL(../../../images/service_info_btn.jpg) no-repeat 0px -23px;
}
#services_button_brief {
	width: 98px;
	height: 23px;
	background: URL(../../../images/service_brief_btn.jpg) no-repeat top;	
}
#services_button_brief:hover {
	background: URL(../../../images/service_brief_btn.jpg) no-repeat 0px -23px;
}
#services_button_cv {
	width: 84px;
	height: 23px;
	background: URL(../../../images/service_cv_btn.jpg) no-repeat top;
}
#services_button_cv:hover {
	background: URL(../../../images/service_cv_btn.jpg) no-repeat 0px -23px;
}


#serv_right {
	width: 321px;
	margin: -4px 34px 0 0;
	float: right;
}
#serv_head {
	width: 321px;
	height: 4px;
	background: URL(../images/services_bghead.jpg) no-repeat top;
	float: left;
}
#serv_body {
	width: 321px;
	height: 580px;
	background: URL(../images/services_rollbg.png) repeat-y top;
	float: left;
}
#serv_bottom {
	width: 321px;
	height: 315px;
	background: URL(../images/services_bg.png) no-repeat top;
	float: left;
}
#serv_body_cont {
	margin: 20px 0 0 20px;
	float: left;
}

#service_left {
	width: 65px;
	margin: -5px 0 5px 0;
	float: left;
}
#service_header {
	width: 300px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 0;
	float: left;
}
#service_text {
	width: 250px;
	font-size: 13px;
	color: #ffffff;
	margin: 7px 0 5px 0;
	float: left;
}
#service_button {
	margin: 7px 0 0 0;
	float: left;
}
#serv_hr {
	width: 280px;
	height: 1px;
	border-top: 1px solid #a1b2c0;
	background-color: #8798a6;
	margin: 21px 0 0 18px;
	float: left;
}

/*---------------------------------------------------------------------------------------------*/

#page {
	width: 600px;
	margin: 5px 0 0 5px;
	float: left;
}

#page_title {
	width: 300px;
	height: 30px;
	font-size: 24px;
	color: #344363;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 5px 0 0px 0;
	float: left;
}

#page_content {
	width: 470px;
	font-size: 13px;
	color: #000000;
	margin: 7px 0 0 20px;
	float: left;
}

#page_content a {
	color: #344363;
	text-decoration:none;
}

#page_content a:hover {
	color: #344363;
	text-decoration:underline;
}

#page_content img {
	padding: 3px;
	border: 1px solid #999;
	margin: 0 0 0 -3px;
}

/*---------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	height: 294px;
	background: URL(../images/bottom_bg.png) repeat-x top;
	margin: -60px 0 0 0;

}

#footer_wrapper {
	width: 977px;
	margin: 0 auto 0 auto;
}

#footer_block {
	width: 235px;
	height: 235px;
	margin: 5px 0 10px 0;
	float: left;
}
#block_img {
	float: left;
}
#block_head {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px 0 5px 0;
	float: left;
}
#block_text {
	width: 200px;
	height: 93px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	margin: 0px 0 5px 0;
	float: left;
}
#block_more {
	float: left;
}
#block_elipses {
	width: 200px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	margin: -10px 0 0 0;
	float: left;
}

#footer_login {
	width: 500px;
	height: 30px;
	font-size: 11px;
	color: #626e79;
	text-decoration: none;
	text-align: left;
	margin: 20px 0 5px 0;
	padding: 0 0 5px 0;

	float: left;
}
#footer_login a {
	color: #626e79;
	text-decoration: none;
}
#footer_login a:hover {
	color: #626e79;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
#contact_form, #contact_form2 {
	float: left;
}
#labels_div {
	width: 150px;
	padding: 3px 0 0 5px;
	float: left;
}
.labels {
	color: #616161;
	font-size: 11px;
	float: left;
}
#boxes_div {
	float: left;
	margin: 1px 0 0 0;
}
.inputboxes {
	width: 150px;
	color: #616161;
	background-color: #fafafa;
	display: block;
	border: solid 1px #d6d6d6;
	float: left;
}
.error {
	color: #cb0000;
	font-size: 11px;
	padding: 3px 0 0 5px;
	float: left;
}
.inputboxes_ta {
	display: block;
	color: #616161;
	width: 450px;
	height: 100px;
	background-color: #fafafa;
	border: solid 1px #d6d6d6;
	margin: 2px 0 0 0;
	float: left;
}
