html, body{
    height: 100%;
    background: #000000;
    color:#ffffff;

}

#main{

}

#header{

}
#header-menu-container{
    width:200px;
    padding:0 0 0 40px;
}
#header-title-container{
    text-align: center;
}
#header-title-container h1{
    font-size: 45px;
    margin: 15px 5px 5px 5px;
}
#header-title-container h3{
    font-size: 20px;
        margin: 5px;
}
#header-title-container hr{
    width:450px;
    border: solid 1px #ffffff;
}
#header-logo-container{
    width:200px;
    padding:5px;
    text-align:center;
}
#header-login-container{
    padding: 2px 2px 2px 40px;
}

#header-login-container input, textarea, select {
	border:1px solid #bbb;
	background-color: #dee3e7;
	}



#header-login-container input:focus, textarea:focus, select:focus {
	border:1px solid #666;
	background-color: #ffffff;
	}

#remember_me{
	border:0px solid #000;
	background-color: #000;
}

#header-breadcrumbs{
    background: #0099cc;
    padding: 2px 0 2px 0;
    height: 30px;
}
#header-breadcrumbs-border{
    border-top: dashed 1px #ffffff;
    border-bottom: dashed 1px #ffffff;
    padding: 3px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    }
#header-breadcrumbs-crumbs{
    padding:0 0 0 40px;
}
#header-breadcrumbs-nav{
    padding: 3px;
    width:200px;
    text-align:center;
}
#content-main{
 background:#dee3e7;
 text-align: justify;

}
#content-left{
    width:200px;
    border: 1px solid #0099cc;
    background: #ffffff;
    color: #000000;
    margin: 10px 5px 10px 5px;
    padding: 5px;
}
#content-center{
    border: 1px solid #0099cc;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    background: #ffffff;
    color: #000000;
}
#content-right{
    border: 1px solid #0099cc;
    width:20px;
    margin: 10px 5px 10px 5px;
    padding: 3px;
    background: #ffffff;
    color: #000000;
}
#footer{

}
#footer-menu-container{
    width:200px;
    padding:0 0 0 40px;
}
#footer-title-container{
    text-align: center;
}
#footer-title-container h4{
    margin: 5px;
}
#footer-logo-container{
    width:200px;
    padding:5px;
    text-align:center;
}
#footer-breadcrumbs{
    background: #0099cc;
    padding: 2px 0 2px 0;
    height: 30px;
}
#footer-breadcrumbs-border{
    border-top: dashed 1px #ffffff;
    border-bottom: dashed 1px #ffffff;
    padding: 3px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    }
#footer-breadcrumbs-crumbs{
    padding:0 0 0 40px;
}
#footer-breadcrumbs-nav{
    padding: 3px;
    width:200px;
    text-align:center;
}



/******  FORM ******/
fieldset {
	border:1px solid #ddd;
	margin:0pt 0pt 1.5em;
	padding:1.4em;
}

legend {
	background-color:#ffffff;
	border:1px solid #ddd;
	color:#333333;
	font-size:1.2em;
	padding:0pt 0.4em;
}

textarea {
	width:200px;
	height:150px;
}






/* START nav menu styles */
#nav {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #ffffff;

	top: 0;
	left: 0;
	line-height: 14px;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 110px;
	list-style: none;
	left: 110px;
	margin:0;
	border-left: 1px solid #0b4c5b;

}
#nav li {
	margin: 0 0 3px 5px;
    	list-style: none;
}
#nav ul ul ul {
	margin-top: 0;

	left: 110px;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	margin: 0;
	padding: 1px 6px 3px 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#nav li.active {
	background-image: url(/default/images/bkg_line.gif);
	background-repeat: repeat-x;
}
#nav li.active a.active {
	background-color: #0099cc;
}

#nav li.noChild a.active {
	background-color: #0099cc;
}

#nav a:hover {
	background-color: #0099cc;
}
#nav li.active a.active:hover {
	background-color: #33ccff;
}
/* turn off background image in third-level active list item */
#nav ul ul ul li.active {
	background-image: none;
}
/* absolutely position Subnav for each section */
#nav ul.home {
	border-left: 0;
	top: 20px;
	left: 30px;
}
#nav ul.productsSubnav {

	top: 0;
	left: 110px;
}
#nav ul.whatupSubnav {

	top: 0;
	left: 110px;
}
#nav ul.newsSubnav {

	top: 68px;
	left: 110px;
}
#nav ul.subwoofersSubnav {

	top: 0;
	left: 110px;
	width: 200px;
}
#nav ul.aboutSubnav {

	top: 68px;
	left: 110px;
	width: 220px;
}
#nav ul.mclassSubnav {

	top: 0;
	left: 110px;
	width: 200px;
}
#nav ul.sclassSubnav {

	top: 102px;
	left: 110px;
	width: 200px;
}
#nav ul.amplifiersSubnav {

	top: 0;
	left: 110px;
	width: 250px;
}
#nav ul.speakersSubnav {

	top: 0;
	left: 110px;
	width: 250px;
}
#nav ul.marineSubnav {

	top: 34px;
	left: 110px;
	width: 200px;
}
#nav ul.accessoriesSubnav {

	top: 17px;
	left: 110px;
	width: 200px;
}
#nav ul.supportSubnav {

	top: 51px;
	left: 110px;
}

#nav ul.troubleshootingSubnav {

	top: -17px;
	left: 110px;
	width: 300px;
}

#nav ul.dealersSubnav {

	top: 51px;
	left: 110px;
	width: 200px;
}
/* END nav menu styles */


table{
    background: #eeeeee;
    padding: 3px;
    border: #000000 solid 0px;
}
tr{
    background:#ffffff none repeat scroll 0 0;
    border-bottom:1px dashed #9AAFE5;
    border-right:1px dashed #9AAFE5;
    font-weight:bold;

}
.even{
    background:#eeeeee none repeat scroll 0 0;
}
.odd{
    background:#dee3e7 none repeat scroll 0 0;
}
.heading{
    background:#0099cc none repeat scroll 0 0;
    color: #ffffff;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    
}
td{

    border:1px dashed #9AAFE5;
    padding:4px 10px 4px 5px;
    text-align:center;

}
th{

    border:1px dashed #ffffff;
    padding:4px 10px 4px 5px;
    /*
    background: #9db4bb;
    border:1px dashed #888c96;
    */
    background: #0099cc;
    color: #ffffff;

}
.wide{
    width: 200px;
}

.fieldWithErrors {
border: 3px solid #f66;

}


/*Custom styles - overriging blueprint*/
p {
	text-align:justify;
}

a, a:focus, a:hover {color:#000;}
a:focus, a:hover {color:#FF9966;}
.mainmenu {
	font-size: 1.5em;
}

.submenu {
	font-size: 1.1em;
}
.submenuStart{
	font-size: 1.1em;
	padding-left: 1.5em;
}
.whiteLink{
    color:#ffffff;
}

hr.menu {position: relative; top:0px; margin: 0 0 0 0;}

div.menu {position: relative; top:0px; margin: 0 0 0 0;}

fieldset {
	border:1px solid #ddd;
	margin:0pt 0pt 1.5em;
	padding:1.4em;
}

legend {
	background-color:#ffffff;
	border:1px solid #ddd;
	color:#333333;
	font-size:1.2em;
	padding:0pt 0.4em;
}

textarea {
	width:200px;
	height:150px;
}

input, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
	background-color: #fafafa;
	}



input:focus, textarea:focus, select:focus {
	border:1px solid #666;
	background-color: #eeeeee;
	}

.shortInput {
	width:50px;
}
.mediumInput{
	width:100px;
}
.mediumLongInput{
	width:150px;
}

.smallButton {
	background-color: #dddddd;
	width: 150px;
}

.bigButton{
	background-color: #dddddd;
	margin:0.5em 0;
	font-size:2em;
}

#printButton {
	text-align: center;
}


h1, h2, h3, h4, h5 {
	text-transform: capitalize;
}








/******** Pagination ******/
.pagination{
    padding: 2px;
}
.pagination a, .pagination a:visited{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
    border: 1px solid #2b66a5;
    color: #000;
}

.pagination .currentpage{
    font-weight: bold;
    padding: 0 5px;
    border: 1px solid navy;
    background-color: #2e6ab1;
    color: #FFF;
}

.pagination .disablepage{
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
    display: inline;
}


/******** AUtoComplete *********/


.suggestionListOn {
	padding: 0px;
	border: 1px solid #999999;
	background-color: #f0f0f0;
	overflow: hidden;
}

.suggestionListOn ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.suggestionListOn iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.suggestionListOn li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.suggestionListOn_loading {
	background : url('/jquery/img/indicator.gif') right center no-repeat;
}
.suggestionListOn_over {
	background-color: Highlight;
	color: HighlightText;
}

.suggestionListOff{
	width:0px;
	height:0px;
	visibility: hidden;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
