/* CSS Document */

/***** CSS RESET ******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #383f43 url('/Asset/img/texture_bgrd.jpg') scroll repeat-x center top;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*color: #a1acb2;*/
	color: #64696b;
}
ol, ul {
	list-style: none;
}
blockquote, q {
}
blockquote:before, blockquote:after, q:before, q:after {
}
a {
	outline: none;
	color: #6A8FA5;
    text-decoration: underline;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup {
	font-size: .9em;
	position:relative;
	top:2px;
}
sup.text {
	font-size: .7em;
}
/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;
}
img {
	border: none;
}
/****** end RESET *******/

/***** utility styles ****/
.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.invisible { display: none; }
.center {
	text-align: center;
}
.inline {
	display: inline;
}
.pngfix {} /*for IE6 PNG Fix */
/******* end utility styles *********/

/******* structure styles ***********/
.wrap {
	background: transparent url('/Asset/img/image_bgrd.jpg') scroll no-repeat center 212px;	
}
.container {
	width: 982px;
	margin: 0 auto;
	font-size: 12px;
}
.wrap_footer {
	background: #383F43;	
}
/******** end strucutre ***********/

/****** header styles **********/
.header {
	height: 105px;
}
#content .header {
	margin-bottom:30px;
}
.logo {
	float: left;
	padding-top: 20px;
}
.search {
	float: right;
	display: inline;
	background: url(/Asset/img/search_bgrd.png) scroll no-repeat top left;
	height: 30px;
	width: 303px;
	padding: 10px 10px 10px 15px;
}
.search label {
	float: left;
	width: 70px;
	line-height: 30px;
	text-align: center;
	color: #d1dae2;
}
.search input {
	float: left;
	background: none;
	border: 0 none;
	width: 183px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 5px;
}
.search a.button {
	float: left;
	height: 28px;
	width: 33px;
}
.navigation {
	float: right;
	display: inline;
	padding: 20px 0 0 0;
	width: 740px;
}
.navigation li {
	float: left;
	padding: 0 25px;
}
.navigation li.last {
	padding: 0 8px 0 25px;
}
.navigation li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.navigation li a:hover {
	color: #f47321;
}
.navigation li a.active {
	color: #f47321;
}
/******** end header styles **********/

/********* carousel styles ***********/
.scroll_left {
	position: absolute;
	height: 19px;
	width: 15px;
	z-index: 1000;
	background: url(/Asset/img/scroll_left.png) scroll no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
}
.scroll_right {
	position: absolute;
	height: 19px;
	width: 15px;
	z-index: 1000;
	background: url(/Asset/img/scroll_right.png) scroll no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
}

.navi {
	position: absolute;
	left: 400px;
	top: 16px;
	float: left;
}
.navi a {
	float: left;
	display: inline;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	background: url(/Asset/img/navigator.gif) scroll no-repeat top left;
	font-size: 1px; /* IE6 fix */
}
html > body .navi a {
	background: url(/Asset/img/navigator.png) scroll no-repeat top left;
}
.navi a:hover {
	background-position: left -8px;
}
.navi a.active {
	background-position: bottom left;
}


/******** end carousel styles ********/

/********* folio styles *************/
.folio {
	height: 300px;
	width: 891px;
	padding: 30px 48px 36px; 
	position: relative; 
	background: url(/Asset/img/folio_bgrd.png) scroll no-repeat top left;
}
.folio .navi a {
	background: url(/Asset/img/navigator_home.gif) scroll no-repeat top left;
}
html > body .folio .navi a {
	background: url(/Asset/img/navigator.png) scroll no-repeat top left;
}
.folio .navi a:hover {
	background-position: left -8px;
}
.folio .navi a.active {
	background-position: bottom left;
}

.folio .glare {
	position: absolute;
	left: 45px;
	top: 28px;
	width: 639px;
	height:75px; 
	background: url(/Asset/img/glare.png) scroll no-repeat top left;
	z-index: 1000;
}
.folio .scroll_left {
	left: 20px;
	top:170px;
}
.folio .scroll_right {
	right: 24px;
	top:170px;
}
.folio .tw {
	position: absolute;
	right:68px;
	top:12px;
	z-index: 1000;
	height: 44px;
	width: 45px;
}
.folio .fb {
	position: absolute;
	right:20px;
	top:20px;	
	z-index: 1000;
	height: 46px;
	width: 46px;
}
.folio .folio_container {
	float: left;
	width: 890px;
	height: 290px;
	overflow: hidden;
	position: relative;
}
.folio .folio_carousel {
	float: left;
	width: 2000em;
	position: absolute;
	top: 0px;
	left: 0px;
}
.folio .folio_item {
	float: left;
}
.folio .folio_content {
	float: left;
	width: 635px;
}
.folio .folio_content h2 {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	padding: 15px 10px 10px 20px;
}
.folio .folio_info {
	float: left;
	width: 220px;
	padding: 15px 20px 0 15px;
	height: 210px;
	position: relative;
	color: #a1acb2;
}
.folio p {
	padding: 20px 0 10px 10px;
}
.folio a.more_detail {
	display: block;
	height: 44px;
	width: 137px;
	margin-left: 65px;
	text-indent: -9999px;
	background: url(/Asset/img/more_detail_button_bgrd.jpg) scroll no-repeat top left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.folio a.more_detail:hover {
	background-position: bottom left;
}

/********** end folio styles ********/

/******* content styles ************/
.content {
	height: 785px;
	padding-top: 30px;
	background: url(/Asset/img/content_bgrd.png) scroll no-repeat top left;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.content h2 {
	font-size: 20px;
	color: #f47321 ;
	font-weight: normal;
	padding-bottom: 10px;
}
.content h3 {
	font-size: 18px;
	color: #668190 ;
	font-weight: normal;
	padding-bottom: 10px;
}
.content h3 a {
	text-decoration: none;
}
.content span.h3 {
	font-size: 18px;
	color: #668190 ;
	font-weight: normal;
	padding-bottom: 10px;
}
.content h4 {
	font-size: 16px;
	color: #f47321 ;
	font-weight: normal;
	padding-bottom: 10px;
}
.content p {
	padding: 20px 0;
	line-height: 18px;
}
.content .left_col {
	float: left;
	width: 410px;
	padding: 10px 35px;
}
.content .left_col .optimising {
	float: left;
	height: 490px;
	width: 410px;
}
.content .left_col .products {
	float: left;
	height: 205px;
	width: 410px;
	position: relative;
}
.content .left_col .products .navi {
	top: 40px;
	left: 10px;
	z-index: 10000;
}
.content .left_col .products .scroll_left {
	left: 0px;
	top: 110px;
}
.content .left_col .products .scroll_right {
	right: 0px;
	top: 110px;
}

.content .left_col .products_container {
	float: left;
	display: inline;
	width: 370px;
	height: 180px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}
.content .left_col .products_carousel {
	float: left;
	width: 1000em;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content .left_col .products_item {
	float: left;
	width: 370px;
}
.content .left_col .products_item h3 {
	padding: 10px 0 10px 5px;
}
.content .left_col .products_item img {
	float: left;
	outline: none;
}
.content .left_col .products_item p {
	padding: 0 0 10px 0;
}
.content .left_col .products_item a {
	color: #ee6f08;
	text-decoration: none;
}
.content .right_col {
	float: left;
	padding: 10px 25px;
}
.content .right_col p {
	padding: 0 0 10px 0;
}
.content .right_col .news {
	width: 440px;
	height: 140px;
	padding:60px 0 40px 10px;
}
.content .right_col .news h4 a {
	color:#668190;
	font-size:18px;
	text-decoration: none;
}
.content .right_col .blog {
	width: 440px;
	height: 140px;
	padding:60px 0 40px 10px;
}
.content .right_col .contact {
	width: 440px;
	height: 140px;
	padding:60px 0 0 10px;
}

/* content styles for the general content pages */
.content_body {}

.content_body .content {
	margin: 30px 0 0 0;
	top: 0px;
	padding-top: 0px;
	height: auto;
	background: none;
}
.content_body .content .breadcrumb {
	height: 58px;
	padding: 20px 0 0 33px;
	background: url(/Asset/img/secondary_content_bgrd.png) scroll no-repeat top left;
}
.content_body .content .breadcrumb .level1 {
	float:left;
	font-size:14px;
	padding-top:25px;
	color: #79868b;
}
.content_body .content .breadcrumb .level2 {
	float:left;
	font-size:24px;
	padding:16px 0 0 6px;
	color: #f47321;
}
.content_body .content .breadcrumb .social {
	float: right;
	display: inline;
	width: 350px;
	height: 45px;
}
.content_body .content .breadcrumb .social img {
	padding: 0 5px;
	float: left;
}

/* Alpha CMS logos */
.logo_table td
{
    padding: 0 10px 5px 0;
    width: 210px;
    vertical-align: middle;
    text-align: center;
}

.logo_table td.last
{
    padding-right: 0px;
}

.logo_image 
{
    width: 210px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.logo_image_last
{
   width: 210px;
   float: left;
   margin-bottom: 10px; 
   text-align: center;
}

/* share this button styling */
.content_body .content .breadcrumb .social #sharethis_0 {
	float: left;
	display: inline;
}
.content_body .content .breadcrumb .social .stbutton {
	background: url(/Asset/img/share_this_social.png) scroll no-repeat top left !important;
	float: left;
	display: inline;
	height: 47px;
	width: 146px;
}
.content_body .content .breadcrumb .social .stico_default {
	text-indent: -9999px;
}
/* end share this style */

.content_body .content .main {
	background: url(/Asset/img/secondary_content_bgrd_rep.png) scroll repeat-y top left;
}
.content_body .content_bottom {
	height: 50px;
	padding-top: 30px;
	background: url(/Asset/img/sec_content_bgrd_bot.png) scroll no-repeat top left;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	left: 0px;
}

/* solutions page */
.content_body .article .main {
	background: url("/Asset/img/secondary_content_article_bgrd_rep.png") repeat-y scroll left top transparent;
}
.article .main .left_col {
	float: left;
	display: inline;
	width: 653px;
	padding: 20px 20px 0 40px;
	/*border-right: 1px solid #e5ecf2;	*/
}

/* styles from wysiwyg */
.no_list li{list-style-type:none; background:url(/asset/images/bullet_orange_arrow.gif) no-repeat left top; padding:0px 0px 10px 10px;}
.capital{font-size:1.2em; color:#f37421; font-weight:600;}
.title{font-size:1.7em; color:#f37421;}
.title_bold{font-size:1.2em; color:#f37421; font-weight:600;}
.pdate {font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif; color:#adb2b6; line-height:20px; }
.no_list li ul li{list-style-type:none; background:url(/asset/images/bullet_blue_arrow.gif) no-repeat left; padding:0px 0px 5px 15px;}
.normal 
{ 
    font-size: 12px;
    color: #64696B;
}
/* end wysiwyg styles */

.article .main .left_col h1 {
	font-size: 24px;
	font-weight: normal;
	color: #383f43;
	padding-bottom: 10px;
}
.article .main .left_col h2 {
	font-size: 24px;
	font-weight: normal;
	color: #727f87;
	padding-bottom: 10px;
}
.article .main .left_col h3 {
	font-size: 14px;
	color: #586369;
	padding-bottom: 10px;
}
.article .main .left_col a 
{
    color: #6A8FA5;
    text-decoration: underline;
}
.article .main .left_col .img_holder {
	float: left;
	width: 145px;
	padding-top: 20px;
}
.article .main .left_col .img_holder a {
	padding-left: 20px;
	color: #323639;
	font-size: 10px;
	display: block;
}
.article .main .left_col .text_holder {
	float: left;
	width: 508px;
}
.article .main .left_col .text_holder .portfolio_detail_img {
	float: right;
	width: 145px;
	padding-top: 0px;
	text-align: center;
}

.article .main .left_col .text_holder p {
	padding-right: 60px;
}
.article .main .left_col .text_holder ul 
{
    list-style: disc inside;
}
.article .main .left_col .text_holder .divider {
	background:none repeat scroll 0 0 #D5E0E6;
	height:1px;
	margin-bottom:20px;
	line-height: 0px;
	font-size: 0px;
}
.article .main .left_col .screenshots {
	width: 145px;
	float: left;
	display: inline;
	padding-top: 20px;
	text-align: center;
}
.article .main .left_col .screenshots img {
	padding: 10px 30px;
}

.article .main .right_col {
	float: left;
	display: inline;
	width: 255px;
	padding: 20px 0;
	border-left: 2px solid #ffffff;	
	background: url(/Asset/img/more_solutions_bgrd.jpg) scroll no-repeat top left;
}

.article .main .right_col .sol_cont {
	background: #f4f8fb;
	/*padding: 10px 0 0 25px;*/
	padding: 10px 25px 0;
}
.article .main .right_col .dark {
	background: #f4f5f6;
}
.article .main .right_col h1 {
	color: #ffffff;
	font-weight: normal;
	padding: 0 25px 15px 25px;
	font-size: 24px;
}
.article .main .right_col a {
	/*background:url("/Asset/img/solution_arrow.gif") no-repeat scroll right center transparent;*/
	color:#1C2123;
	display:inline;
	float:left;
	font-size:14px;
	margin-bottom:10px;
	padding:0 25px;
}

.article .main .right_col p {
	padding: 0 25px 15px 25px;
	font-size: 11px;
	color: #64696B;
	clear: both;
}

.article .main .right_col .sol_cont a 
{
    float: none;
    padding: 0 10px 0 0;
}
.article .main .right_col .sol_cont p 
{
    padding-left: 0px;
}
.article .main .right_col .divider {
	height: 2px;
	background: #ffffff;
	line-height: 0px;
	font-size: 0px;
}
.content_body .content.article div.content_bottom {
	height: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(/Asset/img/sec_content_bgrd_article_bot.png) scroll no-repeat top left;
	position: relative;
	top: -1px;
	margin-bottom: 0px;
	left: 0px;
}

/* portfolio page */
.content_body .portfolio .main {
	background: url(/Asset/img/secondary_content_portfolio_bgrd_rep.png) scroll repeat-y top left;
}
.content_body .portfolio ul.case_studies {
	padding: 0 30px;
	list-style: none;
	float: left;
}
.content_body .portfolio ul.case_studies li {
	float: left;
	width: 225px;
	margin:10px;
	padding:10px 30px;
}
.content_body .portfolio ul.case_studies li.portfolio_bgrd {
	background: url(/Asset/img/portfolio_item_bgrd.jpg) no-repeat scroll left top;
}
.content_body .portfolio ul.case_studies li.fourth {
	clear: both;
}
.content_body .portfolio ul.case_studies li h2 {
	font-size: 18px;
	color: #383f43;
	width: 204px;
	padding-bottom:15px;
	padding-right: 20px;
	background: url(/Asset/img/lightbulb.gif) scroll no-repeat top right;
}
.content_body .portfolio ul.case_studies li h2 a {
	font-size: 18px;
	color: #383f43;
	width: 204px;
	text-decoration: none;
}

.content_body .portfolio ul.case_studies li img {
	border: 1px solid #dee8ef;
}
.content_body .portfolio ul.case_studies li h3 {
	font-size: 12px;
	color: #fb7000;
	font-weight: normal;
	padding: 15px 0 10px 0;
}
.content_body .portfolio ul.case_studies li p {
	font-size: 11px;
	/*color: #9eb6c3;*/
	color: #64696B;
	width: 224px;
	padding: 0 0 10px 0;
}
.content_body .portfolio ul.case_studies li a {
	font-size: 11px;
	/*color: #ff8605;*/
	color: #6A8FA5;
  text-decoration: underline;
}
.content_body .portfolio ul.case_studies li .view_live {
	display: block;
	width: 102px;
	height: 25px;
	background: url(../img/view_live_button.png) scroll no-repeat top left;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	padding: 5px 0 0 0;
	color: #ffffff;
  text-decoration: none;
  margin: 15px 0 0 0;
}
.content_body .portfolio ul.case_studies li .view_live:hover {
	background-position: left -31px;
}
.content_body .content_bottom.pager {
	height: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(/Asset/img/sec_content_bgrd_portfolio_bot.png) scroll no-repeat top left;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	left: 0px;
}
/*.content_body .content_bottom .paging {
	margin: 0 auto;
	background: url(/Asset/img/portfolio_paging_bgrd.jpg) scroll no-repeat top left;
	width: 152px;
	height: 32px;
	padding: 24px 0 0 8px;
}
.content_body .content_bottom .paging img {
	float: left;
	padding: 0;
}
.content_body .content_bottom .paging a {
	float: left;
	padding: 0 7px;
	color: #323639;
}
*/

/* styling for the paging control */
.content_body .content_bottom .paging {
	margin: 0 auto;
	background: url(/Asset/img/portfolio_paging_bgrd.jpg) scroll no-repeat top left;
	width: 160px;
	height: 32px;
	padding: 24px 0 0 0;
	text-align: center;
	position: relative;
}
.content_body .content_bottom .paging input.left {
	padding: 0;
	position: absolute;
	left: 12px;
}
.content_body .content_bottom .paging input.right {
	padding: 0;
	position: absolute;
	right: 15px;
}
.content_body .content_bottom .paging .current {
	color:#FF8605;
	font-weight:bold;
	padding:0 7px;
}
.content_body .content_bottom .paging a {

	padding: 0 7px;
	color: #323639;
}

/* news page */
.content_body .news {

}
.content_body .news .main {
	padding: 0 9px;
	background: url(/Asset/img/secondary_content_news_bgrd_rep.png) scroll repeat-y top left;
}
.news .main .left_col {
	float: left;
	display: inline;
	width: 626px;
	padding: 20px 0;	
}
.news .main .left_col h1 {
	float: left;
	font-weight: normal;
	font-size: 24px;
	color: #383f43;
	padding-left: 29px;
	width: 420px;
}
.news .main .left_col a {
	/*color: #F47321;*/
	color: #6A8FA5;
    text-decoration: underline;
}
.news .main .left_col a.archive {
	float: right;
	font-size: 12px;
	color: #6A8FA5;
	line-height: 24px;
	padding-right: 40px;
}
.content_body .news ul.news_stories {
	padding: 0;
	list-style: none;
	float: left;
}
.content_body .news ul.news_stories li {
	width: 600px;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	float: left;
	display: inline;
	/*background: url(/Asset/img/news_icon.jpg) scroll no-repeat 33px bottom;*/
}
.content_body .news ul.news_stories li.divider {
	width: 625px;
	height: 1px;
	background: #ecf1f4;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
}
.content_body .news ul.news_stories li h4 {
	float: left;
	width: 480px;
}
.content_body .news ul.news_stories li .date {
	color: #343130;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.content_body .news ul.news_stories li p {
	padding: 0px;
	float: left;
	width: 480px;
}
.content_body .news ul.news_stories li img {
	float: left;
	padding: 0 40px;
	width:37px;
	height: 50px;
	
}

/* news detail */
.news .main .left_col .news_article {
	float: left;
	display: inline;
	padding: 20px 20px 0 40px;
	width: 560px; 
}


.news .main .right_col {
	float: left;
	display: inline;
	width: 324px;
	padding: 20px 0;
	border-left: 2px solid #ffffff;	
	background: url(/Asset/img/large_twitter_icon.jpg) scroll no-repeat 230px 20px;
}
.news .main .right_col h1 {
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #454c50;
	padding-left: 20px;
}
.news .main .right_col h2 {
	float: left;
	font-weight: normal;
	font-size: 12px;
	/*color: #698696;*/
	color: #64696B;
	padding-left: 20px;
	padding-top: 10px;
	width: 200px;
	line-height: 18px;
}
.news .main .right_col ul.tweets {
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}
.news .main .right_col ul.tweets li {
	float: left;
	padding-left: 20px;
	width: 250px;
	background: url(/Asset/img/tweet_bgrd.jpg) scroll no-repeat top left;
	height: 100px;
	margin-bottom: 15px;
}
.news .main .right_col ul.tweets li h3 {
	font-size: 12px;
	font-weight: normal;
	color: #4d5f69;
	padding: 10px 0 5px 0;
}
.news .main .right_col ul.tweets li .date {
	color: #71c9fc;
}
.news .main .right_col ul.tweets li p {
	font-size: 12px;
	/*color: #7d939f;*/
	color: #64696B;
	line-height: 16px;
}
.news .main .right_col ul.tweets li a {
	color: #F47321;
}
.content_body .content_bottom_news {
	height: 50px;
	padding-top: 30px;
	background: url(/Asset/img/sec_content_bgrd_news_bot.png) scroll no-repeat top left;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	left: 0px;
}

/* news article styles */

/* news archive styles */

.news_crumbs 
{
    padding: 10px 0 10px 40px;
    font-weight: bold;
    color: #383F43;
}
.article .left_col .news_crumbs 
{
    padding: 0px 0 10px 0px;
}
.news .left_col .news_crumbs 
{
    padding: 0px 0 10px 30px;
}
.news_crumbs a 
{
    padding: 0 4px 0 0;
    font-weight: normal;
    /*color: #FF8605;*/
    color: #6A8FA5;
    text-decoration: underline;
}
.news_crumbs span 
{
    color: #A1ACB2;
    font-weight: normal;
    padding: 0 4px;    
}
/* contact us styles */
.contact_form
{
    margin-top: 10px;
}
.contact_form .form_left
{
    float: left;
    width: 305px;
}
.contact_form .form_right
{
    float: right;
    padding-right: 20px;
}
.contact_form input  
{
    margin: 0 0 5px 0; 
    width: 145px;
}
.contact_form select  
{
    width: 152px;
}
.contact_form .form_text  
{
    width: 100px; 
    float: left; 
    padding-top: 3px;
}

.normal 
{ 
    font-size: 12px;
    color: #64696B;
}
.btn_contact {
	display: inline-block;
	width: 110px;
	height: 22px;
	background: url(../img/btn_contacts.gif) scroll no-repeat top left;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	padding: 5px 0 0 0;
    margin: 15px 0 0 0;
}
.btn_contact.inactive:hover {
	background-position: top left;
}
.btn_contact.active {
	background-position: top left;
	background: url(../img/btn_contacts.gif) scroll no-repeat top left;
}

.btn_contact.inactive {
	background-position: top left;
	background: url(../img/btn_contacts.gif) scroll no-repeat bottom left;

}

/********* end content styles ******/

/******* footer styles ************/
.footer {
	width: 981px;
	height: 55px;
	font-size: 12px;
	color: #a4bece;
	padding-top: 25px;
	margin: 0 auto;
	position: relative;
}
.footer .copy_symbol {
	font-size: 20px;
	padding: 0 20px 0 10px;
}
.footer a {
	color: #a4bece;
	padding-left: 25px;
}
.footer .stw_logo 
{
    position: absolute;
    top: 20px;
    right: 20px;
}
/********* end footer styles ******/

/********* overlay styles ********/
.overlay_container 
{

}
.screenshot_overlay 
{
    display: none;
    z-index: 10000;
    position: absolute !important;
    width: 816px;
}
.screenshot_overlay .navi_cont {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 816px;
}
.screenshot_overlay .navi {
	display: none;
	top: 5px;
	left: 10px;
}
.screenshot_overlay .scroll_left 
{
    top: 0px;
    left: 380px;
}
.screenshot_overlay .scroll_right
{
    top:0px;
    left: 410px;
}
.screenshot_overlay img 
{
    float: left;
}
.screenshot_overlay_top 
{
 
    width: 816px;
    height: 40px;
    background: url('/Asset/images/lightbox_bgrd_top.png') scroll no-repeat top left;
}
.screenshot_overlay_mid
{
    width: 776px;
    padding: 20px;
    background: url('/Asset/images/lightbox_bgrd_mid.png') scroll repeat-y top left;
}
.screenshot_overlay_scroller_cont
{
    width: 715px;
    margin-left: 30px;
    overflow: hidden;
    position: relative;
}
.screenshot_overlay_scroller
{
    float: left;
    position: absolute;
    width: 2000em;
}
.screenshot_overlay_bot
{
    width: 816px;
    height: 40px;
    background: url('/Asset/images/lightbox_bgrd_bottom.png') scroll no-repeat top left;
}
.screenshot_overlay .close 
{
    height: 27px;
    width: 27px;
    background: url('/Asset/img/overlay_close_btn.jpg') scroll no-repeat top left;
    position: absolute;
    top: 13px;
    right: 14px;
    cursor: pointer;
}

/********* end overlay styles ********/
