/* v1.0 | 20080212 */
/**********Reset starts**********/

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, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********Reset ends**********/
@charset "utf-8";
/* CSS Document */
/*General CSS structure and layout*/
/*---------------------------------------------------------------------------
----------Default styles----------

1. typography and default
2. basic columns and margin adjust classes
3. image styles
4. button styles
5. divider style
----------Index page styles----------
6. tagline_bg
	6.1 tagline
			- tagline for template
			- call
			
Wrapper includes following ------
7. header_top
			- logo
			- social links
8. header
			- header_left
			- header_right
9. slideshow - nivo slider
10. content
			- column_2_first for about text
			- column_2_last for list, button and video
11. features
12. content_bottom
			- testimonial - cycle plugin
			- subscribe
13. gallery - fancybox
14. footer
			- column_3 for twitter
			- column_3 for contact form
			- column_3 for call
15. copyright_bg
	15.1 copyright
			- copyright text
			- general links

---------------------------------------------------------------------------*/
body {
	background: url(images/pattern.jpg) repeat #eeeeee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #645d6c;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: normal;
	line-height: 1.6em;
}
.clear {
	clear:both;
}
/*1.typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #000000;
	line-height: 1.3em;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
}
h2 {
	font-size: 15px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	margin-bottom: 7px;
}
a {
	color: #525252;
	text-decoration: none;
	cursor: pointer;
}
/*2.basic columns and margin adjust classes*/
/*---------------------------------------------------------------------------*/
/*two columns*/
.column_2 {
	width: 460px;
	margin-right: 20px;
	float: left;
}
/*three columns*/
.column_3 {
	width: 300px;
	margin-right: 20px;
	float: left;
}
/*four columns*/
.column_4 {
	width: 220px;
	margin-right: 20px;
	float: left;
}
/*twothird and onethird columns*/
.column_onethird {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.column_twothird {
	width: 620px;
	float: left;
}
/*columns threefourth and onefourth*/
.column_onefourth {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.column_threefourth {
	width: 700px;
	margin: 0;
	float: left;
}
/*-----margin adjust classes-----*/
.alpha {
	margin-right: 0px !important;
}
.beta {
	margin-bottom: 0px !important;
}
/*3.image styles*/
/*---------------------------------------------------------------------------*/
.image_left {
	float: left;
	margin-right: 15px;
}
.image_right {
	float: right;
	margin-left: 15px;
}
/*4.button styles*/
/*---------------------------------------------------------------------------*/
/*adjust margins of button while using them some other place
refer customization tips in help document*/

/*---button_1 / big cta button---*/
.button_1 {
	background: url(images/cta-btn-sprite.png) no-repeat 0 0;
	width: 296px;
	height: 36px;
	padding: 20px 10px;
	margin: 30px auto 8px auto;
	border: none;
	text-align: center;
}
.button_1 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #a05629;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	text-shadow: none;
	display: block;
}
.button_1:hover {
	background: url(images/cta-btn-sprite.png) no-repeat 0 -76px;
}
/*---button_2 / download button---*/
.button_2 {
	background: url(images/download-btn-sprite.png) no-repeat 0 0;
	width: 180px;
	height: 22px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	border: none;
	float: left;
}
.button_2 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #a05629;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	text-shadow: none;
	display: block;
}
.button_2:hover {
	background: url(images/download-btn-sprite.png) no-repeat 0 -42px;
}
/*5.divider style*/
/*---------------------------------------------------------------------------*/
.divider {
	background: url(images/divider.png) repeat-x;
	width: 940px;
	height: 2px;
	float: left;
}
.divider_vert {
	background: url(images/vertical-divider.png) no-repeat;
	width: 2px;
	height: 142px;
	float: left;
}
/*----------------------------------------*/
/*Index page style*/
/*----------------------------------------*/

/*6.tagline*/
/*---------------------------------------------------------------------------*/
#tagline_bg {
	background: #fff;
	width: 100%;
	border-bottom: 4px solid #58AB27;
}
#tagline {
	width: 940px;
	height: 54px;
	margin: 0 auto;
	padding: 10px 0px;
	font-size: 12px;
	color: #fff;
	text-shadow: none;
}
#tagline p {
	float: left;
}
#tagline p.call {
	float: right;
}
/*----------wrapper----------*/
#wrapper {
	width: 940px;
	margin: 0 auto;
}
/*7.header_top*/
/*---------------------------------------------------------------------------*/
#header_top {
	width: 940px;
	padding: 30px 0px 25px 0px;
	float: left;
}
.logo {
	float: left;
}
#header_top ul {
	padding-top: 10px;
	float: right;
}
#header_top ul li {
	padding-left: 4px;
	background: none;
	list-style: none;
	float: left;
}
/*8.header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 940px;
	padding: 30px 0px;
	float: left;
}
#header h1 {
	margin-bottom: 5px;
}
#header span {
	color: #f4c405;
}
p.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/*---header_left---*/
#header_left {
	width: 520px;
	margin-right: 51px;
	float: left;
}
#header_left ul {
	margin-top: 30px;
}
#header_left ul li {
	width: 162px;
	margin-right: 17px;
	float: left;
}
.title {
	background: url(images/header-feature-bg.png) no-repeat top left;
	width: 162px;
	height: 28px;
	padding: 5px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4em;
	text-shadow: none;
	text-transform: uppercase;
}
/*---header_right---*/
#header_right {
	width: 316px;
	margin-left: 51px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	float: left;
}
/*9.slideshow*/
/*---------------------------------------------------------------------------*/
#slideshow {
	width: 940px;
	height: 350px;
	margin: 30px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 5px solid #000000;
	float: left;
	position: relative;
	z-index: 9;
}
/*10.content*/
/*---------------------------------------------------------------------------*/
#content {
	width: 940px;
	padding: 30px 0px 10px 0px;
	float: left;
}
#content h2 {
	margin-bottom: 5px;
}
#content p {
	padding-bottom: 20px;
}
/*---column_2_first---*/
.column_2_first {
	width: 380px;
	margin-right: 20px;
	float: left;
}
/*---column_2_last---*/
.column_2_last {
	background: #ffffff;
	width: 500px;
	padding: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	-moz-box-shadow: 0px 1px 1px #d6d6d6;
	-webkit-box-shadow: 0px 1px 1px #d6d6d6;
	box-shadow: 0px 1px 1px #d6d6d6;
	-o-box-shadow: 0px 1px 1px #d6d6d6;
	-ms-box-shadow: 0px 1px 1px #d6d6d6;
	float: left;
}
/*div for list and download button*/
.download {
	width: 260px;
	margin-right: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	float: left;
}
ul.bullet li {
	background: url(images/bullet-square.png) no-repeat 0 3px;
	list-style: none;
	display: block;
	padding-left: 20px;
	margin-bottom: 10px;
}
/*div for video to right side*/
.video {
	width: 222px;
	float: left;
}
.video img {
	margin-bottom: 20px;
}
.video_link {
	font-weight: bold;
}
/*11.features*/
/*---------------------------------------------------------------------------*/
#features {
	width: 940px;
	padding: 30px 0px 0px 0px;
	float: left;
}
#features h1 {
	text-align: center;
	margin-bottom: 20px;
}
#features span {
	color: #f4c405;
}
ul.features li {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
	background: none;
	list-style: none;
	float: left;
}
/*adjust margin bottom of img according to your text*/
ul.features li img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
/*12.content_bottom*/
/*---------------------------------------------------------------------------*/
#content_bottom {
	background: #ffffff;
	width: 900px;
	padding: 20px;
	margin: 30px 0px;
	border-top: 1px solid #e6e6e6;
	-moz-box-shadow: 0px 1px 1px #d6d6d6;
	-webkit-box-shadow: 0px 1px 1px #d6d6d6;
	box-shadow: 0px 1px 1px #d6d6d6;
	-o-box-shadow: 0px 1px 1px #d6d6d6;
	-ms-box-shadow: 0px 1px 1px #d6d6d6;
	float: left;
}
#content_bottom h3 {
	margin-bottom: 25px;
}
.heading_icon {
	background: url(images/Heading-icon-bg.png) no-repeat;
	width: 22px;
	height: 22px;
	padding: 7px;
	margin-right: 15px;
	float: left;
}
/*---testimonial---*/
#testimonial {
	width: 100%;
	margin-right: 20px;
	float: left;
}
#testimonial td {padding-bottom:10px;}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.testimonial span {
	color: #000000;
	padding-bottom: 5px;
	display: block;
}
/*---subscribe form---*/
#subscribe {
	width: 440px;
	float: left;
}
form#subform {
	width: 300px;
	margin-top: 10px;
	position: relative;
	text-shadow: none;
}
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: #ffffff;
	width: 203px;
	height: 20px;
	padding: 5px;
	margin-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #525252;
	line-height: 2.2em;
	border: 1px solid #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	float: left;
}
form#subform input.sub_submit {
	background: url(images/subscribe-btn-sprite.png) no-repeat 0 0;
	width: 80px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #a05629;
	text-shadow: 0px 1px 0px #ffdd3d;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
	float:left;
}
form#subform input.sub_submit:hover {
	background: url(images/subscribe-btn-sprite.png) no-repeat 0 -32px;
}
form#subform label.error {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #d08585;
	position: absolute;
	top: 30px;
	left: 0;
}
form#subform #result_sub {
	width: 300px;
	padding-top: 10px;
	float: left;
	text-align: left;
}
/*13.gallery*/
/*---------------------------------------------------------------------------*/
#gallery {
	width: 940px;
	padding: 30px 0px;
	float: left;
}
#gallery h5 {
	margin-bottom: 0px;
}
ul.gallery li {
	width: 220px;
	margin-right: 20px;
	text-shadow: none;
	text-align: center;
	position: relative;
	border: none;
	background: none;
	list-style: none;
	float: left;
}
ul.gallery li img {
	border-top: 1px solid #ffffff;
	border-bottom: 5px solid #000000;
	margin-bottom: 5px;
}
ul.gallery li span {
	position: absolute;
	top: 1px;
	right: 0px;
}
ul.gallery li span img {
	border: none;
}
/*14.footer*/
/*---------------------------------------------------------------------------*/
#footer {
	width: 940px;
	padding: 30px 0px;
	float: left;
}
#footer h3 {
	margin-bottom: 25px;
}
/*---twitter---*/
#twitter li {
	margin-bottom: 15px;
}
/*---contact form---*/
form#form fieldset {
	border: none;
	background: none;
}
form#form fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#form label {
	width: 78px;
	color: #000000;
	text-align: left;
	line-height: 2.2em;
	float: left;
}
form#form input {
	background: #ffffff;
	width: 210px;
	height: 16px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	text-shadow: none;
	border: 1px solid #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	float: left;
}
form#form textarea {
	background: #ffffff;
	width: 210px;
	height: 70px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	text-shadow: none;
	border: 1px solid #bababa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	float: left;
}
form#form input.submit {
	background: url(images/submit-btn-sprite.png) no-repeat 0 0;
	width: 70px;
	height: 28px;
	margin-bottom: 5px;
	padding: 0;
	color: #a05629;
	font-size: 10px;
	text-shadow: 0px 1px 0px #ffdd3d;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
	float: right;
}
form#form input.submit:hover {
	background: url(images/submit-btn-sprite.png) no-repeat 0 -28px;
}
/*label.error is not used for this template*/
form#form label.error {
	width: 0px;
	font-size: 0px;
	line-height: 0em;
	display: none !important;
}
form#form input.error {
	border: 1px solid #d08585;
}
form#form textarea.error {
	border: 1px solid #d08585;
}
form#form #result {
	width: 300px;
	float: left;
	text-align: right;
}
/*---styles for call in footer---*/
p.style2 {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
p.style3 {
	font-size: 24px;
	color: #000000;
	padding-top: 5px;
}
/*15.copyright_bg*/
/*---------------------------------------------------------------------------*/
#copyright_bg {
	width: 100%;
	background: #000000;
}
#copyright {
	width: 940px;
	margin: 0 auto;
	padding: 15px 0px;
	text-shadow: none;
}
#copyright p {
	float: left;
}
#copyright a:hover {
	text-decoration: underline;
}
/*list in copyright*/
#copyright ul {
	float: right;
}
#copyright ul li {
	padding-left: 10px;
	background: none;
	list-style: none;
	float: left;
}
#copyright ul li a {
	font-size: 10px;
}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	width: 280px;
	position:absolute;
	right:0px;
	top: 247px;
	background: url(images/slider-caption.png) repeat;
	color: #ffffff;
	z-index:8;
	padding: 10px 20px;
	
}
.nivo-caption p {
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-shadow: none;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#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: #f2f2f2;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #f2f2f2;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('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-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.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('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
	text-shadow: none;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/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='fancybox/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='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }