@charset "UTF-8";

img, div { behavior: url(js/iepngfix.htc) }

body {
    font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, 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: #FFFFFF;
	background-color: #323232;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	letter-spacing: .2px;
}
#logo {
float:left;
}
.downloadText {
	padding: 0px;
	text-align: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

#secondaryContent{
	text-align: center;
	margin-top: 75px;
}

.legal {
	width: 600px;
	text-align: left;
}

.myroBigger {
	font-size: 14px;
	font-weight: normal;
}
.myroBold {
	font-size: 14px;
	font-weight: bolder;
}
 #footer {
	text-align: center;
	margin-top: 75px;
}
#download {
	z-index: 200;
	height: 67px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 250px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

#myroImg {
	background-image: url(images/myro_control.png);
	text-align: center;
	height: 446px;
	width: 568px;
	margin-left: 185px;
}
#info {
	float: right;
}
#products {
        margin-top: 35px;
}
#contentBody {
	text-align: center;
	top: -40px;
	position: relative;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

