@import "reset.css";
@import "content.css";
@import "menu.css";

body{
	text-align:center;
	background:#595959 url(../images/bg.png) repeat-x;
}

#wrapper{
	width:838px;
	margin:0 auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	background:#808285;
}

#header{
	height:100px;
	border-bottom:1px solid #9c9ea1;
	margin-bottom:3px;
	position:relative;
}
*html #header{height:101px;}

#logo a{
	position:absolute;
	left:0px;
	top:15px;
	display:block;
	width:260px;
	height:70px;
	z-index:1000;
	background:url(../images/logo2.png) no-repeat;
	text-indent:-2000px;
}

#top-nav{
	float:right;
	width:480px;
}

#top-nav span{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	float:left;
}

#top-nav a{
	padding-top:80px;
	color:#fff;
	width:150px;
	font-size:12px;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	background:url(../images/top-nav-bg.png) no-repeat;
	background-position:0 -95px;
}
#top-nav a:hover{
	background-position:top left;
}

#top-nav span a{
	float:none;
}

#menu-container{
	border:1px solid #9c9ea1;
	border-width:1px 0px;
	height:240px;
	margin-bottom:3px;
}

#menu{
	width:249px;
	float:left;
	background-color:#6f7073;
	border-right:1px solid #231f20;
	padding:1px 0px;
}

*html #menu{width:250px;}

#flash-container{
	float:left;
	width:588px;
	background#fff;
}

#content_container{
	border-top:1px solid #9c9ea1;
	display:block;
	background:url(../images/building-bg.png) no-repeat bottom;
	min-height:240px;
}
*html #content_container{height:240px;}

#left-col{
	float:left;
	width:250px;
	font-size:12px;
	color:#fff;
}
#module_1{
	height:180px;
	display:block;
	background:#a7a9ac url(../images/world.png) no-repeat left top;
	border:1px solid #231f20;
	border-width:0px 1px 1px 0px;
	padding-left:95px;
	padding-right:5px;
	line-height:14px;
	font-size:10px;
}
#module_1 a{
	font-weight:bold;
	color:#fff;
	line-height:18px;
}

#module_1 h1{
	background:url(../images/btn-arrow.png) no-repeat left center;
	padding-left:20px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:26px;
}

#module_2{
	display:block;
	padding:10px;
	line-height:14px;
	font-size:10px;
}

#module_2 h2{
	background:url(../images/h2-bg.png) no-repeat bottom right;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:24px;
	padding-left:15px;
	margin:5px 0px 10px 0px;
}

#module_2 a{
	color:#fff;
	font-weight:bold;
}

#content{
	float:left;
	width:568px;
}
*html #content{width:588px;}
	
#footer_container{
	color:#fff;
	text-align:center;
	font-size:12px;
}

#copyright{
	float:left;
	width:250px;
	border-right:2px solid #b1b3b5;
	line-height:80px;
	background:#808285;
}

#footer{
	float:left;
	width:586px;
	background:#939598 url(../images/leaves.png) no-repeat left center;
	line-height:80px;
	text-transform:uppercase;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-indent:30px;
}
*html #footer{width:588px;}

.clear{
	clear:both;
}

#content em{
	font-style:italic;
}

#content strong{
	font-weight:bold;
}

#content .csc-sitemap{
	margin-bottom:202px;
}

#content .csc-sitemap ul{
	list-style: none;
	background: url(../images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

#content .csc-sitemap ul ul{
	margin-left: 10px;
}

#content .csc-sitemap ul li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(../images/node.png) no-repeat;
	color: #369;
	font-weight: bold;
}

#content .csc-sitemap ul li.last {
	background:#808285 url(../images/lastnode.png) no-repeat;
}

/* Forms ****************************************/
.enquiry-form{
	display:block;
	margin:0px 20px;
}
#order-form fieldset{
	border:1px solid #fff;
	padding:10px;
}

#order-form legend{
	display:none;
}

#order-form label{
	width:180px;
	display:block;
	float:left;
}

#order-form .form-element, #order-form .form-textarea, #order-form .date-help, #order-form .form-checkbox, #order-form .form-radio, #order-form .form-file, #order-form .form-captcha{
	border-bottom:1px solid #ccc;
	padding:2px;
}

#order-form .form-element input{
	float:left;
	width:315px;
}

#order-form .form-textarea textarea{
	width:315px;
}
	
#order-form .date-help input, #order-form .date-help img, #order-form .date-help span{
	float:left;
}
#order-form .date-help label span{
	float:none;
}

#order-form .form-checkbox, #order-form .form-radio{
	padding-left:180px;
}

#order-form .form-checkbox p, #order-form .form-radio p{
	float:left;
	width:180px;
	margin-left:-180px;
}

#order-form .form-checkbox input, #order-form .form-radio input{
	float:left;
}

#order-form .form-checkbox label, #order-form .form-radio label{
	width:300px;
}

#order-form .powermail_mandatory_js{
	margin:2px 0px 0px 180px;
	color:red;
	float:left;
	background:#a6a8aa;
	width:315px;
	padding:2px;
}
*html #order-form .powermail_mandatory_js{width:311px;}

#order-form .tx-powermail-pi1_confirmation{
	width:50%;
	float:left;
}

#content .tx-powermail-pi1_confirmation_back{
	float:left;
}

#content .tx-powermail-pi1_confirmation_submit{
	float:right;
}

.req{
	color:red;
}

/* front page building ****************************************/
#building_container{
	display:block;
	text-align:center;
}

#building {
	width: 415px;
	height: 450px;
	position:relative;
	margin:0 auto;
	margin-bottom:-10px;
	background: url(../images/building3.png) top center no-repeat;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-align:center;
}

#building a{
	color:#fff;
	text-decoration:none;
	padding-top:60px;
	display:block;
	width:100px;
}

#building_1{
	position:absolute;
	top:147px;
	left:33px;
}
#building_2{
	position:absolute;
	top:0px;
	left:132px;
}
#building_3{
	position:absolute;
	top:84px;
	left:265px;
}
#building_4{
	position:absolute;
	top:246px;
	left:285px;
}
