/*
Theme Name: Oil Spy
Theme URI: http://www.oil-spy.com
Description: Custom theme for Oil Spy
Version: 0.9
Author: Tim Kirtley | Shotgun Front
Author URI: http://www.shotgunfront.com/
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,bold);


/* Begin Typography & Colors */
html {
	overflow-y: scroll;
}

body {
	font-size: 14px; 
	font-family: Helvetica, Arial, Sans-Serif;
	background:#d7d1c6 url(/wp-content/themes/oilspy/images/shared/final_footer_bg.png);
	color: #444;
	line-height:18px;
	letter-spacing:0.3px;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #F8F6EE;
}
.thread-alt.byuser, .comment.alt.byuser {
	background:#F8F6EE url(/wp-content/themes/oilspy/images/shared/admin_watermark_alt.png) bottom right no-repeat;
}

.thread-even {
	background-color: #fcfaf2;
}
.thread-even.byuser {
	background:#fcfaf2 url(/wp-content/themes/oilspy/images/shared/admin_watermark_even.png) bottom right no-repeat;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 12px;
	}
.says {
	font-size:11px;
}

.commentlist p {
	font-weight: normal;
	font-size:11px;
	text-transform: none;
	clear:both;
	}

.comment-author {
	float:left;
	margin-bottom:10px;
}

.commentmetadata {
	font-weight: normal;
	font-size:11px;
	float:right;
	color:#777777;
	margin-bottom:10px;
}
.commentmetadata a {
	color:#777777;
}
.commentmetadata a:hover {
	color:#333333;
}
a.comment-edit-link {
	color:#9E1C36;
}
a.comment-edit-link:hover {
	color: #6b1325;
}

.comment-reply-link {
	font-size:11px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #888888;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

input, textarea {
	font-family: Helvetica, Arial, Sans-Serif;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #9e1c36;
	text-decoration: none;
	}

a:hover {
	color: #6b1325;
}
a:active {
	color:#222222;
}


.red { color: #9e1c36; }
.wheat { color:#f4f2ea; }

.air_blue { color:#267383; }
.sidebar_pdf:hover .air_blue { color:#1e5c69; }

.more-link {
	background:url(/wp-content/themes/oilspy/images/shared/arrow_right.png) right 1px no-repeat;
	padding:0 16px 0 0;
}
.more-link:hover {
	background-position: right -29px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#nav_wrapper {
	background:#9e1c36 url(/wp-content/themes/oilspy/images/shared/header_bg.png) bottom repeat-x;
	height:53px;
	padding-top:35px;
	display:block;
}

#nav_wrapper ul {
	padding:0;
	margin:0 auto;
	width:940px;
}

#nav_wrapper li {
	float:left;
	margin:0 81px 0 0;
	list-style:none;
	position:relative;
}

#nav_wrapper li.end {
	margin:0;
}

.nav_indicator {
	width:20px;
	height:11px;
	display:block;
	position:absolute;
	top:43px;
}

.nav_active { background: url(/wp-content/themes/oilspy/images/shared/nav_indicator.png) no-repeat; }
.nav_inactive { background: none; }

.home_indicator { left:15px; }
.works_indicator { left:47px; }
.news_indicator { left:53px; }
.contact_indicator { left:34px; }
.newsletter_indicator { left:83px; }



#nav_wrapper a {
	color:#f4f2ea;
	font-family:'Droid Serif',Georgia,serif;
	font-size:18px;
	letter-spacing:0.7px;
	padding-bottom:2px;
}
#nav_wrapper a:hover {
	color:#ffffff;
	border-bottom:2px solid #fff;
}
#nav_wrapper a:active {
	color:#cccccc;
	border-bottom:2px solid #ccc;
}


#main_wrapper {
	background:#f0eee6 url(/wp-content/themes/oilspy/images/shared/wrapper_bg.png);
	border-top:1px solid #ffffff;
}

#page {
	margin:0 auto;
	padding:45px 230px 0;
	width: 480px;
	position:relative;
	min-height:560px;
}

.page-template-pagehow-it-works-php #page {
	width:710px;
	padding-right:0;
}

#main_content {
	padding-bottom:25px;
}

#main_content p {
	letter-spacing:0.2px;
	line-height:26px;
	color:#555;
}	

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.date_box {
	width:45px;
	height:37px;
	text-align:center;
	background:url(/wp-content/themes/oilspy/images/shared/date_box_bg.png) no-repeat;
	padding:8px 0 0;
	display:block;
	font-size:11px;
	color: #9e1c36;
	float:left;
	margin:0 15px 5px 0;
}

.date {
	font-size:26px;
	text-align:center;
	display:block;
}

.post {
	margin: 0 0 45px;
}

.post h1 {
	font-weight:normal;
	font-size:26px;
	line-height:25px;
	color:#9E1C36;
}

.post_info {
	font-size:11px;
	margin:6px 0 0;
	color:#9e1c36;
}

.post .entry {
	clear:left;
	letter-spacing:0.2px;
	line-height:26px;
	color:#555;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer_wrapper {
	background:url(/wp-content/themes/oilspy/images/shared/footer_bg.png) ;
	border-top:1px solid #d8d1c7;
	border-bottom:1px solid #d1cac0;
	height:128px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	position:relative;
}

#footer h4 {
	font-weight:normal;
	font-size:14px;
	color:#888888;
	margin:33px 0 8px;
}

#main_newsletter_form #kkyux-kkyux, #main_newsletter_form #name, #contact_us_form #contact_name, #contact_us_form #contact_email {
	width:208px;
}
#main_newsletter_form label {
	font-size:11px;
}
#main_newsletter_form #main_newsletter_subscribe, #contact_us_form #contact_submit {
	left:0;
	margin-top:8px;
}

.page-template-pagecontact-php #main_content p {
	line-height:19px;
}

#contact_us_form #contact_message {
	width:465px;
	height:115px;
	margin-bottom:15px;
}

#contact_us_form #contact_referrer {
	width:465px;
}

#kkyux-kkyux, #name, #contact_name, #contact_email, #contact_message, #contact_referrer {
	background:#fcfcfc url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #c3b8ac;
	height:17px;
	width:132px;
	padding:4px 6px 2px;
	color:#666666;
	font-size:11px;
}
#kkyux-kkyux:hover, #name:hover, #contact_name:hover, #contact_email:hover, #contact_message:hover, #contact_referrer:hover {
	background:#ffffff url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #b3a89d;
	color:#444444;
}
#footer #email_submit, #main_newsletter_subscribe, #contact_submit {
	height:25px;
	padding:4px 6px;
	background:#9e1c36;
	border:1px solid #6b1325;
	font-size:11px;
	color:#fafafa;
	cursor:pointer;
	position:relative;
	left:-8px;
}
#footer #email_submit:hover, #main_newsletter_subscribe:hover, #contact_submit:hover {
	color:#ffffff;
	background:#6b1325;
}
#footer #email_submit:active, #main_newsletter_subscribe:active,#contact_submit:active {
	color:#cccccc;
	background:666666;
}
	
#newsletter_form_left label.error {
	position:absolute;
	left:0;
	visibility:hidden;
}

#kkyux-kkyux.error, #contact_name.error, #contact_email.error, #contact_message.error {
	border:1px solid #d1798b;
	background:#faf0f2 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}
#kkyux-kkyux.error.error:hover, #contact_name.error:hover, #contact_email.error:hover, #contact_message.error:hover {
	border:1px solid #c26174;
	background:#f7e4e8 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}


#brand_icons {
	list-style:none;
	padding:0;
	position:absolute;
	top:-44px;
	left:260px;
}
#brand_icons li {
	float:left;
	margin-right:30px;
	padding-top:30px;
	position:relative;
}
#brand_icons a {
	height:60px;
	width:60px;
	background:url(/wp-content/themes/oilspy/images/shared/footer_brand_icons.png) no-repeat;
	text-indent:-9999px;
	display:block;
}
a#icon_diesel { background-position:-93px 0; }
a#icon_air { background-position:-182px 0; }
a#icon_marine { background-position:-274px 0; }
a#icon_hydraulic { background-position:-367px 0; }

.brand_icons_development {
	height:50px;
	width:130px;
	padding:10px;
	background:url(/wp-content/themes/oilspy/images/shared/white_trans_bg_90.png);
	border:1px solid #bbbbbb;
	position:absolute;
	top:-50px;
	left:-42px;
	display:none;
	font-size:11px;
	z-index:100;
	box-shadow: 0px 2px 4px #ccc;
  	-moz-box-shadow: 0px 2px 4px #ccc;
  	-webkit-box-shadow: 0px 2px 4px #ccc;
}

div.air_popup {	
	height:145px;
	width:320px;
	left:-131px;
	top:-145px;
} 

div.air_popup h3 {
	margin:6px 0;
	font-size:11px;
}

#brand_icons div.air_popup a {
	display:inline;
}

#brand_icons .brand_icons_development a {
	background:none;
	height:auto;
	width:auto;
	text-indent:0;
}

#final_footer {
	width:940px;
	margin:0 auto;
	padding:10px 0 0;
}
#final_footer p {
	font-size:11px;
	color:#777777;
	position:relative;
}
#final_footer a {
	color:#555555;
}
#final_footer a:hover {
	color:#333333;
}

.pipe_spacer {
	padding:0 10px;
	color:#777777;
}

.footer_trademark {
	display:inline-block;
	color:#999999;
	position:absolute;
	right:0;
	top:0;
}
	
#sidebar ul#blog_categories {
	padding-bottom:25px;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:25px;
}	

#blog_categories a {
	font-size:18px;
	display:block;
}
#sidebar ul#subscribe_links {
	padding-bottom:20px;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:25px;
}
#subscribe_links a {
	display:block;
}

#twitter_latest {
	display:block;
	font-size:12px;
	background:url(/wp-content/themes/oilspy/images/shared/arrow_right.png) 80px 3px no-repeat;
}
#twitter_latest:hover {
	background-position:80px -27px;
}
#twitter_feed {
	margin:10px 0 25px;
	border-bottom:1px solid #aaaaaa;
	font-size:12px;
	color:#777777;
}
#twitter_feed a {
	color:#555555;
}
#twitter_feed .jta-tweet-timestamp {
	display:none;
}

.PDF, .pdf {
	font-size:11px;
	background:url(/wp-content/themes/oilspy/images/shared/pdf_download_icon.png) 0 3px no-repeat;
	padding:9px 0 0 40px;
	display:inline-block;
	height:32px;
	min-height:32px;
}
.sidebar_pdf {
	padding:0 0 0 40px;
	margin-bottom:15px;
}	
.PDF:hover {
	background-position:0 -68px;
}

.left_col {
	width:230px;
	float:left;
}
.right_col {
	width:230px;
	float:right;
}

.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	font-weight:normal;
	}

h2 {
	margin: 0;
	font-weight:normal;
	line-height:22px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-weight:normal;
	padding: 0;
	margin: 0 0;
	font-size:14px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#sidebar li.sidebar_spacer {
	margin:25px 0 5px;
}

#sidebar li.current-cat a {
	color:#cc2546;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
.comment_user_wrapper {
	width:223px;
	height:60px;
}

#commentform input {
	width: 210px;
	padding: 4px 6px 2px;
	margin: 5px 5px 1px 0;
	background:#fcfbf5 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #c3b8ac;
	color:#666666;
	font-size:11px;
	height:17px;
}
#commentform input:hover {
	background:#ffffff url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #b3a89d;
	color:#333333;
}

#commentform input.error {
	border:1px solid #d1798b;
	background:#faf0f2 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}
#commentform input.error:hover {
	border:1px solid #c26174;
	background:#f7e4e8 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}

#commentform textarea {
	width: 468px;
	padding: 6px;
	font-size:11px;
	background:#fcfbf5 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #c3b8ac;
	color:#666666;
}
#commentform textarea:hover {
	background:#ffffff url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
	border:1px solid #b3a89d;
	color:#333333;
}

#commentform textarea.error {
	border:1px solid #d1798b;
	background:#faf0f2 url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}
#commentform textarea.error:hover {
	border:1px solid #c26174;
	background:#f7e9eb url(/wp-content/themes/oilspy/images/shared/form_shadow_bg.png) left top no-repeat;
}




#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform input#submit {
	height:25px;
	width:95px;
	padding:4px 6px;
	margin:25px 0 0;
	background:#9e1c36;
	border:1px solid #6b1325;
	color:#fafafa;
	cursor:pointer;
}
#commentform input#submit:hover {
	color:#ffffff;
	background:#6b1325;

}
#commentform input#submit:active {
	color:#cccccc;
	background:666666;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0 0 35px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: 15px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
}

#respond h3 {
	padding-bottom:2px;
	border-bottom:1px dotted #aaaaaa;
	margin-bottom:15px;
	color:#666666;
}

#respond label {
	font-size:10px;
	color:#888888;
}
#user_id {
	font-size:11px;
	color:#888888;
}
#user_id a {
	color:#666666;
}
#user_id a:hover {
	color:#333333;
}
#user_id em {
	font-style:normal;
	color:#333333;
}
#logged_in_comment {
	text-align:right;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 45px;
	width: 185px;
	position:absolute;
	top:45px;
	right:0;
	}

#sidebar form {
	margin: 0;
	}
	
#leftbar {
	margin-right:45px;
	width:185px;
	position:absolute;
	top:45px;
	left:0;
}
#leftbar #logo {
	background:url(/wp-content/themes/oilspy/images/shared/logo.png) no-repeat;
	width:202px;
	height:209px;
	display:block;
	position:relative;
	top:-10px;
	left:-10px;
	text-indent:-9999px;
}

#leftbar #order {
	font-weight:normal;
	font-size:24px;
	background:url(/wp-content/themes/oilspy/images/shared/shop_online_icon.png) right 0 no-repeat;
	height:35px;
	padding-top:5px;
	display:block;
	color:#9E1C36;
}
#leftbar #order span {
	font-size:10px;
}

#enquiries {
	font-size:16px;
}

#order_wrapper {
	margin:25px 0 20px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	padding:25px 0;
	background:url(/wp-content/themes/oilspy/images/shared/shop_payment_icons.png) bottom center no-repeat;
	height:230px;
}
#order_wrapper p {
	font-size:12px;
	color:#555555;
}
#order_wrapper label {
	font-size:10px;
	color:#666666;
}

#order_wrapper #checkout {
	background:#333333;
	margin-top:15px;
	position:relative;
	left:-2px;
}

#fb_like_wrapper {
	width:195px;
	margin-left:-10px;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	border-top:1px dotted #aaaaaa;
	display: block;
	text-align: center;
	padding:35px 0 0;
	height:30px;
}
.nav_older {
	float:left;
	background:url(/wp-content/themes/oilspy/images/shared/arrow_left.png) left 3px no-repeat;
	padding:0 0 0 16px;
	font-size:16px;
}
.nav_older:hover {
	background-position: left -27px;
}


.nav_newer {
	float:right;
	background:url(/wp-content/themes/oilspy/images/shared/arrow_right.png) right 3px no-repeat;
	padding:0 16px 0 0;
	font-size:16px;
}
.nav_newer:hover {
	background-position: right -26px;
}


	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* ------------------------------------------ STATIC PAGES ------------------------------------------ */

h1.static_header {
	color:#9e1c36;
	margin-bottom:25px;
}

.home h1.static_header {
	margin:0 0 25px;
}

#tin_image {
	margin:-31px 0 31px;
}

/* ------------------------------------------ CONTACT US ------------------------------------------ */

#contact_us_form {
	clear:left;
	position:absolute;
	top:250px;
	width:480px;
}
#contact_us_form label {
	font-size:12px;
	color:#666;
}
#contact_us_success {
	position:absolute;
	top:250px;
	width:480px;
	font-size:14px;
	display:none;
}
