@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#484850 url(../images/bg/bg-body.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 150%;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
h1{
	font-size: 2.1em;
	margin: 0;
	padding: 0;
}
h2 { 
	font-size: 1.9em;
	font-weight: bold;
	line-height: 125%;
	margin-top: 0;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 130%;
	text-decoration:none;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
	margin-top: 0;
}
#model-desc, #model-details h3 {
	padding-left: 60px;
	padding-right: 20px;
}
p { 
	line-height:1.5; 
	margin:0;
}
#content p {
	margin-bottom: 20px;
}
/***************** THIS IS MY MAP LOGIC ****************/
.map{
	position:absolute;
	left:10px; top:0px;
	background: url(../images/header/header-map.jpg) no-repeat left top;
	width:274px; height:182px;
}
	.germany, .australia{display:none; top:5px; width:5px; height:5px; border:#CCCCCC solid 1px;}	
	.germany, .australia {
		position:absolute;
		display:block;
		cursor:pointer;
		width:15px; height:15px;
		top:83.8px; left:140px;
		border:none;
		background:transparent url(../images/header/map-off.png) no-repeat left top;
		_background:none;
	}
	.australia{
		top:136px; left:223px;
	}
	
	.germany:hover, .australia:hover{background:transparent url(../images/header/map-on.png) no-repeat left top;}
	.germany p, .australia p{
		position:absolute;
		display:none;
	}
	.germany:hover p, .australia:hover p{
		position:absolute;
		padding:0px; margin:0px;
		left:20px; top:10px;
		background:transparent url(../images/header/bg-hover-map.png) no-repeat left center;
		_background:transparent url(../images/header/bg-hover-map.gif) no-repeat left center;
		color:#FFFFFF;
		padding-left:10px;
		width:230px; height:16px; _height:13px;
		line-height:13px; _line-height:12px;
		display:block;
	}
	.australia:hover p{top:0px;}
	.germany em, .australia em{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-style:normal;
		color:#E1E1E4;
		font-weight:bold;
	}
/*** Main Containers ****/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:889px; /* 925 */
	padding:0px 18px 0px 18px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	background: url(../images/bg/bg-container.png) repeat-y left top;
	_background: url(../images/bg/bg-container.gif) repeat-y left top;
	z-index:1;
	
}
/**** Top Header ****/
div#header {
	position:relative;
	height:182px;
	padding-top: 0px;
	background:#8B9096 url(../images/bg/bg-header-map.png) repeat-x left top;
	border-top:#888B90 solid 0px;
	border-bottom:#545454 solid 1px;
	text-align: left;
	display: block;
	
}
div#content {
	position:relative;
	border-top:#E5E6ED solid 1px;
	background:#71757B url(../images/bg/bg-body-inside.jpg) repeat-x left top;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-bottom:35px;
}

div#footer {
	position:absolute;
	border-top:#414553 solid 1px;
	width:889px;
	bottom:0; /* stick to bottom */
	background:#868B91 url(../images/bg/bg-footer.jpg) repeat-x left top;
	height: 30px;
	text-align:right;
}
	div#footer img{padding-right:25px;}
	div#footer-base {
		position:relative;
		margin:0 auto;
		width:924px;
		background:url(../images/bg/bg-footer-base-full.jpg) repeat-x left top;
		padding-top:10px;
	}
	#footer-base p{width:75%; margin:0 auto; text-align:center; margin-bottom: 10px;}
	#footer-base a{color:#86878C; text-decoration:none; margin:3px;}
	
/******************** Header Menu **************/
ul#head-menu{
	position:absolute;
	margin:0px;
	padding:0px;
	top:153px;
	z-index:999;
	right: 12px;
}
	ul#head-menu li{display:inline;}
	ul#head-menu li a{
		color:#4E4E4E;
		text-decoration:none;
		padding:0px 3px 0px 10px; 
		background-repeat: no-repeat;
		background-position: 0 2px;
		font-size: 10px;
	}
	ul#head-menu li a:hover{ color:#C3C3C3;}
	
	ul#head-menu li a.home{background-image:url(../images/icons/home-header.gif); padding-left: 11px;}
	ul#head-menu li a.home:hover{background-image:url(../images/icons/home-header-on.gif); }
	ul#head-menu li a.portfolio-link{background-image:url(../images/icons/home-portfolio.gif); padding-left: 13px;padding-right:2px; background-position: 0 1px;}
	ul#head-menu li a.portfolio-link:hover{background-image:url(../images/icons/home-portfolio-on.gif);}
	ul#head-menu li a.hello{background-image:url(../images/icons/home-hello.gif); padding-left: 11px;}
	ul#head-menu li a.hello:hover{background-image:url(../images/icons/home-hello-on.gif);}
	ul#head-menu li a.people{background-image:url(../images/icons/home-people.gif); background-position: 0 1px;}
	ul#head-menu li a.people:hover{background-image:url(../images/icons/home-people-on.gif);}
	ul#head-menu li a.philosophy{background-image:url(../images/icons/home-philosophy.gif); padding-left: 13px; padding-right:1px; background-position: 0 3px;}
	ul#head-menu li a.philosophy:hover{background-image:url(../images/icons/home-philosophy-on.gif);}
	ul#head-menu li a.blog{background-image:url(../images/icons/home-blog.gif); padding-left: 11px;}
	ul#head-menu li a.blog:hover{background-image:url(../images/icons/home-blog-on.gif);}
	ul#head-menu li a.sitemap{background-image:url(../images/icons/home-sitemap.gif); padding-left: 12px;}
	ul#head-menu li a.sitemap:hover{background-image:url(../images/icons/home-sitemap-on.gif);}
/********* Header Logo ****************/
#header-main{
	clear:both;
	position:relative;
	overflow:hidden;
	height:165px;
	background:url(../images/bg/bg-header.jpg) repeat-x left top;

}
	#header-main img.logo{padding-left:10px; float:left; margin:47px 0px 0px 20px;}
	#header-main img.banner{float:right;margin-top:47px;}

/***** Home Menu ****/
ul#mainmenu {
	padding:0;
	list-style-type:none;
	text-align: left;
	margin:15px 0px 0px 34px;
	white-space:nowrap;
}
#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#mainmenu li.first a { padding-left:0px; }
#mainmenu li.last a { background:none; }
#mainmenu li a {
	font-size: 1em;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 7px;
	background-image: url(../images/icons/menu-sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color:#E8E8EA;
	margin-top: 15px;
}
#mainmenu li a:hover{color:#FFFFFF;}
/*** Heading Img ****/
.heading-img{
	position:relative;
	margin:6px 0px 16px 0px;
}

/******** Styles for ajax loader **********/
#ajaxloader {
	width: 265px;
	height: 1209px;
	background-color: #71757B;
	text-align: center;
	vertical-align: middle;
	position:absolute;
	z-index: 99;
}
#loader {
	margin: 592px 0;
}
/****** End Styles for ajax loader ********/

/******** Styles for content **********/
#content-page {
	position:relative;
	margin:0px 0px 0px 32px;
	width:788px;
	padding-bottom:50px;
}
#content-page ul {
	margin: 0 0 0 30px; 
	padding:0px; 
}
#content-page li {
	padding-bottom:15px;
}
/** Page Header **/
.h-head {
		position:absolute;
		z-index:1;
		left:0px; top:0px;
		background-position: left top;
		background-repeat:no-repeat;
		height:148px; width:788px;
	}
	.h-head p {
		padding:25px 5px 0 40px;
	}

/** Left Col **/
.left-col {
			position:relative;
			display:inline;
			float:left;
			margin-top:75px; margin-left:40px;
			padding: 18px 10px inherit 50px;
			width:460px;
			padding-right: 10px;
			z-index:999;
			background-repeat: no-repeat;
			background-position: right top;
			background:url(../images/icons/dotted-line.jpg) repeat-y  right top;
		}
		
/** Right Col **/
.right-col {
	position:relative;
	display:inline;
	float:left;
	margin-top:80px;
	margin-left:5px;
	width:265px;
	padding-top:10px;
	height:100%;
	z-index:9;
}

	/** Side Folio **/
	.sidefolio { padding:5px; margin:5px; }
	.sidefolio img{	border:#62666B solid 12px; }
	.sidefolio .more {
				position:relative;
				float:right; width:82px; height:13px;
				margin-right:12px;
				background:url(../images/icons/sidefolio-more.jpg) no-repeat right top;
				font-family:Arial, Helvetica, sans-serif;
				line-height:9px; font-weight:bold;
			}
			.sidefolio .more a { text-decoration:none; font-weight:bold; margin-left:21px;}
			.sidefolio h2 {padding-bottom:0px; margin:0px; margin-left:12px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1em;}
			.sidefolio p{color:#DEDEE2; padding-bottom:20px; margin-left:12px;}
	.foliogallery { display: none; }
/******** End Styles for content **********/
#contact_drag {
	width:229px; height:73px;
	position: absolute;
	top: 377px; right: 5em;
	z-index: 900;
	padding-top: 48px;
	background-repeat: no-repeat;
	cursor: move;
}
html>body #contact_drag {
	position: fixed;
}

#special_drag {
	width:145px; height:145px;
	position: absolute;
	top: 177px; right: 9em;
	z-index: 900;
	background-repeat: no-repeat;
	cursor: move;
}
html>body #special_drag {
	position: fixed;
}
#spacerlink {
	width: 179px;
	height: 16px;
	border: none;
}
#content div.sidefolio p {
	margin-bottom: 0px;
}
div.sidefolio div.more {
	font-size: 10px;
}