/*
Theme Name: Shopping focal Theme
Creator URI: http://www.gloswebsitedesign.co.uk
Description: AS Design website template
Version: 1.14
Author: AS Design
Author URI: http://www.gloswebsitedesign.co.uk

This CSS was designed by AS Design

/* defaults */
html, body{
	font-family:Tahoma, Arial;
	font-size:14px;
	border:0;
	color:#555555;
	background-image: url(Images/background_tile.png);
	background-color: #FFF;
}
p {
	font:normal 12px Tahoma, Arial;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 { display:block; }
h1 { font-size:24px; color:#06F; font-weight:bold; }
h2 { font-size:20px; color:#06F; font-weight:bold; }
h3 { font-size:14px; color:#06F; font-weight:bold; }
h4 { font-size:16px; color:#06F; font-weight:bold; }
h5 { font-size:16px; color:#06F; font-weight:bold; }
h6 { font-size:16px; color:#06F; font-weight:bold; }

ul {
    line-height:4;
    list-style-type:none;
	padding:5;
}
li { padding:5;
}
a:link {color: #FFF;}
a:hover {color: #c71e59; text-decoration:none;}
a:visited {color: #FFF;}

img {vertical-align: bottom; }


/* CSS Start */
#container {
	clear: both;
	position:relative;
	margin:0 auto;
	padding:0;
	width:auto;
	width: 1000px;
	background-color: #FFF;
}
 
#header {
	background-color: #FFF;
	background-image: url(images/roofbanner1.png);
	background-repeat: no-repeat;
	height: 200px;
	text-align:center;
}

#menu {
	background-image: url(images/menubanner1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-color: #FFF;
}

#time {
	height: 40px;
	background-color: #06F;
	text-align:right;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#time a:link {color: #FFF;}
#time a:hover {
	color: #FFF;
	text-decoration:none;
}

#hometoptext {
	margin:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #D4D4D4;
	width: auto;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 10px;
}
	
#sidebarl {
	background-color: #F78707;
	float: left;
	margin:10px;
	text-align:left;
	width: 175px;
	padding: 5px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	}
	
#sidebarl a:link {color: #FFF;}
#sidebarl a:hover {color: #c71e59; text-decoration:none;}
#sidebarl a:visited {color: #FFF;}
	
#sidebarl h1 {font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
	
#sidebarr { 
    background-color: #FFF;
    text-align:right; 
	float: right;
	width: 140px;
	padding: 10px;
	color: green;
	min-height: 525px
}
	
#content {  
    padding: 15px; 
    margin-right: 140px; 
	background: #FFF;
	min-height: 525px
}

#content p {color: #666}

#homecontent {
	min-height: 1450px;
	background-color: #093;
	background-image: url(shoppingfocalbg2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#homecontent th {
	height: 100px;
	width: 100px;
	
}
#homecontent td {
	height: 100px;
	width: 100px;
}


#content a:link {color: #c71e59;}
#content a:hover {color: #c71e59; text-decoration:none;}
#content a:visited {color: #c71e59;}
	

#storetable td {
	height:50px;
    vertical-align:middle;
	text-align:center;
	padding:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#storetable th
{
background-color:#c71e59;
color:white;
}

#storetable a:link {color: #c71e59;}
#storetable a:hover {color: #F78707; text-decoration:none;}

#footer  { 
	background-color: #FFF;
    text-align:right; 
	clear: both; 
	background-image: url(images/footersf.png);
	background-repeat: no-repeat; 
	height: 280px; 
	padding: 10px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#footer a:link {color: #FFF;}
#footer a:hover {color: #FFF; text-decoration:none;}
  
#footernav {
	text-align:center;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#footernav h3 {font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#footernav a:link {color: #FFF;}
#footernav a:hover {color: #FFF; text-decoration:none;}

