@import url("e_styles.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #F0EAE4;
	margin: 0px;
	background-image: url(../../images/header.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #2F2933;
}
#logo {
	/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#slogan {
	font-size: 16px;
	font-style: italic;
	color: #999;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#search_wrapper {
	float: left;
	width: 300px;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 27px;
	vertical-align: middle;
	padding: 0px;
	overflow: hidden;
}
#search_wrapper #search_btn {
	background-color: #FAFAFA;
	border: 1px solid #ccc;
	margin-top: 0px;
	cursor: pointer;
	line-height: 21px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#search {
	font-size: 13px;
	color: #333;
	background-color: #fafafa;
	background-image: url(../../images/search.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCC;
	width: 200px;
	float: right;
	line-height: 21px;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	height: 21px;
}
#banners {
	height: 260px;
	position: relative;
	overflow: hidden;
}
#banners figure{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
	height: 260px;
	overflow: hidden;
	background-color: #8c6757;
}
#banners figure, #news, #contact {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../PIE/PIE.htc);
}
#banners figure img{
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	behavior: url(../PIE/PIE.htc);
}
#banners figure figcaption{
	color: #FFF;
	width: 270px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 600px;
	height: 220px;
	padding: 20px;
}
#banners figure figcaption h1{
	color: #FFF;
	font-size: 20px;
	text-shadow: #333 3px 3px 3px;
}
#banners figure figcaption p{
	font-size: 15px;
	text-shadow: #333 1px 1px 1px;
}
#banners figure figcaption   a.button{
	font-size: 14px;
	background-color: #A07A58;
	text-align: center;
	width: 100px;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -3px -39px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 15px;
	position: absolute;
	right: 5px;
	top: 200px;
	text-shadow: #333 3px 3px 3px;
}
#banners figure figcaption a.button:hover {
	background-color: #960;
}

#products {
	background-image: url(../../images/products.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
}
#products figure{
	float: right;
	width: 260px;
	padding: 20px;
	color: #FFF;
}
#products h2 {
	color: #FFF;
}
#products a {
	color: #FFC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
}

#products a:hover {
	border-bottom-style: solid;
}

#links  .link{
	overflow: auto;
	padding-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
#links img {
	padding: 2px;
	margin-right: 8px;
	border: 1px solid #666;
	background-color: #FFF;
	float: left;
	margin-left: 2px;
}
#links .title {
	font-size: 120%;
	line-height: 120%;
}
#links p {
}
#links .url {
	font-size: 11px;
	color: #00A2A5;
}
#testimonials .testimonial {
	overflow: auto;
	background-color: #F0EAE4;
	padding: 10px;
	margin-bottom: 4px;
}
#testimonials .testimonial:first-child {
	padding-bottom: 10px;
	overflow: auto;
	padding-top: 0px;
}


#testimonials .name {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #039;
	float: left;
	letter-spacing: 1px;
	margin-right: 40px;
}


#testimonials .text {
	font-style: italic;
}
#testimonials .date {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 4px;
	float: left;
}
#faqs .faq {
	margin-bottom: 10px;
}

#faqs .question {
	font-size: 14px;
	color: #005A8C;
	cursor: pointer;
}
#faqs .answer {
	display: none;
	background-color: #FFF;
	padding: 10px;
	font-size: 13px;
	font-style: italic;
}
#sitemap .group {
	float: right;
	width: 30%;
}
#sitemap a {
	text-decoration: none;
}

#sitemap h3 {
	padding-bottom: 12px;
}


#sitemap .level1 {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
}

#sitemap .level2 {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px top;
}
#articles .article {
	overflow: auto;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
}
#articles h2 {
	color: #005A8C;
}


#articles .date {
	float: left;
	font-weight: bold;
}
#articles img {
	padding: 2px;
	border: 1px solid #666;
	text-align: center;
	margin: 10px;
}
#articles .image {
	text-align: center;
}

#articles .url {
	text-decoration: none;
}
#gallery .g1_image{
	float: right;
	margin: 4px;
	border: 1px solid #CCC;
	cursor: pointer;
	padding: 0px;
	text-decoration: none;
	background-color: #FFF;
}
#gallery .g1_image:hover {
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}


#gallery img {
	clear: both;
	margin: 2px;
	padding: 0px;
}

#gallery .title {
	color: #333;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1px;
	text-decoration: none;
	white-space: normal;
	height: 40px;
	overflow: hidden;
	margin: 0px;
}
#contact #toggle {
	background-image: url(../../images/advance.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	color: #039;
	font-weight: bold;
	cursor: pointer;
}

#contact  #details {
	padding: 10px;
	border: 1px dotted #333;
	background-color: #EBEBEB;
	display: none;
	margin-top: 15px;
}
#news {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 545px;
	background-color: #E0D3C7;
}
#news h2 , #contact h2{
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	background-color: #8c6757;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#news .summary , #contact .summary{
	padding: 10px;
}










#news .date {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: left;
	padding-left: 10px;
}

#news a.url {
	text-decoration: none;
	text-align: right;
	display: block;
	margin-bottom: 10px;
	position: absolute;
	left: 10px;
	top: 176px;
}
#contact {
	width: 345px;
	background-color: #e0d3c7;
	float: left;
	padding: 0px;
}





#sidebar-menu ul {
	list-style-type: none;
}

#sidebar-menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
}

#sidebar-menu ul li a {
	color: #2F2933;
	text-decoration: none;
	font-weight: bold;
}
#sidebar-menu ul li:hover {
	background-color: #CCC;
}


#sidebar-menu ul li .active {
	color: #00F;
}

#footer-menu ul {
	text-align: center;
	list-style-type: none;
}
#footer-menu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer-menu ul li a {
	color: #2F2933;
	text-decoration: none;
}
#footer-menu ul li:hover {
	text-decoration: underline;
	background-color: #CCC;
}

#footer-menu ul li .active {
	color: #039;
	text-decoration: underline;
}





#cr  {
	font-size: 12px;
	width: 900px;
	margin: auto;
	text-align: center;
}
#cr a {
	color: #666;
	text-decoration: none;
}

#cr a:hover {
	color: #000;
	text-decoration: underline;
}
#ewave {
	float: right;
	width: 160px;
	padding: 4px;
}
#ewave a {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}
#ewave a:hover {
	color: #666;
}

.maintenance_image {
	padding: 2px;
	margin-top: 28px;
	margin-right: 18px;
	margin-bottom: 28px;
	margin-left: 48px;
}


#paging {
	margin: 4px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
#paging li {
	line-height: 20px;
	margin: 2px;
	padding: 2px;
	height: 20px;
	width: 20px;
	border: 1px solid #00F;
	float: left;
	list-style-image: none;
	list-style-type: none;
}


#paging a {
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
}

#paging a.current {
	color: #FFF;
	background-color: #00F;
}
#share {
	text-align: left;
	overflow: hidden;
	padding: 0px;
	margin:0px;
}
#main {
	overflow: visible;
}
