@import url("nav.css");

html {
	overflow-x: auto;
	overflow-y: auto; 	
}
html, body {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11.5px;
	background-color:#000;
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	width:100%;
	color: #FFF;
	line-height: 18px;
}
ul, li {
	margin: 0;
	padding: 0;	
}
#content {
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
}
h1 {
	font-size: 25px;
	padding: 0 0 0px 0px;
	margin: 0;
	color: white;
	letter-spacing: 0px;
	font-weight: bolder;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 15px;
	color: #696969;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
a {
	text-decoration:none;
	outline:0;
}
p {
	margin-top: 0;	
}
img {
	display:block
}
ul, li {
	margin: 0;
	padding: 0;	
}
/*#bgimg {
	position:absolute;
	z-index: -1;
}*/
#content{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
}
h1 {
	font-size: 25px;
	padding: 0px;
	margin: 0;
	color: white;
	letter-spacing: 0px;
	font-weight: bolder;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 15px;
	color: #696969;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
a {
	text-decoration:none;
	outline:0;
}
body#index .box {
	position:absolute;
	top:150px;
	left:100px;
	width:500px;
	padding-bottom:100px;
}
body#about-us .box, body#contact-us .box {
	position:absolute;
	top: 100px;
	right: 3%;
	width: 500px; 
	padding: 40px 30px 40px 30px;
	line-height: 17px;
	background-color: transparent;
	background-color: #000000;
	background-color: rgba( 0,0,0,.9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000'); /* for ie */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000')";*/
	-moz-border-radius: 0px 40px 0 0; /* FF1+ */
  	-webkit-border-radius: 0px 40px 0 0; /* Saf3-4 */
    border-radius: 0px 40px 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
	display: block;
	zoom: 1;	 
}
body#projects .box, body#career .box {
	position:absolute;
	top: 100px;
	right: 3%;
	width: 500px; 
	padding: 40px 30px 40px 30px;
	line-height: 15px;
	background-color: transparent;
	background-color: #000000;
	background-color: rgba( 0,0,0,.9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000'); 
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000')";*/
	-moz-border-radius: 0px 40px 0 0; /* FF1+ */
  	-webkit-border-radius: 0px 40px 0 0; /* Saf3-4 */
    border-radius: 0px 40px 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
	display: block;
	overflow: hidden;
	zoom: 1;	 
}
body#about-us .box div, body#projects .box div, body#career .box div {
	padding: 0 0px;
	color: white;
	word-spacing: 1px;
	line-height: 18px;
	background: none;
}
.thumbs {
	width: 385x;
	margin: 10px 0 40px 0px;
	background: none !important;
}
.thumbs img {
	margin-bottom: 5px;
	padding: 0;
		
}
.thumbs a:link {
	color: white;
	
	display: block;	
	padding: 5px;
}
.thumbs a:visited {
	color: white;
}
.thumbs a:hover {
	color:#6c6c6c;	
}
.career-list  {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
}
.career-title {
	font-size: 13px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	width: 95%;
}
#background {
	display: hidden;	
}
.map {
	float: left;
	padding-right: 10px;
	width: 42%;
}
.address {
	float: left;
	width: 42%;
	margin-top: 0px;
	font-size:14px;
	line-height: 19px;
}

.address a:link, .address a:visited {
	color: #999 !important;
	font-size:11px;
}
.address a:hover {
	text-decoration: underline;
}
.opening {
	font-size:11px;	
}


.founders-img {
	float: left;
	clear: left;
	padding-right: 10px;
	margin-top: 10px;	
		
}
.founders {
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px;
	float: none;

}
.foundersCont {
	margin-top: 10px;
	display: block;	
}
.appt {
	color: #696969;
}
.box a:link {
	color: white;
	text-decoration:none;	
}
.box a:visited {
	color: white;
	text-decoration:none;	
}
.box a:hover {
	color: white;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;		
}

.galleryName {
	font-size: 12px;
	color: #fff;	
}
.tabsPic {
	margin-bottom:30px;	
}
.tabsPic img {
	margin-bottom: 3px;
	border: 1px solid #FFF;	
	width: 90%;
}
#sel {
	float: left;
	padding-right: 10px;	
}
#scl {
	float: left;	
}
.mediaCover {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	border:none; 	
}
.enquiry-txt {
	font-size: 12px !important;	
}

img#chm a:link {
	border: none !important;
	color: none !important;	
}
img#chm a:visited {
	border: none !important;
	color: none !important;	
}
.subscribe {
	position: absolute;
	bottom: 0%;
	right: 1%;
	padding: 30px 20px;
	height: 130px;
	background-color: transparent;
	background-color: #000000;
	background-color: rgba( 0,0,0,.9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000'); /* for ie */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6000000',EndColorStr='#E6000000')";*/
	-moz-border-radius: 0px 40px 0 0; /* FF1+ */
  	-webkit-border-radius: 0px 40px 0 0; /* Saf3-4 */
    border-radius: 0px 40px 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
	display: block;
	zoom: 1;
	
}
#subscribe-email {
	font-size: 12px;
	outline:none;
	width: 170px;
	border: none;
	height: 20px;
	padding: 3px;
}
#subscribe-btn {
	background: #000 url(../images/index/submit.jpg);
	color: #fff;
	outline:none;
	height: 26px;
	width: 57px;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	margin-left: 8px;
}
.subscribe-error {
	color: #f63939;
	margin-left: 6px;
}