/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:16px;color:#222;background:#231F20;font-family:"Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.3em; float: left;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* container/content/columns */
#container {
	width:1040px;
	margin:20px auto 0 auto;
	background: #fff;
	/*background:url(../img/topRunner.gif) left top repeat-x;*/
	overflow:hidden;
}
.home #content {
	background: #fff url(../img/bluefly_bg.jpg) no-repeat;
	margin: 20px; 
	padding: 0;
	width: 1000px;
	overflow: hidden;
	clear: both;
	min-height: 694px;
}
#content {
	background: #fff url(../img/bluefly_bg2.jpg) no-repeat;
	margin: 20px; 
	padding: 0;
	width: 1000px;
	overflow: hidden;
	clear: both;
	min-height: 694px;
}
#leftCol {
	width: 240px;
	float: left;
	height: 690px;
}
#rightCol {
	width: 684px;
	margin-left: 20px;
	float: left;
	height: 690px;
	padding-left: 50px;
}

/* footer */
#footer {
	margin:15px auto 0 auto;
	height: 15px;
	width: 1040px;
	clear: both;
	text-align:right;
	color: #00aeef;
	padding-bottom: 10px;
}

/* Misc */
.home .dots {
	position:absolute;
	top: 592px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 94px;
	background: transparent url(../img/dots.png) center no-repeat;
	overflow: hidden;
}
#logo {
	position: relative;
	top: 605px;
	left: 490px;
	height: 0;
}
.identities {
	float: right;
	margin-right: 90px;
}
.rectangle {
	float: left;
	width: 353px;
	height: 49px;
	background: #fff url(../img/what_rectangle.jpg) left no-repeat;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px;
}

/* Navigation */
.home #nav {
	float: right;
	width: 200px;
	background: none;
	padding: 0;
	margin: 0;
}
.home #nav ul{ 
	list-style:none; 
	float: left; 
	background:none;
	margin: 0;
	padding: 0;
}
.home #nav li a, .home #nav li a.visited {
	margin: 0 0 6px 0; 
	float: left; 
	clear: both; 
	color: #00aeef;
}
.home #nav li a:hover {
	margin: 0 0 6px 0; 
	float: left; 
	font-weight:bold; 
	color: #000;
}
.home #nav .selected {
	margin: 0 0 6px 0; 
	float: left; 
	clear: both; 
	color: #000; 
	font-weight:bold;
}
#nav {
	position: relative;
	top: 70px;
	left:0;
	width: 242px;
	padding: 25px 0 0 0;
	background: transparent url(../img/fly.jpg) top left no-repeat;
	height: 300px;
	font-size: 105%;
}
#nav ul{ 
	list-style:none; 
	float: right; 
	background:none;
}
#nav li a, #nav li a.visited {
	margin: 0 0 6px 0; 
	float: right; 
	clear: both; 
	text-align:right; 
	color: #fff;
}
#nav li a:hover {
	margin: 0 0 6px 0; 
	float: right; 
	font-weight:bold; 
	color: #000;
}
#nav .selected {
	margin: 0 0 6px 0; 
	float: right; 
	clear: both; 
	color: #000; 
	font-weight:bold;
}

/* Headings and Typography */
#footer p {
	font-size: 12px;
	margin-right: 240px;
}
#content p {
	width: 540px;
	line-height: 1.5em;
}
#content h2 {
	width: 540px;
	line-height: 1.1em;
	font-size: 26px;
	font-weight:bold;
}
h1 span, .homeText span { 
	display: none; 
	visibility:hidden; 
}
.home h1 {
	float: left;
	margin: 340px 0 0 150px;
	height: 56px;
	width: 635px;
	background: #fff url(../img/home_heading.jpg) no-repeat;
}
.home .homeText {
	float: left;
	margin: 15px 0 0 150px;
	height: 132px;
	width: 600px;
	background: transparent url(../img/home_text.gif) no-repeat;
}
.who h1 {
	margin: 90px 0 20px 0;
	height: 30px;
	width: 300px;
	background: #fff url(../img/who_we_are.jpg) no-repeat;
}
.what h1 {
	margin: 90px 0 20px 0;
	height: 30px;
	width: 300px;
	background: #fff url(../img/what_we_do.jpg) no-repeat;
}
.offer h1 {
	margin: 90px 0 20px 0;
	height: 30px;
	width: 300px;
	background: #fff url(../img/what_we_offer.jpg) no-repeat;
}
.why h1 {
	margin: 90px 0 20px 0;
	height: 30px;
	width: 300px;
	background: #fff url(../img/why_use_us.jpg) no-repeat;
}
.gallery h1 {
	margin: 90px 0 15px 0;
	height: 35px;
	width: 300px;
	background: #fff url(../img/design_gallery.jpg) no-repeat;
}
.contact h1 {
	margin: 90px 0 20px 0;
	height: 30px;
	width: 300px;
	background: #fff url(../img/contact_us.jpg) no-repeat;
}
.blue {
	color: #00aeef;
}
.what #content p, .why #content p {
	font-size: 14px;
	line-height: 1.3em;
	font-weight:normal;
}
.why h2 {
	margin-bottom: 8px;
}

/* Borders 
.leftRunner {
	background:url(../img/leftRunner.gif) left top repeat-y;
	float: left;
	clear: both;
}
.rightRunner {
	background:url(../img/rightRunner.gif) right top repeat-y;
	float: right;
	clear: both;
}
.bottomRunner {
	background:url(../img/bottomRunner.gif) left bottom repeat-x;
	float: left;
	clear: both;
}
.leftTop {
	background:url(../img/leftTop.gif) left top no-repeat;
	float: left;
	clear: both;
}
.rightTop {
	background:url(../img/rightTop.gif) right top no-repeat;
	float: right;
	clear: both;
}
.leftBottom {
	background:url(../img/leftBottom.gif) left bottom no-repeat;
	float: left;
	clear: both;
}
.rightBottom {
	background:url(../img/rightBottom.gif) right bottom no-repeat;
	float: right;
	clear: both;
	padding:0 17px 17px 17px;
	min-height:0px;/*IE 7 fix
}
*/

/* links */
a, a:visited {
	color: #00aeef;
	text-decoration: none;
}
a:hover { 
	color: #fff;
	text-decoration:none;
}
.bluefly:link, .bluefly:visited {
	color: #fff;
	text-decoration:none;	
}
.bluefly:hover { 
	color: #00aeef;
	text-decoration:underline;
}

/* Box and small boxs */
.box {
	float: left;
	width: 550px;
	overflow: hidden;
	clear: both;
}
.smlbox {
	margin: 0 20px 0 0;
	width: 162px;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
}
.smlbox h3 {
	font-size: 16px;
	font-weight:normal;
	color: #003366;
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
	color: #00aeef;
}

/* lists */
.listItems li{
	margin-bottom: 5px;
}
.why ul.blueList{
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}
.blueList li {
	margin: 0 0 0 15px;
	font-size: 14px;
	width: 140px;
	color: #00aeef;
	list-style: outside;
}
.galleryInfo .listItems li{
	margin-bottom: 0;
}

/* Contact Form*/
form {
	margin: 0;
	padding: 0;
	font-size: 80%;
	width: 460px;
}
input {
	background: #e6e6e6;
	border: none;
}
form div {
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
	width: 380px;
}
form label {
	float: left;
	min-width: 65px;
	margin-right: 10px;
	margin-top: 8px;
}
form .text {
	float: left;
	width: 285px;
	border: none;
	margin: 8px 0 0 0;
	padding: 3px;
	overflow: hidden;
}
form .text2 {
	float: left;
	width: 360px;
	border: none;
	margin: 0;
	padding: 2px;
}
textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: #e6e6e6;
	color: #333;
	width: 363px;
	height: 70px;	
}
#button {
	background: none;
	width: 78px;
	height: 30px;
}
form div.submit {
	display: block;
	background: transparent url(../img/submit.jpg) no-repeat 0 0px;
	width: 78px;
	height: 30px;
	margin: 70px 0 0 0;
	float: right;
}
form div.submit:hover {
	background-position: 0px -35px;
	width: 78px;
	height: 30px;
}
#errorMessage {
	text-align: left;
	width: 100%;
	height: 44px;
	background:#000000;
	color: #fff;
	font-size: 24px;
	padding: 10px 0 0 40px;
	border-bottom: 2px solid #00aeef;
}

#galleryContainer {
width: 644px;
height: 393px;
margin: 10px 0 0 0;
float: left;
}
#galleryNav {
width: 644px;
height: 24px;
float: left;
}

#galleryNav div {
float: left;
margin-right: 3px;
}
.galleryItem {
width: 644px;
height: 288px;
float: left;
}

.galleryInfo, .galleryInfo_dual{
width: 644px;
height: 90px;
margin: 15px 0 0 0;
font-size:11px;
float: left;
}
.galleryInfo span {
text-align: left;
}

.galleryInfo .infoBox1 {
width: 230px;
float: left;
}

.galleryInfo .infoBox2 {
width: 224px;
float: left;
}

.galleryInfo .infoBox3 {
width: 190px;
float: left;
}

.infoBox_dual1 {
width: 260px;
float: left;
}

.infoBox_dual2 {
margin-left: 30px;
width: 260px;
float: left;
}




.arrows {
float: left;
width: 100px;
height: 15px;
padding: 0;
margin-left: 30px;
}

.leftArrow {
margin-right: 15px;
}