/* 

STYLE SHEET FOR AMS NEVE
Created by Martin Wharton and Richard Clark
www.kmp.co.uk

/* ================ TABLE OF CONTENTS ======================

1. RESET
2. DEFAULT STYLES
3. STANDARD CLASSES, FLOATS ETC.
4. OUTER STRUCTURE
5. NAVIGATION
6. INNER STRUCTURE
7. MISC STYLES
8. GOOGLE MAP PAGE

/* =============== NOTES =======================


/* ====================
COLOUR REFERENCE SHEET
-----------------------

Page Background: #ffffff;
Primary Font: #555;
Secondary Font: #000000;
Primary Link: #555;
Primary Link Hover: #cc0000;
Secondary Link: #000000;
Secondary Link Hover: #cc0000;

Borders, Headlines, etc, 

------------------------
===================== */


/* ================ 
1. RESET
===========================*/

* { /*reset all elements to have no margin and padding */
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;	
	color:#555;
}

ul {
	list-style-type:none;
	list-style:none;	
	background:none;
}

img {
	border:0;
}

:focus {
	outline:0;
}

/* ================ 
2. STANDARD STYLING
===========================*/

/* ===== FONTS =====*/

h1, h2, h3, h4, p, ul, ol {
}

h1 {
}

h2 {
}

h3 {
}
		
h4 {
}

p {
	font-size:1em;
}

blockquote {
}

.body-content ul{margin-left:24px; list-style-type:disc; margin-top:10px;}
.body-content ol{margin-left:30px; margin-top:10px;}
.body-content ul ol, .body-content ul ul, .body-content ol ol, .body-content ol ul{margin-top:0px;}
.body-content ol{list-style-type:decimal;}			
.body-content ul ul, .body-content ul ol, .body-content ol ul {margin-left:20px;}	
.body-content ol ol{list-style-type:lower-alpha; margin-left:22px;}		

dl {
}
em{
}
hr {
    display: block;
    height: 1px;
    border-top: 1px solid #cccccc;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}

/* ===== LINKS =====*/

a {
	text-decoration:none;
	color:#555;
}

.body-content a {
	text-decoration:underline;
}

a:link {
}

a:active {
}

a:hover {
	color:#c30;
}

a:visited {	
}
a.intext-link{
	color:#000; text-decoration:underline;
}
a.intext-link:hover{
	color:#c00; text-decoration:underline;
}
.txt-link{	
	background:url(../img/icons/txt-link.gif) 0 4px no-repeat; 
	padding-left: 10px; text-decoration:none; line-height:1.2em;
}
.back-link{	
	background:url(../img/icons/back-link.gif) 0 5px no-repeat; 
	padding-left: 10px; text-decoration:none; line-height:1.2em;
}
a.rss-link{
	float:right;
	padding-top:3px;
}
li a{
	text-decoration:none;	
}


/* ===== TABLES =====*/

#content-main table {
	margin:10px 10px 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	width:400px;
}

#content-main th {
	padding:5px;
	border-bottom:1px solid #ccc;
	background:#eeeeee;	
}

#content-main td {
	padding:5px;
}
		
caption {
}
		
tr {
}

th, td {
}
		
th {
}
		
td {
}


/* ===== FORMS =====*/

form {
}

input, select, textarea {
	vertical-align:middle;
}
.hidden-form-element{
	display:none;
}
.form-element-block{
	float:left; margin:10px 20px 0 0;
}
.form-element-block label{
	display:block; color:#000; font-weight:bold;
}
.form-element-block .txt-field{
	width:170px;
}
#login-btn{
	margin-top:12px;
}

button {
	background:#fff url(../img/buttons/btn-left.gif) left no-repeat;
	border:none;
	font-size:10px;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
	text-align:center;
	cursor:pointer;
}

button span{	
	position:relative; 
	display:block; 
	white-space:nowrap; 	
	line-height:18px;
	background:#fff url(../img/buttons/btn-right.gif) right no-repeat;
	border:none;
	padding:0px 10px 0px 0px;
	margin:0;
	height:18px;
}
.reqField{
	color:#c00; padding-left:4px;
}				
#accDetailsForm label{
	display:block; font-weight:bold; color:#000;
}
#accDetailsForm textarea{
	height:60px;
}
#accDetailsForm input, #accDetailsForm select, #accDetailsForm textarea{
	width:200px;	
	margin-bottom:4px;
}					
/* ================ 
3. STANDARD CLASSES FLOATS ETC
===========================*/

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearLeft {
	clear:left;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}


/* ================ 
4. OUTER STRUCTURE
===========================*/

#page-wrapper {
	font-size:1em;
}
#header{
	margin:0 auto;
	background:#000;
	text-align:center;
}
/*-----------------------
x. H1 Logo Replacement
-------------------------*/

.logo { 
	letter-spacing : -1000em;
	width:830px;
	text-align:center;
	margin:0 auto;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .logo { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 

h1.logo, h2.logo {
	background: url(../img/logos/ams-neve-main.gif) 0 50% no-repeat;
	border:none;
	padding:10px 0;	
}

h1.logo a, h2.logo a {
	display:block;
	width:830px;
	height:55px;
}
#content-top{
	background:url(../img/content/bg-top.jpg) top repeat-x;	
}
#content-wrapper{
	background:url(../img/content/bg-main.jpg) top repeat-x;
	padding-top:21px;
}
#content-main{
	width:830px;
	margin:0 auto;
	font-size: 1.1em;	
}
#footer{	
	clear:both;
	width:750px;
	margin:0 auto;
	color: #999;
	text-align:left;
	padding-top:50px;
	padding-left:80px;
	background-image:url(../img/logos/ams-neve-footer.gif);
	background-repeat: no-repeat;
	height:40px;
	background-position:0 52px;
		
}		
#foot-links ul li{
	float:left;
}

#foot-links {
	margin:0; 
	padding:0 0 30px 0; 
	list-style-type:none;
}
#foot-links li{
	float:left;
	border-left:1px solid #999;
}
#foot-links li a {
	padding:0 5px;
}
#foot-links li.first, #foot-links li:first-child {
	border-left:none;
}
#foot-links li.last a {
	padding:0 5px 0 0;
}
		
#footer a{
	color:#555; 
	text-decoration:none;
}
#footer a:hover{
	color:#c00;
}




/* ================ 
5. NAVIGATION
===========================*/

#navigation-wrapper {
	background:url(../img/navigation/background.gif) bottom repeat-x;
}
#navigation {
	width:830px;
	margin:0 auto;
	height:29px;		
}
#navigation ul {
	float:left;	
}
#navigation li {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	height:29px; 
	/*background: url(../img/navigation/item-bg-active.gif) bottom left repeat-x;*/
}
#navigation li a {
 	color:#666; 
	padding: 0 16px;
	display:block;
	float:left;
	/*background:url(../img/navigation/item-bg-left.gif) bottom left repeat-x;*/
	line-height:29px;
	height:29px; 
	border-right:1px solid #ccc;
}
#navigation li:first-child a{
	border-left:1px solid transparent;
}
#navigation li a:hover {
	color:#fff;
	background:#000;
}
#navigation li div{
	/*background:url(../img/navigation/item-bg-right.gif) right bottom no-repeat;*/
	line-height:29px; 
	/*padding-right:2px;*/
	float:left;
}
#navigation li.active a {
	background:none; 
	background-color:#fff;
	border-bottom:1px solid #fff;
}
.home #navigation li.active a {
	border-left:1px solid #ccc;
}
#navigation li.active a {
	color:#c00;
	background:#fff;
}

.sub-nav {
	width:250px;
}

.sub-nav li, .sub-nav a {
	display:block;
	white-space:nowrap;
	position:relative;
}

.sub-nav li a {
		background:url(../img/icons/nav-aro.gif) 0 -24px no-repeat;
		padding-left:14px;
		font-weight:bold;
		font-size:1.1em;
		padding-bottom:10px;
}
.sub-nav li a.active {
		background:url(../img/icons/nav-aro.gif) 0 6px no-repeat;
		color:#cc0000;
}

/* ================ 
6. INNER STRUCTURE
===========================*/

.grid-c1{
	width:200px;
	float:left; text-align:left;
}
.grid-c2{
	width:410px;
	float:left; text-align:left;
}
.grid-c3{
	width:620px;
	float:left; text-align:left;
}
.grid-c4{
	width:830px;
	float:left; text-align:left;
}
.grid-gutter{
	margin-right:10px;
}

#main-logo{
	margin:12px 0 14px 0; 
	float:left; 
	width:135px;
}

#search-controls{	
	float:right;
	padding-top:4px;
}
#search-controls input{
	vertical-align:middle;
}
#search-controls #search-txt-entry, #search-controls #SearchKeywords {
	margin-right:10px; 
	width:140px;
}

.search-results-controls{	
	float:left;
	clear:both;
	width:410px;
}
.search-results-controls input{
	vertical-align:middle;
}
.search-results-controls #search-txt-entry, .search-results-controls #SearchKeywords{
	margin-right:10px; width:140px;
}

.home-promo p{
	margin-bottom:10px;
}
.home-promo h2{
	font-size:1.2em; color:#c00; line-height:1.2em; padding-bottom:4px;
	background:url(../img/content/promo-box-header-bg.gif) bottom right no-repeat;
}
.promo-image{
	padding:1px 0 1px 0;
	border-bottom: 1px solid #ccc;

	margin-bottom:10px;	
}
.body-content h1, #column-mid h2, #column-mid h3{
	line-height:1.1em;
}
.body-content h1{
	color:#000; font-size:1.6em;
}
.body-content h1 em{
	/*color:#999;*/
}
.body-content h2{
	font-size:1.4em; color: #c00; 
	/*margin-top:12px;*/
}
.body-content h3{
	font-size:1.6em;
	color:#999;
}
.body-content h4{
	margin-top:10px;
	font-size:1.2em;
	color:#000000;
}	
.body-content p{
	margin-top:10px;
	padding-right:10px;
}
.contact-address{
	padding-top:8px;

}
#product-detail-menu {
	margin:0; 
	padding:0 0 30px 0; 
	list-style-type:none;
}
#product-detail-menu li{
	float:left;
	border-left:1px solid #999;
}
#product-detail-menu li a {
	padding:0 5px;
}
#product-detail-menu li.first {
	border-left:none;
}
#product-detail-menu li.first a {
	padding:0 5px 0 0;
}
ul.paging, ul.regions {
	float:left;
	margin:0; 
	padding:0; 
	list-style-type:none;
	list-style-image:none;
}
ul.regions {
	margin:10px 0;
}
.paging li, .regions li {
	float:left;
	display:block;
	border-left:1px solid #999;
}

.paging li a, .regions li a {
	padding:0 5px;
}

.paging li.active, .paging li.active a, .regions li.active a  {
	color:#cc0000;
}

.paging li.first, .paging li:first-child, .regions li.first {
	border-left:none;
}

.paging li.first a, .paging li:first-child a, .regions li.first a {
	padding:0 5px 0 0;
}

#accDetails dt{
	clear:left; font-weight:bold; color:#000;
}
#accDetails dt, #accDetails dd{
	line-height:2em;
}
#accDetails dt{
	float:left; margin-right:8px;
}


/* ================ 
7. MISC STYLES
===========================*/



/*/////////////////*/
/* Site tools menu */
/*/////////////////*/

#nav-tools{
	float:right; 
	padding-top:8px;
}
#nav-tools li{
	float:left;
	padding-left:10px;
}
#nav-tools a{
	display:block;
}
#nav-tools a.sound{
	background:url(../img/icons/sound_on.gif) 0 1px no-repeat; padding-left: 20px; display:block;
}
#nav-tools a.dist{
	background:url(../img/icons/distributors.gif) 0 1px no-repeat; padding-left: 20px;
}
#nav-tools a.home{
	background:url(../img/icons/home.gif) 0 1px no-repeat; padding-left: 14px;
}
#nav-tools a.sitemap{
	background:url(../img/icons/sitemap.gif) 0 1px no-repeat; padding-left: 20px;
}
#nav-tools a.help{
	background:url(../img/icons/help.gif) 0 1px no-repeat; padding-left: 10px;
}
#nav-tools a:hover{
	background-position: 0 -19px;
}


/*/////////////*/
/* Promo Boxes */
/*/////////////*/

.promo-box{				
	background:url(../img/content/promo-box-header-bg.gif) right 16px no-repeat;
	border-bottom:1px solid #ccc;
	margin-bottom:14px;
}
.promo-box h2{				
	font: bold 1.0em Arial; height:19px; color:#000;
}		
#related-links-menu{				
	background:url(../img/content/promo-box-gradient-bg.jpg) left top repeat-x;
	padding: 5px 0 3px 8px;
}
#related-links-menu li{
	padding-bottom: 5px;
}				
#product-download{				
	background-color:#eee;
	padding: 5px 0 8px 8px;
}		
.file-download{
	background:url(../img/icons/download.gif) 0 2px no-repeat;
	padding-left:22px;
	margin-top:10px;
}
.file-download a{
	font-weight:bold; text-decoration:none; font-size:1.1em;
}	
#find-dealer{
	padding:10px 6px 6px 6px;
}		
#world-map{
	display:block;
	margin:0 auto;
	padding-bottom:4px;
}
#office-map{
	padding:1px 0 6px 0;
}
#newsletter-form{
	padding:8px 0 10px 6px;
}
#newsletter-form p{
	line-height:1.2em; margin-bottom:8px;
}
#newsletter-form #submit-btn{
	margin-top:4px;
}

/*/////////////*/
/* Site Map */
/*/////////////*/

.site-map {
font-size:1.1em;
}

.site-map ul{ margin-left:0px; list-style-type:none; margin-top:10px;  }
.site-map li{ 
	list-style-type:none; 
	background:url(../img/icons/txt-link.gif) no-repeat left 8px; 
	padding:2px 0 2px 10px;
	font-weight:bold; 	
}
.site-map li a{ 
	color:#000000;
}
.site-map li a:hover{ 
	color:#cc0000;
}
.site-map li li {
	font-weight:bold;
}
.site-map li li li {
	font-weight:normal;
}
.site-map li li li a{ 
	color:#555;
}
.site-map li li li a:hover{ 
	color:#cc0000;
}
.site-map ul ul {margin:0 0 0 20px;}

/*///////////////////////*/
/* QUICK MENU NAVIGATION */
/*///////////////////////*/

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}

.qmmc .qmdividery{float:left;width:0px;}

.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}

.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}

.qmmc {position:relative;zoom:1;z-index:10;}

.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}

.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}

.qmsh div a {float:left;}

.qmmc div{visibility:hidden;position:absolute;}

.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}

.qmmc .qmcbox a{display:inline;}

.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}

.qmmc li {z-index:auto;}

.qmmc ul {left:-10000px;position:absolute;z-index:10;}

.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}

.qmmc li a {float:none}

.qmmc li:hover>ul{left:auto;}

#qm0 li {float:none;}

#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
	}
	
	#qm0 a.qmparent{		
		background:url(../img/icons/nav-aro.gif) 0 -24px no-repeat;
		padding-left:14px;
		font-weight:bold;
		font-size:1.1em;
		padding-bottom:6px;		
	}
	
	#qm0 a.qmparent:hover {		
		background:url(../img/icons/nav-aro.gif) 0 6px no-repeat;
	}

	/*"""""""" (MAIN) Items""""""""*/	

	#qm0 a	
	{	
		padding:0px;
		color:#555;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#cc0000;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		color:#cc0000;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#cc0000;
		text-decoration:none;
		font-weight:bold;
		background:url(../img/icons/nav-aro.gif) 0 6px no-repeat;
	}
	
	body #qm0 .qmactive 
	{	
		background:url(../img/icons/nav-aro-open.gif) 0 6px no-repeat !important;
	}	


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:0px 0px 10px 0px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 0px 6px 0px;
		margin:0px 0px;
		background-image:none;
		color:#555;
	}
	
	#qm0 .qmfv a {
		margin-left:0px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:none;
		font-weight:normal;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		
	}


	/*"""""""" Custom Rule""""""""*/	



	/*"""""""" Custom Rule""""""""*/	


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{	
		padding:2px 20px 2px 5px;
	}


	/*"""""""" Custom Rule""""""""*/	

	body #qm0 div.qmfv a {
		font-weight:normal;
		font-size:1em;
	}
	
	body #qm0 div div a {
		font-weight:normal !important;
		font-size:1em !important;
		padding:2px 0px 2px 15px;		
	}	




/* ================ 
8. GOOGLE MAP PAGE
===========================*/

.google-map-form {
	margin:10px 0 0 0;
}

.google-map-form p {
	margin:0 0 5px 0;
}

.google-map-form fieldset{
	border:none;
	padding:0;
	margin:0;
	color:#555;
}

.google-map-form input {
	margin:0 5px 0 0;
	vertical-align:middle;
}

.google-map-form .checkCol {
	display:block;
	float:left;
	width:200px;
}

.google-map {
	clear:both;
	margin:10px 0;
}


table.dealers  {
	margin:0 !important;
	border:none !important;
	width:620px !important;
}

table.dealers th {
	padding:5px 5px 5px 0 !important;
	border:none !important;
	background:none !important;	
	font-size:1.4em !important;
}

table.dealers td {
	padding:5px 5px 5px 0 !important;
	width:33%;
	vertical-align:text-top;
}

table.dealers td strong{
	color:#000;
}

.popular-news {
	margin-top:20px;
}

.popular-news h2 {
	margin-bottom:5px;
}

.popular-news li {
	margin-bottom:10px;
}

.popular-news li a {
	display:block;
}

#news-list {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px solid #ccc;
}

#news-list li {
	padding:6px 0;
}

#news-list h3 {
	font-size:1.2em;
}

#news-list li h6 {
	font-size:1.1em;
	color:#999;
	font-weight:normal;
}

#news-list p {
	font-size:1.1em;
}

#news-list p strong, #news-list p em {
	font-style:normal;
	font-weight:normal;
}

#news-list p a.txt-link{
	font-size:0.9em;
}

#news-list li.featured {
	border-bottom:1px solid #555;
	padding:15px 0;	
}

#news-list li.featured h6 {
	font-size:1.2em;
	color:#999;
	font-weight:bold;
}
