/* --------------------------------------------------------------
	BASICS
-------------------------------------------------------------- */

* { margin: 0; padding: 0; outline: none; }

body {
	background: #e9f7fa url('../images/bg-main.jpg') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.7em;
	color: #000;
}

p, blockquote, ul { padding: .5em 0; }

/* --------------------------------------------------------------
	LINKS
-------------------------------------------------------------- */

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #081c51;
	position: relative;
}

a:hover {
	color: #f2a514;
}

a img { border: none; }

/* --------------------------------------------------------------
	HEADINGS
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: .4em 0 .2em 0;
}

h1 { font-size: 180%; }

h2 { font-size: 150%; }

	#mainContent h2 { color: #081c51; }

h3 { font-size: 125%; }

h4 { font-size: 110%; }

h5 { font-size: 105%; }

h6 { font-size: 100%; }

/* --------------------------------------------------------------
	MAIN NAVIGATION
-------------------------------------------------------------- */

#mainNav ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#mainNav ul li.company-profile a { background: url('../images/nav_company-profile.gif'); }
#mainNav ul li.services a { background: url('../images/nav_services.gif'); }
#mainNav ul li.our-work a { background: url('../images/nav_our-work.gif'); }
#mainNav ul li.contact-us a { background: url('../images/nav_contact-us.gif'); }

#mainNav ul li a {
	height: 51px;
	background-position: top;
	display: block;
	text-indent: -9000px; /* Hides the actual text "behind" the images */
}

#mainNav ul li a:hover {
	background-position: bottom;
}

#mainNav ul li.first a {
	height: 52px;
}

/* --------------------------------------------------------------
	STRUCTURE & TYPOGRAPHY
-------------------------------------------------------------- */

#wrap {
	background: transparent url('../images/bg-wrap.png') top no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-wrap.png',sizingMethod='scale');
	margin: 45px auto 0 auto;
	width: 797px;
	min-height: 575px;
	_height: 575px;
	font-size: 90%;
}

#header { height: 95px; }

#mainFlash {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	width: 535px;
	height: 216px;
}

#mainNav {
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	width: 231px;
	height: 205px;
}

#mainContent {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	padding: 7px 19px 0;
	width: 497px;
}

#servicesFlash {
	clear: left;
	margin-top: 10px;
	width: 482px;
	height: 104px;
}

#sidebar {
	float: right;
	margin-top: -3px;
	margin-right: 10px;
	_margin-right: 5px;
	width: 231px;
	font-size: 90%;
	line-height: 1.5em;
}

#footer {
	background: transparent url('../images/bg-footer.png') bottom no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer.png',sizingMethod='scale');
	margin: 0 auto 45px auto;
	width: 797px;
	height: 73px;
}
#registered {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	padding: 7px 10px 0;
	width: 497px;
	font-style: italic;
	font-size: 9px;
	align: center;
}
/* --------------------------------------------------------------
	LISTS
-------------------------------------------------------------- */

ul { margin-left: 30px; }

#footer ul {
	list-style: none;
	margin-left: 30px;
	padding-top: 10px;
	color: #fff;
	font-size: 85%;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer ul a {
	color: #fff;
	text-decoration: none;
}

#footer ul a:hover { text-decoration: underline; }

/* --------------------------------------------------------------
	MISC
-------------------------------------------------------------- */

.logo {
	float: left;
	margin-left: 15px;
}

.tagline {
	float: right;
	margin-right: 15px;
}

#sidebar p.special {
	margin: 0 30px;
	text-transform: uppercase;
}

img.go {
	float: right;
	margin: 4px 20px 18px 0;
}

/* --------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------- */

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

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right: 15px;
	padding-left: 5px;
}
.casetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85c5e5;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
	font-weight: bold;


}
