@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */






/* =GENERAL - the general styles */
	body{
		font: 75%/2em Verdana, Tahoma, Arial, Helvetica, sans-serif;
		color: #333333;
		background-image:url(../images/logoXXL.png);
		background-repeat:no-repeat;
		background-position:top left;
	}
	a{
	text-decoration: none;
	color: #900;
}
	a:hover{
	color: #F00;
}
	strong{font-weight: bold;}
	ul.borderedlist li{
		padding-left:50px;
	}
	ul.borderedlist li a{
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

* html 	{
		margin:0;padding:0;
	   	}
		
.alignleft	{ 	float:left; margin:0 15px 15px 0;}
.alignright	{	float:right; margin:0 0 15px 15px;}
.aligncenter{	text-align:center; }

.textleft 	{ text-align:left;}
.textright  { text-align:right;}

.floatright { float:right;}
.floatleft  { float:left;}
.clear		{ clear:both;}





/* ################################################
	LAYOUT	
################################################### */

#wrapper {
	width:100%;
	margin:0 auto;
	}




	

/* =LAYOUT - the main layout styles */
	.container{
		width:900px;
		margin: 0 auto;
		position: relative;
		overflow:hidden; 
		z-index:3;		
	}
	/* header layout */
	#header{
		height: 120px;
		background-position:center;
		background-repeat:no-repeat;
		position: relative;
		display:block;
		width:960px;
		margin:0px auto;
		z-index:2;		
	}
	#navigation{
	position: absolute;
	right: -88px;
	top:20px;
	width: 373px;
	}
	/* main area layout */
	#main{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	z-index:3;
	}
	
	/* main area layout */
	#main_content{
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	z-index:4;
	}
	#main_content_left{
	padding-top: 0px;
	padding-right: 38px;
	padding-bottom: 0px;
	padding-left: 40px;
	z-index:4;	
	float: left;
	width: 560px;
	border-right-color: #999;
	border-right-style: dotted;
	border-right-width: 1px;
	}	
	#main_content_right{
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	z-index:4;	
	float: right;
	width: 180px;
	}	
	#main_content_block{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 232px;
	border-right: #999;
	border-right-style: dotted;
	border-right-width: 1px;
	}		
	
	#main_content_block_left{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 232px;
	border-right: #999;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left: #999;
	border-left-style: dotted;
	border-left-width: 1px;
	}	
	#leftcolumn{float: left;width:193px;}

	#center{float: left;width:378px;padding: 0 20px;border-left-color:#CCCCCC; border-left-style:dotted; border-left-width:1px; border-right-color:#CCCCCC; border-right-style:dotted; border-right-width:1px;}
	#centerwide{float: left;width:666px;padding: 0 20px;border-left-color:#CCCCCC; border-left-style:dotted; border-left-width:1px; }
	#rightcolumn{float: left;width:287px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
	h1{
		font: 24px/24px Verdana, Geneva, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
	}
	h1 a{
		padding: 0;
		display: block;
		color: #fff;
		background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	
	h2{
	color: #8B0B02;
	font-size: 1.4em;
	margin-bottom: 20px;
}
	h3{
	font-size: 1.0em;
	margin-bottom: 10px;
	line-height:150%;
}
	
	p{
	padding-bottom:20px;
	font-size:1em;
	line-height:150%;
	text-align:justify;
}	
	
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	
	
	
	
	
	
	
	

#content ul, ol{
	position:relative;
	margin:10px 0px;
	}
#content ul li, ol li{
	padding:5px 0 0 5px;
	margin:0 0 0 30px;
	}
#content ul li{
	list-style-type:disc;
	}
#content ol li{
	list-style-type: decimal;
	}

#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}	
#content table tr td{
	padding:5px;
	text-align:left;
	}		

.fwhite{ color:#FFF;}
.fdark{ color:#5d2e0c;}


/********************************************************************************************** CONTENT GLOBAL */

#content_wrap{
	display:block;
	position:relative;
	width:100%;
	margin:0px auto;
	z-index:1;
	}
#content_container{
	display:block;
	position:relative;
	width:940px;
	padding:0px 10px 0px 10px;
	margin:0px auto;
	z-index:1;
	}
.clear{ display:block; width:900px; height:35px; clear:both; }
.noheight{ height:5px!important;}

/********************************************************************************************** CONTENT */
#content{
	display:block;
	float:left;
	width:600px;
	z-index:1;
	}
#full_content{
	position:relative;
	display:block;
	width:960px;
	clear:both;	
	z-index:1;
	}
.readmore{
	font-size:10px;}

/********************************************************************************************** CONTACT FORM */
span.red{
	color:#F00;}
.message{
	display:block;
	width:90%;
	padding:10px;
	margin:0px auto;
	color:#FFF;
	background-color:#2E3138;
	border:1px #999 solid;
	text-align:center;
	font-size:16px;
	}	
#contactForm { 
	width: 563px;
	}
#contactForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:10px; padding:5px 0px 0px 0px!important;
	}
#contactForm label.error{
	display:block;
	}

#contactForm input.submit:hover { 
 	background-color:#000000;
	}	

label{ clear:both; display:block; padding:10px 0px 5px 0px;}

input, select, textarea{
	width:250px;
	background-color:#FFFFFF;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
select{
	width:250px;
	background-color:#FFFFFF;
	}
textarea{
	width:250px;
	height:150px;
	background-color:#FFFFFF;
	border:1px #C5C5C5 solid;
	padding:5px;
	}

.submit{
	width:79px;
	height:30px;
	display:block;
	border:0px;
	padding:0px;
	background-color:#2E3138;
	color:#FFF;
	cursor:pointer;
	}
.submit:hover{
	background-color:#000;	
	}		
	
	
	/* message and building pic */
	#banner{
	position: absolute;
	height: 23px;
	color: #CAC6BD;
	font-weight: normal;
	padding:0 0 0 7px;
	bottom: 9px;
	font-size: 1.3em;
	width: 403px;
	}
	#Layer1{
	position:absolute;
	width:482px;
	height:167px;
	padding: 0 0 0 7px;
	left: 412px;
	top: 86px;

	}	

	#Layer2{
	position:absolute;
	width:482px;
	height:164px;
	padding: 0 0 0 7px;
	left: 412px;
	top: 69px;

	}		
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(../images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	.article_wrapper h2{color: #036B8D; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:200px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #036B8D; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
	}
	ul.iconlist  li a:hover{color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
	height: 80px;
	font-size: 1.2em;
	background-color: #FFF;
	padding-top: 10px;
	}
	#footer a{
	color: #999;
}
	#designby{
	float: left;
	height: 23px;
	padding:0px;
	margin-top: 2px;
	font-size: 0.7em;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #FFFFFF;}
	


/* ----- FROM CLASSES ----- */

.hint {
	font-size:10px;
	font-style:oblique;
	font-weight:300;
}

.no_error {
	background-color:#b9ffce;
	border:1px solid #00ba39;
	padding:10px 10px 10px 60px;
	margin: 10px 0px 10px 0px;
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position:20px 7px;
	color:#000;
}
.error {
        background-color:#fdc3c3;
        border:1px solid #b10000;
        padding:10px 10px 10px 60px;
        margin: 10px 0px 10px 0px;
        background-image:url(../images/crossb.png);
        background-repeat:no-repeat;
        background-position:20px 7px;
	color:#000;
}

.form_normal {
	display:block;
        float:none;
        width:auto;
	background-color:#fff;
	border:1px solid #4b9cdd;
	padding:5px;
}


.form_good {
	display:block;
        float:none;
        width:auto;
        background-color:#e0fae0;
        border:1px solid #00b104;
        padding:5px;
	color:#000;
}

.form_bad {
	display:block;
        float:none;
        width:auto;
        background-color:#fcd3d3;
        border:1px solid #ff3c3c;
        padding:5px;
	color:#000;
}

.standard {
        border:1px solid #1682d6;
        background-color:#ebebfa;
        background-repeat:no-repeat;
        background-position:2px 2px;
        height:22px;
        cursor:pointer;
}

input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5em;
}


label {
	font-size:12px;
	font-weight:normal;
	display:block;
        float:none;
        width:auto;
	margin:10px 0px 0px 0px;
}


.submit {
	border:1px solid #1682d6;
	background-color:#ebebfa;
	background-image:url(../images/ticks.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	height:22px;
	padding-left:22px;
	cursor:pointer;
}



.send_email {
	border:1px solid #1682d6;
        background-color:#ebebfa;
        background-image:url(../images/email.png);
        background-repeat:no-repeat;
        background-position:2px 2px;
        height:22px;
        padding: 0px 5px 0px 22px;
        cursor:pointer;
}

.upload_file {
	border:1px solid #1682d6;
        background-color:#ebebfa;
        background-image:url(../images/file.png);
        background-repeat:no-repeat;
        background-position:2px 2px;
        height:22px;
        padding: 0px 5px 0px 22px;
        cursor:pointer;
}



/* ----------------------------------------------
-- GLOBAL STYLES FOR ALL BORDERS
---------------------------------------------- */

.border {
	/* general */
	border: 1px solid;
	padding: 5px;
	
	/* curved corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* standard version at last */
	
	/* drop shadows. */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2); /* standard version at last */
}

/* ----------------------------------------------
-- SILVER BORDER
---------------------------------------------- */

.border.silver {
	/* general */
	border-color: #fff;
	
	/* background color (for non css3 browsers) and gradient */
	background-color: #dfdfdf;
	background: -moz-linear-gradient(top,
		#fff,
		#dfdfdf 50%,
		#cecece
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.5, #dfdfdf),
		to(#cecece)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFF', EndColorStr='#CECECE');

}

/* ----------------------------------------------
-- CARBON BORDER
---------------------------------------------- */

.border.carbon {
	/* general */
	border-color: #000;

	/* background color (for non css3 browsers) and gradient */
	background-color: #2d2d2d;
	background: -moz-linear-gradient(top,
		#404040,
		#2d2d2d 50%,
		#000
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#404040),
		color-stop(0.5, #2d2d2d),
		to(#000)
	);

	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#404040', EndColorStr='#000000');
}

/* ----------------------------------------------
-- CHROME BORDER
---------------------------------------------- */

.border.chrome {
	/* general */
	border-color: #f6f9fa;
	
	/* background color (for non css3 browsers) and gradient */
	background-color: #d9e9ed;
	background: -moz-linear-gradient(top,
		#e6f0f3,
		#d9e9ed 50%,
		#b9d3db
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#e6f0f3),
		color-stop(0.5, #d9e9ed),
		to(#b9d3db)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#E6F0F3', EndColorStr='#B9D3DB');
}

/* ----------------------------------------------
-- GOLD BORDER
---------------------------------------------- */

.border.gold {
	/* general */
	border-color: #fcf9f5;

	background-color: #f1e7c6;
	background: -moz-linear-gradient(top,
		#f3eed9,
		#f1e7c6 50%,
		#dbc7a7
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#f3eed9),
		color-stop(0.5, #f1e7c6),
		to(#dbc7a7)
	);

	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#F3EED9', EndColorStr='#DBC7A7');
}

/* ----------------------------------------------
-- TRANSPARENT WHITE BORDER
---------------------------------------------- */

.border.trans_white {
	/* general */
	border-color: #fff;
	
	/* BACKGROUND COLOR */
	background-color: rgba(255,255,255,0.4);
	/background-color: #fff; /* FOR IE */
}

/* ----------------------------------------------
-- TRANSPARENT BLACK BORDER
---------------------------------------------- */

.border.trans_black {
	/* general */
	border-color: #000;
	
	/* BACKGROUND COLOR */
	background-color: rgba(0,0,0,0.45);
	/background-color: #000; /* FOR IE */
}


/* ----------------------------------------------
-- SILVER GLOSS BORDER
---------------------------------------------- */

.border.silver_gloss {
	/* general */
	border-color: #fff;

	/* background color (for non css3 browsers) and gradient */
	background-color: #dfdfdf;
	background: -moz-linear-gradient(top,
		#fff,
		#e4e4e4 49.9%,
		#cdcdcd 50%,
		#c4c4c4
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff),
		color-stop(0.49, #e4e4e4),
		color-stop(0.5, #cdcdcd),
		to(#c4c4c4)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFF', EndColorStr='#CECECE');
}

/* ----------------------------------------------
-- CARBON GLOSS BORDER
---------------------------------------------- */

.border.carbon_gloss {
	/* general */
	border-color: #000;

	/* background color (for non css3 browsers) and gradient */
	background-color: #2d2d2d;
	background: -moz-linear-gradient(top,
		#585858,
		#4d4d4d 49.9%,
		#2c2c2c 50%,
		#000
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#585858),
		color-stop(0.49, #4d4d4d),
		color-stop(0.5, #2c2c2c),
		to(#000)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#404040', EndColorStr='#000000');
}

/* ----------------------------------------------
-- CHROME GLOSS BORDER
---------------------------------------------- */

.border.chrome_gloss {
	/* general */
	border-color: #f6f9fa;

	/* background color (for non css3 browsers) and gradient */
	background-color: #d9e9ed;
	background: -moz-linear-gradient(top,
		#e6f0f3,
		#d9e9ed 49.9%,
		#b9d3db 50%,
		#ccdce1
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#e6f0f3),
		color-stop(0.49, #d9e9ed),
		color-stop(0.5, #b9d3db),
		to(#ccdce1)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#E6F0F3', EndColorStr='#B9D3DB');
}

/* ----------------------------------------------
-- GOLD GLOSS BORDER
---------------------------------------------- */

.border.gold_gloss {
	/* general */
	border-color: #fcf9f5;

	/* background color (for non css3 browsers) and gradient */
	background-color: #f1e7c6;
	background: -moz-linear-gradient(top,
		#f3eed9,
		#f1e7c6 49.9%,
		#dbc7a7 50%,
		#e8d5b8
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#f3eed9),
		color-stop(0.49, #f1e7c6),
		color-stop(0.5, #dbc7a7),
		to(#e8d5b8)
	);	
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#F3EED9', EndColorStr='#DBC7A7');
}

/* ----------------------------------------------
-- TRANSPARENT WHITE GLOSS BORDER
---------------------------------------------- */

.border.trans_white_gloss {
	/* general */
	border-color: #fff;
	
	/* background color (for non css3 browsers) and gradient */
	background-color: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top,
		rgba(255,255,255,0.65),
		rgba(255,255,255,0.55) 49.9%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.45)
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(rgba(255,255,255,0.65)),
		color-stop(0.49, rgba(255,255,255,0.5)),
		color-stop(0.5, rgba(255,255,255,0.3)),
		to(rgba(255,255,255,0.45))
	);
	/background-color: #fff; /* FOE IE */
}

/* ----------------------------------------------
-- TRANSPARENT BLACK GLOSS BORDER
---------------------------------------------- */

.border.trans_black_gloss {
	/* general */
	border-color: #000;
	
	/* background color (for non css3 browsers) and gradient */
	background-color: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top,
		rgba(0,0,0,0.75),
		rgba(0,0,0,0.6) 49.9%,
		rgba(0,0,0,0.35) 50%,
		rgba(0,0,0,0.45)
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(rgba(0,0,0,0.75)),
		color-stop(0.49, rgba(0,0,0,0.6)),
		color-stop(0.5, rgba(0,0,0,0.35)),
		to(rgba(0,0,0,0.45))
	);
	/background-color: #000; /* FOE IE */
}

		

