html {
	font-size: 100.01%;
	background:#fff;
}

body {
	margin: 0;
	font: 64% Tahoma, Arial, Helvetica, sans-serif;
	background:#65a8d4 url(../images/bottom-bg.gif) repeat-x 0 100%;
	min-width:990px;
}

a:hover img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  /* IE8 only */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  /* IE7 only */
}

form {
	padding: 0;
	margin: 0;
	display: inline;	
}

input, textarea, select {
	font:100% Verdana, Arial, sans-serif;
	vertical-align:middle;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

img {
	border:none;
	behavior:url(/iepngfix.htc);
}

#img_png{behavior:url(/iepngfix.htc);
}

table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

td {
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color:#C60;
}

a:active, a:focus { outline:none; }

* :focus { outline: 0; }
.wraper{
	width:100%;
	background:url(../images/top-bg.jpg) no-repeat 50% 0;
}

/* selection styles */
::-moz-selection{
	background:#bddef3;
	color:#333;
}

::selection {
	background:#bddef3;
	color:#333;
}

code::-moz-selection {
	background: #bddef3;
}

code::selection {
	background: #bddef3;
}


/* main container */
#main{
	margin: 0 auto;
	width: 974px;
	padding:0 8px;
	background:url(../images/side-shadow.png) repeat-y;
	behavior:url(/iepngfix.htc);
}
/* header */
#header{
	background:url(../images/bg-header.png) repeat;
	behavior:url(/iepngfix.htc);
	width:974px;
	margin:0 auto;
	display:block;
}
#header .top {
	overflow:hidden;
	width:100%;
}
.logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 226px;
	height:92px;
	float:left;
	margin:22px 0 0 30px;
	display:inline;
}
.logo a {
	height:67px;
	width:100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/* main menu */
#menu{
	list-style:none;
	padding:16px 0 0 0;
	margin: 47px 0px 0 0;
	float:right;
	display:inline;
	width:604px;
	height:57px;
	background:url(../images/menu.jpg) no-repeat;
	font:16px/18px Tahoma, Arial, sans-serif;
}
#menu li{
	float:left;
	margin:0 0px 0 21px;
	display:inline;
	padding:0px;
}
#menu a:hover, #menu .active a { color:#c60; }

#menu a {
	display:block;
	overflow:hidden;
	position:relative;
	padding:10px 0 10px 0;
}

.who-we-are a{
	background:url(/images/nav-who-we-are.png) 10px 0 no-repeat;
	behavior:url(/iepngfix.htc);
	width:120px;
	height:22px;
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
	padding:10px;
}
.who-we-are a:hover{
	background-position:10px -32px;
}
.who-we-are .active a{
	background-position:10px -32px;
}
.what-we-do a{
	background:url(/images/nav-what-we-do.png) 10px 0 no-repeat;
	behavior:url(/iepngfix.htc);
	width:119px;
	height:22px;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	position:relative;
	padding:10px;
}
.what-we-do a:hover{
	background-position:10px -32px;
}
.what-we-do .active a{
	background-position:10px -32px;
}
.our-work a{
	background:url(/images/nav-our-work.png) 10px 0 no-repeat;
	behavior:url(/iepngfix.htc);
	width:100px;
	height:22px;
	position:relative;
	text-indent:-9999px;
	cursor:pointer;
	padding:10px;
}
.our-work a:hover{
	background-position:10px -32px;
}
.our-work .active a{
	background-position:10px -32px;
}
.contact-us a{
	background:url(/images/nav-contact-us.png) 10px 0 no-repeat;
	behavior:url(/iepngfix.htc);
	width:111px;
	height:22px;
	position:relative;
	text-indent:-9999px;
	cursor:pointer;
	padding:10px;
}
.contact-us a:hover{
	background-position:10px -32px;
}
.contact-us .active a{
	background-position:10px -32px;
}


/* gallery */
.gallery{
	width:974px;
	height:321px;
	margin:1px 0 0;
	display:block;
}
/* image holder */
#header .gallery .galery-holder {
	width:974px;
	float:left;
	overflow:hidden;
	height:321px;
	text-align:center;
	_background:url(../images/bg-header.png) repeat;
	behavior:url(/iepngfix.htc);
}
#header .gallery .galery-holder ul {
	list-style:none;
	margin:0;
	padding:0;
	width:999999px;
	overflow:hidden;
}
#header .gallery .galery-holder li{float:left;}

/* gallery pagination */
#header .gallery .control{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	right:44px;
	bottom:27px;
}
* html #header .gallery .control {
	overflow:visible;
	height:1%;
}
#header .gallery .control li {
	float:left;
	margin:0 0 0 7px;
	display:inline;
}
#header .gallery .control a {
	text-indent:-999px;
	overflow:hidden;
	width:13px;
	height:13px;
	background:url(../images/gallery-pagination.gif) no-repeat;
	font-size:0;
	line-height:0;
	display:block;
}
#header .gallery .control .active a,
#header .gallery .control a:hover{background-position:0 100%}
/* content */
#content{
	padding:0 24px 0 23px;
}
/* intro-box */
.intro-box{
	z-index:5;
	position:relative;
	margin: -13px 0 0;
	width:100%;
}
.intro-box .top-corners{
	height:13px;
	background:url(../images/intor-box-top-corners.png) no-repeat;
	font-size:0;
	line-height:0;
	z-index:100;
}
.intro-box .inner-content{
	background:url(../images/intro-repeat.gif) repeat-y;
}
.intro-box .top{
	background:url(../images/intro-top.gif) no-repeat;
	overflow:hidden;
	width:100%;
}
.intro-box .bottom{
	background:url(../images/intro-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	width:100%;
	padding: 0 0 11px;
	float:left;
}
.intro-box .about{
	float:left;
	width:400px;
	margin: 0 75px 0 25px;
	display:inline;
	text-align:left;
}
.intro-box .about strong{
	display:block;
	font:20px/20px Tahoma, Arial, sans-serif;
	color:#2c1200;
}
.intro-box .about p{
	margin:7px 0 14px;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
.intro-box .about a {
	color:#C60;
	text-decoration:none;
}
.intro-box .about a:hover {
	color:#C60;
	text-decoration:underline;
}
.intro-box .tagcloud{
	float:left;
	width:420px;
	margin:10px 0 0 -12px;
}
.intro-box .tagcloud ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:22px;
	font-family:Helvetica, Arial, sans-serif;
}
.intro-box .tagcloud li{
	display:inline;
	margin: 0 2px;
}
.intro-box .tagcloud .color-1 a{color:#c60}
.intro-box .tagcloud .color-2 a{color:#6b431c}
.intro-box .tagcloud .color-3 a{color:#251103}
.intro-box .tagcloud .font-11{font-size:11px}
.intro-box .tagcloud .font-13{font-size:13px}
.intro-box .tagcloud .font-14{font-size:14px}
.intro-box .tagcloud .font-16{font-size:16px}
.intro-box .tagcloud .font-17{font-size:17px}
.intro-box .tagcloud .font-18{font-size:18px}
.intro-box .tagcloud .font-20{font-size:20px}
.intro-box .tagcloud .font-22{font-size:22px}
.intro-box .tagcloud a:hover{text-decoration:underline}
/*  main columns */
.main-columns{
	background:url(../images/main-columns-repeat.gif) repeat-y;
	margin: 23px -7px 0 0;
	width:934px;
	position:relative;
}
.main-columns-full{
	background:url(../images/main-columns-full-repeat.gif) repeat-y;
	margin: 23px -7px 0 0;
	width:934px;
	position:relative;
}
.main-columns .top-bg, .main-columns-full .top-bg{
	background:url(../images/main-columns-top.gif) no-repeat;
	width:100%;
}
.main-columns .bottom-bg, .main-columns-full .bottom-bg{
	background:url(../images/main-columns-bottom.gif) no-repeat 0 100%;
	width: 100%;
	overflow:hidden;
}
/* main-content column*/
.main-content{
	float:left;
	width: 580px;
	display:inline;
	margin:10px 66px 0 25px;
	padding: 0 0 23px;
}
.main-content-full{
	float:left;
	width: 870px;
	display:inline;
	margin:10px 66px 0 25px;
	padding: 0 0 23px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
/* article */
.article h1{
	margin:0;
	font: 28px/30px Tahoma, Arial, sans-serif;
	color:#2c1200;
}
.article h2 {
	margin:2px 0 0;
	font: 20px/20px Tahoma, Arial, sans-serif;
	color:#666;
}
.article p {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#696564;
	margin:14px 0 0;
}
.article p a{color:#c60}
.article p a:hover{text-decoration:underline}
.article strong {
	font-weight:bold;
	color:#333;
}
.article em {
	font:italic 22px/22px Georgia, Times New Roman, serif;
	color:#666;
}
/*  tabs */
.tabs{margin:22px 0 0;}
.tabs-menu{
	list-style:none;
	margin:0 0 -1px;
	padding:0;
	overflow:hidden;
	width:100%;
	position:relative;
}
.tabs-menu li{
	float:left;
	margin:0 3px 0 0;
}
.tabs-menu a{
	float:left;
	width:131px;
	background:url(../images/tab.gif) no-repeat;
	font: bold 11px/26px Tahoma, Arial, sans-serif;
	color:#666;
	text-align:center;
}
.tabs-menu a:hover,
.tabs-menu .active a{background-position: 0 100%}
.tabs .inner-content{background:url(../images/tab-content-repeat.gif) repeat-y;}
.tabs .inner-content .top{background:url(../images/tab-content-top.gif) no-repeat;}
.tabs .inner-content .bottom{
	background:url(../images/tab-content-bottom.gif) no-repeat 0 100%;
	min-height:130px;
	padding: 0 21px 30px;
	overflow:hidden;
}
* html .tabs .inner-content .bottom{height:130px}
.tabs .inner-content ul{
	list-style:none;
	margin:26px 0 0;
	padding:0;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#696564;
}
.tabs .inner-content li{
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 0 16px;
	margin:14px 0 0;
}
/* info-box */
.main-content .info-box{
	width:388px;
	margin: 11px 0 0 -25px;
	padding: 23px 0 0 220px;
	position:relative;
	background:url(../images/trust.png) no-repeat;
	behavior:url(/iepngfix.htc);
	min-height:220px;
	vertical-align:top;
}
* html .main-content .info-box{height:100px}
.main-content .info-box p{
	margin:14px 0;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#696564;
	text-align:right;
}
.main-content .info-box a {color:#c60}
.main-content .info-box a:hover {text-decoration:underline}
/* side-bar */
.side-bar{
	float:left;
	width: 234px;
	padding: 10px 20px 10px 0px;
}
/* accordion */
.side-bar .accordion {
	margin:0;
	padding:0;
	border-top:#CCC 1px dotted;
}
.side-bar .accordion li {
	/* background:#587182 url(../images/accordion.gif) repeat-x; */
	list-style:none;
	padding:6px 15px;
	border-bottom:#CCC 1px dotted;
}
.side-bar .accordion a {
	font:bold 11px/16px Verdana, Arial, sans-serif;
	color:#C60;
}
.side-bar .accordion .sub-active a {
	font:bold 11px/16px Verdana, Arial, sans-serif;
	color:#2c1200;
	padding-left:15px;
	background:url(/images/sub-arrow.gif) no-repeat left;
}
.side-bar .accordion a:hover {text-decoration:underline}
/* print-share-box */
.print-share-box{
	background:url(../images/print-share-repeat.gif) repeat-y;
	margin: 10px 0 0;
}
.print-share-box .top {
	background:url(../images/print-share-top.gif) no-repeat;
	overflow:hidden;
	width:100%;
}
.print-share-box .bottom {
	background:url(../images/print-share-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:16px 0 35px 6px;
	float:left;
	width:228px;
}
.print-share-box .bottom div {
	float:left;
	margin: 0 0 0 28px;
	display:inline;
	text-align:center;
}
.print-share-box .bottom img {display:block;}
.print-share-box .bottom a{
	font:bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#c60;
}
.print-share-box .bottom a:hover {text-decoration:underline}
/* side info-box */
.side-bar .info-box{
	background:#fc6 url(../images/side-info-box-top.gif) no-repeat;
	margin: 15px 0 0;
}
.side-bar .info-box .bottom {
	background:url(../images/side-info-box-bottom.gif) no-repeat 0 100%;
	padding:15px 20px 0;
	overflow:hidden;
}
* html .side-bar .info-box .bottom {
	overflow:visible;
	height:1%;
}
.side-bar .info-box h3 {
	margin:0;
	color:#9c5a2c;
	font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.side-bar .info-box p {
/*	text-align:justify; */
	margin:14px 0;
	color:#333;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}
/* woman image */
.side-bar .woman {
	position:absolute;
	bottom:0 !important;
	right:-1px !important;
	left:auto !important;
	top:auto !important;
}
* html .side-bar .woman {bottom: -1px !important}
.side-bar .woman img{display:block}
/* footer */
#footer{
	margin: 15px 0 0 0;
	width:100%;
}
.footer-shadow {
	padding: 0 8px 81px 32px;
	background:url(../images/footer-shadow.jpg) no-repeat 0 100%;
	width:950px;
	margin:0 -8px;
	position:relative;
}
#footer .columns {overflow:hidden;}
* html #footer .columns{
	overflow:visible;
	height:1%;
}
/* showcase box */
#footer .showcase {
	width:452px;
	float:left;
	background:#9fccea url(../images/showcase-top.gif) no-repeat;
	margin: 6px 0 0;
}
#footer .showcase .bottom {
	background:url(../images/showcase-bottom.gif) no-repeat 0 100%;
	margin: 0 0 -10px;
	position:relative;
	overflow:hidden;
	padding: 0 0 20px;
}
#footer .showcase h2 {
	margin:10px 0 11px 24px;
	font:20px/24px Tahoma, Arial, sans-serif;
	color:#251103;
}
#footer .showcase h2 span {color:#fff}
#footer .showcase ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	overflow:hidden;
	width:100%;
}
#footer .showcase ul span {
	display:block;
	font:12px/14px Tahoma, Arial, sans-serif;
	color:#c60;
}
#footer .showcase ul strong {
	display:block;
	font: 18px/20px Tahoma, Arial, sans-serif;
	color:#251103;
}
#footer .showcase li {
	float:left;
	width:140px;
	margin: 0 0 0 10px;
	display:inline;
}
#footer .boxes {
	float:left;
	margin: 0 0 0 30px;
	width:458px;
	display:inline;
}
#footer .boxes .row {
	width:458px;
	margin: 0 0 8px;
	overflow:hidden;
}
#footer .boxes .row h2 {
	font:30px/36px Tahoma, Arial, sans-serif;
	color:#3f2b20;
	float:left;
	margin:0 21px 0 0;
	width:207px;
	display:inline;
}
#footer .boxes .row h2 span {color:#c7e9ff}
#footer .boxes .holder {
	overflow:hidden;
	width:100%;
}
#footer .boxes .top {
	background:url(../images/footer-box-bg.gif) repeat-y;
	float:left;
}
#footer .boxes .bottom {
	background:url(../images/footer-box-bottom.jpg) no-repeat 0 100%;
	float:left;
	width:458px;
	padding: 0 0 86px;
}
#footer .boxes .bottom:after {
	content:'';
	clear:both;
	height:0;
	display:block;
}
#footer .box {
	float:left;
	margin:0 21px 0 0;
	width:208px;
	display:inline;
	border-top:1px solid #e5e3ce;
}
/* blog box*/
#footer .blog {
	padding:0 13px;
	width:182px;
}
#footer .blog ul {
	list-style:none;
	margin:14px 0 0;
	padding:0 2px;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	_height:200px;
	min-height:200px;
	*min-height:200px;
	display:block;
	position:relative;
}
#footer .blog li {
	padding:0 0 0 16px;
	margin: 8px 0 0;
	background:url(../images/blog-bullet.gif) no-repeat 0 4px;
}
#footer .blog ul a {color:#666}
#footer .blog ul a:hover {text-decoration:underline}
#footer .blog p {
	margin:17px 0 0;
	font:11px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
/* #footer .blog .rss{float:left;} */
#footer .blog .rss{text-align:left; margin-right:63px; padding-top:3px; width:30px;}
#footer .blog .more{
	color:#666;
	float:right;
}
#footer .blog .more:hover{text-decoration:underline}
/* client-moment*/
#footer .client-moment{
	padding:9px 9px 0;
	width:190px;
	float:left;
	display:block;
	position:relative;
}
#footer .client-moment div{
	border:2px solid #d6d2d0;
	margin:0 0 -8px;
	position:relative;
	display:block;
}
#footer .client-moment div img{display:block}
#footer .client-moment p{
	margin:12px 6px 0;
	font:11px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
/* logos */
#footer .logos{
	float:left;
	overflow:hidden;
	width:500px;
	margin:0;
	padding:0;
}
#footer .logos li{
	margin:80px 15px 0 0;
	float:left;
	list-style:none;
	position:relative;
}
#footer .logos li a{
	cursor:pointer;
}
.bottom-row{
	overflow:hidden;
	width:100%;
	margin: -150px 0 0;
}
/* copy */
#footer .copy{
	float:right;
	margin: -43px 31px 0 0;
	display:inline;
	width:430px;
	text-align:right;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
#footer .copy p{
	margin:0;
	color:#ccc;
}
#footer .copy ul{
	list-style:none;
	margin:0 -8px 0 0;
	padding:0;
}
#footer .copy li{
	display:inline;
	padding:0 8px 0 12px;
	background:url(../images/footer-menu-separator.gif) no-repeat 0 50%;
}
#footer .copy li:first-child{background:none}
#footer .copy a{color:#ffcc66}
#footer .copy a:hover{text-decoration:underline}

/* On-Page CMS */
.cms-txt-img {
	width:582px;
	float:left;
}
.cms-txt-img img {
	padding:0 0 20px 20px;
}

.cms-img-txt {
	width: 582px;
	float:left;
	clear: left;
	padding:14px 0;
	font: 11px Verdana, Arial, sans-serif;
}
.cms-img-txt .floatbox {
	float: left;
	width: 168px;
	margin:0px;
}
.floatbox_txt{
	width:414px;
	float:left;
	margin:0px;
}
.floatbox_txt_full{
	width:100%;
	float:left;
	margin:0px;
}

* html .cms-img-txt p { /* IE 3px jog hack*/
	height: 1%;
}

.cms-img-txt p {
	margin-top: 0;
	margin-left: 0;
}

.cms-img-txt ul {
	list-style-position: inside;
	padding-left: 1em;
}

.cms-img-txt li {
  font: 11px Verdana;
}

.cms-txt-full {
	width: 582px;
	float:left;
}
.cms-img-full {
	width:690px;
	float:left;
}
.cms-img-img {
	width: 582px;
	float:left;
}
.cms-img-img img {
	padding:0 20px 20px 20px;
}
.cms-txt-txt {
	width: 582px;
	float:left;
}
.hr {
	border-bottom:#CCC 1px solid;
	height:1px;
	padding:10px 0; 
}
.hr1 {
	width:582px;
	float:left;
	margin:0px;
	border-bottom:#CCC 1px dotted;
	height:1px;
}
.hr2 {
	border-bottom:#CCC 1px dotted;
	height:1px;
	padding:10px 0; 
}
.divider{
	width:580px;
	float:left;
	margin:0px;
	border-bottom:#CCC 1px solid;
	height:1px;
	padding:10px 0;
}

/* two-column layout */

.two-column #container { 
	width: 870px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#666;
	padding-top:14px;
}
.two-column #right {
	float: right; /* since this element is floated, a width must be given */
	width: 396px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 14px;
	margin:0 0 10px 10px;
	border:#CCC 1px solid;
}
.two-column #left { 
	float: right; /* since this element is floated, a width must be given */
	width: 394px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 14px;
	margin:0px;
	border:#CCC 1px solid;
} 
.two-column #title, .two-column #title a {
	font: bold 16px Helvetica, Arial, sans-serif;
	color:#C60;
	text-decoration:none;
}
.two-column #small {
	font: 10px Verdana, Arial, sans-serif;
	color:#999;
}
.two-column #small a {
	font: 10px Verdana, Arial, sans-serif;
	color:#C60;
	text-decoration:none;
}
.two-column #small a:hover {
	font: 10px Verdana, Arial, sans-serif;
	color:#C60;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* END two-column layout */

.supress_opacity{
	opacity:0.0;height:0px;width:0px;
}

.active_opacity{
height:268px;width:394px;
}

#crumbs {
	font:11px Verdana, sans-serif; 
	color:#999; 
	text-align:left; 
	padding:10px 0;
}
.port-full {
	border:#CCC 1px solid; 
	background-color:#FFF; 
	padding:8px;
}
.port-full-right {
	float:right;
	width:396px; 
	padding:14px; 
	margin:0 0 0 10px;
}
.port-full-left {
	width:396px; 
	padding:14px; 
	margin: 0 446px 0 0;
}
.title-detail {
	font:bold 20px Helvetica, Arial, sans-serif; 
	color:#2e6e98; 
	padding-bottom:12px;
}
.port-who {
	padding:6px; 
	text-align:left; 
	background:#0d4e78 url(/images/port-who.png) no-repeat;
	behavior:url(/iepngfix.htc);
	background-position: 6px;
}
.port-what-asked {
	padding:6px;
	text-align:left; 
	background:#0d4e78 url(/images/port-what-asked.png) no-repeat;
	behavior:url(/iepngfix.htc);
	background-position: 6px;
}
.port-what-delivered {
	padding:6px; 
	text-align:left; 
	background:#0d4e78 url(/images/port-what-delivered.png) no-repeat;
	behavior:url(/iepngfix.htc);
	background-position: 6px;
}
.port-testimonial {
	padding:16px;
	background:#0c4c77 url(/images/port-testimonial-bg.png) repeat-x bottom;
	behavior:url(/iepngfix.htc);
	text-align:left; 
	font:italic 12px Georgia, Times New Roman, serif; color:#FFF; 
	border:#369 1px solid;
}
.port-btn-contact {
	margin-top:-16px; 
	text-align:right;
}
.port-img-large{
height:400px;
}
.port-img-large img {
	border:#CCC 1px solid;
}
.port-link-back {
	float:left; 
	font-weight:bold;
	font-size:11px;
}
.port-link-more {
	float:right;
	color:#999;
	font-size:11px;
}
.port-link-more a:hover, .port-link-back a:hover {
	text-decoration:underline;
}
.port-list {
	list-style-image:url(/images/sub-arrow.png);
	behavior:url(/iepngfix.htc);
	padding-left:20px;
	margin:0;
	color:#666;
}
.port-thumb1 {
	text-align:left;
	display:inline-block;
	margin-left:6px;
}
.port-thumbs {
	text-align:left;
	display:inline-block;
	margin-left:24px;
}
.port-thumb1 img, .port-thumbs img {
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#DDD 1px solid;
}

.large_image_active {
display:block;
}

.large_image_inactive{
display:none; 
opacity :0;
}

#founders_block{
	width:580px;
	float:left;
	margin:0px;
	display:block;
}

span.founders_img{
	width:218px;
	float:left;
	margin-bottom:30px;
	padding:20px 14px 18px 0px;
	display:block;
}

span.founders_content{
	width:348px;
	float:left;
	margin:0px;
	display:block;
	position:relative;
}

#contact_block{
	width:580px;
	float:left;
	margin:0px;
	display:block;
}

span.contact_img{
	width:218px;
	float:left;
	margin-bottom:0;
	padding:20px 14px 0px 0px;
_padding:20px 0px 0px 0px;
	display:block;
}

span.contact_content{
	width:318px;
	float:left;
	margin:0 0 0 30px;
_margin:0 0 0 0px;
	display:block;
	position:relative;
}


.next_approach{
	width:100%;
	float:left;
	margin:0px;
}

span.dmo_icon{
	width:120px;
	float:left;
	margin:0px;
	padding:0 30px 18px 0;
	_padding:0 16px 18px 0;
	text-align:left;
}

span.comp-img{
	width:125px;
	float:left;
	margin:0px;
	padding:0 10px 18px 0;
	text-align:left;
}

span.rss-img{
	width:28px;
	float:left;
	margin:0px;
	padding:0 6px 6px 0;
	text-align:left;
}

.article .content ul{
	list-style:none;
	margin:12px 0 0;
	padding:0;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
.article .content li{
	background:url(../images/bullet.gif) no-repeat 0 4px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0 0 0 16px;
	margin:6px 0 0;
}

.get-next {
display:block;
width:580px;
float:left;
color:#fff;
text-align:center;
margin:10px 0 0 2px;
font:bold 16px/37px Helvetica, Arial, sans-serif;
background:url(../images/bg-big-btn.gif) repeat-x;
}

.get-next:hover {
color: #FFC; 
text-decoration:none;
}