/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html { 
	background: #b7d6ef;
	color: #404040;
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

body {
	margin: 0 auto;
	width: 1000px;
}

h1 { font-size: 1.8em; padding-bottom: 20px;}
h2 { font-size: 2.9em; }
ol li { list-style-type: decimal; margin: 5px 0;}
a { color: #2773B1; text-decoration: none; padding-bottom: 1px; }
a:hover { border-bottom: 1px dotted #2773B1; padding-bottom: 1px; }
em { font-style: oblique; }
.right { float: right; }
a.twitter, a.twitter:hover { 
	background: url(/images/twitter.gif) no-repeat; 
	display: block; 
	outline: none;
	height: 63px;
	width: 143px;
	text-indent: -9999px;
	}

#banner { margin: 30px 0 20px 0; }
	#banner h1 { padding-bottom: 5px; width: 445px; }
	#banner h1 a { 
		background: url(/images/logo.png) no-repeat 0 0;
		border-bottom: none;
		display: block; 
		height: 70px;
		padding-bottom: 1px;
		text-indent: -9999px;
		outline: none;
		width: 445px;
	}
	#banner h1 a:hover { border-bottom: none; padding-bottom: none; }
	
#banner-ad { 
	float: right; 
	height: 60px; 
	width: 468px; 
	margin-top: 5px;
	border: 1px solid #aaa;
}
	#banner-ad img { display: block; }

.accent { color: #2773b1; }
.blue 	{ color: #2767B1;}
.red 	{ color: red; }
.grey 	{ color: #b0b0b0; }
.shadow { text-shadow: 1px 1px 1px #aaa; }
.center	{ text-align: center; }
.small	{ font-size: 0.8em; }

li > a { color: #6d6d6d; text-decoration: none; }

ul li a.tab { 
	background: #c0c0c0; 
	border: 1px solid #a0a0a0;
	border-bottom: 1px solid #c0c0c0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	outline: none;
	padding: 4px 13px 2px; 
}

#nav ul, #content-nav ul { 
	list-style-type: none; 
	position: relative;
	margin-bottom: 2px;
}
#nav ul { width: 690px; margin-left: 355px; }
#content-nav ul { display: inline-block; }

#nav ul li, #content-nav ul li { display: inline; padding-left:10px;  position: relative; }
#nav ul li { z-index: 0; }
#nav ul li.active { z-index: 2; }

#nav ul li a:hover { 
	background: #c0c0c0; 
	border-bottom: 1px solid #c0c0c0; 
	color: #ffffff; 
	text-decoration: none; 
}

#nav ul li.active a, #nav ul li.active a:hover { 
	background: #d3d3d3; 
	border-bottom: 1px solid #d3d3d3; 
	color: #2773B1;
	padding-bottom: 2px;
	text-decoration: none;
}

/* safari hack to make top menu tabs behave */
@media screen and (-webkit-min-device-pixel-ratio:0){
#nav ul li.active a, #nav ul li.active a:hover { padding-bottom: 3px; }
input[type=number] { width: 50px; }
}
/* end safari hack */

#content-nav { padding-left: 20px; }
	#content-nav ul { width: 780px; }
		#content-nav ul li { z-index: 3; }
		#content-nav ul li.active { position: relative; z-index: 6;}
			#content-nav ul li a {
				background: #DFEDF8;
				border: 1px solid #bbb;
				border-bottom: 1px solid #DFEDF8;
				color: #a0a0a0;
			}
			#content-nav ul li a:hover { color: #555; text-decoration: none; }
			#content-nav ul li.active a, a:hover { 
				background: #FFF; 
				border-bottom: 2px solid #FFF;
				color: #2773B1; 
				text-decoration: none;
			}

#wrapper {
	background: #d3d3d3;
	border: 1px solid #a0a0a0;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 40px 0;
	padding: 30px 20px 20px;
	position: relative;
	min-height: 500px;
	width: 960px;
	z-index: 1;
}

#content {
	background: #FFF;
	border: 1px solid #bbb;
	min-height: 400px;
	width: 920px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 0px 20px 20px;
	position: relative;
	z-index: 4;
}
	#content a:hover { border-bottom: none; }

#add { 
/*	border-right: 1px solid #d3d3d3; */
	float: left; 
	min-height: 400px; 
	padding-right: 20px;
	width: 560px; 
}

#result {
	font-size: 1.3em;
	width: 560px; }
	
#result > p { padding: 10px 20px;}
.result-header { color: #b0b0b0; font-size: 30px; padding-bottom: 10px; }
	.result-header a { 
		float: right; 
		background: #ccc;
		color: #666;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #aaa;
		font-size: 16px;
		margin: 11px 9px 0 0 ;
		padding: 0px 5px;
		outline: none;
	}
	.result-header a:hover { 
		background: #B7D6EF;
		color: #2773B1;
		border: 1px solid #61A5DC !important;
	}

#add-more { 
	text-align: center;
	margin: 20px auto 0;
	width: 30%;
	font-size: 0.8em;
	line-height: 1.5em;
}

	#add-more a { 
		color: #a0a0a0; 
		display: block;
		border: 1px solid #b0b0b0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		outline: none;
	}
	#add-more a:hover {  
		color: #2773B1; 
		background: #DEEBEF;
		border: 1px solid #2773B1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

#quantity-wrapper #add-more { 
	line-height: 1.6em;
	font-size: 0.8em;
	width: 100%;
	margin-top: 0px;
}
	#quantity-wrapper #add-more a { 
		border: none;
		border-top: 1px dashed #2773B1;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		display: block; 
		color: #909090; 
		outline: none; 
		}
	#quantity-wrapper #add-more a:hover { 
		background: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		color: #2773B1; }


#quantity-wrapper { 
	background: #B7D6EF; 
	border: 2px solid #2773B1;
	color: #606060;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	margin: 20px auto 40px;  
	text-align: center;
	width: 250px; 
}

#agent-header { 
	background: #2773B1; 
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #d0d0d0; 
	font-size: 0.9em; 
	min-width: 200px;
	padding: 2px;
}
#quantity { min-width: 200px; text-align: center; }
	#quantity > p {  margin: 5px 0; min-width: 200px; }

#quantity-wrapper.neg { background: #FF9999; border: 2px solid #FF0000; color: #333; }
	#quantity-wrapper.neg #agent-header { background: #FF0000; color: #FFF; }

#adverts { float: right; width: 315px; color: #ababab; padding-left: 25px; margin-top: 10px;}
	.button-ad { 
		border: 5px solid #999;
		color: #666;
		width: 115px; 
		height: 115px; 
		background: #ccc; 
		line-height: 115px;
		float: left; 
		margin: 10px;
		text-align: center;
	}
	.button-ad:hover { background: #ccc; color: #444; border: 5px solid #777 !important;}
	.wide-button { padding-left: 10px; text-align: center; }
	#ad-email-link { padding-top: 10px; }

	
.wide-context-banner { width: 468px; margin: 0px auto 0; padding-top: 30px;}
.thin-context-banner { width: 234px; margin: 0 auto; }

/*#tagline { 
	background: url(/images/tagline.png) no-repeat;
	font-family: Georgia, serif; 
	height: 118px;
	margin: 30px auto 50px;
	text-align: center; 
	text-indent: -9999px;
	width: 850px;
}*/

#tagline {
	font-family: Georgia, serif;
	font-size: 3.3em;
	color: #888;
	line-height: 1.4em;
	margin-bottom: 40px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 1px;
}
.dark { color: #4488aa; text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;}

#action {
	padding: 10px 20px;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5em;
	color: #7a7a7a;
	border: 2px solid #959595;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ddd;
	-webkit-box-shadow: 3px 3px 10px #a0a0a0;
	-moz-box-shadow: 3px 3px 10px #a0a0a0;
}
	#action ul { 
		text-shadow: rgba(245, 245, 245, 1) 0px 1px; 
		padding: 20px 10px 0px; 
/*		width: 50%; */
	}
	ul#left { text-align: left; }
	ul#right {text-align: right; float: right; }
	#action ul li a { color: #2773B1; }
	#action ul li a:hover {background: none; color: #505050; }
	
#sub-tag { margin: 50px 0 0 0; font-size: 1.2em; text-align: center;}
	#sub-top { 
		background: #2773B1; 
		color: #bbb; 
		padding: 5px; 
		border: 1px solid #255f8f;
		text-shadow: rgba(36, 81, 117, 0.6) 0px -1px;
	}
	#sub-bot { 
		background: #bbb; 
		color: #2773B1; 
		padding: 5px; 
		border: 1px solid #888; 
		border-top: 1px solid #c0c0c0;
		text-shadow: rgba(210, 210, 210, 1) 0px 1px;
	}

#badge { 
	margin: 20px auto;
	width: 608px;
	height: 228px;
	padding-bottom: 0px;
	text-indent: -9999px;
}
#badge a {
	background: url(/images/badge-sprite.png) no-repeat 0 0;
	display: block;
	outline: none;
	padding-bottom: 0px;
	height: 234px;
	width: 613px;
}
	#badge a:hover {
		background: url(/images/badge-sprite.png) no-repeat 0 -234px;
		border-bottom: none;
}

#asterisk {
	background: url(/images/asterisk.png) no-repeat;
	margin-top: 62px;
	text-indent: -9999px;
}

form > p, #form > p, div.conversion > p { margin: 20px 0; clear: left	;}
form > p label, #form > p label, div.conversion > p label { 
	float: left; 
	font-size: 1.2em; 
	padding-right: 20px; 
	text-align: right; 
	width: 150px;
}

div.trial { padding-left: 170px; font-size: 1.2em; }
ol#trial { font-size: 0.8em; margin-top: 20px; }
div.trial a { font-size: 0.8em; }

table#trial { margin: 20px auto; }
table#trial th { 
	border-bottom: 1px solid #666; 	
	font-weight: bold; 
	padding: 0 0 5px 30px; 
	text-align: right; 
}
table#trial th.thin { width: 70px; }
table#trial th.wide { width: 110px; }
table#trial tr td { color: #525252; text-align: right; padding: 7px 4px; } 
table#trial tr.shaded { background: #DEEBEF;}
table#trial tr.total { border-top: 1px solid #666; }

div.referm > p { line-height: 1.3em; font-size: 0.95em;}
span.step { 
	background: #DEEBEF; 
	border: 1px solid #B7D6EF; 
	color: #777; 
	font-size: 0.8em; 
	padding: 2px 4px; 
}

a.meta_show, a.meta_hide { display: block; float: right; margin-right:20px; }
.meta { display: none; }
.meta, .answer { border-left: 2px solid #aaa; padding-left: 20px; }
	.meta p { font-size: 14px; line-height: 20px; padding: 10px 0; text-align: justify; }

.answer { margin-left: 20px; }
	.answer > p { margin-bottom: 20px; font-size: 18px; line-height: 22px; text-align: justify; }
	.answer .meta { display: block; border-left: 1px solid #bbb; margin-left: 10px; }
	.answer .meta p { margin-bottom: 10px; padding: none; }
	.answer h1 { padding: 10px 0 5px 0; }
	
a.faq, a.faq:active { 
	border: 1px solid #fff;
	display: block; 
	text-align: right; 
	margin-top: 10px; 
	outline: none; 
	padding-right: 10px;
	}
a.faq:hover { 
	border: 1px solid #a0a0a0 !important; 
	background: #d3d3d3; 
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#clear { clear: both; }
p#ph { width: 300px; margin: 20px auto }
p#left, p#right { text-align: center; width: 279px;}
p#left input, p#right input { margin-bottom: 15px; }
p#left { float: left; border-right: 1px dashed #c0c0c0;}
p#right { float: right; }
span.output { font-size: 1.2em; }

a#feedback { 
	background: url(/images/feedback.png) 0 0 no-repeat;
	cursor: pointer;
	position: fixed; 
	left: 0; 
	margin-top: 125px; 
	outline: none;
	height: 100px; 
	width: 30px; 
}

a#feedback:hover { background: url(/images/feedback.png) -30px 0 no-repeat; border: none; }

#footer { height: 50px; width: 100%; line-height: 31px; text-align: center; font-size: 14px; }
#footer a:hover { background: #b7d6ef; text-decoration: none; border-bottom: none; }
#heroku-link { 
	background: url(/images/heroku.png) no-repeat; 
	display: inline-block;
	text-indent: -9999px;
	height: 31px;
	width: 88px;
	margin-top: -10px;
}
a#heroku-link:hover { background: url(/images/heroku.png) no-repeat;}

#error { font-family: Georgia, serif; text-align: center; }
#code { font-size: 7em;  font-weight: bold; color: #FFF; -webkit-text-stroke: 1px #aaa; margin: 20px 0;}
#explain { font-size: 4em; color: #2767B1; margin: 40px 0; }
#redirect { font-size: 2em; margin: 50px 0; }

.error { 
	color: #D40d0d;
	background: #F1B9B9;
	border: 1px solid #d40d0d;
	margin: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

#js-warn { 
	background: #D40d0d; 
	color: #FFF; 
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-botder-bottom-left-radius: 5px;
	padding-bottom: 3px;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

div#mso2 { float: left; }

#iphone-back { display: none; }

#slider-wrapper { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 0px 20px 0 0;
	width: 900px;
}
#slider { 
	height: 550px; 
	width: 800px; 
	overflow: hidden; 
	margin: 0 auto; 
}
#slider ul, #slider li { 
	list-style-image: none; 
	list-style-type: none; 
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#slider li { overflow: hidden; height: 550px; width: 800px; }
#slider img { display: block; margin: 0 auto; width: 800px; }
#nextBtn, #prevBtn { 
	display: block;
	height: 25px;
	width: 25px;
	top: 283px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#nextBtn { left: 895px;}
	
span#nextBtn a, span#prevBtn a { 
	display: block;
	width: 25px;
	height: 24px;
	outline: none;
	position: relative; 
}

span#prevBtn a { background: url(/images/iphone/btnSprite.png) 0 -25px no-repeat;  }
span#prevBtn a:hover { background: url(/images/iphone/btnSprite.png) -25px -25px no-repeat; }
span#prevBtn a:active { background: url(/images/iphone/btnSprite.png) -50px -25px no-repeat; }

span#nextBtn a { background: url(/images/iphone/btnSprite.png) 0 0 no-repeat; }
span#nextBtn a:hover { background: url(/images/iphone/btnSprite.png) -25px 0 no-repeat; }
span#nextBtn a:active { background: url(/images/iphone/btnSprite.png) -50px 0 no-repeat; }

input.conversion[type=number], input.temperature[type=number] { width: 150px; text-align: right;}
sup { font-size: 0.8em; vertical-align: top;}
.units { color: #999; }

span.note { color: #808080; }
p.note { background: #d3d3d3; padding: 10px; border: 1px dashed #888;}

#copper-popup { position: relative; }
#copper-info { margin-left: 170px; width: 390px; color: #888; position: absolute; top: -5px; font-size: 0.8em;}