body{
	background:#F8F8F8;
	margin:0;
	}

#banner {
		width: 940px;
		height: 292px;
		margin-left: auto;
		margin-right: auto;
		}
#header {
	width: 940px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/front_page/header_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#menu {
	float:right;
	height: 30px;
	padding-top: 20px;
	margin:0;
	padding-right: 8px;
}
#menu a {
	text-decoration: none;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	text-decoration: none;
	color: #318CBB;
}

#menu a.active {
	text-decoration: none;
	color: #318CBB;
}

#logo {
	width:255px;
	height:32px;
	float:left;
	padding-top: 8px;
	padding-left: 15px;
}
.seperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


#featured_products {
	width:940px;
	height: 240px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	margin-top:0;
	background-image: url(images/front_page/header_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
.product1 {
	width: 440px;
	height:auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}	
	
#featured_products p {
	color: #318CBB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	padding-top:10px
}

.main_img  {
	width: 150px;
	height: 150px;
	margin-left: 15px;
	margin-right:15px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/hue_new.jpg) no-repeat top left;
	display: block;
	float: left;
}
.main_img:hover {
	background-position: 0 -150px; }

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: lighter;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product2 {
	width: 415px;
	float: right;
	margin-left: 0px;
	margin-right: 15px;
	border: 1px none #CCC;
	}
	
.img1  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-right:0px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/3phones2.jpg) no-repeat top left;
	display: block;
	float: left;
}	
.img2  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-right:0px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/speaker_phone.jpg) no-repeat top left;
	display: block;
	float: left;
}	

.img3  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-right:0px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/headset.jpg) no-repeat top left;
	display: block;
	float: left;
}
.img1:hover, .img2:hover, .img3:hover {
	background-position: 0 -75px; }
	
	
.img4  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-right:0px;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/video_phone.jpg) no-repeat top left;
	display: block;
	float: left;
}	
.img5  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/Graphic_Display_Phone.jpg) no-repeat top left;
	display: block;
	float: left;
}	

.img6  {
	width: 120px;
	height: 75px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right:0px;
	border: 1px solid #E9E9E9;
	background: url(images/front_page/Cordless_Phone.jpg) no-repeat top left;
	display: block;
	float: left;
}
.img4:hover, .img5:hover, .img6:hover {
	background-position: 0 -75px; 
}	
	
.details {
	text-decoration: none;
	color: #318CBB;
	float: right;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	}
.details:hover {
	color: #333;
	}
#bottom {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
	height: 260px;
}

ul a, p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-type: none;
	text-decoration: none;
	}
ul p {
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #999;
	}	
ul a, li{
	color: #999;
	list-style-image: url(images/front_page/arrow.png);
}
ul li:hover {
	text-decoration: underline;
}
.section {
	width: 235px;
	float: left;
	height: 100%;
	margin: 0px;
	padding-top: 10px;
}
#footer{
	background-color: #FFF;
	height: 25px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;


	}
.copyright {
margin:0;
padding-left:15px;
padding-top:5px;
float:left;
}
.address {
margin:0;
padding-right:15px;
padding-top:5px;
float:right;
}

	