@charset "utf-8";
/* CSS Document */

* html .pngfix {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

* html .pngfix2 {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {	
	background-image: url(template/background_tiled3.png);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: none; 
    float: none;
	background-color: #ffffff;
}

div.expand_area {
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
	position: relative;
	border: none; 
    float: none;
	width: 1066px;
	height: auto;
	display: block;
	z-index: 5;
}

div.grad {
	background-image: url(template/background_grad1.png);
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position: absolute;
	width: 1066px;
	height: auto;
	z-index: 1;
}


div.page {
	margin: 0px 33px 0px 33px;
    padding: 0px 0px 0px 0px;
	position: relative;
	border: none; 
    float: none;
	width: 1000px;
	height: auto;	
	z-index: 5;
}

div.header { 
	position: relative;
	width: 1000px;
	height: 224px;	
	float: left;
	display: block;
	z-index: 10;
}

div.header_background {
	background-image: url(template/header_grad.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 191px;
}

div.header div.logo {
	background-image: url(template/logo.jpg);
	position: absolute;
	width: 342px;
	height: 186px;
	top: 0px;
	left: 30px;
}

div.header div.banner {
	background-image: url(template/banner_border.png);
	position: absolute;
	width: 619px;
	height: 188px;
	top: 0px;
	left: 381px;
	z-index: 6;
}

div.header div.image {
	position: absolute;
	width: 619px;
	height: 188px;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.menu { 
	position: absolute; 
	width: 1000px;
	height: auto;
	top: 191px;
	left: 0px;
	z-index: 20;
}

div.body {
	background-image: url(template/body_background.png);
	background-color: #263239;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 1000px;
	min-height: 650px;
    height:auto !important;
    height:650px;
	float: left;	
	display: block;
}

div.left_column {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 240px;
	height: auto;
	float: left;
	clear: right;
	display: block;
}

div.wide_column {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 760px;
	height: auto;
	float: left;
	clear: right;
	display: block;
}

div.middle_column {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 520px;
	height: auto;
	float: left;
	display: block;
}

div.right_column {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 240px;
	height: auto;
	float: right;
	clear: right;
	display: block;
}

div.content_box {
	margin: 14px 1px 0px 1px;
	width: 518px;
	height: auto;
	display: block;
}

div.content_box div.middle div.content {
	padding: 0px 0px 0px 0px;
	margin: 0px 29px 9px 29px;
	display: block;
	font-family: arial ; 
	font-size: 14px;
	color: #222222;
	width: 460px;
}

div.content_box div.top {
	background-image: url(template/content_top_small.png);
	width: 518px;
	height: 19px;
	float: left;
}

div.content_box div.middle {
	background-image: url(template/content_middle_small.png);
	background-repeat: repeat-y;
	width: 518px;
	height: auto;
	float: left;
}

div.content_box div.bottom {
	background-image: url(template/content_bottom_small.png);
	width: 518px;
	height: 19px;
	float: left;
}

div.content_box_large {
	margin: 14px 0px 0px 13px;
	width: 745px;
	height: auto;
}

div.google_frame {
	position: relative;
	width: 685px;
	height: 382px;
}

div.google_frame div.top-left {
	background-image: url(template/goggle_topleft.png);
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0px;
	left: 0px;
	z-index: 11;
}

div.google_frame div.above {	
	background-image: url(template/goggle_top.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 651px;
	height: 17px;
	top: 0px;
	left: 17px;
	z-index: 11;
}

div.google_frame div.top-right {	
	background-image: url(template/goggle_topright.png);
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0px;
	right: 0px;
	z-index: 11;

}

div.google_frame div.left-side {
	background-image: url(template/goggle_left.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 11px;
	height: 346px;
	top: 17px;
	left: 0px;
	z-index: 11;

}

div.google_frame div.right-side {
	background-image: url(template/goggle_right.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 11px;
	height: 346px;
	top: 17px;
	right: 0px;
	z-index: 11;
}

div.google_frame div.bottom-left {
	background-image: url(template/goggle_bottomleft.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 17px;
	height: 13px;
	bottom: 6px;
	left: 0px;
	z-index: 11;

}

div.google_frame div.below {
	background-image: url(template/goggle_bottom.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 651px;
	height: 13px;
	bottom: 0px;
	left: 17px;
	z-index: 11;

}

div.google_frame div.bottom-right {
	background-image: url(template/goggle_bottomright.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 17px;
	height: 13px;
	bottom: 6px;
	right: 0px;
	z-index: 11;

}

div.google_map {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 10;

}

small.enlarge {
	position: absolute;
	left: 295px;
	top: -25px;
}

div.content_box_large div.middle div.content {
	margin: 6px 29px 12px 29px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	position: relative; 
	float: none;
	font-size: 14px;
	color: #222222;
	width: 687px;
	height: auto;
}

div.content_box_large div.top {
	background-image: url(template/content_top_large.png);
	margin: 0px 0px 0px 0px;
	width: 745px;
	height: 19px;
	float: left;
}

div.content_box_large div.middle {
	background-image: url(template/content_middle_large.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	width: 745px;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}

div.content_box_large div.bottom {
	background-image: url(template/content_bottom_large.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	width: 745px;
	height: 19px;
	float: left;
	display: block;
}

div.middle div.content div.content_image {
	position: relative;
	top: -8px;
	left: -15px;
	width: 212px;
	height: 170px;
	float: right;
}

div.middle div.content h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 27px;
	font-family: "Tekton Pro";
}

div.middle div.content h3 {
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

div.middle div.content h4 {
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 27px;
	font-family: "Tekton Pro";
}

div.middle div.content h5 {
	padding: 8px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}

div.middle div.content h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

div.middle div.content div.articles a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #222222;
}

div.middle div.content div.articles a:active {
	color: #222222;
	text-decoration: none;
}

div.middle div.content div.articles a:link {
	color: #222222;
	text-decoration: none;
}

div.middle div.content div.articles a:visited {
	color: #222222;
	text-decoration: none;
}

div.middle div.content div.articles a:hover {
	color: #e1e1e1;
	text-decoration: none;
}



div.middle div.content p {


}

div.photogallery a {
	text-decoration: none;

}

div.photogallery a:active {

	text-decoration: none;
}

div.photogallery a:link {

	text-decoration: none;
}

div.photogallery a:visited {

	text-decoration: none;
}

div.photogallery a:hover {

	text-decoration: none;
}

div.middle div.content div.content_image2 {
	position: relative;
	margin: 0px 5px 0px 5px;
	top: -15px;
	left: 0px;
	width: 266px;
	height: 197px;
	float: right;
}

div.middle div.content div.content_image3 {
	position: relative;
	margin: 12px 5px 5px 5px;
	top: 0px;
	left: 0px;
	width: 212px;
	height: 170px;
	float: right;
}

div.middle div.content div.content_image4 {
	position: relative;
	margin: 5px 10px 0px 5px;
	top: -23px;
	left: 0px;
	width: 212px;
	height: 170px;
	float: left;
}

div.middle div.content div.content_image5 {
	position: relative;
	margin: 0px 10px 15px 11px;
	width: 663px;
	height: 395px;
	float: left;
}

div.middle div.content div.content_image6 {
	position: relative;
	margin: 10px 10px 10px 0px;
	width: 235px;
	height: 349px;
	float: left;
}

div.middle div.content div.content_image7 {
	position: relative;
	margin: 0px 7px 0px 0px;
	width: 193px;
	height: 219px;
	float: left;
}

div.middle div.content div.content_image8 {
	position: relative;
	margin: 5px 5px 5px 5px;
	top: 5px;
	left: 0px;
	width: 212px;
	height: 170px;
	float: right;
}

div.middle div.content div.content_image9 {
	position: relative;
	margin: 7px 0px 5px 0px;
	top: 5px;
	left: 0px;
	width: 300px;
	height: 207px;
	float: right;
}

div.middle div.content div.content_image10 {
	position: relative;
	margin: 7px 0px 5px 0px;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 349px;
	float: right;
}

div.middle div.content div.content_image_staff {
	position: relative;
	padding: 0px 13px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 236px;
	height: 248px;
	float: left;
}

div.middle div.content div.content_image_staff2 {
	position: relative;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: -10px;
	width: 236px;
	height: 248px;
	float: right;
}

div.middle div.content div.content_image_staff3 {
	position: relative;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	width: 236px;
	height: 248px;
	float: right;
}

div.middle div.content div.content_image_product1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	top: 10px;
	width: 212px;
	height: 170px;
	float: left;
}

div.middle div.content div.content_image_product2 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: -10px;
	width: 212px;
	height: 170px;
	float: right;
}

div.middle div.content div.content_image_testimonial1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 193px;
	height: 219px;
	float: left;
}

div.middle div.content div.content_image_testimonial2 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 266px;
	height: 197px;
	float: right;
}

div.middle div.content div.content_image_testimonial4 {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 193px;
	height: 219px;
	float: right;
}

div.middle div.content div.content_frame_staff {
	background-image: url(template/content_frame_staff.png);
	position: absolute;
	width: 236px;
	height: 248px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.middle div.content div.content_lines {
	background-image: url(template/content_lines.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	position: relative;
	width: 687px;
	height: 3px;
}

div.middle div.content div.content_lines_small {
	background-image: url(template/content_lines_small.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 460px;
	height: 3px;
}

div.middle div.content div.content_frame_vert {
	background-image: url(template/content_frame_vert.png);
	position: absolute;
	width: 193px;
	height: 219px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.middle div.content div.content_frame_large {
	background-image: url(template/content_frame_large.png);
	position: absolute;
	width: 266px;
	height: 197px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.middle div.content div.content_frame_xlarge {
	background-image: url(template/content_frame_xlarge.png);
	position: absolute;
	width: 235px;
	height: 349px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.middle div.content div.content_frame_xlarge-horz {
	background-image: url(template/content_frame_xlarge-horz.png);
	position: absolute;
	width: 300px;
	height: 207px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.middle div.content div.content_frame_small_r {
	background-image: url(template/content_frame.png);
	position: absolute;
	width: 212px;
	height: 170px;
	top: 0px;
	left: 0px;
	z-index: 6;
}

div.services {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 25px;
	position: relative;
	float: left;
	width: 204px;
	height: auto;	
}

div.services div.title {
	position: absolute;
	width: 204px;
	text-align: center;
	top: 7px;
	left: 0px;
	font-family: "HelveticaNeueLT Std Lt" ; 
	font-size: 19px;
	color: #222222;
}

div.services div.top {
	background-image: url(template/content_menu_header.png);
	position: relative;
	width: 204px;
	height: 36px;
	float: left;
}

div.services div.middle {
	background-image: url(template/content_menu_body.png);
	background-repeat: repeat-y;
	position: relative;
	width: 204px;
	height: auto;
	float: left;
}

div.services div.bottom {
	background-image: url(template/content_menu_footer.png);
	width: 204px;
	height: 12px;
	float: left;
}

div.services div.middle div.link_area {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 8px;
	position: relative;
	width: 190px;
	height: auto;
	float: none;		
}

div.services div.middle div.link_area ul {
	list-style-image: url('template/bullet.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "HelveticaNeueLT Std Lt" ; 
	font-size: 13px;
	height: auto;
	list-style-position: inside;
	letter-spacing: 1px;
}

div.services div.middle div.link_area ul li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	line-height: 25px;
	height: 20px;
}

div.link_area ul li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #222222;
}

div.link_area ul li a:active {
	color: #222222;
	text-decoration: none;
}

div.link_area ul li a:link {
	color: #222222;
	text-decoration: none;
}

div.link_area ul li a:visited {
	color: #222222;
	text-decoration: none;
}

div.link_area ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
}

div.whats_new {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 25px;
	position: relative;
	float: left;
	width: 154px;
	height: auto;
	display: block;	
}

div.whats_new div.top {
	background-image: url(template/content_menu_header.png);
	width: 204px;
	height: 36px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.whats_new div.top div.title {
	position: relative;
	width: 204px;
	text-align: center;
	top: 7px;
	left: 0px;
	font-family: "HelveticaNeueLT Std Lt" ; 
	font-size: 19px;
	color: #222222;
	float: left;
}

div.whats_new div.middle {
	background-image: url(template/content_menu_body.png);
	background-repeat: repeat-y;
	position: relative;
	width: 204px;
	height: auto;
	float: left;
}

div.whats_new div.content {
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
	font-family: "Arial" ; 
	font-size: 15px;
	width: 174px;
	height: auto;
}

div.whats_new div.top2 div.title2 {
	position: relative;
	width: 204px;
	text-align: center;
	top: 7px;
	left: 0px;
	font-family: "HelveticaNeueLT Std Lt" ; 
	font-size: 19px;
	color: #222222;
}

div.whats_new div.top2 {
	background-image: url(template/content_menu_header2.png);
	position: relative;
	width: 204px;
	height: 36px;
	float: left;
}

div.whats_new div.middle2 {
	background-image: url(template/content_menu_body.png);
	background-repeat: repeat-y;
	position: relative;
	width: 204px;
	height: auto;
	float: left;
}

div.whats_new div.middle2 div.link_area {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 8px;
	position: relative;
	width: 190px;
	height: auto;
	float: none;		
}

div.whats_new div.middle2 div.link_area ul {
	list-style-image: url('template/bullet.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "HelveticaNeueLT Std Lt" ; 
	font-size: 12px;
	height: auto;
	list-style-position: inside;
	letter-spacing: 1px;
}

div.whats_new div.middle2 div.link_area ul li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	line-height: 25px;
	height: 20px;
}

div.whats_new div.bottom {
	background-image: url(template/content_menu_footer.png);
	position: relative;
	width: 204px;
	height: 12px;
	float: left;
}

div.testimonials {
	position: relative;
	float: none;
	margin: 25px 0px 0px 11px;
	width: 204px;
	height: 388px;
}

div.flash_video {
	position: absolute;
	width: 198px;
	height: 380px;
	top: 2px;
	left: 3px;
	z-index: 5;
}

div.testimonials div.top {
	background-image: url(template/testimonial_header.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 204px;
	height: 6px;
	top: 0px;
	left: 0px;
}

div.testimonials div.middle {
	background-image: url(template/testimonial_body.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 204px;
	height: 376px;
	top: 6px;
	left: 0px;
}

div.testimonials div.bottom {
	background-image: url(template/testimonial_footer.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 204px;
	height: 3px;
	top: 383px;
	left: 0px;
}

div.testimonials div.grad {
	background-image: url(template/testimonial_grad.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 198px;
	height: 380px;
	top: 3px;
	left: 3px;
}

div.testimonials div.divider {
	background-image: url(template/testimonial_divider.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 198px;
	height: 2px;
	top: 335px;
	left: 3px;
	z-index: 4;
}

div.footer {
	background-image: url(template/footer.png);
	position: relative;
	width: 1000px;
	height: 37px;
	display: block;
	float: left;
}

div.footer div.back_to_top {
	position: relative;
	top: 13px;
	left: 23px;
	font-family: arial; 
	font-size: 14px;
	color: #222222;
}

div.footer div.back_to_top div.arrow_up {
	background-image: url(template/arrow_up.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 5px;
	height: 7px;
	top: 5px;
	left: -12px;
}

div.footer div.back_to_top a {
	text-decoration: none;
	font-family: arial; 
	font-size: 14px;
	color: #222222;
}

div.footer div.back_to_top a:hover {
	text-decoration: underline;
	font-family: arial; 
	font-size: 14px;
	color: #222222;
}

div.footer div.designed {
	position: absolute;
	top: 13px;
	right: 15px;
	font-family: arial; 
	font-size: 14px;
	color: #222222;
}

div.footer div.designed a:active {
	color: #e1e1e1;
	text-decoration: none;
}

div.footer div.designed a:link {
	color: #222222;
	text-decoration: none;
}

div.footer div.designed a:visited {
	color: #222222;
	text-decoration: none;
}

div.footer div.designed a:hover {
	color: #e1e1e1;
	text-decoration: none;
}