/*
Theme Name: Cadlogix
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
@font-face {
    font-family: 'open_sans';
    src: url('font/opensans-bold-webfont.eot');
    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold-webfont.woff') format('woff'),
         url('font/opensans-bold-webfont.ttf') format('truetype'),
         url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: 'open_sans';
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.nobdr{background:none !important; border:none !important;}
.clear{clear:both; line-height:1px; font-size:1px;}
.clear02{ clear:both; line-height:1px; font-size:1px; min-height:105px;}
/***************************** WP CSS Reset - Find ****************************************/

body											{ font-family: 'open_sans'; font-size:12px; color:#000;}
#wrapper 										{ width:100%; margin:0 auto; padding:0; background:#ffffff;}

/***************************** Header start here ****************************************/
#header											{ width:100%; min-width:1000px; margin:0 auto; padding:0; background:#000;}
*+html #header									{ background:url(images/top_back.png) no-repeat top #000;}
.top											{ width:100%; height:4px; background-color:#e01b1e;}
#header .inner									{ width:994px; margin:0 auto; background:url(images/top_back.png) no-repeat -75px top; position:relative;}
*+html #header .inner							{ background:none;}
#header	span.logo								{ display:block; margin:0; padding:10px 0 10px 5px; float:left; width:250px;}
#header	span.rgt								{ display:block; margin:0; padding:9px 11px 10px 11px; float:right;  background:#e01b1e; border-radius:4px;position:relative; behavior:url(PIE.htc); margin-top:-3px;}
#header	span.rgt a								{ text-decoration:none; color:#ffffff; font-size:19px;background:url(images/req_arrow.png) no-repeat right 9px; padding-right:20px;}
#header	span.rgt a:hover						{ text-decoration:none;}
.navigation										{ width:100%; background:url(images/nav_back.jpg) repeat-x; display:block; height: 41px; float:right; margin:0; padding:0; min-width:700px;}
.navigation .inner								{ width:994px; margin:0 auto;}
.navigation ul									{ list-style:none; margin:0; padding:0; float:left;}
.navigation ul li								{ background:url(images/right_bdr.png) no-repeat right; display:inline;}
.navigation ul li a								{ font-size:15px; color:#ffffff; text-decoration:none; padding:10px 19px 14px 19px; display:inline-block;}
.navigation ul li a:hover						{ background:url(images/menu_hover.jpg) repeat-x;}
.navigation ul li.current-menu-item a			{ background:url(images/menu_hover.jpg) repeat-x;}


.navigation span.search							{ padding:0px 5px 1px 5px; color:#000;}
.navigation span.search input					{ width:130px; height:18px; border:none; outline:0; color:#acacac; padding:1px 5px 2px 5px; line-height:20px; font-size:14px; border-radius:0; background:none; box-shadow:none;}
.navigation span.search img						{ vertical-align:middle; max-height:30px;}
.navigation span.search input.search_btn		{ background:url(images/search_icon.png) no-repeat right; width:11px; height:13px; border:0; cursor:pointer; vertical-align:middle;}
.navigation span.search form					{ background-color:#f2f2f2; width:163px; float:right;}
*+html .navigation span.search form				{ margin-top:-18px;}
.navigation span.s_lbl							{ width:232px; display:block; margin-top:11px; border-radius:0; float:right; color:#ffffff; font-size:15px;}
*+html .navigation span.s_lbl					{ margin-top:9px; width:250px;}
.banner											{ min-height:380px; position:relative; background-color:#090909; width:100%; padding:0; margin:0;}
.banner .left									{ width:1000px;background:url(images/banner_back01.png) no-repeat left; left:50%; margin-left:-500px; position:absolute; z-index:99;}
.banner .left .text								{ width:430px; float:left; padding:0 0 0 20px; min-height:380px;}

.banner .left h2								{ font-size:26px; color:#ffffff; padding:60px 0 20px 0;}
.banner .left h3								{ font-size:26px; text-transform:uppercase; color:#ffffff; padding:63px 0 20px 0;}
.banner .left p									{ font-size:14px; color:#f7f7f7; font-family:Arial, Helvetica, sans-serif; line-height:22px; margin:0; padding:0 0 15px 0;}

.banner .right									{ width:46%; min-width:400px; float:right;}					
span.r_more										{ display:block; background:url(images/read_more_btn.jpg) repeat-x; border-radius:4px; padding:1px 0px 1px 10px; width:90px; margin-top:10px; position:relative; behavior:url(PIE.htc);}
span.r_more a									{ text-decoration:none; color:#ffffff; background:url(images/read_more_arrow.png) no-repeat right; padding-right:15px; font-size:13px; font-family:Arial, Helvetica, sans-serif;}

/***************************** Container start here ****************************************/
#main_container									{ width:1000px; margin:0 auto; padding:0;background:url(images/left_shadow01.png) no-repeat left top; position:relative; min-height:450px; z-index:99;}
.left_shadow									{ margin-left:13px;}
.right_shadow									{ background:url(images/right_shadow01.png) no-repeat right top;}
.content										{ /*position:absolute;*/ margin-top:-63px; padding:10px 0 0 0; background-color:#fff; z-index:99;}
*+html .content									{ position:absolute;}
.box											{ padding:0 0 0 10px; width:318px; background:url(images/left_shadow01.png) no-repeat right top; float:left;}
.content h3										{ margin-bottom:30px;}
.content h3 span								{ background:url(images/header_back.png) no-repeat; display:inline; float:right; width:251px; height:46px; font-size:17px; color:#fff; padding:13px 0 0 24px; position:absolute; margin-left:-8px;}
*+html .content h3 img							{ float:left;}
.content p										{ margin:0; padding:0 0 15px; font-family:Arial, Helvetica, sans-serif; color:#4d4d4d; line-height:20px;}
*+html .content p								{ padding-top:60px;}
.content ul.first								{ margin:0; padding:0;}
.content ul.first li							{ background:url(images/home_li_back.jpg) repeat-y #fbfbfb; margin-bottom:5px; padding:6px 0 5px 0; font-size:14px; color:#4d4d4d; font-family:Arial, Helvetica, sans-serif; list-style:none;}
.content ul.first li span img					{ vertical-align:middle; padding:0 5px 0 5px;}

.content ul.second								{ margin:0; padding:0 0 15px 22px;}
*+html .content ul.second						{ padding-top:74px;}
*+html .map										{ padding-top:70px; display:block;}
.content ul.second li							{ list-style:decimal outside; padding:0 20px 15px 10px; margin-bottom:15px; font-weight:bold; background:url(images/li_bdr02.png) no-repeat bottom; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#4d4d4d; line-height:20px;}
.content ul.second li b							{ font-weight:normal; font-size:12px;}

.content span.con								{ color:#4d4d4d; display:block; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding:16px 0 0 0;}
.content span.con a								{ color:#4d4d4d; text-decoration:none;}
.content span.con a:hover						{ text-decoration:underline;}
.content span.con img							{ vertical-align:middle; padding:0 10px 0 6px;}

.left_container									{ padding:10px 0 0 0; float:left; width:350px;}
.left_container ul								{}
.left_container ul li							{ list-style:none; position:relative; display:inline; line-height:41px;}
.left_container ul li a							{ text-decoration:none; font-size:14px; color:#ffffff; display:block; }
.left_container ul li a:hover					{ text-decoration:none;}
.left_container ul li img						{ float:left;}
.left_container ul li span						{ background:url(images/inner_menu_back.png) no-repeat; display:inline; float:left; width:225px; margin-left:-8px; height:44px; font-size:14px; color:#fff; padding:2px 0 0 24px;}
.left_container ul li.current-menu-item span	{ background:url(images/inner_menu_back.png) no-repeat; display:inline; float:left; width:250px; height:44px; font-size:14px; color:#fff; padding:2px 0 0 24px;}
.left_container ul li.current-menu-parent span	{ background:url(images/inner_menu_back.png) no-repeat; display:inline; float:left; width:250px; height:44px; font-size:14px; color:#fff; padding:2px 0 0 24px;}
.left_container ul li:hover span				{ background:url(images/inner_menu_back.png) no-repeat; cursor:pointer; display:inline; float:left; width:250px; height:44px; font-size:14px; color:#fff; padding:2px 0 0 24px;}.left_container ul li.map_back					{ background:url(images/icon16.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.contact_back				{ background:url(images/icon15.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.news_back					{ background:url(images/icon13.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon20_back				{ background:url(images/icon20.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon21_back				{ background:url(images/icon21.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon22_back				{ background:url(images/icon22.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon23_back				{ background:url(images/icon23.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon24_back				{ background:url(images/icon24.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon25_back				{ background:url(images/icon25.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon26_back				{ background:url(images/icon26.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon27_back				{ background:url(images/icon27.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.left_container ul li.icon28_back				{ background:url(images/icon28.png) no-repeat left; padding:0 0 0 51px; width:240px; display:block; float:left; margin-bottom:11px;}

.right_container								{ width:659px; padding:15px 0 0 50px; float:right; background:url(images/inner_left_shadow.png) no-repeat left top; margin-left:-57px; margin-right:-16px; min-height:380px;}
*+html .right_container							{ margin-top:0; width:671px;}
.right_container .shadow						{ background:url(images/inner_right_shadow.png) no-repeat right top; padding:0 41px 0 0;}
.right_container strong							{ font-weight:normal; font-size:20px; color:#d8171c; line-height:normal; padding:0 0 12px 0; display:block;}
.right_container strong.req						{ padding-top:20px;}
.right_container span.cont_l					{ font-family:Arial, Helvetica, sans-serif; font-size:14px; display:block; color:#4d4d4d; padding:0 0 20px 0; margin:0;}
.right_container p								{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#4d4d4d; padding:0 0 20px 0; margin:0;}
*+html .right_container p						{ padding:0 0 15px 0;}
span.aug										{ display:block; font-size:14px; color:#4d4d4d; padding:0 0 20px 0;}
span.aug img									{ margin-right:5px;}
span.tel										{ display:block; color:#4d4d4d; font-family:Arial, Helvetica, sans-serif; padding:0 0 10px 0; font-size:14px;}
span.tel img									{ vertical-align:middle; margin-right:7px;}
span.tel a										{ text-decoration:underline; color:#4d4d4d;}
span.tel a:hover								{ text-decoration:none;}

.right_container ul								{ margin:0; padding:0;}
.right_container ul li							{ list-style:none; margin-bottom:10px;}
.right_container ul li label					{ font-size:13px; color:#4d4d4d; width:110px; font-family:Arial, Helvetica, sans-serif; display:inline-block;vertical-align:top; padding-top:8px;}
.right_container ul li input					{ background-color:#f8f8f8; border:1px solid #e4e4e4; width:340px; height:26px; box-shadow:none; outline:none; line-height:24px;}
.right_container ul li textarea					{ background-color:#f8f8f8; border:1px solid #e4e4e4; width:340px; height:110px; box-shadow:none; outline:none;}
.right_container ul li input.btn				{ background:url(images/btn02_back.png) no-repeat; border-radius:4px;position:relative; behavior:(PIE.htc); text-transform:uppercase; color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding:1px 12px 2px 0; cursor:pointer; width:90px; height:28px; margin-left:110px; font-weight:bold;}

.right_container ul.list						{ margin:0; padding:0;}
.right_container ul.list li						{ list-style:none; background:url(images/icon19.png) no-repeat left top 2px; padding:0 0 0 24px; color:#525252; font-size:13px; font-family:arial;}
.right_container ul.list li cite				{ font-style:normal; font-size:15px; color:#d8171c; display:block; font-family:Arial, Helvetica, sans-serif;}
.right_container ul.list li b					{ font-weight:normal; font-size:13px; color:#4d4d4d; font-family:Arial, Helvetica, sans-serif;}

/*.right_container ul.list li						{ list-style:none; list-style-image:url(images/icon19.png);}*/

.right_container ul.list li a					{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; color:#4d4d4d; font-size:13px; padding:0;}
.right_container ul.list li a:hover				{ text-decoration:underline;}

/***************************** Footer start here ****************************************/
#footer											{ background:url(images/footer_back.jpg) repeat-x; width:100%; padding:0;}
#footer .copy									{ width:994px; margin:0 auto; padding-bottom:25px;}
#footer .f_box									{ float:left; margin-right:8%; padding:27px 0 0 0;}
#footer .f_box h3								{ font-size:15px; color:#bfbfbf;}
#footer ul 										{ display:block; margin:0; padding:20px 0 0 2px; list-style:none;}
#footer ul li									{ display:block; margin:0; padding:0 5px; background:url(images/f_li_arrow.png) no-repeat left; font-family:Arial, Helvetica, sans-serif; line-height:24px;}

#footer ul li a									{ color:#bfbfbf; text-decoration:none; font-size:12px; padding:0 0 0 12px;}
#footer ul li a:hover							{ text-decoration:underline;}

ul.contact										{ margin:0; padding:0;}
ul.contact li									{ color:#bfbfbf; list-style:none; background:none !important; margin-bottom:5px !important;}

ul.contact li img								{ vertical-align:middle;}

#footer .f_box_l								{ float:right; margin-right:0px;padding:27px 0 0 0;}
#footer .f_box_l span.f_logo					{ padding-bottom:25px; display:block;}
#footer .f_box_l span							{font-size:14px; color:#bfbfbf; margin-left:0px;}
#footer .f_box_l span img						{ vertical-align:middle;}

span.follow										{ padding:0 4px 0 40px;}
span.s_icon										{ padding-left:5px;}

#footer .copy2									{ border-top:1px solid #676768;}
#footer .copy2 .copywrite						{ width:994px; margin:0 auto; padding:10px 0 6px 0;}
#footer .copy2 .copywrite span					{ color:#bfbfbf; font-size:12px;}
#footer .copy2 .copywrite span a				{ text-decoration:none; color:#bfbfbf; font-size:12px;}
#footer .copy2 .copywrite span a:hover			{ text-decoration:underline;}
#footer .copy2 .copywrite span.f_lft			{ float:left; font-family:Arial, Helvetica, sans-serif;}
#footer .copy2 .copywrite span.f_rgt			{ float:right; font-family:Arial, Helvetica, sans-serif;}

.entry-title a {font-size:14px; text-decoration:none; color:#000;}
.entry-title a:hover {text-decoration:underline;}

.wpcf7-captchar {width:268px !important;}
.rgt-btm {position:absolute; right:0px; top:50px; color:#fff; font-size:15px;}
.rgt-btm a {color:#fff; font-size:15px; text-decoration:none;}

@media screen and (min-width: 769px) and (max-width: 1024px){

.banner .left								{ min-width:500px;}
.banner .right								{ min-width:500px;}
}
#header	span.rgt a							{ display:block;background-position:right center;}
#header	span.rgt a b							{ font-weight:normal; display:block; font-size:16px; padding-top:4px;}