﻿
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
html
{
/*	background: #ececec;*/
}

body
{
	font-family:  "Calibri", "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.21em;
    color: #707070;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    width: 100%;
    display: table;
}

.error
{
    width: 75%;
}
.error2
{
    width: 60%;
    text-align: left;
}

.page
{
	width: 982px;
	margin: 10px auto 0 auto;
	padding: 0px 10px 10px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}   

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    left: -39px;
}

.heading
{
    display: inline;
    float:left;
    margin-bottom: 0px;
    line-height:normal;
}

.cellParagraph
{
    vertical-align: top;
}

.paragraphTable
{
    width: 980px;
    table-layout: fixed;
    margin-bottom: 0px;
}

.column,.columnsameheight,.columnsameheight1,.columnsameheight2
{
	margin: 0px;
    background: white;
	vertical-align: top;
 }
 
.borderPanel
{
    margin: 20px 20px 0px 20px;
}

.bigimage
{
    border: #DBDBDB 1px solid;
    background: #fff;
}

.popup
{
    border-style: none;
    margin: 0px;
    background-color: transparent;
    background: transparent;
    z-index: 10;
    visibility: hidden;
	vertical-align: top;
    color: #505050;
}

.noLink, .noLink:hover, .noLinkh2, .noLinkh2:hover
{
	color: #707170;
	text-decoration: none;
	font-weight: normal;
	cursor: text;
}

.popup .noLink, .popup .noLink:hover, .popup .noLinkh2, .popup .noLinkh2:hover
{
	color: #505150;
	text-decoration: none;
	font-weight: normal;
	cursor: text;
}

.rightJustified, .rightJustified:hover
{
	float: right;
	padding-right: 10px;
    color: Black;
    outline: 0;
}
.leftJustified
{
	color: black;
	float: left;
	font-size: 1.7em;
	padding-right: 10px;
	position: relative;
	top: 16px;
}
.footer
{
    /*border-color: #DBDBDB;
    border-style: solid none none none;
    border-width: 1px 0px 0px 0px;*/
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
}

.centered
{
	display: block;
	text-align:center;
    margin-left: auto;
    margin-right: auto;

}

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

a:hover
{
    color: #F98D3E;
    text-decoration: none;
}

.list
{
	line-height: 1.15em;
    list-style-type: disc;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 7px;
    position: relative;
    left: -10px;
}

:active
{
    outline: 0;
}

p,.margin
{
	text-align: left;
	margin: 11px 17px 0px 17px;
}

:focus { outline: none }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .noLinkh2
{
	color: black;
	margin: 0px 17px 0px 17px;
}

h1
{
	font-size: 2em;
    margin-bottom: 15px;
}

h2
{
    margin-bottom: 15px;
    font-size: 1.25em;
	line-height: 1.24em;
    font-weight: bold;
}
.noLinkh2,.noLinkh2:hover
{
    font-weight: bold;
    margin: 0px;
}

h3
{
    font-size: 1.2em;
    height: 12;
    margin-top: 16px;
    margin-bottom: 7px;
}

h4
{
    font-size: 1.1em;
	color: #777;
    text-align: center;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}




/* MENU ---------------------------------------------------------*/

/* regular menu items */
#mn_home            { background-position: 0px 0px;}
#mn_buy             { background-position: -103px 0px;}
#mn_audiophilleo1   { background-position: -206px 0px;}
#mn_audiophilleo2   { background-position: -309px 0px;}
#mn_articles        { background-position: -412px 0px;}
#mn_reviews         { background-position: -515px 0px;}
#mn_purepower       { background-position: -618px 0px;}
#mn_support         { background-position: -721px 0px;}
#mn_nothing         { background-position: -824px 0px;  width: 157px;}

/* hover state */
#mn_home:hover      { background-position: 0px -38px;}
#mn_buy:hover       { background-position: -103px -38px;}
#mn_audiophilleo1:hover   { background-position: -206px -38px;}
#mn_audiophilleo2:hover   { background-position: -309px -38px;}
#mn_articles:hover  { background-position: -412px -38px;}
#mn_reviews:hover   { background-position: -515px -38px;}
#mn_purepower:hover      { background-position: -618px -38px;}
#mn_support:hover   { background-position: -721px -38px;}
#mn_nothing:hover   { background-position: -824px -38px;  width: 157px;}

/* pressed state */
#mn_home:active      { background-position: 0px -76px;}
#mn_buy:active       { background-position: -103px -76px;}
#mn_audiophilleo1:active   { background-position: -206px -76px;}
#mn_audiophilleo2:active   { background-position: -309px -76px;}
#mn_articles:active  { background-position: -412px -76px;}
#mn_reviews:active   { background-position: -515px -76px;}
#mn_purepower:active { background-position: -618px -76px;}
#mn_support:active   { background-position: -721px -76px;}
#mn_nothing:active   { background-position: -824px -38px;  width: 157px;}

.pageBuy #mn_buy						{ background-position: -103px -114px;}
.pageAudiophilleo1 #mn_audiophilleo1	{ background-position: -206px -114px;}
.pageAudiophilleo2 #mn_audiophilleo2	{ background-position: -309px -114px;}
.pageArticles #mn_articles				{ background-position: -412px -114px;}
.pageReviews #mn_reviews				{ background-position: -515px -114px;}
.pagePurePower #mn_purepower            { background-position: -618px -114px;}
.pageSupport #mn_support				{ background-position: -721px -114px;}

.menubar
{
    height: 38px;
    position: relative;
    display: block;
    width: 982px;
}

.menubaritem
{
    background-image: url('/images/bar.png');
    overflow: hidden;
    background-repeat: no-repeat;
    float: left;
    width: 103px;
    height: 38px;
    margin-left: 0;
    list-style-type:none; 
}

/* SUB MENU
----------------------------------------------------------*/

.submenuTable
{
    float: right;
    display: inline;
    font-size: 1.2em;
}
.cellsubmenuTable
{
    padding-left: 17px;
}
.cellsubmenuTable a
{
    font-weight: normal;
}
.cellsubmenuTable a:hover
{
    color: black;
}
#pageAudiophilleo1_features #ap1Features { color: black;}
#pageAudiophilleo1_specifications #ap1Specifications { color: black;}
#pageAudiophilleo1_gallery #ap1Gallery { color: black;}

#pageAudiophilleo2_features #ap2Features { color: black;}
#pageAudiophilleo2_specifications #ap2Specifications { color: black;}
#pageAudiophilleo2_gallery #ap2Gallery { color: black;}

#pagePurePower_features #ppFeatures { color: black;}
#pagePurePower_specifications #ppSpecifications { color: black;}
#pagePurePower_gallery #ppGallery { color: black;}

.subMenu
{
    margin-bottom: 8px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border-style: none;
    padding: 1em;
    background: #d8d8d8;
    color: Black;
    background-image: url('../images/formFill.jpg');
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.title
{
	width: 1600;
	height: 305px;
}

.loginDisplay
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding: 10px;
	text-decoration: none;
	width: 314px;
	float: right;
}

.loginDisplay a
{
    color: #e66908;
    position: relative;
	text-decoration: none;
}

.loginDisplay a:hover
{
    color: #F98D3E;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.imgLink
{
    color: Black;
    margin-left: 5px;
    outline: 0;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
	margin-left: 20px;
}

.headingLine
{
    border-style: solid none none none;
    background: white;
    border-width: 1px;
    border-color: #bcbcbc;
	line-height: 1.6em;
}

.footnote {
    position:relative;
    font-size:85%;
    top:-0.9ex;
    margin-left:0.2em;
    margin-right:0.1em;
}
