@charset "UTF-8";

/* =CALL LIBRARY */

@import url("reset-min.css");

/* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */

body {
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4b4942;
	background: #fff;
}
a {color:#F60; font-weight:bold;}
a:hover {color:#FC0}
.link a {
	text-decoration: none;
	color: #c96800;
	border-bottom: 1px dotted #c96800;
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(../img/bgLink-trans.png) no-repeat left top;
}

.link a:hover {
	color: #fb9a00;
	border-color:#fb9a00;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
	color: #000000;
}

ul.borderedlist li {
	padding: 5px;
	border-bottom: 1px dashed #d1cfcd;
	color: #fff;
	font-weight: bold;
	border-color: #333;
}

ul.borderedlist li a {
	display: block;
	padding: 3px 0 0 2px;
	height: 26px;
	color: #42423b;
}

ul.borderedlist li a:hover {
	background: #E5E5E4;
	color: #42423b;
}

/* =LAYOUT - the main layout styles */

.container {
	width: 900px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header layout */

#header {
	height: 253px;
	background: #4a4841 url(../img/top_bg.jpg) top repeat-x;
	position: relative;
	border-bottom: 2px solid ;
	border-color: #333;
}

#navigation {
	position: absolute;
	right: 0;
	top: 20px;
}
p {
	text-align: justify;
}
/* main area layout */

#main {
	float: none;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: auto;
}

#leftcolumn {
	float: left;
	width: 193px;
}
#full_center {
	width: auto;
	float: left;
}
#center {
	float: left;
	width: 380px;
	padding: 0 20px;
}
#center.page {
	width: 570px;
}
#rightcolumn {
	float: left;
	width: 287px;
	top: -25px;
	position: relative;
	z-index: 1;
}
#rightcolumn p {
	font-size: 12px;
}
#rightcolumn h2 {
	background: #333 url(../img/frecha1.png) no-repeat right bottom;
	padding:20px 10px 10px 10px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
/* bottom layout */

#bottominfo {
	border-top: 5px solid #42423b;
	border-bottom: 2px solid #111;
	background: #000;
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.bottomcolumn {
	float: left;
	width: 288px;
	margin-right: 18px;
}
.bottomcolumn strong {
	font-weight: bold;
	color: #fff;
}
.bottomright {
	margin-right: 0;
}
a.credits {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #1897ff;
	background: none;
	border: none;
	padding: 0;
}
a.credits:hover {
	color: #6acaff;
}
/* =HEADER - the header styles */

#header .container {
	height: 253px;
}

/* logo */

h1 {
	position: absolute;
	top:15px;
	text-indent: -9999px;
	overflow: hidden;
}

h1 a {
	width: 290px;
	height: 100px;
	padding: 0;
	display: block;
	background: url(../img/logobg-trans.png) left top no-repeat;
	border: none;
}

h1 a:hover {
	color: #fff;
}

h1 a span {
	height: 71px;
	width: 13px;
	position: absolute;
	top: 0;
	right: -13px;
	cursor: pointer;
	background: url(../img/logo_right.gif) right top no-repeat;
}

/* top navigation */

#navigation li {
	line-height: 25px;
	float: left;
	
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	
}

#navigation li a {
	color: #963500;
	display: block;
	letter-spacing: -1px;
	text-decoration: none;
	font-weight: bold;padding: 0 10px;
	border: none;background: url(../img/bgLi.png) repeat-y right top;
}

#navigation li a:hover,#navigation li.active a {
	
color: #fff;
}
#navigation li.active a {
	color: #000;

}


/* message and building pic */

#banner {
	position: absolute;
	height: 125px;
	color: #a49c8f;
	font-weight: bold;
	padding: 0 440px 0 7px;
	bottom: 0;
	background: url(../img/building.gif) right bottom no-repeat;
	font-size: 1.2em;
}
#banner span {
	padding-top: 15px;
	color: #fff;
	font-size: 21px;
	display: block;
}
#banner strong {
	color: #ccc;
}
/* =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(../img/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 {
	width:570px;
	text-align: justify;
}
.article_wrapper p {
	text-align: justify;
	clear: both;
}
.article_wrapper h2, .article_wrapper h3 {
	color: #000;
	font-size: 2.8em;
	margin: 10px 0;
}
 .article_wrapper h3 {
	font-size: 1.8em;
}
 .article_wrapper h4 {
	font-size: 1.6em;
	color: #fa6900;
	margin-bottom: 15px;
}
.article_wrapper p, .article_wrapper li  {
	padding-bottom: 20px;
	font-size: 1.3em;
	}
.article_wrapper ul {
	margin-bottom: 15px;
}
.article_wrapper li {
	padding-bottom: 10px;
	background: url(../img/icoli1-trans.png) no-repeat left top;
	padding-left: 25px;

}
/* right column */
.rightbox_wrapper_left {
	background: #eeeded;
	padding: 5px;
	width: 262px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #58584D;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}
.rightbox_wrapper {
	background: #eeeded;
	padding: 5px;
	margin-bottom: 20px;
	width: 262px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #58584D;
	float: left;
	clear:both;
}

.rightbox {
	border: 1px dashed #999;
	width: 260px;
	overflow: hidden;
	padding-bottom: 6px;
}

.product_image {
	margin: 8px 8px 0 8px;
	border: 2px solid #333;
}

.product_wrapper {
	float: left;
	padding: 10px;
}

.product_wrapper h4 {
	font-size: 12px;
	color: #483F3D;
	font-weight: bold;
	padding-top: 10px;
}

.product_wrapper p {
	font-size: 1em;
}

.lastbox {
	margin: 0;
}

/* =BOTTOM */

.bottomcolumn h3 {
	border-bottom: 1px solid #333;
	color: #fa6900;
	font-size: 18px;
	padding: 15px 0 5px 5px;
}

.bottomcolumn p {
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
}

.iconlist {
	font-size: 1.2em;
}

ul.iconlist li a {
	padding-left: 25px;
	background: url(../img/footer_list.jpg) left bottom no-repeat;
}

ul.iconlist  li a:hover {
	background: #E9E4DE url(../img/footer_list.jpg) left top no-repeat;
	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 

*/
}
/*form styles*/
label {
	display: block;
	float: left;
	width: 70px;
	font-size: 12px;
	background: #fb7925;
	padding:0 3px;
	margin-right: 5px;
	color: #fff;
	margin-bottom: 3px;
}
input, textarea {
	float: left;
	width: 180px;
	margin-right: 15px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding:4px 3px;
	margin-bottom: 3px;
}
textarea {
	width: 464px;
	height: 200px;
}
.btn-input {
	width: 80px;
	background-color: #fdd22d;
	color:  #fb7925;
	float: right;
	border: 2px solid #ccc;
	cursor: pointer;
}
.btn-input:hover {
	background-color: #000;

}
/* =FOOTER */

#footer {
	height: 37px;
	background: #4a4841 url(../img/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
}

#footer a {
	color: #A39D97;
}

#designby {
	background: url(../img/logo.gif) 0 0 no-repeat;
	float: left;
	height: 23px;
	padding: 2px 0 0 30px;
	margin-top: 5px;
}

#footer_navigation li {
	padding:5px;
	border-bottom: 1px dotted #333;
}

#footer_navigation li a {
	text-transform: uppercase;
	border: none;
	color: #666;

}

#footer_navigation li a:hover {
	color: #fb9a00;
}
#footer_navigation li.active .link a {
	background-color: #fcae5d;
	display: block;
	font-weight: bold;
	cursor: text;
	margin: 0;
	color: #fff;
}

