/* SWELL PEDALS BASE STYLE SHEET */
@import url(reset.css);
/* BASIC TYPOGRAPHY
==================== */
body {
	font-size: 14px;
	background: #191919 url(/images/bg.gif) repeat-x;
}
body, p, div, th, td, input, select, textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #808080;
}
p, ul, ol {
	margin: 0 0 1em;
	line-height: 1.4;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1em 0;
}
h1 {
	font-size: 28px;
	color: #fff;
	margin: 0 0 1em;
}
h2 {
	font-size: 24px;
	color: #0093cd;
	margin: 2em 0 1em;
	text-transform: uppercase;
}
#sidebar h2 {
	margin: 0 0 1em;
	font-size: 16px;
	color: #fff;
}
#sidebar .box h2 {
	border-bottom: 1px solid #808080;
	background: #111;
	margin: 0;
	padding: .5em;
}
.separate h2 {
	margin-top: 0;
}
h3 {
	font-size: 22px;
	color: #aaa;
}
.separate h3 {
	margin-top: 0;
}
h4 {
	font-size: 125%;
	margin-bottom: 0;
}
h5 {
	font-size: 100%;
}
.subhead {
	color: #aaa;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin: 5px 20px 30px;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/blockquote-bg.png) no-repeat top left;
	padding: 20px 5px 5px;
	margin-bottom: 30px;
}
blockquote.alt {
	background: #fafafa url(/images/open-quote.gif) no-repeat 10px 7px;
	border: 1px solid #073cc9;
	border-width: 1px 0;
	padding: 10px 10px 0;
}
.grid blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat;
	margin-bottom: 0;
	padding-top: 12px;
}
blockquote p {
	line-height: normal;
	padding:  0 0 8px;
	margin-bottom: 0;
	text-indent: 30px;
}
blockquote.alt p {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #071444;
}
.cite {
	padding: 15px 20px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}
blockquote .cite {
	background: transparent url(/images/close-quote.gif) no-repeat top right;
}
blockquote.alt cite {
	padding: 0;
}
/* LINK STYLES
==================== */
a:link, a:visited {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
a:hover {
	color: #fff;
	border-bottom-color: #fff;
}
a img, a.image {
	border: none;
}
a.noborder {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
	vertical-align: bottom;
}
a.outline:hover img {
	border-color: #000;
}
a.framed {
	border: none;
}
a.framed img {
	border: 10px solid #292929;
	vertical-align: bottom;
}
a.framed:hover img {
	border-color: #c5c5c5;
}
a.button {
	background: url(/images/btn-grad.png) 0 50% repeat-x;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #333;
	line-height: 3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
a.button:hover {
	background-position: 0 30%;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	border-bottom: 1px solid #292929;
	margin: 0;
	padding: 0;
}
ul.menu a {
	border: none;
	display: block;
	padding: 0 10px 0 30px;
	line-height: 1.66;
	background: #161616;
}
ul.menu a:hover {
	background: #000;
}
dt {
	font-size: 18px;
	margin: 20px 0 0;
	height: 35px;
	color: #aaa;
	background: url(/images/bottom-bg.png) repeat-x;
	padding-top: 5px;
}
dt:hover, dt.sfHover {
	color: #fff;
}
#premium-tubes dd p, #premium-tubes dd ul {
	padding-left: 170px;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table.data {
	width: 100%;
}
table.data td {
	padding: 5px;
	border-bottom: 1px solid #222;
}
table.data tr.alt td {
	background: #151515;
}
/* PAGE LAYOUT
==================== */
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 120px;
}
#logo {
	position: absolute;
	margin-top: 10px;
}
#bannerad {
	position: absolute;
	width: 728px;
	height: 90px;
	overflow: hidden;
	margin: 15px 0 0 232px;
}
#navbar {
	position: relative;
	z-index: 2;
}
#content {
	padding: 20px 0;
	z-index: 1;
	position: relative;
}
.narrowcolumn {
	float: left;
	width: 640px;
	margin-right: 20px;
}
#sidebar {
	float: left;
	width: 300px;
}
#bottom {
	background: url(/images/bottom-bg.png) repeat-x;
	padding: 30px 0;
}
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
}
#tube-effects-done-right {
	float: right;
	margin-top: 10px;
}
#usa {
	background: url(/images/flag.png) no-repeat;
	padding: 20px 0 5px 55px
}
#sidebar .box {
	border: 10px solid #292929;
	margin-bottom: 20px;/*background: #111;*/
}
#sidebar .box img {
	vertical-align: bottom;
}
#sidebar .textbox {
	padding: 10px;
	border: 10px solid #292929;
	margin-bottom: 20px;
	font-size: 12px;
}
#swell-firsts {
	background: #06000e url(/images/ads/boxes/swell-firsts.jpg) top right no-repeat;
	padding: 55px 100px 10px 20px;
}
#artist-photo {
	/*background: #000;*/
	line-height: 360px;
}
#artist-photo img {
	vertical-align: middle;
}
.separate {
	background: url(/images/bottom-bg.png) repeat-x;
	padding: 15px 0;
	margin: 30px 0;
	clear: both;
}
.grid {
	background: url(/images/bg-grid.gif);
	padding: 10px;
	border: 1px solid #222;
}
.padleft p, .padleft ul, .padleft h2, .padleft h3 {
	padding-left: 190px;
}
.padleft .callout {
	margin-left: 190px;
}
.innerfade {
	overflow: hidden;
}
.bullets {
	float: right;
	width: 250px;
	font-size: 80%;
	padding: .5em .5em 0;
	background: #1e1e1e;
	border: 1px solid #282828;
	margin-bottom: 2em;
}
.tagline {
	margin: 0 0 .5em;
	font-size: 110%;
}

/* TYPOGRAPHY
==================== */
span.alt {
	color: #f90;
}
.review {
	padding-left: 130px;
}
.padded {
	padding: 15px;
}
.nopad {
	margin: 0;
	padding: 0;
}
.emphasis {
	font-size: 1.2em;
	color: #ededed;
}
.callout {
	background: #181818;
	border: 1px solid #0093cd;
	border-width: 1px 0;
	padding: 1em;
	margin: 20px 0;
}
.section {
	margin-bottom: 20px;
}
.lightblue {
	color: #0093cd;
}
.orange {
	color: #f99706;
}
.price {
	color: #eee;
	display: block;
	padding-left: 8px;
}
.note {
	font: italic smaller Georgia, "Times New Roman", Times, serif;
}
/* MISC CLASSES
==================== */
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.divider {
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
}
.sr {
	position: absolute;
	top: -9999em;
	left: -9999em;
	height: 0;
	width: 0;
	overflow: hidden;
}
.notice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}

