/* CSS Document */
body{
	background-color:#AFABA8;
	margin:0px;
	padding:0px;
}

i {
display:none;
}

#pageholder {
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border:#CCCCCC 1px solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: none;
	background-color:#FFFFFF;
}

#sdylogo {
	border:0px;
	padding-left:10px;
	text-align:left;
}

#shops{
	text-align:center;
	width:100%;
	margin:0px auto;
	border:0px;
	padding-left:5px;
	padding-top:30px;
	padding-bottom:20px;

}

#shops ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#shops li{
	width:250px;
	height:320px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
}	
#shops a{
	display:block;
}

#shops a.plasmaLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/plasma.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.plasmaLogo:hover{
	border:#999999 1px solid;
}

#shops a.bracketLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/bracketfinder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.bracketLogo:hover{
	border:#999999 1px solid;
}

#shops a.lcdLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/lcdcentre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.lcdLogo:hover{
	border:#999999 1px solid;
}

#openingText {
	background-image: url(images/bar_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}


#shops a.gadgetLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/gadget.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.gadgetLogo:hover{
	border:#999999 1px solid;
}

#shops a.outdoorLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/outdoor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.outdoorLogo:hover{
	border:#999999 1px solid;
}

#shops a.bbqLogo{
	border:#cccccc 1px solid;
	width:250px;
	background-image: url(images/bbq.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:90px;
	padding-bottom:10px;
}

#shops a.bbqLogo:hover{
	border:#999999 1px solid;
}

#companyInfo {
clear:both;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	padding-top:20px;
}

#customerServices{
	text-align:left;
	margin:0px auto;
	border:0px;
	padding-left:40px;
	padding-top:15px;
	
}

#customerServices ul{
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin:0px;
}

#customerServices li{
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:30px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.odd {
 color:#666666;
 }
 
 .even {
 color:#8C5AA1;
 }
 
 .headerTitles{
 clear:both;
	text-align:left;
	margin:0px auto;
	border:0px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:0px;
}
h2{
clear:both;
padding:0px;
margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
}
#tvLogo{
position:absolute;
margin-right:10px;
margin-top:20px;
margin-left:600px;
}

#gadgetCentre {
	margin: 0px auto;
	text-align:center;
	border:#cccccc 1px solid;
	width:250px;
	padding-top:10px;
	padding-bottom:10px;
}
.feedBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
	padding:10px;
	overflow: auto;
	height: 80px;
}

.feedBackValue {
background-color:#cccccc;
text-align:right;
}

#customerComments{
clear:both;
	text-align:center;
	width:100%;
	margin:0px auto;
	height:140px;
	border:0px;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:20px;

}

#customerComments ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#customerComments li{
	width:360px;
	height:120px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	border:#cccccc 1px solid;
	
}	
