/* 
	Copyright © 2006 Greystone Interiors.
	All rights reserved.
	Website design by Neuro-Designs - www.neuro-designs.com

*/

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

body.frontpage {
	background: #fff;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
body {
	background: #aaa;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	}
		
body.iframe {
	background: #f4f4f4;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 10px;
	text-align: left;
	margin: 0px;
	min-height: 100%;
	}

table.full-height {
	height: 100%;
	width: 960px;
	margin: 0px auto;
	}
	
/* Splash settings */

#splash {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	.splash_button {
		width: 102px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
		
	.splash_button a { 
		display: block;
		background: url("/images/btn_enter_a.gif") 0 0 no-repeat;
		}
		
		.splash_button a:hover {
			background: url("/images/btn_enter_b.gif");
			}

/* Header settings */

#header {
	width: 900px;
	margin: 0px auto;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	}

/* Menu settings */

#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: right;
	}

.chromestyle {
	width: 100%;
	}

.chromestyle ul{
	padding: 0px;
	margin: 0;
	text-align: right;
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	}

.dropmenudiv {
	width: 300px;
	position: absolute;
	top: 0px;
	border: 1px solid #ccc;
	border-bottom-width: 0px;
	z-index: 100;
	background-color: #999;
	-moz-opacity: 0.95;
	filter: alpha("opacity=95"); /* IE only hack */
	visibility: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	}

	.dropmenudiv a{
		width: 100%;
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 6px 6px;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		}

		* html .dropmenudiv a{ /* IE only hack */
			width: 100%;
			}

		.dropmenudiv a:hover{
			background-color: #ccc;
			}

/* Content settings */

#content_projects {
	background: #fff;
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	padding: 8px;
	background-color: #eaeaea;
	}

	#content_projects img {
		border: 8px solid #fff;
		}
	
	#nav_space {
	background: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1.1em;
	text-align: center;
	color: #999;
	}
	
	.left_column {
		width: 388px;
		float: left;
		text-align: left;
		padding-top: 6px;
		}
	
	.right_column {
		width: 388px;
		float: right;
		text-align: right;
		padding-top: 6px;
		}
		
	.project_name {
		font-weight: bold;
		}

	.position {
		font-size: 0.9em;
		}

#content_contacts {
	background: #fff;
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	padding: 8px;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #333;
	}

	#content_contacts a:link, #content_contacts a:visited {
		text-decoration: none;
		color: #999;
		font-weight: bold;
		}
		
	#content_contacts a:hover {
		text-decoration: none;
		color: #333;
		font-weight: bold;
		}
		
	#content_left {
		width: 408px;
		float: left;
		}
		
	#content_right {
		width: 350px;
		float: left;
		padding-left: 28px;
		}

/* Form settings */

/* FORM SETTINGS */

.default_input, .default_textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 3px;
	padding: 5px;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	color: #333;
	}

.default_input:hover, .default_textarea:hover {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-top: 3px;
	padding: 5px;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.default_button {
	background-color: #999;
	font: bold 0.95em/1.6em Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 3px;
	color: #fff;
	}


/* Footer settings */

#footer {
	background: #fff;
	width: 900px;
	margin: 0px auto;
	padding-top: 4px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
	font: 1em Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	}
	
	#footer a:link, #footer a:visited {
		text-decoration: none;
		color: #999;
		font-weight: bold;
		}
		
	#footer a:hover {
		text-decoration: none;
		color: #333;
		font-weight: bold;
		}
		
#footer_splash {
	width: 900px;
	margin: 0px auto;
	padding-top: 4px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
	font: 1em Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	}
	
	#footer_splash a:link, #footer_splash a:visited {
		text-decoration: none;
		color: #999;
		font-weight: bold;
		}
		
	#footer_splash a:hover {
		text-decoration: none;
		color: #333;
		font-weight: bold;
		}