/* =css/popupimage.css */

.border_preview {
  z-index: 100;
  position: absolute;
  border: 1px solid #c4c9cd;
  color: #993399;
  background: #fff;
}
.title_h2 {
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.template_desc {
	text-align: left;
	font:  10px Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	margin:  0px 10px;
	display: block;
	white-space:normal;
	overflow:visible;
	text-overflow: ellipsis;
	
}
.preview_temp_load {
  vertical-align: middle;
  text-align: center;
  position: relative;
  height:315px;
}

.preview_temp_load img {
  vertical-align: middle;
  text-align: center;
  margin: 10px auto;
  border: solid 1px #e9e7e8;
}
#loader_container {
  text-align: center;
  top: 40%;
  padding: 10px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  width: 160px;
  z-index: 99;
}

#loader {
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 10px;
  margin: 0 auto;
  display: block;
  width: 140px;
  border: 1px solid #c4c9cd;
  text-align: center;
  z-index: 255;
}

#progress {
  height: 5px;
  font-size: 1px;
  width: 1px;
  top: 1px;
  left: 0px;
  background-color: #9D9D94;
}

#loader_bg {
	margin: 5px auto 5px auto;
  height: 7px;
  text-align: left;
  position: relative;
  width: 113px;
  font-size: 1px;
  background: #EBEBE4 url(http://www.eastonsweb.com/images/ajax-loader-bar.gif) no-repeat center;
}
#loader_bg div { position: relative; display: none; }

/* css/popupimage.css */

/* =styles/awindow.css */

/* Window Part */
.aWindow {
    width: 470px;
    margin: 5px 0;
    position: absolute;
    float: left;
    display: none;
}

.aWindow .wHeader {
    border: 1px solid #6F7577;
    padding: 2px 0 3px 0;
    padding-left: 5px;
    background: url(/images/components/awindow/buttonfill.gif) repeat-x top left;
    height: 13px;
}

.aWindow .wHeader .wHText {
    color: #993399;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.aWindow .rHButtons {
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aWindow .rHButtons .wBtnClose {
    background: url(/images/components/awindow/closeicon.gif) no-repeat 0 0;
    width: 13px;
    float: left;
    height: 13px;
}

.aWindow .rHButtons .wBtnHide {
    background: url(/images/components/awindow/sortarrow.gif) no-repeat 0 0;
    width: 13px;
    float: left;
    height: 13px;
}

.aWindow .rHButtons img {
    padding: 0px 2px 0px 2px;
}

.aWindow .wBody {
    height: 200px;
    clear: both;
    background-color: #F3F6F7;
    border: 1px solid #6F7577;
    border-top: 0px;
}

/* Alert Window Part */
.aAlertWindow {
    width: 470px;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
}

.aAlertWindow .wHeader {
    border: 1px solid #6F7577;
    padding: 2px 0 0 0;
    padding-left: 5px;
    background: url(/images/components/awindow/buttonfill.gif) repeat-x top left;
    height: 13px;
}

.aAlertWindow .wHeader .wHText {
    color: #993399;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.aAlertWindow .rHButtons {
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aAlertWindow .rHButtons .wBtnClose {
    background: url(/images/components/awindow/closeicon.gif) no-repeat 0 0;
    width: 13px;
    float: left;
    height: 13px;
}

.aAlertWindow .rHButtons .wBtnHide {
    background: url(/images/components/awindow/sortarrow.gif) no-repeat 0 0;
    width: 13px;
    float: left;
    height: 13px;
}

.aAlertWindow .rHButtons img {
    padding: 0px 2px 0px 2px;
}

.aAlertWindow .wBody {
    _height: 80px;
    min-height: 80px;
    clear: both;
    padding: 10px;
    background-color: #F3F6F7;
    border: 1px solid #6F7577;
    border-top: 0px;
}

.aAlertWindow .wAlertBody {
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #F3F6F7;
    border: 1px solid #6F7577;
}

.aAlertWindow .wAlertMessageBody {
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 10px 5px 5px;;
}

.aAlertWindow .wAlertFooter {
    padding: 5px 0;
}

.aAlertWindow .wAlertFooter .button {
    color: #000;
    border: solid 1px #003d74;
    background: transparent url(/images/buttonfill.gif) repeat-x top left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    padding: 2px 4px;
    _padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    cursor: pointer;
}

/* Alert Window Part */
.aMessageBoxWindow {
    width: 470px;
    margin: 0;
    position: absolute;
    float: left;
    display: none;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;	
}

.aMessageBoxWindow .wHeader {
    border: 1px solid #6F7577;
    padding: 2px 0 0 0;
    padding-left: 5px;
    background: #c7c7c7 url(/images/components/awindow/buttonfill.gif) repeat-x top;
    height: 20px;
}

.aMessageBoxWindow .wHeader .wHText {
    color: #000;
    font-weight: bold;
	padding-top: 2px; 
	display: block;
    text-transform: uppercase;
    float: left;
}

.aMessageBoxWindow .rHButtons {
    float: right;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    cursor: pointer;
    width: 30px;
}

.aMessageBoxWindow .rHButtons .wBtnClose {
    background: url(/images/components/awindow/closeicon.gif) no-repeat 0 0;
    width: 13px;
    float: left;
    height: 13px;
}

.aMessageBoxWindow .rHButtons .wBtnHide {
    background: url(/images/components/awindow/sortarrow.gif) no-repeat 2px 2px;
    width: 13px;
    float: left;
    height: 13px;
}

.aMessageBoxWindow .rHButtons img {
    padding: 0px 2px 0px 2px;
}

.aMessageBoxWindow .wBody {
    _height: 80px;
    min-height: 80px;
    clear: both;
    padding: 10px;
    background-color: #F3F6F7;
    border: 1px solid #6F7577;
	border-top: 0px;
}

.aMessageBoxWindow .wMessageBoxBody {
    min-height: 70px;
    _height: 70px;
    clear: both;
    background-color: #F3F6F7;
    border: 1px solid #6F7577;
}

.aMessageBoxWindow .wMessageBoxMessageBody {
    _height: 40px;
    min-height: 40px;
    font-weight: bold;
    padding: 10px 10px 5px 5px;
}

.aMessageBoxWindow .wMessageBoxFooter {
    padding: 5px 0;
}

.aMessageBoxWindow .wMessageBoxFooter .button {
    color: #000;
    border: solid 1px #003d74;
    background: transparent url(/images/buttonfill.gif) repeat-x top left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    padding: 2px 4px;
    _padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    cursor: pointer;
}

.aMessageBoxWindow .wMessageBoxMessage {
    padding: 1px 0;
    aborder-bottom: 1px solid #6F7577;
}

.aMessageBoxWindow .wMessageBoxMessage .messageNumber {
    font-weight: normal;
    color: #900;
}

.aMessageBoxWindow .wMessageBoxMessage .messageBody {
    font-weight: normal;
    color: #900;
}
/* styles/awindow.css */

/* =css/home.css */

/** HOME **/

.img_link {
	cursor: pointer;
	display: block;
}

.rotator_home_static {
	width: 919px;
	height: 59px;
	background: url(/images/noflash/rotator_home_static.jpg);
}
.slide_shou_website_static,
.slide_shou_videos_static,
.slide_shou_graphic_static,
.slide_shou_demos_static {
	width: 288px;
	height: 309px;
	background: url(/images/noflash/slide_shou_demos_static.jpg);
}
.slide_shou_website_static {
	background: url(/images/noflash/slide_shou_website_static.jpg);
}
.slide_shou_graphic_static {
	background: url(/images/noflash/slide_shou_graphic_static.jpg);
}
.slide_shou_videos_static {
	background: url(/images/noflash/slide_shou_videos_static.jpg);
}
.slide_shou_marketing_static {
	width: 288px;
	height: 369px;
	background: url(/images/noflash/slide_shou_marketing_static.jpg);
}
.slide_shou_7_static {
	width: 288px;
	height: 368px;
	background: url(/images/noflash/slide_shou_7_static.jpg);
}

.portfolio_home_static {
	width: 939px;
	height: 237px;
	background: url(/images/noflash/portfolio_home_static.jpg);
}
.client_list_static {
	width: 350px;
	height: 380px;
	background: url(/images/noflash/client_list_static.jpg);
}
.portfolio_flash_static {
	width: 939px;
	height: 215px;
	background: url(/images/noflash/portfolio_flash_static.jpg);
}

#home {
	clear: both;
	padding: 1px 16px 0px 15px;
}
.home_title_1 {
	margin: 8px 0px 8px 0px;
}
.home_title_1 h1 {
	padding: 0px;
	margin: 0px;
}
.home_title_2 {
	margin: 2px 0px 0px 0px;
}
.home_title_3 {
	padding-bottom: 4px;
	overflow: auto;
}
.home_title_4 {
	width: 245px; 
	margin-right: -30px; 
	padding-bottom: 0px; 
	overflow: hidden; 
	height: 45px;	
}
.home_title_4 h2.orange {
	width: 245px; 
	height: 28px; 
	position: absolute;
}
.subtitle_1 {
	padding-bottom: 0px;
}
.subtitle_1 .blue {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}
.split_home_1 {
	margin-bottom: 4px;
}
h5.phone {
	font-size: 23px;
	color: #006DBA;
	letter-spacing: 0.6pt;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

#home .title h2 {
	float:left;
	font-size:24px;
	line-height: 28px;
	margin:12px 3px 0px 0px;
}

#home .title h3 {
	font-size:16px;
	line-height:16px;
	margin:0px;
	padding:0px;
}
#home .titleTxt {
	float:left;
	margin:20px 0px 0px 0px;
	height:27px;
}
	/** LEFT **/

#home #left, #home .left {
	width:694px;
	float:left;
	margin-right: 5px;
}
#home #left .clientScroll, #home .left .clientScroll {
	clear:both;
	font-size:0px;
}
.homeMidLeft {
	float:left;
	margin-right:5px;
	width:694px;
}
.welcomeTxt {
	clear: both;
	padding: 5px 0px 15px 0px;
	line-height:20px;
	text-align: justify;
}
.solutionsLeft {
	float:left;
	width: 343px;
	margin-left: 35px;
	margin-right: -20px;
	overflow: hidden;
}
.solutionsLeftTxt {
	clear:both;
	line-height:20px;
	padding-right: 20px;
	text-align:justify;
	margin-top: 5px;
}

#home .latestProject {
	float: right;
	padding: 0px 0px 10px 0px;
	width: 206px;
}
#home.latestProjectTitle {
	clear: both;
	font-size: 14px;
	color: #e8722b;
	font-weight: bold;
	text-align: center;
	border-top: none;
}
#home.latestProjectBox {
	background: #f1f0ef;
	border: solid 1px #EBE9EA;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 4px;
	cursor: pointer;
}
#home.latestProject a {
	color:#006ebc;
	font-weight:bold;
	text-align: center;
	display: block;
	text-decoration:underline;
}
#home .latestProject a:hover {
	color:#0095ff;
	font-weight:bold;
	text-decoration:none;
}
#home .latestProjectImg img {
	padding: 5px;
}
 
#home .latestProjectImg2 {
	float:left;
	padding:10px 0px 0px 5px;
}
#home .latestProjectTxt {
	clear:both;
	line-height: 20px;
}
.whyUs {
	float: left;
	padding-left: 5px;
	width: 235px;
}


.featuredBox{
	float: left;
	width: 160px;
	height: 114px;
	padding-top: 6px;
	padding-right: 18px;
}
.featuredLink {
	text-decoration: none !important;
	color: #006EBC;
	display: block;
	width: 160px;
	height: 88px;
}
.featuredLink:hover {
	text-indent: 0px;
}
.featuredLink .swc0, .featuredLink .swc1 {
	width: 160px;
	height: 86px;
	padding: 0px !important;
	position: inherit;
}
.featuredLink .swc0 {
	overflow: hidden;
}
.featuredLink .swc3 {
	font: bold 0px/0px arial;
}
.featuredLink .frame {
	position: absolute;
	display: block;
	width: 160px;
	height: 86px;
	font: bold 0px/0px arial;
	background: url(../images/frame_ovv.gif);
}
.featuredBlock {
	overflow: hidden;
	width: 700px;
}
.featuredCont {
	width: 800px;
}
.featuredLink:hover .frame {
	background: url(../images/focus.png);
}
.featuredLink .title {
	display: block;
	clear: both;
	padding: 4px 2px;
}
.featuredBox .title {
	display: block;
	clear: both;
	padding: 4px 2px;
	line-height:18px;
	color:#006EBC;
}
.featuredLink:hover .title {
	color: #ff6600;
}
.home_splitter_2 {
	margin-bottom: 3px;
	width: 700px;
}
.home_split_2_1 {
	margin-top: 3px;
}
.homeSolTxt {
	width: 120px; 
	display: inline;
}
.homeExcTxt {
	width: 200px; 
	display: inline;
}
.home_side_1 {
	width: 325px;
	float: left;
}

.featuredProjects {
	padding:0px 0px 0px 0px;
	margin-right: 0px;
	float:left;
	margin-right:5px;
	width:694px;	
}

.featuredProjectsImg {
	float:left;
	width:170px;
	padding-top:10px;
}

#home #left .fullService {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	margin-right: 0px;
	
}

#home #left .fullServiceTitle {
	float:left;
	width:24%;
	font-size:14px;
	color:#e8722b;
	font-weight:bold;
	padding: 7px 4px 5px 0px;
}

#home #left .fullService ul {
	margin: 0px;
	padding: 2px;
}

#home #left .fullService li {
	list-style: none;
	background: url(../images/blit_arrow01.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 2px 4px 15px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#home #left .industryServed {
	clear:both;
}
.industryServed .title {
	margin-bottom: 12px;
	overflow: auto;
}

#home #left .industryServedImg {
	float:left;
	padding:5px 0px 0px 0px;
}

#home #left .industryServedImg a {
	display:block;
	padding:10px 7px 0px 7px;
	line-height:30px;
	color:#006dba;
	text-decoration:none;
}

#home #left .industryServedImg a:hover {
	color:#0091f7;
	padding:8px 6px 0px 6px;
	text-decoration:none;
	border:1px solid #dbdbdb;
}



	/** RIGHT **/
.industryNews, .industryNews li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.industryNews li {
	padding-bottom: 13px;
}
#home #right, #content #right {
	float:left;
	width:229px;
	padding-left:11px;
}

#home #right .title2, #content #right .title2 {
	height:27px;
	margin:12px 0px 0px 0px;
	font-size:0px;
}

#home #right .requestquote, #content #right .requestquote {
	padding-top:8px;
}
#home #right .requestquote a, #content #right .requestquote a {
	display:block;
	width:225px;
	height:60px;
	font-size:0px;
	color:#fff;
	padding:0 0 0 3px;
	background:url(../images/btn_requestquote.gif) no-repeat top left;
}

#home #right .requestquote a:hover, #content #right .requestquote a:hover {
	background-position: bottom;
}

.whyUs ul, ul.industryNews {
	clear:both;
	margin:0px;
}

.whyUs li,  ul.industryNews li {
	list-style: none;
	background: url(../images/marker_orange_1.gif) no-repeat 2px 7px;
	margin:0px;
	padding: 2px 2px 2px 15px;
	line-height: 14px;
}
#home .randomArticles {
	float: left;
	padding-left: 11px;
	width: 229px;
}

#home .randomArticles ul, #content #right .randomArticles ul {
	clear:both;
	margin:0px;
}

#home .randomArticles li, #content #right .randomArticles li,
.whyUs ul li,  ul.industryNews li {
	list-style: none;
	background: url(../images/blit_arrow02.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 3px;
}
#home .randomArticles li span, #content #right .randomArticles li span,
.whyUs ul li span, ul.industryNews li span, ul.industryNews li a span {
	display: block;
	background: url(../images/blit_arrow02_line.gif) repeat-x bottom;
	padding: 1px 2px 6px 18px;
}
ul.markerCheck li {
	background: url(../images/marker_sign.gif) no-repeat top left;
}

#home #right .industryNews a, #content #right .industryNews a, #home .randomArticles li a span, ul.industryNews li a span {
	color:#666;
}

#home #right .industryNews a:hover, #content #right .industryNews a:hover, #home .randomArticles li a:hover span, ul.industryNews li a:hover span  {
	color: #FF6600;
	text-decoration:none;
}
.industryNews {
	line-height: 18px;
}
#home .industryNews h2.orange {
	overflow: auto;
	margin-bottom: 2px;
}
.industryNews a {
	text-decoration: none;

}

.home_split_1 {
	height: 20px;
}
.home_split_2 {
	height: 10px;
}
.featuredThumb {
	float: left;
	border: solid 1px #ebe9ea;
	padding: 4px;
	width: 150px;
	height: 90px;
	margin: 5px 18px 10px 0px;
	background: #fff;
	text-align: left;
}
.featuredThumb a {
	width: 148px;
	display: block;
	cursor: pointer;
	height: 88px;
	position: absolute;
	background: url(../images/blank.gif);
	border: solid 1px #f0f0f0;
}
.featuredThumb a:hover {
	width: 150px;
	height: 90px;
	border: none;
}
.featuredProjectsBox {
	margin-top: 5px;
	float: left;
	width: 694px;
	overflow: hidden;
}	
.featuredProjectsBox .container {
	float: left;
	width: 740px;
}

.caseStudiesBox {
	width: 694px;
	overflow: hidden;
}
.caseStudiesCont {
	float: left;
	width: 740px;	
}
.caseStudiesItem {
	width: 218px;
	float: left;
	margin-right: 20px;
}
.caseImgBox {
	margin-top: 6px;
}
.caseDescription {
	margin-top: 5px;
	line-height: 20px;
}
.caseStudiesItem .caseImgBox span.frame {
	width: 218px;
	height: 113px;
	display: block;
	position: absolute;
	background: transparent url(../images/frame_218x113.gif);
} 
.caseStudiesItem .caseImgBox span.swc0 {
	cursor: auto;
}
.caseImgBox span.swc0, .caseImgBox .swc1, .caseImgBox .swc2 {
	width: 218px;
	height: 113px;
	padding: 0px !important;
	position: inherit;
	overflow: hidden;
	font: bold 0px/0px arial;

}
.caseImgBox .swc2 {
	overflow: hidden;
}
.caseImgBox .swc3 {
	font: bold 0px/0px arial;
}
#portfolio_home {
	width: 939px;
	height: 237px;
}
#portfolio_logo {
	width: 939px;
	height: 133px;
}

#portfolio_flash {
	width: 939px;
	height: 215px;
}
