/*[variables]
colors
{
	@00: #E7E7E7;
}
*/
@import url(reset-min.css);
/*=CALL LIBRARY
------- Reset all CSS Styles
=GENERAL - the general styles*/
BODY
{
	font: 62.5%/2.2em Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #4B4942;
	background: #404639 url(../images/bg_patterns.gif);
}
A
{
	text-decoration: none;
	color: #5599A7;
}
A:hover
{
	color: #FFF;
}
.hide, HR
{
	display: none;
}
STRONG
{
	font-weight: bold;
	color: #FFF;
}
/*=LAYOUT - the main layout styles
for the rounded top*/
#containertop
{
	position: absolute;
	width: 902px;
	margin: -10px auto 0;
	height: 10px;
	font-size: 0.1em;
	background: url(../images/container_top.png) no-repeat left bottom;
}
* HTML #containertop
{
	behavior: url(../../../test/stylesheets/stylesheets/iepngfix.htc);
}
/*to correct transparent png in IE
container*/
#container
{
	width: 902px;
	margin: 44px auto 0;
	background: #171A0F url(../images/bg_container.png);
	padding-bottom: 10px;
}
/*=HEADER
Logo and Site Title*/
H1
{
	font-size: 2.4em;
	text-transform: uppercase;
	float: left;
}
H1 A, H1 A:hover
{
	display: block;
	width: 300px;
	height: 30px;
	padding-top: 10px;
	margin-left: 18px;
	padding-left: 52px;
	color: #7B8266;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 20px;
}
/*=TOP NAVIGATION and SEARCH
top navigation*/
#navigation_wrapper
{
	background: #363B28 url(../images/nav_bg.gif) repeat-x 0 0;
	height: 37px;
	width: 860px;
	margin: 10px auto 20px;
}
#tagline
{
	background-color: #404639;
	color: #969D84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
#navigation
{
	float: left;
	padding-left: 7px;
	height: 37px;
	background: url(../images/navigation_left.gif) no-repeat left top;
}
#navigation LI
{
	float: left;
}
#navigation LI A
{
	padding: 7px 10px 0;
	height: 30px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 1.45em;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #B1B3AB;
}
#navigation LI A:hover
{
	color: #82865B;
	background: #394030 url(../images/nav_hover_bg.gif) repeat-x 0 0;
}
/*=MAIN IMAGE*/
#main_image
{
	width: 800px;
	position: relative;
	margin: 0 auto;
}
/*frame: the small rounded image in the corner picture (top,right,bottom,left)*/
#frame_image_top, #frame_image_bottom
{
	position: absolute;
	width: 800px;
	height: 7px;
	font-size: 0.1em;
	top: 0;
	left: 0;
	background: url(../images/frame_image_top.png) no-repeat top;
}
#frame_image_bottom
{
	bottom: 0px;
	top: auto;
	background: url(../images/frame_image_bottom.png) no-repeat bottom;
	width: 800px;
}
* HTML #frame_image_top, * HTML #frame_image_bottom
{
	behavior: url(../../../test/stylesheets/stylesheets/iepngfix.htc);
}
/*to correct transparent png in IE
=BANNER*/
#banner_wrapper
{
	width: 874px;
	overflow: hidden;
	padding: 30px 0 0 28px;
}
.banner
{
	float: left;
	width: 245px;
	float: left;
	background: #353C2C url(../images/banner_bg.gif) repeat-y left;
	margin-right: 54px;
	padding-bottom: 6px;
	position: relative;
}
.image_wrapper
{
	text-align: center;
}
.banner IMG
{
	border: 3px solid #181B0F;
}
.banner_last
{
	margin-right: 0;
}
.banner H2
{
	height: 38px;
	background: url(../images/banner_top.gif) no-repeat left;
	font: 1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7C7C58;
	padding: 15px 0 0 17px;
}
/*for the rounded bottom*/
.image_wrapper SPAN
{
	position: absolute;
	width: 245px;
	height: 6px;
	font-size: 0.1em;
	left: 0;
	bottom: -1px;
	background: #353C2C url(../images/banner_bottom.gif) no-repeat bottom;
}
/*=SERVICES*/
#services
{
	width: 858px;
	margin: 26px auto 0;
	position: relative;
	border: 2px solid #3B3F2D;
}
#servicescontent
{
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	background: #39442B url(../images/services_bg.jpg) repeat-x bottom;
	padding: 30px 0 20px;
}
/*sevices header*/
#services H2
{
	background: #2D3622 url(../images/services_top_bg.jpg);
	height: 39px;
	font-size: 2.5em;
	color: #7C7C58;
	padding: 12px 0 0 40px;
	border-bottom: 1px solid #2B2E1F;
}
/*top rounded image*/
#services H2 SPAN
{
	position: absolute;
	display: block;
	height: 8px;
	width: 862px;
	left: 0;
	top: 0;
	font-size: 0.1em;
	background: url(../images/services_top.jpg) no-repeat left top;
	margin: -2px;
}
/*bottom rounded image*/
.bottom_rounded
{
	position: absolute;
	display: block;
	width: 862px;
	height: 7px;
	font-size: 0.1em;
	right: 0;
	bottom: 0;
	background: url(../images/services_bottom.jpg) no-repeat;
	margin: -2px;
}
/*big image on the right bottom*/
.bottom_pic
{
	z-index: 2;
	position: absolute;
	padding-right: 28px;
	bottom: 2px;
	right: 0;
	width: 287px;
	height: 224px;
	margin-bottom: -2px;
	background: url(../images/services_bg_pic.jpg) no-repeat left top;
}
/*list of services*/
.serviceslist
{
	padding-left: 30px;
	float: left;
	font-size: 1.3em;
	line-height: 1em;
}
.serviceslist LI A
{
	display: block;
	padding: 10px;
	width: 197px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #7B8266;
	background: #323C26 url(../images/list_dotted_border.gif) repeat-x bottom;
}
.serviceslist LI A:hover
{
	color: #7B8266;
	background: #2C3421 url(../images/list_dotted_border.gif) repeat-x bottom;
}
/*=FOOTER*/
#footer_wrapper
{
	width: 880px;
	padding-left: 31px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1em;
	background: url(../images/footer_left.png) no-repeat 0 0;
}
#footer
{
	position: relative;
	width: 840px;
	height: 67px;
	background: #313B24 url(../images/footer_bg.png) repeat-x 0 bottom;
}
#footer .logo
{
	width: auto;
	float: left;
	background: url(../images/logo_small.gif) no-repeat left bottom;
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer .logo SPAN
{
	position: absolute;
	display: block;
	right: -31px;
	top: 0;
	width: 31px;
	height: 67px;
	background: url(../images/footer_right.png) no-repeat right bottom;
}
* HTML #footer .logo SPAN, * HTML #footer_wrapper
{
	behavior: url(../../../test/stylesheets/stylesheets/iepngfix.htc);
}
#footer UL
{
	padding-top: 34px;
	padding-right: 5px;
	float: right;
}
#footer UL LI
{
	float: left;
	padding-left: 10px;
}
#footer A
{
	color: #7B8266;
}
#footer LI A:hover
{
	color: #AFBB4F;
}
.text_wrapper
{
	text-align: right;
	font-family: Verdana;
	color: #E7E7E7;/*[e]@00*/
	padding: 10px;
}
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #7C7C58;
	border-bottom: medium ridge;
	padding-left: 5px;
}
ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	list-style-type: none;
}
.slide_wrapper {
}
.bannerSlide {
	float: left;
	width: 500px;
	float: left;
	padding-bottom: 5px;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #353C2C;
	background-repeat: repeat-x;
	background-position: center;
}
