/* Eric Meyers Reset: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Main Structure */

body {
    font: 12px/1.5em arial, helvetica, sans-serif;
    color: #333;
    text-align: center;
    background-color: #babcbf;
}

p {
    margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1em 2em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

.clear {
	clear: both;
}

#container {
    text-align: left;
    width: 708px;
    margin: 0 auto;
}

#container-inner {
    background: #babcbf url(../images/bg-main.gif) repeat-y 0 0;
    overflow: hidden;
}

/* Header */

#header {
    position: relative;
    width: 708px;
    height: 136px;
    background: url(../images/bg-swoop.gif) no-repeat 3px 86px;
}

#header h1 {
    width: 220px;
    height: 61px;
    text-indent: -6000px;
    background: url(../images/audioclinic_logo.gif) no-repeat 0 0;
    position: absolute;
    top: 20px;
    left: 23px;
}

#header h1 a {
    width: 220px;
    height: 61px;
    display: block;
    text-decoration: none;
}

#header h2 {
    width: 205px;
    height: 18px;
    text-indent: -6000px;
    background: url(../images/freecall.gif) no-repeat 0 0;
    position: absolute;
    top: 42px;
    left: 481px;
}

/* Main Content Area */

#main h3 {
    margin: 30px 0 20px 23px;
    color: #666;
    font-size: 24px;
}

#main p {

}

/* Content Column */

#content {
    width: 320px;
    margin: 10px 20px 0 24px;
    float: left;
    display: inline;
}

#content h1,
.thankstitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #b30027;
	margin: 0 0 0.5em 0;
}

.thankstitle {
	margin: 20px 0 0 20px;
}

#content h2 {
	font-size: 14px;
	line-height: 1.3em;
	color: #b30027;
	margin: 1.5em 0 0.5em 0;
}

.imageright {
    float: right;
    margin: 0 0 10px 20px;
}

.imageleft {
    float: right;
    margin: 0 20px 10px 0;
}

/* Form Column */

#formcol {
    width: 320px;
    margin: 10px 20px 0 0;
    float: left;
    background: #c6cfe9 url(../images/form-bottom.jpg) no-repeat bottom left;
}

#formcol h2 {
    padding: 20px 0 15px 0;
    font-size: 28px;
    line-height: 1.1em;
    color: #596593;
    text-align: center;
    background: transparent url(../images/form-top.jpg) no-repeat 0 0;
}

form {
    width: 280px;
    margin: 20px 0 10px 20px;
}

form div {
    overflow: hidden;
    margin-bottom: 5px;
}

label {
    width: 80px;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
}

label.chkbox {
    width: 200px;
    float: right;
    margin-left: 80px;
    font-weight: normal;
    overflow: hidden;
    font-size: 11px;
}

label span {
    color: #b30027;
}

input.textinput,
input.smallinput,
input.ph_prefix,
input.ph_number {
    width: 190px;
    border: 2px solid #9aa5cf;
    font-size: 12px;
    padding: 2px;
}

* html input.textinput,
* html input.smallinput,
* html input.ph_prefix,
* html input.ph_number {
    width: 180px;
}

input.smallinput {
    width: 50px !important;
}

input.ph_prefix {
    width: 30px !important;
}

input.ph_number { 
    width: 120px !important;
    margin-left: 8px;
}

select {
    font-size: 12px;
    padding: 2px;
}

#privacy {
    margin: 1em 0;
    color: #666;
    font-size: 11px;
}

#privacy a {
    color: #666;
}

#submitbutton {
    position: relative;
    left: -7px;
}

#address2 {
    margin-left: 80px;
    margin-top: 5px;
}

* html #address2 {
    margin-left: 83px;
}

p.info {
    text-align: center;
}

.thanks {
    padding: 0 20px;
}

.spammy {
    margin: 40px 0 0 23px;
}

/* Footer */

#footer {
    width: 708px;
    height: 100px;
    background: url(../images/bg-bottom.gif) no-repeat 0 0;
	font-size: 11px;
}

#footer p {
    color: #888;
    text-align: center;
    padding-top: 10px;
}

#footer ul {
	padding-top: 32px;
	padding-left: 10px;
	text-align: center;
}

#footer li {
	float: left;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}

#footer li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#footer a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

/* Misc. */

.articlepics {
	float: left;
	margin: 3px 10px 5px 0;
}

#ross-img {
	float: left;
	margin: 0 20px;
	width: 120px;
}
* html #ross-img { margin: 20px 20px 10px 20px; }
*+html #ross-img { margin: 20px 20px 10px 20px; }
