/*----------------------------------------
Name: 
Developed by: Adam Kerr
Date Created:
Last Updated:
Copyright: Adam Kerr Web Design
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("style.css");




/* Widget
----------------------------------------*/
#widget{width:944px; height:299px; overflow:hidden;}
#widget_btns ul{list-style:none;}
#widget_btns ul li{display:inline;}
#widget_btns {width:100%; text-align:center; height:60px;margin-bottom:20px;}
#widget_btns ul li {float: left;}
#widget_btns ul {
	float: left;
	font-size: small;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#widget_btns ul li a {
	display: block;
	height: 60px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#widget_btns ul li a span {
	cursor: pointer;
	display: block;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
}
#widget_btns ul li.our_staff a{width:177px;}
#widget_btns ul li.our_staff a span {background:url(../images/widget_our_staff.gif) no-repeat 0 0;  width:185px;}
#widget_btns ul li.our_staff a:hover span {background:url(../images/widget_our_staff.gif) no-repeat 0 -60px; width:185px;}

#widget_btns ul li.our_advantages a{width:256px;}
#widget_btns ul li.our_advantages a span {background:url(../images/widget_our_advantages.gif) no-repeat 0 0;  width:256px;}
#widget_btns ul li.our_advantages a:hover span {background:url(../images/widget_our_advantages.gif) no-repeat 0 -60px; width:256px;}

#widget_btns ul li.our_services a{width:256px;}
#widget_btns ul li.our_services a span {background:url(../images/widget_our_services.gif) no-repeat 0 0;  width:256px;}
#widget_btns ul li.our_services a:hover span {background:url(../images/widget_our_services.gif) no-repeat 0 -60px; width:256px;}

#widget_btns ul li.our_products a{width:230px;}
#widget_btns ul li.our_products a span {background:url(../images/widget_our_products.gif) no-repeat 0 0;  width:230px;}
#widget_btns ul li.our_products a:hover span {background:url(../images/widget_our_products.gif) no-repeat 0 -60px; width:230px;}

#widget_btns ul li.helpful_links a{width:280px;}
#widget_btns ul li.helpful_links a span {background:url(../images/widget_helpful_links.gif) no-repeat 0 0;  width:280px;}
#widget_btns ul li.helpful_links a:hover span {background:url(../images/widget_helpful_links.gif) no-repeat 0 -60px; width:280px;}
/*This is only necessary for IE 6*/
#widget_btns ul li a:hover { background: 0 0; }
.widget_photo{float:left; width: 432px; overflow:hidden;}
.widget_content{width:450px; float:left; margin: 60px 0 0 20px;}
.widget_content p{font-size:16px; line-height:1.5em; letter-spacing:.1em; margin-bottom:30px;}
.cta{clear:left;}
.cta ul li{display:inline;}
.phone{font-size:22px; font-weight:bold;}
									
