@charset "utf-8";
/* CSS Document */

body  {
	background: #333;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, h5 { 
padding:0;
margin:0 10px;
line-height:normal;
}
h1{
	color: #0CF;
	font-size:22px
}
h2{
	color:Red;
	font-size:20px;
}
h3{
	color:Red;
}
h4{
	color: #000;
	/*color:#3C6;*/
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*line-height: 14px;*/
	margin: 0 5px;
	padding-bottom: 5px;
	
}
img{
	border:none;
}
#header {
	padding: 0;
	width: 980px;
	margin: 0 auto;
	height: 150px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #header #main {
	width: 530px;
	background-image: url(images/metL ogo
.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0cf;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat;
	border: 3px solid #000;
} 

.body #header .priceList {
	float: right;
	width: 300px;
	background-color: #FFF;
	margin: 10px 0 0 0;
}
.body #container .fullWidth {
	width: 930px;
	padding: 10px;
	background-color: #0CF;
}
#leftCol {
	float: left;
	width: 310px;
	
	
}
#midCol {
	float: left;
	width: 310px;
	padding-left:10px;
	
}
#rightCol {
	float: right;
	width: 310px;
	padding-left: 10px;
	
	
}
#small{
	height:140px;
	padding: 10px 0 0 0;
}
.leftHeader{
	height:140px;
	margin:0;
	padding:0;
	background-image:url(images/metLogo.gif);
	background-repeat:no-repeat;
	background-position:top rleft;
	
}

#large{
	height:290px;
	
	/*background-color: #0CC;*/
	padding: 10px 0 0 0;
	/*margin: 0 0 10px 0;*/


}
#jumbo{
	height:440px;
	padding-top:10px;

}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.red {
	color: Red;
}
.blue {
	color:#09F;
}
.white {
	color:#FFF;
}
.BGblue {
	background-color: #3CF;
	}

.BGred {
	background-color: #F99;
}
.BGgreen {
	background-color: #3C9;
}
.BGwhite {
	background-color: #fff;
}
.BGblack {
	background-color: #000;
}
.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;	
}
.clearRight {
clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;	
}
#container .content {
	margin-top: 10px;
}
#container .content .priceList {
	float: right;
	width: 300px;
	background-color: #FFF;
	margin: 10px 0 0 0;
}
.content h2 h3 {
	/*font-size: 24px;*/
	
}
.content h3 {
	font-size: 20px;
	
}

.content  p {
	font-size: 12px;
}
/*ads bg styles*/
.presonus{
	background-image:url(images/ads/PresonusLG.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
	margin-top:10px;
}
.qsc{
	background-image:url(images/ads/QSCLg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
}
.yamaha{
	background-image:url(images/ads/YAMAHALg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
}
.atm{
	background-image:url(images/ads/ATMLg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#F99;
	
}
.chauvet{
	background-image:url(images/ads/CHAUVETLg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color: white;
	
}
/*.presonus h1 h2 h3 h4
{
		padding-left:40px;
}*/

}
.bargain h2 {
	width: 250px;
	font-size: 18px;
	
}

.spree {
	background-image: url(images/spreeBG.jpg);
	background-repeat: repeat-x;
	width: 155px;
	float: left;
	border:#FC0 5px solid;
}
#tent {
	background-image: url(images/tent.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 190px;
}
#tent h4 {
	color: #FFF;
	font-size: 14px;
}
.bargain
{
	float:right;
	width:290px;
	
	}
.priceList ul li {
	font-size: 18px;
	color: #FC0;
}
#form{
	width:450px;
	background-color:#3CF;
	margin:40px auto 0 auto;
	text-align: left;
	padding: 20px;
	}
#form ul li {
	list-style-type: none;
}
.priceList ul {
	margin-top: 0px;
}


#flashmovie {
	height: 220px;
	width: 310px;
	float: right;
}

