@import url("global.css");
@import url("navigation.css");

/* Wrapper styles */

body{
    background-color: #005375;
    margin: 0px;
}

#drop_con{
    overflow: auto;
    width: 980px;
    background:  url("images/canvas_bkg.png") center repeat-y;
    margin: 0px auto;
    padding: 0px 0px 5px 0px;
}

#page
{
	width: 920px;
	margin: 0px auto;
	padding: 8px 20px 0;
	position: relative;
	background: white url("images/page_bkg.png") repeat-y;
	text-align: left;
}
* html #page	{ width: 960px; w\idth: 920px; }

/* Header styles */

#header
{
	height: 148px;
	position: relative;
	background: url("images/header_bkg.png")  no-repeat;
}

#header img				{ margin: 7px 0 0 12px; border: 0; }
#header #sister_link	{ position: absolute; top: 0; right: 6px; }


/* Sidebar and content area styles */

#sidebar	{ float: left; width: 190px; display: inline; }
#main		{ width: 700px; float: right; }

html body.audiologyclinic div#page div#main table tbody tr td{max-width: 400px;}


#sidebar_sister_link	{ display: block; margin-bottom: 16px; }

#sidebar .section		{ background: url("images/round_border_top.png") no-repeat; }
#sidebar .section .bkg	{ padding: 8px 4px; background: url("images/round_border_bottom.png") 0 100% no-repeat; }
#sidebar h3				{ margin: 0 0 0.5em; }

/* The clear element makes sure the footer follows sidebar and main content areas */
#clear		{ visibility: hidden; clear: both; }

/* Footer styles */

#footer
{
	background: url("images/footer_bkg.png") no-repeat;
	height: 80px;
	padding: 8px 40px;
	position: relative;
	font-size: 85%;
	text-align: right;
}
html>body #footer	{ height: auto; min-height: 80px; }

#footer p		{ margin: 0 0 0.5em;  text-align: center;}
#prodev_logo	{ position: absolute; top: 7px; right: 9px; }

/*fancy menu*/
#page div#sidebar table tr td div#menu_con div.frm-menu ul{margin: 0px;}
#page div#sidebar table tr td div#menu_con div.frm-menu ul li ul{
    margin-left: 150px;
    margin-top: -30px;
}
#page div#sidebar table tbody tr td div#menu_con div.frm-menu ul li span.raquo{
    float: right;  vertical-align: bottom;
}
html body.audiologyclinic div#page div#sidebar table tbody tr td div#menu_con div.frm-menu ul li span.raquo{
    padding-top: px;

}

#nav_site_footer {
	text-align:center;
	}


/*Shopping cart*/
#sidebar .subscribe input#side_omne_new_email.text,
#sidebar .subscribe textarea#side_omne_new_address1{
    width: 160px;
}

#sidebar .subscribe tr td input{width: 76px;}
#page div#sidebar div.section .subscribe small input{width: auto;}


/*Contact Page*/
#page div#main form#contact-form.section table.list tbody tr td input#c_subject.text{width: 360px; }
#page div#main div.direct-contacts table.tbl-direct-contacts tbody tr td p{margin: 0px;}
#page div#main div.direct-contacts h2{margin-bottom: 0px;}
html body.audiologyclinic div#page div#main h1#main_heading{margin-top: 0px;}

