/* GENERAL - Body and Container */

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

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

a:active {
	color: #0066CC;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 776px;
	text-align: left;
	}
	
#nav {
	padding: 0;
	margin: 0;
	width: 776px;
	height: 108px;
	}

h1 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
}

.mainred {
	color: #E95D0C;
}

.img {
  margin: 0;
  border: 0;
  height: 108px;
  width: auto;
  float: left;
  text-align: center;
  }	

.img img {
  display: inline;
  margin: 0px;
  border: 0px;
  }	
  
#content {
	padding: 0;
	margin: 0;
	width: 776px;
	background-image: url(images/shadow_bg.jpg);
	background-position:center top;	
	background-repeat: repeat-y;
	}
	
#content_main_container {
	padding: 0;
	margin: 0 0 0 48px;
	width: 680px;
	}
	
#content_title {
	margin: 0;
	padding: 0;
	text-align: center;	
	}
	
#content_text {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(images/metronomes_bottom.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#content_text_left {
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	width: 201px;
	text-align: left;
	background-image:url(images/metronomes_bottom.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}

.swatch {
	margin: 0;
	padding: 0 0 0 43px;
}

.current {
	margin: 0;
	padding: 0 0 0 43px;
	text-decoration: none;
	font-weight: bold;
}

#content_text_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 479px;
	text-align: left;
	background-image:url(images/metronomes_bottom.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}

#content_text_right_text {
	margin: 0;
	padding: 20px 50px 0 0;
	text-align: left;
}

#downloaddemo {
	margin: 0;
	padding: 40px 15px 20px 20px;
	float: left;
	width: 187px;
	height: 48px;
	text-align: left;
	background-image:url(images/buttons_bg1.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#downloadbuynow {
	margin: 0;
	padding: 40px 47px 20px 24px;
	float: right;
	width: 186px;
	height: 48px;
	text-align: left;
	background-image:url(images/buttons_bg2.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#downloadbuynowpopup {
	margin: 0 0 0 -20px;
	padding: 35px 47px 20px 34px;
	width: 176px;
	height: 53px;
	text-align: left;
	background-image:url(images/buttons_bg3alt.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 776px;
	height: 77px;
	text-align: left;
	background-image:url(images/footer.jpg);
	background-position:center top;
	background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer_links_left {
	margin: 0;
	padding: 50px 0 0 65px;
	float: left;
	width: 300px;
	text-align: left;
	color: #666666;
}

#footer_links_right {
	margin: 0;
	padding: 50px 65px 0 0;
	float: right;
	width: 250px;
	text-align: right;
	color: #666666;
}

#footer_links_right a:link {
	color: #0066CC;
	text-decoration: none;
}

#footer_links_right a:visited {
	color: #0066CC;
	text-decoration: none;
}

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

#footer_links_right a:active {
	color: #0066CC;
	text-decoration: none;
}

.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;
}

ul {
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
ul li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-top: 1em;
  margin-bottom: 1em;
}
ol {
  font-weight: normal;
  margin: 1.5em .5em 2em 25px;
  padding-left: 0;
}
ol li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-top: 1em;
  margin-bottom: 1em; /* spacing between items */
  font-weight: normal;
}
