@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";

html, body {
	background: #eeeeee;
	height: 100%;
}

/* Structural elements */

div#container {
	min-height: 100%;
	height: auto !important;
	_height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

div#mainwrap {
	width: 1240px; 
	margin: 0 auto;
	position: relative;
	border: solid 4px #fff;
	background: #ffffff url('../images/background1.jpg');
}

div#content {
	width: 1240px;
	height: 502px;	
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

	div#copy {
		position: absolute;
		top: 185px;
		left: 270px;
		width: 640px;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0px;
		color: #ffffff;
	}
	
	div.portfolio div#copy {
		width: 720px;
	}
	
/* Widgets right bar */
	
div#widgets {
	position: absolute; 
	top: 85px; 
	right: 45px; 
	width: 240px;
	z-index: 2;
}

div.widget3 {
	color: #ffffff;
}

	div.widget3 h2 {
		position: absolute;
		top: 106px;
		left: 0px;
		width: 234px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	div.widget3 img.header {
		width: 226px;
		height: 161px;
	}

	div.widget3 img.footer {
		width: 236px;
	}
	
	div.widget3 h3 {
		font-weight: normal;
		color: #0066ff;
		display: inline;
	}
	
	div.widget3 ul br {
		display: none;
	}

	div.widget3 div.copy {
		background: url('../images/widget_copy_bg.png') repeat-y;	
		padding: 8px 24px 0 24px;
		font-size: 13px;
		margin: 0px;
	}
	
	div.widget3 div.copy {
		margin-top: -4px;
	}
	
	div.widget3 div.copy ul li {
		list-style: disc inside;
		padding: 2px 0;		
	}
	
	
	

div.widget2 {
	width: 216px; 
	height: 152px; 
	background: url('../images/widget_background.png') no-repeat;
	padding: 10px 10px;
	margin-bottom: 10px;
	color: #222;
}

	div.widget2 div.copy {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: -0.5px;
		padding: 0 10px;
	}

	div.widget2 h2 {
		color: #ffffff;
		font-size: 18px;
		line-height: 20px;
		margin: 17px 0;
		letter-spacing: -1px;
		text-transform: uppercase;
		text-align: center;
	}
	
	div.widget2 ul  {
		margin: 0 0 0 12px;
		padding: 0 15px;
	}
	
		div.widget2 ul li {
			list-style: disc outside;
			padding: 3px 0;
		}
		
		div.widget2 ul li a {
			color: #004981;
		}
	
		div.widget2 ul li a:hover {
			color: #333333;
		}

div.widget_download {
	width: 174px; 
	height: 194px; 
	background: url('../images/widget_download.png') no-repeat;
	padding: 5px 20px 20px 20px;
	margin: 100px 10px 0 10px;
	text-align: center;
}

	div.widget_download h2 {
		vertical-align: middle;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;

		margin-bottom: 30px;
	}

div#footer {
	width: 1240px;
	height: 108px;
	background: #ffffff;
	position: relative;
}

div#application-footer {
	height: 25px;
	line-height: 24px;
	background: #016293 url('../images/footer-bg.png') repeat-x;
	position: relative;
}

	div#application-footer a {
		display: block;
		height: 25px;
		vertical-align: middle;
		padding: 0px 15px;
		float: left;
		color: #ffffff;
	}
	
	div#application-footer a:hover {
		background: #004e74;
		color: #ffffff;
	}
	
	
/* Element styles/frills */
	
div.shadow {
	width: 900px; 
	height: 28px;
	margin: 0 auto;
	padding: 0 170px;
}

	div.shadow img {
		width: 900px;
		height: 28px;
	}
	
form#contact-form {
	margin-top: 15px;
}

	#contact-form {
		text-align: left;
		vertical-align: middle;
	}
	
	#contact-form td {
		vertical-align: middle;
		padding-right: 25px;
	}

	#contact-form input, #contact-form textarea {
		border: solid 1px #cccccc;
		background: #ffffff;
		padding: 4px;
		margin: 2px 0;
		width: 200px;
		font-size: 12px;
	}
	
	#contact-form input.stdbutton {
		width: auto;
		cursor: pointer;
	}
	
	#contact-form textarea {
		width: 400px; 
		height: 60px;
	}

	#contact-form input:focus, #contact-form textarea:focus {
		background: #dddddd;
	}
	
div#credits {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

div#contact-details {
	position: absolute;
	top: 20px;
	left: 275px;
	color:#000;
	font-size: 12px;
	line-height: 16px;
}

	div#contact-details img { 
		width: 16px;
		height: 11px;
		position: absolute;
		top: 2px;
		left: 0px;
	}
	
	div#contact-details div.location {
		position: relative;
		width: 200px; 
		float: left;
		margin-right: 0px;
		padding-left: 25px;
	}


div.widget {
	position: absolute; 
	top: 20px; 
	right: 20px; 
	width: 196px; 
	height: 162px; 
	background: url('../images/widget_bg.png') no-repeat;
	padding: 10px 20px;
}	

	div.widget h2 {
		color: #ffffff;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 12px;
	}
	
	ul.widget_menu li {
		list-style: circle;
		list-style-position: inside;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		color: #004981;
	}
	
	ul.widget_menu li a {
		color: #004981;
	}

	ul.widget_menu li a:hover {
		color: #000;
	}
	
	
div.widget_owl {
	position: absolute; 
	top: 120px; 
	right: 20px; 
	width: 225px; 
	height: 264px; 
	background: url('../images/widget_owl.png') no-repeat;
	padding: 110px 10px;
}	
	
	div.widget_owl h2 {
		color: #ffffff;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 12px;
	}

			
/* OLD CODE NEEDS TO BE RE DONE */	

#slider {
	width: 1240px; 
	margin: 0 auto;
	position: relative;
	border: solid 4px #fff;
}
	
	.scroll {
		height: 610px;	
		overflow: auto;
		position: relative; /* fix for IE to respect overflow */
		clear: left;
		background: #ffffff url('../images/background1.jpg');
	}
	
	.scrollContainer div.panel {
		padding: 20px;
		height: 210px;
		width: 1200px; /* change to 560px if not using JS to remove rh.scroll */
	}
		
	.scrollButtons {
		position: absolute;
		top: 150px;
		cursor: pointer;
		display:none;
	}
	
	.scrollButtons.left {
		left: -20px;
	}
	
	.scrollButtons.right {
		right: -20px;
	}

#home {
	height: 600px;	
	/*background: #ffffff url('/images/background1.jpg');*/
}	

#philosophy {
	height: 600px;	
	/*background: #ffffff url('/images/background1.jpg');*/
}	

#portfolio {
	height: 600px;	
	/*background: #ffffff url('/images/background1.jpg');*/
}	

#services {
	height: 600px;	
	/*background: #ffffff url('/images/background1.jpg');*/
}	

#contact {
	height: 600px;	
	/*background: #ffffff url('/images/background1.jpg');*/
}
	
/* Elements */
	
#lady {
	position: absolute;
	top: 320px;
	right: 185px;
	z-index: 1;
}

#butterfly {
	position: absolute;
	top: 95px;
	left: 265px;
}

/* Portfolio */

#portfolio div.main-content {

	background: transparent url('../images/portfolio-box.png') no-repeat top left;
	top: 188px;
	left: 290px;
	width: 805px;
	height: 260px;
	padding: 0 40px;

}

a.folio-site {
	margin: 20px 10px;
	opacity: 0.8;
	float: left;
	height: 220px;
	width: 200px;
	text-align: center;
	color: #000;
	font-size: 10px;
}

a.folio-site:hover {
	opacity: 1;
}

/* Contact page */

#contact #contact-us {
	color:#fff;
	margin-top: 10px;
}

#contact-us td {
	vertical-align: top;
	line-height: 30px;
}

#contact-us .stdform {
	border: solid 1px #fff;
	background: #eee;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

#contact-us .stdform:focus {
	background: #cccccc;
}

div.main-content {
	position: absolute;
	top: 170px;
	left: 275px;
	line-height: 20px;
	font-size: 16px;
	color: #fff; 
	width: 640px;
}	

div#logo {
	position: absolute;
	left: 53px;
	top: 29px;
	width: 177px;
	height: 114px;
	background: transparent url('../images/logo.png');
	z-index: 99999;
}

div#logo:hover {
	background-position: -177px 0;
}

div#logo a {
	display: block;
	width: 177px;
	height: 114px;
	border: 0px;
	margin: 0;
	padding: 0;
}


/* Main page menu */

#menu {
	background: transparent url('/images/menu-backgroundb.png') top right no-repeat;
	position: absolute;
	top: 185px;
	left: 30px;
	width: 200px;
	height: 262px;
	z-index: 9;
}

#menu ul {
	margin: 15px 0 0 10px;
	padding: 0;
}

	#menu ul li {
		line-height: 45px;
		height: 45px;
		padding: 0px;
		margin: 0px;
		list-style: none;
		position: relative;
	}

#menu ul li a {
	display: block;
	height: 25px;
	padding: 10px 0 10px 40px;

	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	vertical-align: middle;
}

#menu ul li a.current {
	background: transparent url('../images/menu_current_icon.png') no-repeat;
	color: #004981;
}

#menu a:hover { 
	color: #004981;
}

#menu ul li ul { /* Submenu for child pages */
	position: absolute; 
	left: 130px;
	top: -62px;
	width: 209px;
	height: 192px;
	background: transparent url('../images/sub_menu_bg.png');
	padding: 5px 0;
	margin: 0;
	display: none;
}

	#menu ul li ul li {
		margin: 0 0 0 40px;
		padding: 0;
		width: 145px;
		height: 34px;
	}
	
	#menu ul li ul a {
		color: #ffffff;
		font-size: 16px;
		width: 145px;
		padding: 7px 0;
		margin: 0;
		overflow: hidden;
	}
	
	#menu ul li ul a:hover {
		color: #cccccc;
	}
	

/* Standard text and forms */
	
h1 {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}

div.main-content h1 {
	margin: 0 0 15px -5px;
}

div.main-content h2 {
	display: inline;
}

.stdcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.bright {
	color: #0066ff;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decroation: underline;
}

.clear {
	clear:both;
	overflow:hidden;
	height:0;
	_height:1px;
}

/* Input form */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}