@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, 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-color: #FFF;
	background-image: url(../img/msc/china-metal.jpg);
	background-position: center top;
	background-repeat: repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
}

.main #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
} 


.main #header {
	background-color: #FFF;
	background-image: url(../img/msc/horizontal-strip.jpg);
	height: 100px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #FFF;
} 
.main #header h1 {
	padding-top: 20px;
	margin: 0px;
	color: #FFF;
}
.main #sidebar1 {
	background-color: #FFF;
	width: 180px;
	float: left;
	height: auto;
}
.main #mainContent {
	margin-left: 180px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
} 
.main #mainContent a:visited {
	color: #00F;
}

.main #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../img/msc/horizontal-strip.jpg);
	text-align: center;
	font-size: medium;
	color: #F3F3EE;
} 
.main #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 */
}
.main #container #sidebar1 #navlist{
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;

}
.main #container #sidebar1 #navlist li{
	display: inline;
}
.main #container #sidebar1 #navlist a{
	background-image: url(../img/msc/button-1.jpg);
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-size: 19px;
	height: 80px;
	width: 180px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.main #container #sidebar1 #navlist a:hover {
	background-image: url(../img/msc/button-1-m.jpg);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #000;
	line-height: 20px;
	height: 80px;
}
.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;
}


#menu2 {
	margin:  0;
	padding: 0;
	background-color: #FFF;
	height: 36px;
	}

div.outer2 {
	float: left;
	width: 125px;
	height: 36px;
	margin: 0 0 0 0;
	background-image: url(../img/msc/cloud-tile.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFF;
	}

div.outer2 a {
	display: block;
	margin: 0;
	width:125px;
	height:36px;
	overflow:hidden;
	color:#000;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	}
div.outer2 a:hover {
	background-image: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	}
div.outer2 span {
	display: block;
	margin:0;
	padding: 0 0 0 0;
	color: #000;
	}
	div#FooterForm
{
	width: 625px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	background-position: center center;
	font-weight: bolder;
	background-color: #555;
}

.red {
	color: #F00;
}
.blue {
	color: #00F;
}

table.table-1

 {
	border: 3px solid #CCCCCC;
	width: 640px;
}

table.table-1 td {
	padding: 0px;
	border: solid #000 1px;
	text-align: left;
}
.table-1-toprow {
	font-weight: bold;
	text-align: center;
	background-image:url(../img/msc/horizontal-strip.jpg);
	color:#FFF;
}
.style1hd {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.style2hd {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.smalltxt {
	font-size: x-small;
}
.button {
	line-height: 40px;
	color: #000;
	display: block;
	height: auto;
	width: auto;
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #CCC;
}
.button a {
	text-decoration: none;
	color: #000;
}
.button a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
}
.button a:visited {
	color: #000;
}
.main #container #mainContent p .button a:visited {
	color: #000;
}
.main #container #mainContent .button a:visited {
	color: #000;
}
p .button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #000;
	background-image: url(../img/msc/button.jpg);
	display: block;
	height: auto;
	width: auto;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}
.link {
	line-height: 40px;
	color: #00F;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.link a {

}
.link a:hover {
	font-size: 19px;
	line-height: 40px;
	color: #00F;
}
.table {
	line-height: 40px;
	color: #000;
	background-image: url(../img/msc/button.jpg);
	display: block;
	height: auto;
	width: auto;
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-transform: capitalize;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.table a {
	text-decoration: none;
	color: #000;
}
.table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
}
.table a:visited {
	color: #000;
}
.main #container #mainContent p .table a:visited {
	color: #000;
}
.main #container #mainContent .table a:visited {
	color: #000;
}
p .table:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #000;
	background-image: url(../img/msc/button.jpg);
	display: block;
	height: auto;
	width: auto;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
}
#error404 {
	background-image: url(http://www.hardysolar.com/img/404.jpg);
	width: 665px;
	height: 693px;
	padding-left: 15px;
}
.main #container #mainContent #error404 h1 {
	color: #FFF;
}
.main #container #mainContent #error404 p {
	font-size: 24px;
	color: #FFF;
}
.main #container #mainContent #error404 p a {
	color: #CCC;
}
.pictures {
	padding-left: 100px;
	padding-right: 100px;

}
#mainContent p {
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
