/*=========================*/
/* Swingz N Thingz Website */
/* CSS for CakePHP engine */
/* Website by Jordan West */
/*========================*/

/* Site template layout and formatting */

body {
  font-family: Arial;
  margin: 2px;
  padding: 0px;
  background-color: #fff;
}

#banner {
  height: 135px;
  background-color: #cdbaa7;
  border-bottom: 2px solid #fff;
  margin: 0px;
}
		
#leftnav {
  top: 139px;
  position: absolute;
  width: 160px;
  background-color: #000;
}

#content {
  padding: 10px;
  margin-left: 162px;
  background-color: #fff;
}

#footer {
  margin-left: 212px;
}

p.notice {
  background-color: #f9edcd;
  margin: 0px;
  padding: 10px;
  border: 1px #000 dashed;
}

/* Left hand side menu */

#menu {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

#menu li {
  margin:7px;

  width:133px;
  height: 20px;
  text-align: center;
}

#menu li a {

  width:100%;
  height: 100%;
  display: block;
  font-size: smaller;
  text-decoration: none;
  color: #fff;
}

#menu li a:hover {
  background-color: #444;
}

#menu li a:active {
	background-color: #222;
}

/* Page layout & formatting */

.shopimageright {
  float: right;
  margin: 0px 0px 10px 20px;
}

.shopimageleft {
  float: left;
  margin: 0px 20px 10px 0px;
}

/* Lists */

#colourlist li
{
width: 110px;
height: 85px;
float: left;
text-align: center;
list-style-type: none;
padding-right: 20px;
padding-bottom: 20px;
}

#colourlist li img {
  margin-bottom:20px;
}

.links-container{
	text-align: center;
	left: 50%;
	width: 200px;
}

.links-list
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.links-list li
{
	margin: 5px;
	padding: 0px;
	width: 150px;
	height: 100px;
	background-color: #dddddd;
	text-align: center;	
	vertical-align: middle;
}

.links-list li a{
	width: 150px;
	height: 100px;
	vertical-align: middle;
	text-decoration: none;
	color: #444;
}

.links-list li a:visited{
	color: #444;
}