* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	text-align: center;
	background: #fff url(/images/body_bg.png) repeat-x top left;
	font-family: Arial, sans-serif;
	margin-bottom: 30px;
	behavior: url("../javascripts/hover.htc");
}
img {
	border: none;
}
.clear {
	clear: both;
	font-size: 1px;
}
#wrapper {
	width: 908px;
	margin: 0 auto;
	text-align: left;
}
#wrapper #scrollTop {
	font-size: 12px;
}
#wrapper #scrollTop a {
	color: #e2001a;
}
#header {
	width: 878px;
	height: 60px;
	padding: 10px 15px;
	background: url(/images/header.png) no-repeat top left;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
	float: left;
}
#header h1 a {
	display: block;
	width: 81px;
	height: 59px;
	background: url(/images/logo.gif) no-repeat top left;
}
#nav {
	list-style: none;
	margin: 18px 0 0 20px;
	float: left;
}
#nav li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;
	background: url(/images/nav_border.gif) no-repeat center right;
}
#nav li span {
	cursor: pointer;
}
#nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	color: #fff;
}
#nav .left {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: none;
}
#nav .right {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: none;
}
#nav .link_text {
	display: block;
	float: left;
	height: 11px;
	padding: 6px 8px 11px 8px;
	background: none;
}
#nav .active .left {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: url(/images/nav_hover_left.gif) no-repeat top left;
}
#nav .active .right {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: url(/images/nav_hover_right.gif) no-repeat top left;
}
#nav .active .link_text {
	display: block;
	float: left;
	height: 11px;
	padding: 6px 8px 11px 8px;
	background: url(/images/nav_hover_bg.gif) repeat-x top left;
}
#nav .active a {
	color: #e2001a;
	font-weight: bold;
}
#nav .active a:hover {
	color: #e2001a;
}
#nav .red_nav .left {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: url(/images/nav_hover_left_red.gif) no-repeat top left;
}
#nav .red_nav .right {
	display: block;
	float: left;
	width: 6px;
	height: 27px;
	background: url(/images/nav_hover_right_red.gif) no-repeat top left;
}
#nav .red_nav .link_text {
	display: block;
	float: left;
	height: 11px;
	padding: 6px 8px 11px 8px;
	background: url(/images/nav_hover_bg_red.gif) repeat-x top left;
}
#nav .red_nav a {

}
#nav .last {
	background: none;
}
.sub {
	width: 908px;
	height: 180px;
	margin-bottom: 30px;
}
.tools {
	background: url(/images/sub_tools.png);
}
.scanners {
	background: url(/images/sub_scanners.png);
}
#start_intro {
	width: 908px;
	height: 286px;
	background: url(/images/start_intro.png) no-repeat top left;
	margin-bottom: 10px;
	margin-top: 0!important;
	margin-top: -8px;
}
#start_intro .start_container {
	padding: 30px 40px;
	width: 540px;
}
#start_intro .start_container h2 {
	font-size: 23px;
	font-weight: normal;
	color: #959798;
	margin-bottom: 12px;
}
#start_intro .start_container h2 strong {
	color: #e2001a;
}
#start_intro .start_container p {
	color: #676767;
	font-size: 15px;
	line-height: 1.3;
}

#wrapper .big_button {
	width: 160px;
	text-align: center;
	margin-top: 12px;
}
#wrapper .feature .submit {
	float: right;
}
#wrapper .big_button a {
	display: block;
	padding: 14px 0 13px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#wrapper .red a, #content .feature .red a {
	background: url(/images/red_button.gif) no-repeat top left;
	color: #fac1be;
}
#wrapper .red a:hover, #content .feature .red a:hover {
	color: #fff;
}
#wrapper .grey a, #content .feature .grey a {
	color: #545454;
}
#wrapper .grey a:hover, #content .feature .grey a:hover {
	color: #323232;
}
#wrapper .left_float.red, #content .feature .left_float.red, #wrapper .left_float.grey, #content .feature .left_float.grey {
	float: left;
	margin-right: 18px;
}
#content {
	width: 590px;
	float: left;
}
#content h2 {
	font-size: 22px;
	font-weight: normal;
	color: #717171;
	margin-bottom: 20px;
}
#content h2 strong {
	color: #e2001a;
}
#content h2 .h2_medium {
	font-size: 14px;
	color: #919191;
}
#content h2 .h2_small {
	font-size: 11px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 10px 8px 0;
	border-right: 1px solid #ddd;
}
#content h2 .h2_small a {
	color: #717171;
}
#content h2 .h2_small a:hover {
	color: #444;
}

#content h2 .h2_small strong {
	color: #ddd;
	margin: 0 3px;
	font-weight: normal;
}

#content #features {
	list-style: none;
	font-size: 10px;
	position: relative;
}
#content #features li {
	width: 115px;
	height: 228px;
	padding: 0 15px;
	float: left;
	display: block;
	background: url(/images/feature_bg.png) no-repeat top left;
	cursor: pointer;
	z-index: 900;
}
#content #features .middle:hover {
	background: url(/images/feature_bg.png) no-repeat bottom left;
}
#content #features .left {
	width: 120px;
	background: url(/images/feature_left.png) no-repeat top left;
}
#content #features .left:hover {
	background: url(/images/feature_left.png) no-repeat bottom left;
}
#content #features .right {
	width: 120px;
	background: url(/images/feature_right.png) no-repeat top left;
}
#content #features .right:hover {
	background: url(/images/feature_right.png) no-repeat bottom left;
}
#content #features li .image {
	width: 100%;
	height: 80px;
	padding: 30px 0 0 0;
	display: block;
	text-align: center;
}
#content #features h3 {
	font-size: 11px;
	color: #676767;
	margin-bottom: 4px;
	text-align: center;
}
#content #features li:hover h3 {
	color: #e2001a;
}
#content #features p {
	color: #676767;
}
#content #features .description {
	width: 590px;
	height: 30px;
	padding: 0;
	background: none;
	font-size: 13px;
	text-align: center;
	cursor: default;
	color: #e2001a;
	z-index: 980;
	margin-top: -25px;
	position: relative!important;
	position: static;
}
#content #features .description:hover {
	background: none;
}
#content #features .description a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
}
#content #features .description a:hover {
	color: #444;
}
#content .feature {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
#content .feature .feature_icon_wrapper {
	float: left;
	text-align: center;
	width: 150px;
}
#content .feature .feature_text {
	float: left;
	width: 440px;
}
#content .no-bar {
	border-bottom: 1px solid #fff;
}
#content .feature .tabbed_content_navigation {
	list-style: none;
	margin: 15px 0 0 0;
	height: 31px;
	border-bottom: 1px solid #ccc;
}
#content .feature .tabbed_content_navigation li {
	font-size: 13px;
	float: left;
	margin-right: 4px;
}
#content .feature .tabbed_content_navigation li a {
	display: block;
	padding: 9px 12px 7px 12px;
	background: #eee;
	color: #666;
}
#content .feature .tabbed_content_navigation li a:hover {
	text-decoration: none;
	background: #ccc;
}
#content .feature .tabbed_content_navigation .active a {
	font-weight: bold;
	color: #fff;
	background: #e2001a;
}
#content .feature .tabbed_content_navigation .active a:hover {
	color: #fff;
	background: #e2001a;
}
#content .feature form label {
	width: 125px;
	font-size: 12px;
	color: #666;
	display: block;
	float: left;
}
#content .feature form .inline_label
{
	display: inline;
	width: auto;
	float: none;
}
#content .feature form div {
	width: 200px;
	float: left;
}
#content .feature form .iT, #content .feature form .iTa {
	font: 11px Arial, Helvetica, sans-serif;
	width: 448px!important;
	width: 445px;
	padding: 6px;
	border: none;
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999 !important;
	color: #333;
	font-style: italic!important;
	font-style: normal;
}
#content .feature form .iT:focus, #content .feature form .iTa:focus {
	border: 2px solid #999;
	color: #333 !important;
	font-style: normal !important;
}
#content h3 {
	font-weight: normal;
	color: #717171;
	margin-bottom: 12px;
	font-size: 18px;
}
#content .feature h3 {
	font-size: 18px;
	font-weight: normal;
	color: #717171;
	margin-bottom: 12px;
}
#content .feature h3 a {
	color: #e2001a;
	text-decoration: none;
}
#content .feature h3 a:hover {
	color: #444;
}
#content .feature h4 {
	font-size: 14px;
	font-weight: normal;
	color: #717171;
	margin-bottom: 12px;
	line-height: 1.5;
}
#content .feature p {
	font-size: 13px;
	color: #444;
	line-height: 1.4;
	margin-bottom: 12px;
}
#content .feature .posted {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	padding: 0 0 4px 0;
	margin-top: -3px;
	position: relative;
}
#content .feature .posted .posted_tags {
	position: absolute;
	top: 0;
	right: 0;
}
#content .feature p a, #content .feature li a {
	color: #e2001a;
	text-decoration: none;
}
#content .feature p a:hover, #content .feature li a:hover  {
	color: #444;
	text-decoration: underline;
}
#content .feature ul, #content .feature ol {
	margin: 0 0 12px 25px;
	font-size: 13px;
}
#content .feature li {
	margin: 0 0 10px 0;
	color: #444;
}
#content .feature .feature_icon {
	text-align: center;
}
/* PHOTO BOX */
#content .photo_box ul, #content .photo_box_bottom ul {
	display: none;
}
#content .photo_box_top {
	width: 590px;
	height: 16px;
	font-size: 1px;
	background: url('/images/photo_box_top.png') no-repeat top left;
}
#content .photo_box {
	width: 590px;
	background: url('/images/photo_box_bg.png') repeat-y top left;
	overflow: hidden;
}
#content .case {
	height: 198px;
}
#content .case li {
	width: 590px;
	height: 198px;
}
#content .video {
	text-align: center;
}
#content .photo_box .photo_box_loading {
	width: 590px;
	height: 312px;
	display: block;
	background: url(/images/loading.gif) no-repeat center center;
}
#content .photo_box p {
	text-align: center;
}
#content .photo_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
}
#content .photo_box li {
	float: left;
	width: 590px;
	text-align: center;
}
#content .photo_box_bottom_no_nav {
	width: 590px;
	height: 20px;
	background: url('/images/photo_box_bottom_no_nav.png') no-repeat top left;
}
#content .photo_box_bottom_case {
	width: 590px;
	height: 50px;
	background: url('/images/photo_box_bottom_no_nav.png') no-repeat top left;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 10px;
	margin-bottom: 25px;
}
#content .photo_box_bottom_case ul {
	font-size: 12px;
	list-style: none;
}
#content .photo_box_bottom_case li {
	position: absolute;
	top: 28px;
	color: #666;
}
#content .photo_box_bottom_case .case_indicator {
	list-style: none;
	width: 300px;
	margin: 0 auto;
	padding-top: 4px;
}
#content .photo_box_bottom_case .case_indicator li {
	text-indent: -5000px;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin: 0 1px;
	background: url('/images/photo_box_indicator.png') no-repeat top left;
	font-size: 1px;
}
#content .photo_box_bottom_case .case_indicator .active {
	background: url('/images/photo_box_indicator.png') no-repeat bottom left;
}
#content .photo_box_bottom_case .next_case {
	right: 0;
	cursor: pointer;
	padding-right: 20px;
}
#content .photo_box_bottom_case .prev_case {
	left: 0;
	cursor: pointer;
	padding-left: 20px;
}
#content .photo_box_bottom_case .next {
	position: absolute;
	cursor: pointer;
	top: 26px;
	right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat bottom left;
	text-indent: -5000px;
}
#content .photo_box_bottom_case .next:hover {
	background: url('/images/photo_box_arrows.png') no-repeat bottom right;
}
#content .photo_box_bottom_case .prev {
	position: absolute;
	cursor: pointer;
	top: 26px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat top left;
	text-indent: -5000px;
}
#content .photo_box_bottom_case .prev:hover {
	background: url('/images/photo_box_arrows.png') no-repeat top right;
}
#content .photo_box_bottom {
	width: 590px;
	height: 43px;
	background: url('/images/photo_box_bottom.png') no-repeat top left;
	text-align: center;
}
#content .photo_box_bottom ul {
	list-style: none;
	width: 100%;
	position: relative;
}
#content .photo_box_bottom li {
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#content .photo_box_bottom .photo_box_navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
	font-size: 1px;
}
#content .photo_box_navigation .next {
	position: absolute;
	cursor: pointer;
	top: 15px;
	right: 230px;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat bottom left;
}
#content .photo_box_navigation .next:hover {
	background: url('/images/photo_box_arrows.png') no-repeat bottom right;
}
#content .photo_box_navigation .prev {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 230px;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat top left;
}
#content .photo_box_navigation .prev:hover {
	background: url('/images/photo_box_arrows.png') no-repeat top right;
}
#content .photo_box_bottom .photo_box_indicator {
	width: 36px;
	height: 30px;
	margin: 0 auto;
	padding: 17px 0;	
	list-style: none;
	z-index: 900;
}
#content .photo_box_bottom .photo_box_indicator li {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	background: url('/images/photo_box_indicator.png') no-repeat top left;
	font-size: 1px;
	margin: 3px !important;
	margin: 1px ;
}
#content .photo_box_bottom .photo_box_indicator .active {
	background: url('/images/photo_box_indicator.png') no-repeat bottom left;
}

#content #comments label {
	float: left;
	font-size: 11px;
	display: block;
	width: 90px;
}
#content #comments .iT, #content #comments .iTa {
	width: 478px;
	padding: 10px 7px;
	border: 1px solid #ccc;
}


#content .feature_list {
	list-style: none;
	margin: 0 0 0 0;
}
#content .feature_list li {
	display: block;
	float: left;
	width: 180px;
	height: 101px;
	background: url(/images/feature_box.png) no-repeat top left;
	margin: 0 0 20px 25px;
	text-align: center;
	position: relative;
}
#content .feature_list li:hover {
	background: url(/images/feature_box.png) no-repeat bottom left;
}
#content .feature_list .third {
	margin: 0 0 10px 0;
}
#content .feature_list h3 {
	position: absolute;
	top: 70px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #717171;
	z-index: 900;
}
#content .feature_list .feature_list_img {
	position: absolute;
	text-align: center;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 900;
}
#content .feature_list li:hover h3 {
	color: #e2001a;
}
#content .feature_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	text-decoration: none;
}

#content .feature ul.case_studies {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#content .feature ul.case_studies .third {
	margin: 0 0 20px 0;
}
#content .feature .case_studies li {
	width: 180px;
	float: left;
	margin: 0 25px 20px 0;
	border-bottom: 1px solid #ddd;
}
#content .feature .case_studies li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content .feature .case_studies li p {
	font-size: 12px;
	height: 65px;
}
#content .feature .case_studies li p.link  {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
#content .feature .case_studies .case_image {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
	height: 100px;
	position: relative;
	margin: 0 0 12px 0;
}
#content .feature .case_studies .case_image a {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}
#content .quote {
	padding: 25px 35px;
	margin-bottom: 20px;
	background: #eaeaea url(/images/quotes.png) no-repeat 15px 15px;
}
#content .quote p {
	font-size: 16px;
	font-style: italic;
	color: #666;
	line-height: 1.5;
}
#content .quote p.quoter {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444;
	line-height: 1;
	padding: 10px 0 0 0;
	text-align: right;
}

/*
	<div class="pagination">
		<span class="disabled prev_page">&laquo; Previous</span>
		<span class="current">1</span>
		<a href="/posts?page=2" rel="next">2</a>
		<a href="/posts?page=2" class="next_page" rel="next">Next &raquo;</a>
	</div>
	
*/
#content .pagination {
	text-align: center;
	font-size: 13px;
	padding: 10px;
}
#content .pagination span, #content .pagination a {
	margin: 0 1px;
}
#content .pagination .disabled {
	color: #999;
}
#content .pagination .current {
	color: #222;
	font-weight: bold;
}
#content .pagination a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
}
#content .pagination a:hover {
	color: #222;
	text-decoration: underline;
}

#content .submit_button button {
	background: transparent;
	border: none;
	width: 160px;
	text-align: center;
	margin-top: 12px;
	background: url(/images/red_button.gif) no-repeat top left;
	color: #fff;
	display: block;
	padding: 14px 0 13px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
}

#sub .list {
	list-style: none;
	font-size: 11px;
	color: #666;
	margin-bottom: 15px;
	margin-top: -12px;
}
#sub .list li {
	margin-bottom: 10px;
}
#sub .list a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#sub .list a:hover {
	color: #222;
	text-decoration: underline;
}



#sub {
	width: 280px;
	float: left;
	margin-left: 38px;
	
}
#sub h2 {
	font-size: 18px;
	font-weight: normal;
	color: #717171;
	margin-bottom: 24px;
}
#sub .sub_box_top {
	width: 280px;
	height: 7px;
	font-size: 1px;
	background: url('/images/sub_box_top.png') no-repeat top left;
}
#sub .sub_box {
	padding: 11px 15px;
	background: url('/images/sub_box_bg.png');
	position: relative;
	height: 70px;
}
#sub .sub_box h3, #sub .sub_feature h3 {
	font-size: 13px;
	margin-bottom: 8px;
	color: #e2001a;
}
#sub .sub_box h3 a, #sub .sub_feature h3 a {
	color: #e2001a;
	text-decoration: none;
}
#sub .sub_box h3 a:hover, #sub .sub_feature h3 a:hover {
	color: #444;
	text-decoration: underline;
}
#sub .sub_box p, #sub .sub_feature p {
	font-size: 12px;
	color: #717171;
	line-height: 1.35;
}
#sub .sub_box .sub_floated_content {
	width: 170px;
	float: left;
}
#sub .sub_box .sub_box_img {
	float: left;
	padding: 0 15px 0 0;
}
#sub .sub_box_bottom {
	width: 280px;
	height: 7px;
	background: url('/images/sub_box_bottom.png') no-repeat top left;
	margin-bottom: 20px;
}

#sub .related h3 {
	font-size: 18px;
	font-weight: normal;
	color: #717171;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 8px;
}
#sub .related ul {
	list-style: none;
}
#sub .related ul li {
	font-size: 13px;
	width: 100%;
	text-indent: 10px;
}
#sub .related ul li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	color: #717171;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
}
#sub .related ul li a:hover {
	color: #444;
	background: #e3e3e3;
	border-bottom: 1px solid #ddd;
}

#sub .sub_feature {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e3e3e3;
}
#sub .sub_feature:hover {
	border-bottom: 1px solid #999;
}
#sub .sub_feature_icon {
	float: left;
	width: 90px;
}

#sub .showcases_top {
	width: 280px;
	height: 13px;
	background: url('/images/showcase_top.png') no-repeat top left;
	font-size: 1px;
}
#sub .showcases {
	padding: 10px 0;
	height: 150px;
	width: 280px;
	overflow: hidden;
	background: url('/images/showcase_bg.png');
}
#sub .showcases_container {
	width: 840px;
}
#sub .showcase {
	width: 240px;
	float: left;
	padding: 0 20px;
}
#sub .showcase h3 {
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 5px;
}
#sub .showcase p {
	font-size: 12px;
	line-height: 1.35;
}
#sub .showcase p, #sub .showcase a {
	color: #717171;
	text-decoration: none;
}
#sub .showcase a {
	display: block;
	width: 100%;
	height: 80px;
}
#sub .showcase a:hover {
	text-decoration: underline;
}
#sub .showcases_bottom {
	width: 280px;
	height: 39px;
	background: url('/images/showcase_bottom.png') no-repeat top left;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#sub .showcases_bottom ul {
	list-style: none;
}
#sub .showcases_bottom .next, #sub .showcases_bottom .prev {
	text-indent: -5000px;
	overflow: hidden;
}
#sub .showcases_bottom .information {
	width: 205px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	z-index: 1000;
}
#sub .showcases_bottom .information a {
	color: #e2001a;
	text-decoration: none;
	font-weight: bold;
	padding: 18px 0 0 0;
	display: block;
}
#sub .showcases_bottom .information a:hover {
	color: #444;
}
#sub .showcases_bottom .next {
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 15px;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat bottom left;
	font-size: 1px;
}
#sub .showcases_bottom .next:hover {
	background: url('/images/photo_box_arrows.png') no-repeat bottom right;
}
#sub .showcases_bottom .prev {
	position: absolute;
	cursor: pointer;
	top: 12px;
	left: 15px;
	display: block;
	width: 15px;
	height: 15px;
	background: url('/images/photo_box_arrows.png') no-repeat top left;
	font-size: 1px;
}
#sub .showcases_bottom .prev:hover {
	background: url('/images/photo_box_arrows.png') no-repeat top right;
}

#sub .button_with_background {
	width: 280px;
	height: 193px;
	text-align: center;
	margin-bottom: 12px;
}
#sub .button_with_background a {
	color: #e2001a;
	text-decoration: none;
	display: block;
	padding-top: 130px;
}
#sub .button_with_background a:hover {
	color: #222;
}
#sub .button_1 {
	background: url(/images/button_with_background_1.png) no-repeat top left;
}
#sub .button_with_background h3 {
	padding: 0 0 5px 0;
	font-size: 15px;
	color: #e2001a;
}
#sub .button_with_background p {
	font-size: 12px;
	color: #717171;
}
#sub .subscribe {
	width: 280px;
	height: 53px;
	background: url(/images/subscribe.png) no-repeat center center;
}
#sub .subscribe a {
	color: #555;
	padding: 20px 0 14px 55px;
	display: block;
	width: 225px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#sub .subscribe a:hover {
	color: #e2001a;
}

#footer {
	background: url(/images/footer_bg.png);
	text-align: center;
	margin-top: 50px;
}
#footer .footer_top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(/images/footer_top.png) repeat-x top left;
}
#footer .footer_content {
	width: 908px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#footer .column {
	width: 276px;
	float: left;
	margin: 0 40px 0 0;
}
#footer .column h3 {
	font-size: 18px;
	color: #717171;
	margin-bottom: 12px;
	font-weight: normal;
}
#footer .column .small_text {
	font-size: 11px;
	color: #555;
	line-height: 1.4;
}
#footer .column .small_text a {
	color: #e2001a;
	font-weight: bold;
}
#footer .column .small_text img {
	float: right;
}
#footer .column .news_list {
	list-style: none;
}
#footer .column .news_list li {
	font-size: 12px;
	color: #555;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.35;
}
#footer .column .news_list .date {
	font-size: 10px;
	color: #777;
}
#footer .column .news_list .link {
	font-size: 11px;
	color: #999;
}
#footer .column .news_list .link a {
	color: #555;
}
#footer .column .news_list .link a:hover {
	color: #222;
}
#footer .last {
	margin: 0;
}
#footer .tweet_top {
	width: 276px;
	height: 21px;
	background: url(/images/tweet_top.png) repeat-x top left;
	font-size: 1px;
}
#footer .tweet {
	font-size: 12px;
	padding: 10px 20px;
	background: url(/images/tweet_bg.png);
	color: #676767;
}
#footer .tweet .link {
	font-weight: bold;
	margin-top: 13px;
	display: none;
}
#footer .tweet a {
	color: #666;
	text-decoration: none;
}
#footer .tweet a:hover {
	color: #222;
	text-decoration: underline;
}
#footer .tweet .link a {
	color: #e2001a;
	text-decoration: none;
}
#footer .tweet .link a:hover {
	color: #222;
	text-decoration: underline;
}
#footer .tweet_bottom {
	width: 276px;
	height: 10px;
	background: url(/images/tweet_bottom.png) no-repeat top left;
	margin-bottom: 25px;
}
#footer .no_border_button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
#footer .iT {
	width: 191px !important;
	width: 169px;
	border: 2px solid #ccc;
	padding: 4px 10px 4px 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999 !important;
	color: #333;
	font-style: italic !important;
	font-style: normal;
	margin-right: 3px;
}
#footer .iT:focus {
	border: 2px solid #999;
	color: #333 !important;
	font-style: normal !important;
}
#footer .footer_bottom {
	width: 100%;
	height: 10px;
	background: url(/images/footer_bottom.png) repeat-x bottom left;
}
#end {
	width: 908px;
	margin: 25px auto 0 auto;
	text-align: left;
	height: 45px;
	position: relative;
	font-size: 11px;
	color: #717171;
}
#end span {
	margin-right: 20px;
}
#end #lang {
	display: block;
	float: left;
	width: 150px;
	height: 10px;	
}
#end .options {
	position: absolute;
	top: 0;
	left: 0;
}
#end .by {
	position: absolute;
	top: 0;
	right: 0;
}
#end a {
	color: #616161;
}
#end a:hover {
	color: #333;
}
#end ul {
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-top: -10px;
	position: relative;
}
#end li.select_language a {
	float: left;
	display: block;
	width: 119px;
	text-align: center;
	background: url(/images/lang_button.png) no-repeat top left;
}
#end li.select_language ul {
	position: absolute;
	left: 108px;
	top: 10px;
	height: 35px;
	background: url(/images/lang_expanded.png) no-repeat top right;
	display: none;
	width: 1px;
	overflow-y: hidden;
}
#end li.select_language ul li {
	float: left;
	display: none;
}
#end li.select_language ul li a {
	width: 75px;
	padding-left: 15px;

	background: transparent;
	text-align: center;
}
#end li.current_language {
	display: block;
	float: left;
}
#end li a {
	display: block;
	padding: 9px 0 12px 0;
}
#end :-moz-any-link:focus {
  outline: none;
}
