@charset "utf-8";

*{
	padding:0px;
	margin:0px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	}	
	
#body-wrapper{
	width:1064px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}
	
	
#nav-container {
	width:1064px;
	height:40px;
	padding-bottom:20px;
}
#middle-body-wrapper #side-column {
	background-color: #fff;
	float: left;
	height: 378px;
	width: 250px;
	margin-right: 20px;
}

#middle-body-wrapper #side-column #container-column {
	background-color: #fff;
	height: 378px;
	width: 250px;
}

#nav-container .main {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	height: 40px;
	width: 175px;
	background-color: rgba(0,0,102,1);
	line-height: 40px;
	color: rgba(255,255,255,1);
	float: left;
	margin-right: 2px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
#nav-container .main .content {
	background-color: rgba(240,60,1,1);
	height: 40px;
	width: 18px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	top: -40px;
}
#nav-container .main .content p {
	height: 20px;
	width: 175px;
	color: rgba(255,255,255,1);
	position: relative;
	margin: 0px;
	padding: 0px;
}
#middle-body-wrapper {
	background-color: #fff;
	height: 378px;
	width: 1063px;
	margin-bottom: 20px;
}

.thump-block {
	width:20px;
	height:38px;
	background-color: rgba(240,60,1,1);
	float:left;
	margin-right: 20px; 
	}	
	
.body-end-title {
	width:1062px;
	height:38px;
	border-bottom:1px solid #F30;
	border-top:1px solid rgba(240,60,1,1);
	border-right:1px solid rgba(240,60,1,1);
	background-color:#ffffff;
	}
	
.body-end-title p {
	font-size: 20px;
	font-weight: bolder;
	color:#000;
	line-height:38px;
	text-transform:uppercase;
	
}
	
.title {
	height: 40px;
	width: 498px;
	border-bottom: dotted 1px rgba(240,60,1,1);
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: rgba(0,0,0,1);
	background-color:#fff;
}

.text-content {
	height:355px;
	width: 498px;
	background-color:#eee;
	color:#000;
	}	
	
.list-style {
	padding: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 25px;
	}			

#photos {
	width:1021px;
	height:202px;
	background-color:rgba(231,231,231,0.2);
	border-right:1px solid #F60;
	border-left:1px solid #f60;
	padding-top:20px;
	padding-right:20px;
	padding-left: 20px;	}
	
#photo-row {
	height: 200px;
	width: 1021px;
	
}

.frame1 {
	height: 198px;
	width: 199px;
	float: left;
	margin-right: 2px;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: 2px;
	border: 1px solid rgba(240,60,1,1);
	background-image: url(../images/images/1kw-6kwinverter-face.jpg);
	}	
	
.frame2 {
	height: 198px;
	width: 199px;
	float: left;
	margin-right: 2px;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-left: 1px;
	border: 1px solid rgba(240,60,1,1);
	background-image: url(../images/images/1kw-6kwinverter-back.jpg);
	}	
	
#body-end {
	width:1021px;
	height:400px;
	padding:20px;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(231,231,231,0.2);
	border-left:1px solid #F60;
	border-right: 1px solid #F60;
}

.para-text1 {
	width:498px;
	height:396px;
	margin-right:10px;
	background-color:#eeeeee;
	border: 1px solid #F60;
	float:left;
	}	
	
.para-text2 {
	width:498px;
	height:396px;
	margin-left:11px;
	background-color:#eeeeee;
	border: 1px solid #F60;
	float:left;
	}		
	
#table {
	width:1021px;
	height:500px;
	background-color: rgba(231,231,231,0.2);
	border-right:1px solid #F60;
	border-left:1px solid #f60;
	padding-right:20px;
	padding-left: 20px;	
	margin-right:auto;
	margin-left:auto;
	}
	
table {
	width:1021px;
	margin-right:auto;
	margin-left:auto;
	}	
		
th {
	height: 20px;
	width: 1021px;
	background-color: rgba(240,60,1,0.2);
}
		
	
th p {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	font-weight:bold;
	text-transform:capitalize;

	}		
	
tr {
	height: 20px;
	width: 1021px;
	background-color: #eeeeee;
}	


.hover:hover {
	background-color: rgba(0,0,102,1);
	color:#fff;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	}
		
tr p {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	text-transform:capitalize;
	}	
	
#button, #button2 {
	height: 40px;
	width: 175px;
	float:right;
	margin-left: 20px;
	background-color: rgba(0,0,102,1);
	margin-top:25px;}

#button:hover, #button2:hover {
	background-color: rgba(240,60,1,1);
}



#button p, #button2 p {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-transform: capitalize;
	}									

.clear {
	width:1061px;
	height:100px;
	background-color:rgba(231,231,231,0.2);
	border-right:1px solid rgba(240,60,1,1);
	border-left:1px solid rgba(240,60,1,1);
	margin-left:auto;
	margin-right:auto;
	}	


#nav-container .main:hover .content {
	width: 158px;
	
}

#nav-container a {
	text-decoration: none;
}

#container-column .main-column {
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	height: 40px;
	width: 250px;
	margin-bottom:2px;
	background-color: rgba(0,0,102,1);
	line-height: 40px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	}
	
	#container-column .main-column .content-column {
	background-color: rgba(240,60,1,1);
	height: 40px;
	width: 18px;
	position: relative;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
	top: -40px;
}
#middle-body-wrapper #footer-wrapper {
	height: 378px;
	width: 1000px;
	clear: both;
}

#container-column .main-column .content-column p {
	height: 40px;
	width: 250px;
	color: rgba(255,255,255,1);
	position: relative;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#container-column .main-column:hover .content-column {
	width: 250px;
}
#container-column a {
	text-decoration: none;
	}
	
#middle-photo {
	width: 793px;
	height: 378px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/images/3yrsinverter-banner.jpg);
	}
		
#end {
	width:1063px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
#end-bottom {
	width:1063px;
	height:40px;
	background-color: rgba(240,60,1,1);
	float:left;
	clear:both;}
	
#end-bottom p {
	color: #fff;
	text-align:center;
	font-size:12px;
	line-height:40px;}
	
#body-wrapper #logo-wrapper {
	height: 60px;
	width: 1064px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#body-wrapper #logo-wrapper #logo-container {
	background-image: url(../images/images/rockwill%20logophoto.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 100px;
}
