/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100.01%/120% Georgia, "Times New Roman", Times, serif;
		height: 100%;
}
body {
	background: #369 url("images/faded-background.jpg") repeat-x top left;
	font-size: 1em;
	color: #666;
}
a {
	color: #f93;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Clean up ul and li*/
ul {margin:0;display:block;}
li {list-style:none;float:left;display:block;}


/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
img {border: 0px;}
 

/*----------------------------------------------------*/
/* global selectors */
h1 {
	font: normal normal bold 38px/40px Tahoma, Helvetica, Arial, sans-serif;
	color: #630;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* main layout */
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:944px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100% !important; /* real browsers */ 
	background: transparent url("images/shadow-side.png") repeat-y top left;
	display: block;
}	

#top-image-container {
	height: 232px;
	margin: 0;
	padding: 0;
	width: 944px;
}

#padded-container {
	margin: 0;
	padding: 0 16px 0 28px;
	width: 900px;
}

#top-box-container {
	background: #ffc url("images/sub-head-background.jpg") bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 900px;
}

#top-box-container div {
	color: #c63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	text-align:center;
	margin: 20px 40px 0px 40px;
	padding: 0 0 100px 0;
	width: 800px;
}

#inner-padded-container {
	padding: 0 50px;
	margin: 0;
	width: 800px;
}

ul.thumbnail-list {
	width: 800px;
}

ul.thumbnail-list li,
ul.thumbnail-list li.last {
	background-repeat: no-repeat;
	height: 100px;
	padding:0;
	margin:0 12px 0 0;
	width: 191px;
}
ul.thumbnail-list li.last {padding: 0 0 12px 0;margin:0;}


#footer {
	background: #000 url("images/footer-background.jpg") top left repeat-x;
	position:absolute;
	height: 71px;
	width:900px;
	bottom:0; /* stick to bottom */
	margin: 0 28px;
	padding: 0;
	clear:both;
} 

#footer .tango-dog {
	margin:26px 0 0 23px;
}
#footer .fly-casual {margin:0 5px 0 386px;}


.clear-both {clear:both;padding: 65px 0;}


/* ---------------------------*/
/*Popup Style*/
#my-slides
{height:659px !important;width:594px !important;}
.popup-prev {float:left;}
.popup-next {float:right;}

.footnote{
	color:#fff;
	font:normal 9px/12px Verdana, Arial, Helvetica, sans-serif;
	margin-top:-130px;
	z-index: 120;
	position: relative;
}
.client {
	margin: 0 32px 0 35px;
}
.client .big {
	font-weight:700;
	font-size:11px;
	line-height:15px;
	display:block;
	padding: 0 0 12px;
}
.blue {
	color:#69c;
}
.img-set {
	position:absolute;
	top:37px;
	left:3px;
	z-index:110;
}