/***** Global Settings *****/

.png, .grey-box {
	behavior:url(iepngfix.htc);
}

html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font-size:62.5%;
	font-family:Arial,"Trebuchet MS",Verdana,Tahoma,Helvetica,Georgia,"Times New Roman",sans-serif;
	color:#333333;
}


/***** Links *****/
 
a {color:#669933;text-decoration:none;}
a:hover {text-decoration:none;}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select {font-size:1em;}
textarea {line-height:1.25;font-size:1.2em;}
label {cursor:pointer;}

form#contactform span, form#contactform input, form#contactform textarea {
	font-size: 12px;
}
form#contactform textarea {
	height:50px;
}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
}
 
h1 {
	padding:0 0 15px 0;
	font-size:18px;
	color:#669933;
}

h1.bg {
	background:#fff url('images/titles/bg.gif') top left no-repeat;
	width:500px;
	text-align:center;
	color:#000;
	font-weight:normal;
	padding-top:7px;
}
h1.bg a {
	color:#000;
}
 
h2 {
	padding:0 0 15px 0;
	font-size:2.5em;
}

h2.white {
	color:#ffe;
}
 
h3 {
	font-size:1em;
}

span.title1 {font-size:1.6em;}
p.title1 {font-size:2em;}

p {
	font-size:12px;
	margin:0;
	padding:0 0 15px 0;
	text-align:justify;
}
p.intro {
	color:#669933;
	font-weight:bold;
	font-size:14px;
}

ul, ol {
	font-size:1.2em;
	margin:0;
	list-style-type:disc;
/*
	list-style-image: url(/images/bullet.gif); 
*/
	padding:0 0 18px 15px;
}
 
ul.green {
	list-style-position:inside;
	line-height:1.4em;
}
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
	font-size:1.2em;
}

table#pricing {
	background-color:#E6DED9;
	border:3px solid #784346;
	margin:0 auto;
}
table#pricing td, table#pricing th {
	padding:5px 10px;
	font-weight:normal;
}
table#pricing td {
	text-align:center;
}
table#pricing th {
	text-align:left;
}
table#pricing tr.black {
	color:#000;
}
 

/***** Wrapper *****/

#wrapper {
	margin:0 auto;
	width:800px;
	padding:0;
}

 
/***** Global Classes *****/
 
.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.text-hidden {left:-9999px;position:absolute;}
 
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}
 
.img-left {float:left;margin:5px 20px 5px 0;}
.img-right {float:right;margin:5px 0 5px 20px;}
 
.nopadding {padding:0;}
.noindent {margin-left:0;padding-left:0;}
.nobullet {list-style:none;list-style-image:none;}

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.seo {display:none;}
.warning {color:red;}
.confirm {color:green;}
.green {color:#669933;}


/***** Header *****/

#header {
	background: url('images/header.jpg') no-repeat;
	height:141px;
}

#header-contact {
	float:right;
	height:65px;
	font-size:16px;
	text-align:center;
	padding:10px;
}

#header-font-size {
	position:absolute;
	margin:140px 0 0 670px;
}
#text-caption {
	width:60px; text-align:center; float:left; font-weight:bold; font-size:14px;
}

#header-tel {
	font-size:30px;
}

#header-nav {
	clear:both;
	float:right;
	width:650px;
}

#header-nav ul {
	float:right;
	list-style:none;
	margin:0 2px 0 0;
}
#header-nav li {
	width:86px;
	float:left;
	margin:0;
	text-align:center;
	line-height:1.3em;
}
#header-nav li.single-line {
	padding-top:8px;
}
#header-nav a {
	color:#000000;
	display:inline;
	text-decoration:none;
}
#header-nav a:hover {
	color:red;
}

.red {color:#ca0013;}


/***** Content *****/

#left {
	float:left;
	width:159px;
}

div#left-info {
	position:absolute;
	width:150px;
	font-size:10px;
	color:#9c7f61;
	text-align:left;
}
div#left-info p {
	font-size:10px;
}

div#left-info a {
	font-size:1.4em;
	font-weight:bold;
}

#left div.box {
	text-align:center;
	margin-bottom:10px;
	padding:20px 15px 20px 10px;
	color:#fff;
	font-size:11px;
}
#left div a {
	display:block;
	width:100%;
	color:#fff;
}
#box1 {
	background: url('images/box1.gif') no-repeat;
	height:135px;
}
#box2 {
	background: url('images/box2.gif') no-repeat;
	height:186px;
}
#box3 {
	background: url('images/box3.gif') no-repeat;
	height:190px;
}
#box4 {
	background: url('images/box4.gif') no-repeat;
	height:165px;
}

/*#box1 img.button {padding-top: 70px;}
#box2 img.button {padding-top: 150px;}
#box3 img.button {padding-top: 75px;}
*/

#main {
	background: url('images/bg.jpg') top right no-repeat;
	width:630px;
	float:right;
}

#shop-info {
	margin:145px 0;
	font-size:18px;
	color:#669933;
	text-align:center;
	font-weight:bold;
}

#home-content {
	background: transparent url(images/home-bg.gif) top left no-repeat;
}

#home-content p, #home-content td {
	font-size:1.4em;
}

#home-quote, #consultation-quote, #prices-quote, #hearing-aids-quote, #hearing-loss-quote {
	text-align:left;
	padding: 10px 25px 0 15px;
	height:185px;
	font-weight:bold;
}

#home-quote {
	background: transparent url(images/home-bg2.gif) top left no-repeat;
}
#consultation-quote {
	background: transparent url(images/consultation-quote-bg.gif) top left no-repeat;
	height:175px;
}
#prices-quote {
	background: transparent url(images/prices-quote-bg.gif) top left no-repeat;
	height:169px;
}
#hearing-aids-quote {
	background: transparent url(images/hearing-aids-quote-bg.gif) top left no-repeat;
	height:105px;
}
#hearing-loss-quote {
	background: transparent url(images/hearing-loss-quote-bg.gif) top left no-repeat;
}

#home-quote span, #consultation-quote span, #prices-quote span {
	font-size:24px;
	color:#ffe;
	line-height:28px;
}
#hearing-aids-quote span {
	font-size:22px;
	color:#ffe;
	line-height:24px;
}
#hearing-loss-quote span {
	font-size:24px;
	color:#ffe;
	line-height:26px;
}

#home-quote-caption, #consultation-quote-caption {
	text-align:right;
	color:#ffe;
	font-size:12px;
	padding-top:7px;
}



.fade-box {
	position:absolute;
}
#crossfade-container {
	height:375px;
}

#price-list-intro {
	background: url(images/price-list-into-bg.gif) top left no-repeat;
	color:#fff;
	padding: 7px 15px;
	height:155px;
	font-weight:bold;
}
#price-list-intro span {
	font-size:14px;
	background:#D0F333;
}

div.pricing-box {
	background:#fddca7 url(images/pricing-box-top.gif) top left no-repeat;
	width:265px;
	padding-top:10px;
	margin-bottom:15px;
}
div.pricing-box-bottom {
	background:#fddca7 url(images/pricing-box-bottom.gif) bottom left no-repeat;
}
div.pricing-box p {
	padding-left:10px;
	padding-right:10px;
}

.grey-box {
	background: url(images/grey-box-bg.png) top left no-repeat;
	width:750px;
	height:160px;
	padding:8px 25px 8px 15px;
	color:#fff;
}
.grey-box h2 {
	 color:#CCEF42;
	 padding:0;
	 font-size:18px;
}
.grey-box p {
	background: #2D2C2C;
	 font-size:14px;
}

/***** Footer *****/


#footer {
	background: url('images/footer.gif') no-repeat;
	height:95px;
	margin-top:5px;
}
#footer-designer {
	background: url('images/footer-designer.gif') no-repeat;
	height:95px;
	margin-top:5px;
}
#footer-prices {
	background: url('images/footer-prices.gif') no-repeat;
	height:95px;
	margin-top:5px;
}

#footer-info {
	padding-top:10px;
	text-align:right;
	color:#777;
}
#footer-notes {
	padding-top:60px;
	text-align:center;
}
#footer-notes, #footer-notes a {
	color:#c8f10f;
}
#footer-info a {
	color:#777;
}