/*
*****************************************************

AB Design Css http://www.allisonbaxter.com
Original Interface, CSS and Site Development by Allison Baxter

*****************************************************
*/

/* Reset
----------------------------------------*/
/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 } 
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }




/* Elements
----------------------------------------*/
body{
		background: #f7f4f4 url(../images/permanent/mainback.jpg) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0; 
	}

body, p, td, th, li
{
	color:#45342a;
	
}
#printLogo{display:none;} /* added for printing the page */

p{margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300px;
}

img{border:none; text-decoration: none;}
img a{border:none; text-decoration: none;}

* html body{
  overflow:hidden;
  height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
 } 

/* Header
----------------------------------------*/

#header {
			position: fixed;
			top: 0; 
			left: 0; 
			background: #010100 url(../images/permanent/patternrpt.png) no-repeat center top;
			z-index: 500;
			   margin: 0; 
				padding:0 0 0 0;
				height:160px;
				width:100%; 
				border-bottom: 3px solid #46b8c7;
		}

	    #logo{float:right;
		padding: 20px 20px 20px 0;}
		
		/*--IE6 Hack - Fixed Positioning to the Top--*/
		*html #header { 
			position: absolute;
			top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop : document.body.scrollTop);
		}   
		
		.headercontent{width: 960px; margin: 0px auto; }  
/* mainContainer
----------------------------------------*/

/*-- Set the  content in the middle of the screen and Define website WIDTH --*/
#wrap {
	width: 960px;
	margin: 10px auto;
}

#mainContainer{ 	
	width:100%;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #46b8c7;
	font-size: 13px;
	line-height: 16px;
	background: #f7f4f4 url(../images/permanent/mainback.jpg) repeat-x;
}

#workdetail{
	background: #f7f4f4;
	padding: 20px;
}

/* NAVIGATION MENUS
	----------------------------------------*/
	
#navigation{
	vertical-align: middle;
	text-align: right;
	padding-top: 10px;
}

#navigation ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 44px;
	line-height: 45px;
	color: #f7f4f4;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#navigation ul li {
	padding: 4px;
	margin: 0;
	text-align: right;
}

#navigation ul li a {
	width: 78px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f7f4f4;
	text-decoration: none;
	display: block;
	font: normal 44px/43px;
	font-family: "Franklin Gothic Heavy", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	text-align: right;
}

#navigation ul li a:hover {
	color: #619fcd;
}

#navigation li a.highlight {
			color: #46b8c7; /* Styles for the "current" item highlighted when clicked */ 
		}


a.home:active, a.about:active, a.work:active{
color: #46b8c7;
}




/*--- Basic Link Styles ---*/
a{color:#46b8c7;
	text-decoration: none;
}

a:hover{color:#333;text-decoration:none;}
	
	
/*--- CSS3 Styles ---*/
.basicBoxShadow{
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
}
.basicRoundedCorner{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/*--- Basic Title Styles ---*/
.title1 {
	font: 40px/35px "Franklin Gothic Medium", Arial, Sans Serif;
	color:#619fcd;
	text-shadow:0 1px 1px #ffffff;
	margin-top: 10px;
}

.title2 {
	font: 60px/55px "Franklin Gothic Heavy", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	margin-bottom: 20px;
	color:#619fcd;
	text-shadow:0 1px 1px #ffffff;
}

.title3 {
	font: 60px/55px "Franklin Gothic Medium", Arial, Sans Serif;
	color:#619fcd;
	text-shadow:0 1px 1px #ffffff;
}

h1,h2,h4,h5,h6{
	margin:5px 0 10px 0;
	font-family: "Franklin Gothic Heavy", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}
	h1{color:#619fcd; font-size: 60px;
	line-height: 55px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-shadow:0 1px 1px #ffffff;
}
	h2{color: #619fcd; font-size: 20px;
	line-height: 25px;
	text-shadow:0 1px 1px #ffffff;}
	h3{color:#f7f4f4; font-size: 14px;
	font-weight: bold;}

#work, #home, #about{
	padding-top: 160px;
}

#about{
	padding-bottom: 160px;
}
h3.work{
	color: #acaaaa;
	text-shadow:0 1px 1px #ffffff;
}
	h4{color:#46b8c7; font-size: 13px;
	text-transform: uppercase;
}
	h5{color:#46b8c7; font-size:13px;}
	h6{color:#46b8c7; font-size:12px;}
	
	ul{margin-left:25px; list-style-type:none;}
	ol{margin-left:25px;}

blockquote	{margin: 0 0 0px 0px; color:#666666; font-style: italic;
	padding-left: 80px;
	background: url(../images/permanent/bgBlockquote.gif) no-repeat left top;
	padding-right: 80px;
}

strong		{font-weight:bold;}
em			{font-style:italic;}


/*horizontal line */
hr {color: #d9d7d7; 
background-color: #d9d7d7; 
width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
/* */

.socialicon {
	margin-right: 10px;
}
.box, .boxend { padding: 15px; background: #ece9e6; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; font-size: 11px; float: left; width: 155px; height: 200px;
	margin-bottom: 8px;
	text-align: center;
}


.box{margin-right: 8px;}
.boxend {margin-right: 0;}

.box:hover, .boxend:hover { background-color: #f7f4f4; }

#fancybox {
		width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}


/* Standard Definitions
----------------------------------------*/
.left 		{float:left;
	width: 270px;
}
.right 		{float:right; width:690px;}
.clear 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
p.client		{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	text-shadow:0 1px 1px #ffffff;
}

.leftwork {
	float: left; width: 300px; background-color: #ece9e6;
	padding: 20px;
}

.rightwork{float:right; width:550px;
	margin-left: 20px;
}

/* List Definitions
----------------------------------------*/
ul.normal {
	list-style-type:disc;
	margin-bottom:10px;
}

ul.advanced{
	margin:0 10px 0 12px;
}
	ul.advanced li{
		display:block;
		padding: 0 0 0 17px;
		background: url(../images/background/bg_list.gif) left 4px no-repeat;
	}
		
ol { margin: 0 0 10px 25px; padding: 0; }

ol li {
	background: none;
	list-style-type: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
ul { margin: 0 0 20px 0; padding: 0; list-style: none; }
	
li {background: url(../img/bullet.gif) no-repeat left 6px;
	margin: 0 0 0 13px;
	padding: 0 0 4px 10px;	}
		
.leftimage/* left aligns text and image */
    {float: left; 
    padding: 0px 20px 20px 0;}

.rightimage/* right aligns text and image */
    {float: right; 
    padding: 0px 0 20px 20px;}

	
/*work sectin 3 column layout ----*/

#col1 {
    float:left;
    width:295px;
    padding:10px;
    background-color: #ece9e6;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;

	margin-right: 5px;
}
#col2 {
    float:left;
    width:294px;
    padding:10px;
    background-color: #ece9e6;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;

	margin-right: 5px;
}
#col3 {
    float:right;
    width:295px;
    padding:10px;
    background-color: #ece9e6;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;

}
		

	/* #leftCol , ususally SUBNAV is here
	----------------------------------------*/
		#leftCol{ /* Define WIDTH */
			float:left;
			width:200px;
		}


	/* #contentSection 
	----------------------------------------*/
		#contentSection{ /* Define WIDTH */
			float:left;
			width:600px;
			padding: 0 10px 20px;
		}



	/* #rightCol 
	----------------------------------------*/
		#rightCol{ /* Define WIDTH */
			float:right;
			width:220px;
		}

.sidepanel {
	background-color: #ece9e6;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
width: 200px;
}


.blogmore a, .blogmore, .datemore a, .datemore{
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

.blogmore{
	background: #619fcd url(../images/permanent/whitearrow.png) no-repeat 80px center;
	height: 25px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 100px;
} 

.datemore{
	background: #619fcd;
	height: 25px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 130px;
	text-align: center;
} 


.blogmore a:hover, .datemore a:hover {
	color: #ececec;
	text-decoration: none;
}

.category, .category a {
	background-color: #cdcdcd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 20px;
	color: #686767;
	padding: 5px;
	display: inline;
	clear: both;
	margin-bottom: 10px;
	margin-top: 8px;
	text-shadow:0 1px 1px #ffffff;
	font-size: 10px;
}



/* Footer
----------------------------------------*/
#footer{
	margin:20px 0 0 0px;
	padding: 10px 0 0;
	height:120px;
	background: #010100 url(../images/permanent/patternrpt.png) no-repeat center top;
			z-index: 500;
			width:  100%;}
#footer p {
		font-size:13px;
	color: white;
	margin-top: 8px;
}




/* Clearfix
When using a display block container and having floated div inside
add this class to the container to have it wrap floated children
----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block;}

* html .clearfix {height: 1%;}

	
	/* ----------- Main front panel -------------- */
	#frontmain{
	width:960px;
	padding-top: 20px;
}
	
		#fullwidth{
	width:920px;}

#maintext a{
	color:#adadac;
	text-decoration: none;
}

#maintext a:hover {
	color: #619fcd;
	text-decoration: none;
}

#maintext a:active {
	color:#46b8c7;
	text-decoration: none;
}

.imagespace {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow {
	width:960px;
	height:385px;
	position:relative;
	background-color: #ece9e6;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
	margin: 0 auto 40px;
}
#slidesContainer {
  margin: 5px auto;
  width:820px;
  height:376px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
 .slide {
  margin: 0 auto;
  width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:376px;
}




/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:60px;
  height:350px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background: transparent url(../images/permanent/arrowleft.png) no-repeat center center;
}
#rightControl {
  top:0;
  right:0;
  background: transparent url(../images/permanent/arrowright.png) no-repeat center center;
}



#lowerwrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


#lowercontainer {
	width: 960px;
	float: left;
	margin-right: -314px;
}

#lowerleftcontainer {
	width: 634px;
}

#column2 {
	width:307px;
	float: right;
}

#column1 {
	width: 307px;
	float: left;
	
}

#column3 {
	width: 307px;
	float: right;
	}
	
.lowerpanel {
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.lowertweet {
	background: #e7e6e5 url(../images/permanent/twitter.png) no-repeat left top;
	border: 1px groove #d9d7d7;
		-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.lowerpanelcontact {
	background-color: #e7e6e5;
	border: 1px groove #d9d7d7;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
height:320px;
}

.more  {
margin: 0;
	height:40px;
	border-style: none;
	text-align: left;
	color: #294d56;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
}

.more a {text-decoration: none;
	background: transparent url(../images/permanent/bigBlueButton.png) no-repeat left -23px;
	color:  #294d56;
	height:23px;
	display:block;
	vertical-align: middle;
	line-height: 15px;
	font-variant: small-caps;
	text-align: left;
	text-indent: 10px;
	padding-left: 20px;
}


.more a:hover {background: transparent url(../images/permanent/bigBlueButton.png) no-repeat left 0;
color: #264c56;
	text-decoration: none;
	height:23px;
	display:block;
	font-variant: small-caps;
	text-indent: 10px;
}
	

	
	.tweet {

	padding-top: 8px;
	font-size: 13px;
	font-style: italic;
	color: #fff;
}

.date {
	color: #70655f;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
}

.status{
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
}



.formheader{
	color: #45342a;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 4px;
	text-shadow:0 1px 1px #ffffff;
}


.excessivelyRounded {-moz-border-radius:6.5px;-webkit-border-radius:6.5px;border-radius:6.5px;font-size:1.0em;color:black;padding: 4px 10px;border:0;background: white;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);min-width:100px;margin:0}


.buttonWrapper input:hover{cursor:pointer}

.buttonWrapper input:focus::-moz-focus-inner{border-color: transparent;
	border-style: none;
}

.buttonWrapper input{height:35px; width:149px; background-color:transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-image: url(../images/permanent/oldbigBlueButton.png);background-position: left -35px;background-repeat: no-repeat;-webkit-box-shadow:none;
display:block;
	border-style: none;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	text-indent: 10px;
	line-height: 30px;
}

.buttonWrapper input:active, .buttonWrapper input:hover{background-position: left 0;}

/* Blog Content
----------------------------------------*/
.postmeta {
	font: italic 11px/13px Georgia, "Times New Roman", Times, serif;
	background: url(../images/permanent/comment_bubble.png) no-repeat;
	height: 115px;
	float: right;
	width: 115px;	
	position: relative;
} /* Blog date style */

.postmeta span{
	position: absolute;
	top: 40px;
	left: 22px;
	width: 100%;
}





/* #comment-form */
#commentform { margin-top:15px; }
#commentform label { font-size:11px; text-shadow:#c2c2c2 1px 1px 2px; text-transform:uppercase; letter-spacing:0.1em; }
#commentform input, #commentform textarea { padding:2px; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:#ccc 1px 1px 2px; -webkit-box-shadow: #ccc 1px 1px 2px; }
#commentform input:focus, #commentform textarea:focus { border-color:#363636; -moz-box-shadow:#ccc 3px 3px 6px; -webkit-box-shadow:#ccc 3px 3px 6px; }
#commentform input#author, #commentform input#email, #commentform input#url  { display:block; height:30px; font-size:24px; line-height:26px; color:#999; border:1px solid #ccc; }
#commentform input#comment-reply-checkbox { display:inline; height:auto; margin-right:10px; line-height:normal; border:none; }
#commentform textarea { border:1px solid #ccc; width:100%; }
#commentform #submit { border:none; cursor:pointer; background-color:#363636; width:120px; height:30px; line-height:30px; font-size:11px; color:#fff; }
input#comment_post_ID, input#comment_parent, input#_wp_unfiltered_html_comment  { display:none; border:none; }


/* @group FancyBox - jQuery Plugin */


#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}



#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}


.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}




/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }

/* @end */
