/* Overall CSS definitions for all sites */
body	{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica;
}

a	{
	outline: none;
}

a.info	{
	color: darkred;
	background: url(../images/bullet_magnify.png) no-repeat 100% 50%;
	padding-right: 16px; /* the width of your image */
	white-space: nowrap;
}

a.info, a.email, a.telephone, a.link	{
	font-family: Arial, Helvetica;
	font-size: 1em;
}

a.email, a.telephone	{
	color: #000;
	padding: 5px 0px 5px 30px; /* the width of your image */
	margin-left: 43px;
	font-weight: bold;

}

a.link	{
	color: darkred;
	background: url(../images/link.png) no-repeat 100% 50%;
	padding-right: 11px; /* the width of your image */
}
a.email	{
	background: url(../images/email.png) no-repeat 0% 50%;
}

a.telephone	{
	background: url(../images/telephone.png) no-repeat 0% 50%;
}

a.pdf	{
	padding: 5px 0px 5px 37px; /* the width of your image */
	background: url(../images/pdf.png) no-repeat 0% 50%;
}

.hidden	{
	display: none;
}

p.big	{
	padding: 30px 0px 30px 0px;
}

p.small	{
	padding: 10px 0px 10px 0px;
}

img.righty	{
	float: right;
	padding: 0 10px 300px 20px;
}
img.lefty	{
	float: left;
	padding: 0 20px 20px 0;
}
.bold, .bigbold	{
	font-weight: bold;
	white-space: nowrap;
}
.bigbold	{
	font-family: "Century Gothic";
	font-size: 28px;
	line-height: 60px;
}

/**** SURVEY ****/
#surveyindex {
	height: 20px;
	width: 20px;
	position: absolute;
	z-index:9999;
	}
#surveyindexIE {
	display:none !important;
	position: absolute;
	text-align:left;
	left:20px;
	top:125px;
}
#surveyindexIE a {
	color:#AAA;
	font: 12px Tahoma, Arial;
	text-decoration:none;
}
#greyout {
	height: 20px;
	width: 20px;
	position: absolute;
	display:block;
	z-index:8888;
	}
#surveyindex iframe {
	position: absolute;
	height:35px;
	width:110px;
	top:122px;
	left:20px;
	background-color:transparent;
	border:0;
	}

/****DIVS CONTAINER****/
#container	{
	position: absolute;
	text-align: center;
	min-height: 100%;
	min-width: 100%;
	}

#top-wrap	{
	position: relative;
	top: -5px;
	text-align: center;
	width: 100%;
	height: 199px;
	background-image: url(../images/top_background.jpg);
	background-position: center;
	background-repeat: repeat;
	background-color: #000;
	}

#center	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 199px;
}
#content-wrap	{
	position: relative;
	border: 0px solid red;
	min-height: 300px;
	overflow: auto;
	width: 100%;
	top: 0;
	display: block;
	padding-bottom: 190px; /*no overlapping from bottom wrap*/
}

#bottom-wrap	{
	position: absolute;
	bottom: 0px;
	height: 150px;
	padding-top: 100px;
	width: 100%;
	background-image: url(../images/bottom_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#footer		{
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #AAA;
	font-weight: normal;
	margin-top: -100px;
	padding-top: 115px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.welcome, .about, .products, .contact, .news, .dealers, .order, .faq, .misc	{
	position: relative;
	top: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica;
	line-height: 1.3em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;  
	width: 730px;
	text-align: left;
	z-index: 11;
}

/**** NEWS ****/
span.newstitle	{
	font-style: italic;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	padding-left: 4px;
}

p.news	{margin: 5px 0 60px 0;}

.news img, .dealers img	{
	vertical-align: middle;
	padding: 0 6px 0 0;
}

.news a	{
	text-decoration: none;
	color: #000;
}

table.news {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	margin: 0px 0px 0px 0px;
}
table.news td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/****MENU ****/
#center img.logo	{
	margin: 20px auto;
}

ul#menu {
	position: absolute;
	top: 148px;
	left: 0px;   
	width: 768px;		/*overall width of the menu*/
	height: 51px;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(../images/menu_background3.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

ul#menu li	{
	overflow: hidden;
	list-style-type: none;
	float: left;
	color: white;
}
ul#menu	li.menu{
	font-family: "Myriad Pro";
	padding-top: 7px;
	width: 76px;
	font-size: 15px;
}

ul#menu	li.home a{
	width: 46px;
	height: 40px;
}
ul#menu a{
	text-decoration: none;
	color: #fff;
	display: block;
	white-space: nowrap;
	outline: none;

}

ul#menu li.search img{margin: 0px 5px -3px 5px;cursor:pointer;}

ul#menu	li.search{
	font-family: "Myriad Pro";
	float: right;
	padding: 11px 5px 0px 0px;
}

ul#menu	li.search input{
	padding-left: 6px;
	margin-right: 2px;
	font-size: 0.75em;
}

ul#menu input.hide	{display: none;}

ul#menu li ul	{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 400px;
	height:120px;
	font-size: 11px;
	font-family: Tahoma,"Trebuchet MS","Helvetica Neue",Arial,sans-serif;
	position: absolute;
	left: -999em;
	padding-top: 9px;
	padding-left: 200px;
}

ul.menufirst	{
	padding-left: 249px !important;
}

ul#menu li:hover ul	{
	left: auto;
	margin-left: -228px;
	padding-right: 5px;
}

ul#menu li ul li	{
	border-left:1px solid #AAA;
	display: inline;
	padding: 0px 8px;
}

ul#menu ul li {
	float:left;
}

ul#menu ul li a {
	text-decoration: none;
}

/**** BREADCRUMP ****/
.wherearewe	{
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	font-family: "Verdana";
	font-size: 10px;
	color: #AAA;
	position: relative;
	top: -10px;
}

.wherearewe a.breadcrump {
	color: #AAA;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

/**** PRODUCTS ****/
.products	{width: 730px;color: #111;}
.products h1, h1	{font-size: 18px;padding: 0px 0px 10px 0px;}
.products h2.buy	{font-size: 22px;padding: 0px 0px 5px 0px;}
a.learnmore {
	font-size: 12px;
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #111;
}
a.nodecoration {text-decoration: none;}
h4.rightalign	{font-size: 12px;color: #aaa;text-align: right;}

table.productmain	{margin: 15px 0px 15px 0px;}
table.productmain td	{padding: 20px 10px 20px 10px;}
table.productmain td.border	{border: 0px solid #aaa;}

img.thumb, .quickbuy	{margin: 00px 30px 10px 0px;width: 300px;}
img.thumb, .quickbuy, img.smallthumb {float: left;padding: 10px 10px 10px 10px;border: 1px solid lightgrey;}
.smallthumb	{margin: 0px 11px 0px 0px;width: 50px;}
div.thumbnails	{display: block;height: 340px;}

div#productimages_wrap	{
	display: block;
	height: auto;
	width: 351px;
	float:left;
}

#navcontainer	{
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	float: right;
	background-color: #444;
	z-index:11;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: .65em;
	letter-spacing: 2px;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #444;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #AAA;
}

#navcontainer ul li a:hover
{
	background-color: #7B9D25;
	color: #FFFFFF;
}

.product_details	{
	position: relative;
	left: 0px;
	top: 15px;
	padding: 0;
	width: 100%;
}

blockquote	{font-style: italic;}

span.smallrightbold	{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

span.small	{
	color: #AAA;
	font-size: 11px;
	white-space: nowrap;
}

span.question, div.question	{font-weight:bold;cursor: pointer;}
.quickbuy	{clear: both;text-align: right;}

.product_details a {
	font-size: 1.1em;
	font-family: "Trebuchet MS";
	color: darkred;
}

.product_details a:hover, a.info:hover, a.link:hover	{color: #AAA;}
.features ul li	{
	list-style-image: url(../images/list.jpg);
	padding: 3px 3px 3px 0;
	margin-left: 20px;
}

.soundclips object	{vertical-align: middle;margin-right: 10px;}
.features, .soundclips, .warranty, .videoclips, .manual	{display: none;}

.productbold	{
	letter-spacing: 2px;
	font-weight: normal !important;
	line-height: 50px !important;
}

table.specifications	{font-size: 11px;border:1px solid #AAA;margin-left:10px;}
table.specifications td	{padding: 3px 8px 5px 9px;border:1px dotted #AAA;}
table.specifications td.bold	{font-weight: bold; border-right: 1px solid #AAA;}

/**** FOOTER ****/
div.carousel	{
	width: 295px;
	height: 89px;
	overflow: hidden;
	display: block;
	margin: 0 0px 0 10px;
}
div.carouselwrap	{
	width: 360px;
	height: 90px;
}

.arrowleft, .carousel, .carouselwrap, .carousel ul li {float:left;}

img.arrowleft, .arrowright	{
	width: 10px;
	padding: 0 !important;
	margin-top: 30px;
	vertical-align: middle;
}
.carousel ul{
	margin-left: -5px;
	width:1000px;
	list-style-type:none;
}
.carousel ul li{
	width:100px;
	list-style-type:none;
}
#footer img{
	position: relative;
	padding-right: 15px;
	vertical-align: top;
	border: none;
	z-index: 99;
}

#footer .copy	{
	float: right;
	padding-top: 0px;
	padding-right: 58px;
	color: #aaa;
}

#footer a	{
	color: #aaa;
}

#footer li em	{
	display: none;
	top: 40px;
	background: transparent url(../images/hover.png) no-repeat scroll 0 0;
	height: 45px;
	padding: 15px 12px 10px;
	margin-left: -105px;
	position: absolute;
	text-align: center;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	font-family: Tahoma,"Trebuchet MS","Helvetica Neue";
	z-index: 11;
}


#footer li	{
	float: left;
	padding: 0 2px;
	display: block;
	list-style: none;
	list-style-type: none;
}

/**** DEALERS ****/
.subtitle_canada, .subtitle_usa	{
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url(../images/outline.png) no-repeat 100% 100%;
	padding-right: 25px;
}

.usacanada, .europe, .others, a.close {cursor:pointer;clear:both;font-weight:bold;}
#usacanada, #europe, #others {display:none;}

.dealers a	{color: darkred;}

.dealers p.small	{padding-left: 10px;}

#canada_left, #usa_left, #europe_left, #others_left	{
	display: none;
	float: left;
	padding-right: 80px;
	background-color: #fff;
}
#canada_right, #usa_right, #europe_right, #others_right {
	display: none;
	margin-bottom: 100px;
}

div.greybackground	{
	background-color: #eee;
	letter-spacing: 2px;
	line-height: 20px;
	height: 20px;
}
.greybackground b	{margin-left: 4px;}