@charset "UTF-8";
/* CSS Document */


html, body {
    margin: 0;
    padding: 0;
    width:100%;
	height:100%;
	min-width:850px;
	background-image:url(images/body-back.jpg);
	background-repeat:repeat;
}


#header {
width:850px;
height:100px;
background-image:url(images/header.jpg);
background-repeat:repeat;
margin-left:auto;
margin-right:auto;
}

#logo {
width:850px;
height:100px;
margin-left:auto;
margin-right:auto;
}

#nav-back {
width:100%;
height:28px;
background-image:url(images/nav.jpg);
background-repeat:repeat-x;
text-align:center;
border-top:solid 10px #FF0000;
}

#nav {
width:850px;
height:28px;
margin-left:auto;
margin-right:auto;
cursor:default;

}


.links {
width:167.3px;
height:28px;
float:left;
background-repeat:repeat-x;
border-left: 1px ridge #666;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
line-height:1.5;
text-decoration:none;
outline:none;
}

.links-sel {
width:167.4px;
height:28px;
float:left;
background-repeat:repeat-x;
border-left: 1px ridge #666;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
line-height:1.5;
text-decoration:none;
outline:none;
background-image:url(images/nav-hover.jpg);
background-repeat:repeat-x;
}

a.links:hover {
text-decoration:none;
background-image:url(images/nav-hover.jpg);
background-repeat:repeat-x;
color:#FFF;

}


#container {
	width:100%;
	height:auto;
	background-color:#000;
	padding-bottom:30px;
}

#welcome-back {
	width:100%;
	height:350px;
	background-color:#FFFFFF;
}

#welcome {
	width:850px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
}

#welcome-text {
	width:380px;
	height:270px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#FFF;
	padding-top:80px;
	padding-left:20px;
	padding-right:20px;
	float:left;

}

#top-image-back {
	width:100%;
	height:150px;
	background-color:#FFF;
}

#top-image {
	width:850px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/popcorn-makers-back.jpg);
}

#top-image2 {
	width:850px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/housewares-back.jpg);
}

#top-image3 {
	width:850px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/appliances-back.jpg);
}

#top-image4 {
	width:850px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/dealer-back.jpg);
}

#top-image5 {
	width:850px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/contact-back.jpg);
}

#top-image-text {
	width:350px;
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00628C;
	background-color:#FFF;
	padding-top:130px;
	float:left;
}

#glam {
	width:430px;
	height:350px;
	background-color:#FFF;
	float:right;
}

#gradient {
	width:100%;
	height:36px;
	background-image:url(images/gradient-top.jpg);
	background-repeat:repeat-x;
	clear:left;		
}


#info {
	width:850px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
}


#products {
	width:180px;
	height:225px;
	margin-top:20px;
	float:left;
}

#product-image {
	width:425px;
	height:595px;
	margin-top:20px;
	float:left;
}

#product-info {
	width:400px;
	height:595px;
	margin-top:50px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
}


#product-image2 {
	width:220px;
	height:300px;
	float:right;
}

#products2 {
	width:180px;
	height:225px;
	margin-top:20px;
	margin-left:43px;
	float:left;
}

#products-title {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
	width:180;
	height:60px;
	
}



#new {
	width:400px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	float:left;
	font-size:14px;
}

#product-title {
	width:425px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	border-bottom: 1px solid #FFF;
}

#model {
	width:425px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	
}


#about {
	width:400px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	float:left;
	font-size:14px;
	margin-left:50px;
	
}

#product-links {
text-decoration:none;
outline:none;	
}

#title {
	width:850px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:20px;
	border-bottom: 1px solid #FFF;
}

#footer-back {
	width:100%;
	height:20px;
	background-image:url(images/footer.jpg);
	border-bottom: 6px solid #F00;
		
	
}

#footer {
width:850px;
height:20px;
margin-left:auto;
margin-right:auto;
cursor:default;

}


.footer-links {
width:auto;
height:20px;
float:left;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
color:#333;
line-height:2.5;
font-size:9px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
outline:none;
}

a.footer-links:hover {
text-decoration:none;
background-image:url(images/nav-hover.jpg);
background-repeat:repeat-x;


}

#copyright {
	float:right;
	width:70px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:2;
	font-size:9px;





