* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
 
html {
	background-color: #fff;
}

body {
	text-align: center;
}

h1 {
	font-size: 30px;
	position: absolute;
	top: 45px;
	left: 15px;
	color: #000000;
}

h2 {
	font-size: 38px;
	line-height:  100%;
	font-weight: normal;
	margin-bottom: 25px; 
	color: #344349;
}

h3 {
	font-size: 14px;
	line-height:  100%;
	font-weight: normal;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #1885AD;
}

p, li, a, td, th, dd, address, label {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	color: #344349;
}

p, ul, dl, ol, address {
	margin-bottom: 20px;
}

img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	color: #344349;
}

input, textarea, option, select {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #344349;
}

a:hover {
	text-decoration: none;
	color: #344349;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}

blockquote {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

blockquote p {
	font-style: italic;
	background-image: url(images/blockquote_start.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 0px;
	text-indent: 19px;
}


/* custom styles ================== */



.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 740px;
}



.header {
	width: 740px;
	height: 150px;
	position: relative;
}

.telephone {
	background-image: url(images/icon_phone.png);
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	height: 40px;
	position: absolute;
	top: 45px;
	left: 580px;
	font-size: 11px;
	line-height: 16px;
}

.menu {
	position: absolute;
	height: 45px;
	width: 740px;
	background-image:url(images/menu_bg.png);
	background-color: #344349;
	top: 85px;
	left: 0px;
}

.menu ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	position: absolute;
	top: 11px;
	left: 356px;
}


.menu ul li {
	margin: 0 0 0 18px;
	padding: 0;
	display: block;
	float: left;
	height: 23px;
	text-align: center;
	/* IE 6 */display: inline;
}

.menu ul li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	display: block;
	line-height: 23px;
	height: 23px;
}

.menu_item_home a {
	width: 49px;
	background-image: url(images/menu_item_home_bg.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}

.menu_item_network a {
	width: 95px;
	background-image: url(images/menu_item_network_bg.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}

.menu_item_about a {
	width: 72px;
	background-image: url(images/menu_item_about_bg.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}

.menu_item_contact a {
	width: 85px;
	background-image: url(images/menu_item_contact_bg.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}

.menu ul li a:hover, .menu_active a {
	background-position: bottom left;
	background-color: #EAECEC;
	color: #344349;
}

.menu ul li.menu_active a {
	color: #344349;
}

.torso {
	width: 740px;
	padding-bottom: 30px;
}

#looped_slider {
	width: 740px;
	height: 254px;
	background-color: #EAECEC;
	margin-bottom: 30px;
}

.slider_face {
	width: 740px;
	height: 230px;
}

.slider_foot {
	width: 740px;
	height: 24px;
	background-image: url(images/slider_foot.png);
	background-color: #344349;
}

.slider_container {
	width: 740px;
	height: 230px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
}

.slides div {
	position: absolute;
	top: 0;
	width: 740px;
	display: none;
}

ul.pagination {
	list-style-type:none;
	margin: 0;
	padding: 6px 0 0 0;
	margin: 0 auto;
	width: 84px;
	height: 12px;
}

ul.pagination li {
	float: left;
	margin: 0 4px;
}	

ul.pagination a {
	line-height: 24px;
	display:block;
	width: 12px;
	padding-top:12px;
	height:0;
	overflow:hidden;
	background-image:url(images/pagination.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

ul.pagination li.active a {
	background-position:0 -12px
}

.col_left {
	width: 480px;
	float: left;
	margin-right: 50px;
}

.col_right {
	width: 210px;
	float: left;
}

.footer {
	width: 740px;
	background-color: #EAECEC;
	position: relative;
	background-image:url(images/box_footer_bg.png);
	background-repeat: repeat;
	margin-bottom: 20px;
}

.footer_cap {
	background-image:url(images/box_740_cap.png);
	background-repeat: no-repeat;
}

.footer_foot {
	background-image:url(images/box_740_foot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 125px;
}


.menu_footer {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 10px;
}

.menu_footer li {
	margin: 0 0 0 17px;
	padding: 0;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

.footer a {
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}

.footer a:hover {
	text-decoration: none;
}

.footer_address {
	position: absolute;
	top: 15px;
	left: 390px;
	font-size: 11px;
}

.footer_contact {
	position: absolute;
	top: 15px;
	left: 540px;
	font-size: 11px;
}


.tag_copy {
	font-size: 11px;
	display: block;
	float: left;
	margin-left: 330px;
}

.tag_associate {
	display: block;
	float: right;
}

.clearing {
	clear:both;
	height: 0;
	overflow:hidden;
}

.h3_box {
	padding: 10px 0px 2px 10px;
}

.box_210 {
	width: 210px;
	background-color: #EAECEC;
	margin-bottom: 15px;
}

.box_210 p, .box_210 a, .box_210 li {
	font-size: 11px;
}

.box_210_cap {
	background-image:url(images/box_210_cap.png);
	background-repeat: no-repeat;
}

.box_210_foot {
	background-image:url(images/box_210_foot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.box_210_bg_inner {
	background-image: url(images/box_210_inner_bg.png);
	background-repeat: repeat;
}

.box_210_cap_inner {
	background-image: url(images/box_210_inner_cap.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}

.box_210_foot_inner {
	background-image: url(images/box_210_inner_foot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 9px;
}

.box_padding {
	padding: 0 10px 10px 10px;
}


.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.breadcrumb li {
	display: inline;
	color: #999;
	margin-right: 3px;
	font-size: 10px;
}

.breadcrumb li a, .breadcrumb li a:visited {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumb li a:hover {
	color: #999;
	text-decoration: underline;
}

.no_margin {
	margin-bottom: 0;
}



.sub_menu {
	margin-bottom: 0;
}

.sub_menu li {
	margin-bottom: 5px;
}

.sub_menu_active {
	font-weight: bold;
}

.network_list {
	width: 480px;
	height: 200px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.network_list li {
	margin: 0;
	padding: 0;
}

.network_logo_latedeals {
	position: absolute;
	top: 0;
	left: 20px;
}

.network_logo_lch {
	position: absolute;
	top: 10px;
	left: 270px;
}

.network_logo_pets {
	position: absolute;
	top: 60px;
	left: 10px;
}

.network_logo_lilo {
	position: absolute;
	top: 70px;
	left: 180px;
}

.network_logo_spas {
	position: absolute;
	top: 60px;
	left: 370px;
}

.network_logo {
	float: right;
	margin: 0 0 10px 10px;
}

.ss_box {
	width: 200px;
	height: 160px;
	float: right;
}

.home_title {
	font-size: 30px;
	margin-bottom: 25px;
}
