/*
Theme Name: AbsoluteWP
Description: Custom Wordpress theme designed and developed for APT Media, Inc.
Author: APT Media, Inc.
Author URI: http://www.absoluteplacementtoday.com/
Version: 2013
*/

* {
	outline:none;
}

body {
	margin:0;
	font-family:Tahoma;
	font-size:11pt;
}

h1 {
	font-size: 18pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

h2 {
	font-size: 17pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

h3 {
	font-size: 16pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

h4 {
	font-size: 15pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

h5 {
	font-size: 14pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

h6 {
	font-size: 13pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

p {
	padding:6px 0;
	margin:0;
}

.bold { font-weight:bold; }
.red { color:#ff0000; }
.yellow { color:#ffff00; }
.orange {
	color:#ff8c00;
}
.blue {
	color:#129cdd;
}

.txtcenter, .content .txtcenter { text-align:center; }
.txtright, .content .txtright { text-align:right; }
.txtleft, .content .txtleft { text-align:left; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.alignleft { margin:0 15px 7px 0; float:left; }
.aligncenter { margin:0 auto; display:block; }
.alignright { margin:0 0 7px 15px; float:right; }

input {
	font-family:Tahoma;
}
textarea {
	font-family:Tahoma;
	resize:none;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}

.wrap {
	width:980px;
	margin:0 auto;
	display:block;
}

.header {
	background:url(images/bg_header.png) no-repeat left top;
	padding:10px;
	height:157px;
	position:relative;
	display:block;
}

.logo {
	width:434px;
	height:103px;
	position:absolute;
	top:22px;
	left:30px;
}

.nav_head {
	position:absolute;
	right:10px;
	top:5px;
}

.nav_head a {
	text-decoration:none;
}

.nav_head a:hover {
	color:#ff8c00;
}

.chat {
	width:203px;
	height:24px;
	background:url(images/icon_chat.png) no-repeat;
	background-position:0 -24px;
	text-indent:-9999px;
	direction:ltr;
	position:absolute;
	top:85px;
	right:15px;
}

.chat:hover {
	background-position:0 0;
}

.phone {
	position:absolute;
	top:120px;
	right:15px;
	padding-left:35px;
	background:url(images/icon_phone.png) left center no-repeat;
	color:#ff8c00;
	font-family:'Asap', sans-serif;
	font-size:22pt;
	direction:ltr;
}

.nav {
	background: #e6e7e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e7e8 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7e8), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e7e8 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e7e8 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e7e8 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e7e8 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
	height:83px;
	display:block;
	-webkit-box-shadow: 0 4px 4px -2px #ccc;
	-moz-box-shadow: 0 4px 4px -2px #000000;
	box-shadow: 0 4px 4px -2px #ccc;
}

.nav > ul {
	padding:0;
	margin:0;
	list-style:none;
	height:83px;
	text-align:center;
}

.nav > ul > li {
	height:83px;
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #ccc;
}

.nav > ul > li:last-child {
	border-right:0;
}

.nav > ul > li > a {
	display:block;
	direction:ltr;
	text-indent:-9999px;
	width:155px !important;
}

.seo {
	background:url(images/nav_seo.png) no-repeat center center;
	background-position:0 0;
	width:87px;
	height:83px;
}

.seo:hover {
	background-position:0 -83px;
}

.analytics {
	background:url(images/nav_analytics.png) no-repeat center center;
	background-position:0 0;
	width:96px;
	height:83px;
}

.analytics:hover {
	background-position:0 -83px;
}

.ppc {
	background:url(images/nav_ppc.png) no-repeat center center;
	background-position:0 0;
	width:65px;
	height:83px;
}

.ppc:hover {
	background-position:0 -83px;
}

.link_building {
	background:url(images/nav_link_building.png) no-repeat center center;
	background-position:0 0;
	width:86px;
	height:83px;
}

.link_building:hover {
	background-position:0 -83px;
}

.cro {
	background:url(images/nav_cro.png) no-repeat center center;
	background-position:0 0;
	width:105px;
	height:83px;
}

.cro:hover {
	background-position:0 -83px;
}

.design_services {
	background:url(images/nav_design_services.png) no-repeat center center;
	background-position:0 0;
	width:85px;
	height:83px;
}

.design_services:hover {
	background-position:0 -83px;
}

.bridge {
	height:256px;
	position:relative;
	padding-top:10px;
}

.bridge_bg {
	position:absolute;
	top:10px;
	left:0;
	background:url(images/bg_bridge.png) no-repeat;
	z-index:3;
	width:980px;
	height:256px;
	pointer-events:none;
}

.featured_wrap {
	width:707px;
	position:absolute;
	top:10px;
	left:0;
	z-index:2;
	overflow:hidden;
}

.featured_slider {
	width:707px;
	height:211px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

.featured_slider li {
	width:707px;
	height:211px;
}

.bridge .side_free_quote {
	position:absolute;
	top:10px;
	right:0;
	z-index:4;
}

.bridge .grey_button {
	position:absolute;
	bottom:10px;
	right:28px;
}

.side_free_quote {
	width:260px;
	font-family:'Asap', sans-serif;
	text-align:center;
	font-size:16pt;
	height:211px;
}

.side_free_quote p {
	padding:2px 0;
	-webkit-font-smoothing:antialiased;
}

.side_free_quote .head {
	color:#ff8c00;
	font-size:26px;
	font-weight:bold;
}

.side_free_quote .head2 {
	color:#129cdd;
	font-size:18pt;
	font-weight:bold;
}

.side_free_quote a {
	text-decoration:none;
}

.side_free_quote .grey_button {
	margin-top:15px;
}

.grey_button {
	padding:8px 20px;
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	border-radius:10px;
	display:inline-block;
	color:#129cdd;
	border:0;
	text-decoration:none;
	font-weight:bold;
}

.grey_button:hover {
	color:#ff8c00;
}

.featured_pager_wrap {
	height: 12px;
	position: absolute;
	bottom: 15px;
	left: 30px;
	z-index: 4;
}

.featured_prev {
	width:7px;
	height:12px;
	background:url(images/icon_arrows.png) no-repeat;
	background-position:0 0;
	direction:ltr;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
}

.featured_pager {
	height:12px;
	margin:0 5px;
	float:left;
}

.featured_pager a {
	width:13px;
	height:12px;
	background:url(images/icon_pager.png) no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	margin-right:4px;
	cursor:pointer;
}

.featured_pager a:last-of-type {
	margin-right:0;
}

.featured_pager a:hover,
.featured_pager .active {
	background-position:0 -12px;
}

.featured_next {
	width:7px;
	height:12px;
	background:url(images/icon_arrows.png) no-repeat;
	background-position:0 -12px;
	float:left;
	direction:ltr;
	text-indent:-9999px;
	cursor:pointer;
}

.main {
	height:auto;
	overflow:auto;
}

.main_page {
	height:auto;
	overflow:auto;
	background: #fafafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 50%, #e6e7e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(50%,#ffffff), color-stop(100%,#e6e7e8));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 50%,#e6e7e8 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#ffffff 50%,#e6e7e8 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#ffffff 50%,#e6e7e8 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 50%,#e6e7e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e7e8',GradientType=0 );
}

.main_front {
	background: #e6e7e8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e7e8 0%, #ffffff 50%, #e6e7e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7e8), color-stop(50%,#ffffff), color-stop(100%,#e6e7e8));
	background: -webkit-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: -o-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: -ms-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: linear-gradient(to bottom,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#e6e7e8',GradientType=0 );
}

.content {
	background:#fff;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	padding:15px;
	float:left;
	width:670px;
	height:auto;
	overflow:auto;
}

.content p {
	text-align:justify;
}

.content a,
.side_testimonials_wrap a {
	color:#ff8c00;
	font-weight:bold;
	text-decoration:none;
}

.content a:hover,
.content a:active,
.side_testimonials_wrap a:hover,
.side_testimonials_wrap a:active {
	color:#129cdd;
}

.sidebar {
	width:260px;
	padding:10px;
	float:left;
}

.logo_slider_wrap {
	height:80px;
	display:block;
	clear:both;
	padding:10px 0;
	overflow:hidden;
}

.logo_slider {
	margin:0 auto;
	padding:0;
	list-style:none;
	height:80px;
	overflow:hidden;
	width:916px;
}

.logo_slider li {
	width:225px;
	height:80px;
	float:left;
	padding:0 2px;
}

.white_full {
	padding:10px;
	background:#fff;
	height:auto;
	overflow:auto;
}

.the_boss {
	float:left;
	background:url(images/tombates_small.jpg) no-repeat;
	width:68px;
	height:91px;
	display:block;
	position: relative;
	top: 10px;
	left: 10px;
}

.the_boss_quote {
	width:850px;
	float:right;
}

.footer {
	padding:10px;
	background: #e6e7e8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e7e8 0%, #ffffff 50%, #e6e7e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7e8), color-stop(50%,#ffffff), color-stop(100%,#e6e7e8));
	background: -webkit-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: -o-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: -ms-linear-gradient(top,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	background: linear-gradient(to bottom,  #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#e6e7e8',GradientType=0 );
}

.footer p {
	text-align:center;
}

.footer_bot {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #bcbec0;
}

.follow_side {
	width:244px;
	height:59px;
	background:url(images/bg_follow.png) no-repeat;
	margin:0 auto;
	display:block;
	text-align:center;
	padding-top:80px;
}

.home_side_sep {
	width:242px;
	height:1px;
	background:#bbbdc0;
}

.bridge .home_side_sep {
	position:absolute;
	right: 20px;
	bottom: 18px;
	z-index:4;
}

.sidebar .home_side_sep {
	margin:25px auto;
}

.sidebar_head {
	text-align:center;
	color:#ff8c00;
	font-size:28pt;
	padding-top:0;
}

.sidebar_head a {
	color:#ff8c00;
	text-decoration:none;
}

.sidebar_head a:hover, .sidebar_head a:active {
	color:#129cdd;
}

.side_news,
.side_testimonials {
	padding:0;
	margin:0;
	list-style:none;
}

.side_news li,
.side_testimonials {
	padding:5px 0;
}

.side_news a {
	text-decoration:none;
}

.side_news a:hover {
	color:#129cdd;
}

.home_icon_head {
	background:url(images/home_icon_strike.png) repeat-x left center;
	height:29px;
}

.home_icon {
	background:#fff;
	padding:0 10px 0 40px;
	display:inline-block;
	font-weight:bold;
	font-size:12pt;
	height:29px;
	line-height:29px;
}

.home_icon1 {
	background:url(images/icon_blip.png) left center no-repeat #fff;
}

.home_icon2 {
	background:url(images/icon_money.png) left center no-repeat #fff;
}

.home_icon3 {
	background:url(images/icon_search.png) left center no-repeat #fff;
}

.home_icon4 {
	background:url(images/icon_links.png) left center no-repeat #fff;
}

.home_icon5 {
	background:url(images/icon_megaphone.png) left center no-repeat #fff;
}

.home_icon6 {
	background:url(images/icon_questions.png) left center no-repeat #fff;
}

.block_wrap {
	height:auto;
	overflow:auto;
	display:block;
	padding:5px 0;
}

.follow_side_icons {
	padding:0;
	margin:0 auto;
	list-style:none;
	height:45px;
	width:180px;
}

.follow_side_icons li {
	width:44px;
	height:45px;
	padding:0 8px;
	float:left;
}

.follow_side_icons a {
	width:44px;
	height:45px;
	direction:ltr;
	text-indent:-9999px;
	display:block;
}

.follow_side_icons .fb {
	background:url(images/icon_fb.png) no-repeat;
}

.follow_side_icons .gplus {
	background:url(images/icon_gplus.png) no-repeat;
}

.follow_side_icons .twitter {
	background:url(images/icon_twitter.png) no-repeat;
}

.footer_nav {
	padding:10px 0;
}

.footer_nav ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.footer_nav li {
	display:inline-block;
	vertical-align:top;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #000;
}

.footer_nav li:last-child {
	padding-right:0;
	margin-right:0;
	border-right:0;
}

.footer a {
	text-decoration:none;
}

.footer a:hover,
.footer a:active {
	color:#ff8c00;
}

.footer_sep {
	width: 242px;
	height: 1px;
	background: #bbbdc0;
	margin:15px auto;
}

.blog_h1 {
	font-size: 18pt;
	color:#63b2d8;
	padding:6px 0;
	margin:0;
}

pre {
	font-size:9pt;
	font-family:Tahoma;
	background: #ccc;
	padding: 10px;
}

.content img {
	max-width:670px;
}

.blog_content_wrap,
.blog_wrap {
	padding:10px 0;
}

.blog_item {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #bbbdc0;
}

.blog_item:last-of-type {
	border-bottom:0;
}

.blog_nav {
	height:auto;
	overflow:auto;
	padding-top:10px;
	border-top:1px solid #bbbdc0;
	padding-bottom:10px;
	border-bottom:1px solid #bbbdc0;
}

.blog_prev {
	float:left;
}

.blog_next {
	float:right;
}

.footer_logos {
	text-align:center;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	display:inline-block;
}

.footer_logos li {
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
}

.seocertification {
	display:block;
	width:132px;
	height:54px;
	background:url(images/seocertification.png) no-repeat top center;
	direction:ltr;
	text-indent:-9999px;
}

#lbsquare {
	width:534px;
	height:379px;
	background:url(images/linkbuildingsquare.png) no-repeat;
	margin:0 auto;
	position:relative;
	top:10px;
}
#lbsquare ul {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:72px;
	left:75px;
}
#lbsquare ul li {
	line-height:32px;
	margin-top:12px;
	font-weight:bold;
	color:#4b725b;
}

.lbpackwrap {
	list-style:none;
	height:auto;
	overflow:auto;
}
.lbpackwrap li { float:left; padding:0px !important; }
.lbpackwrap li a.lbbuynow1 {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:46px;
	position:relative;
	top:335px;
}
.lbpackwrap li a.lbbuynow2 {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:46px;
	position:relative;
	top:342px;
}
.lbp1 {
	width:140px;
	height:381px;
	background:url(images/lb/p1.png) no-repeat;
	margin-right:5px;
}
.lbp2 {
	width:140px;
	height:381px;
	background:url(images/lb/p2.png) no-repeat;
	margin-right:5px;
}
.lbp3 {
	width:140px;
	height:381px;
	background:url(images/lb/p3.png) no-repeat;
	margin-right:5px;
}
.lbp4 {
	width:140px;
	height:381px;
	background:url(images/lb/p4.png) no-repeat;
}
.lbp5 {
	width:140px;
	height:393px;
	background:url(images/lb/p5.png) no-repeat;
	margin-right:5px;
	margin-top:15px;
	margin-left:72px;
}
.lbp6 {
	width:140px;
	height:393px;
	background:url(images/lb/p6.png) no-repeat;
	margin-right:5px;
	margin-top:15px;
}
.lbp7 {
	width:140px;
	height:393px;
	background:url(images/lb/p7.png) no-repeat;
	margin-top:15px;
}

.lbp1sub {
	width:140px;
	height:381px;
	background:url(images/lb/subp1.png) no-repeat;
	margin-right:5px;
}
.lbp2sub {
	width:140px;
	height:381px;
	background:url(images/lb/subp2.png) no-repeat;
	margin-right:5px;
}
.lbp3sub {
	width:140px;
	height:381px;
	background:url(images/lb/subp3.png) no-repeat;
	margin-right:5px;
}
.lbp4sub {
	width:140px;
	height:381px;
	background:url(images/lb/subp4.png) no-repeat;
}
.lbp5sub {
	width:140px;
	height:393px;
	background:url(images/lb/subp5.png) no-repeat;
	margin-left:217px;
	margin-top:15px;
}

#napsack-form {
	height:auto;
	overflow:auto;
}
#napsack-form label {
	font-weight:bold;
	display:block;
	padding:3px 0;
}
#napsack-form input {
	padding:5px;
	width:250px;
	border:1px solid #000;
}
#napsack-form #napsack-social {
	list-style:none !important;
	margin:0px;
	padding:0px;
	height:auto;
	overflow:auto;
}
#napsack-form #napsack-social li {
	list-style:none !important;
	float:left;
	margin:15px;
}
#napsack-form #napsack-info {
	list-style:none !important;
	margin:0px;
	padding:0px;
	height:auto;
	overflow:auto;
}
#napsack-form #napsack-info li {
	list-style:none !important;
	float:left;
	margin:15px;
}
#napsack-form button { margin-left: 300px; }
#napsack-form #napsack-social li input { width:175px !important; }

.contact_input input {
	padding:5px;
	margin:4px 0;
	display:block;
	width:250px;
}

.contact_area textarea {
	padding:5px;
	margin:4px 0;
	display:block;
	width:250px;
	height:80px;
}

.the_form label {
	font-weight:bold;
}

.logo_srex a {
	display:block;
	width:213px;
	height:57px;
	direction:ltr;
	text-indent:-9999px;
	background:url(images/logo_srex.png);
}

.apt_search {
	position:absolute;
	top:43px;
	right:5px;
}

.apt_search input {
	padding:3px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#F0F0F0;
	transition:background-color 200ms linear;
}

.apt_search input:focus {
	background:#fff;
}

.apt_search button {
	border:1px solid #999;
	padding:3px 10px;
	background:#ccc;
	border-radius:5px;
}

.apt_search button:hover {
	cursor:pointer;
	background:#ff8c00;
	color:#fff;
}

.apt_nav_wrap {
	height:auto;
	overflow:auto;
}

.apt_nav_wrap .apt_left {
	float:left;
}

.apt_nav_wrap .apt_right {
	float:right;
}

.apt_showcase_wrap {
	padding:10px 0;
}

.apt_showcase {
	padding:0;
	margin:0 auto;
	list-style:none;
	text-align:center;
	width:660px;
	display:block;
	height:auto;
	overflow:auto;
}

.apt_showcase li {
	float: left;
	margin:7px;
	border: 3px solid #ff8c00;
	background:#000;
}

.apt_showcase_website li {
	width: 200px;
	height: 182px;
}

.apt_showcase_logo li {
	width: 200px;
	height: 100px;
}

.apt_showcase li:hover {
	border:3px solid #129cdd;
}

.apt_post_social {
	height:auto;
	overflow:auto;
	display:block;
	margin:7px 0;
	text-align:center;
}

.apt_post_social > div {
	display:inline-block;
	vertical-align:top;
	margin:0 7px;
}