@charset "utf-8";
/*------------------------------------------
Created:	19 May, 2010
Author:		Adam Alexander
Contact:	adam@websitedesignglasgow.co.uk
Website:	www.websitedesignglasgow.co.uk
-------------------------------------------*/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body	{
	font-family: verdana, arial, helvetica, sans serif;
	font-size:62.5%;
	color:#666;
	margin:0px;
	padding:0px;
	background:#DADADA url(../images/background.jpg) repeat-y center;
	text-align:left;
	}
	
/* ----- Generic styles ----- */

p	{
	font-size: 1em;
	margin:0px;
	padding:0px 0px 12px 0px;
	}
	
div	{
	padding:0px;
	margin:0px;
	}
	
abbr	{
	cursor:help;
	}
	
.clear	{
	clear:both;
	}
	
img {
	border: none;
	}
	
.micro	{
	font-size:0.8em;
	}

a:active, a:focus {
    outline: 0;
	}
	
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

/* ----- Anchors ----- */
	
a:link, a:visited, a:active	{
	color:#333;
	text-decoration:none;
	}
	
a:hover	{
	color:#666;
	text-decoration:none;
	}

a.litelink:link, a.litelink:visited {
	color: #666;
	}
	
a.litelink:hover { color: #999; }

a.morelink:link, a.morelink:visited {
	color: #006699;
	text-align: right;
	display: block;
	}

a.morelink:hover {
	color: #999;
	}
	
/* ----- Headers ----- */

h1	{
	padding:0px 0px 6px 0px;
	margin:10px 0px;
	color:#58003E;
	font-size:1.2em;
	background: url(../images/divider.gif) repeat-x bottom;
	}
	
h2	{
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#666;
	font-size:2em;
	font-weight: normal;
	}
	
h3	{
	padding:5px 0px 10px 0px;
	margin:0px;
	color:#666;
	font-size:1.2em;
	}

	
/* ----- Main Containers ----- */

.wrapper {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -158px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 158px; /* .push must be the same height as .footer */
	clear: both;
}

.header { background: url(../images/header.jpg) repeat-y center; }
.contentleft {
	width: 700px;
	padding: 10px 10px 10px 20px;
	float: left;
	}
	
.contentright {
	width: 200px;
	padding: 30px 20px 10px 30px;
	float: right;
	}	
	

/* ----- Content divs ----- */



.leftcol {
	width: 294px;
	float: left;
	padding: 10px 18px;
	}
	
.rightcol {
	width: 294px;
	float: right;
	padding: 10px 18px;
	background: url(../images/pageshade.jpg) no-repeat top left;
	}
	
.banner	{
	width:160px;
	height:600px;
	margin:0px;
	padding:0px;
	position: absolute;
	right: -170px;
	top: 10px;
	}


.footer	{
	background-color: #333333;
	color:#FFFFFF;
	}
	
.footercontent { width: 920px; margin: auto; padding: 20px; color: #999; }

.footercontent img { float: right; }

.header img { margin: 25px 0px 15px 20px; }

.widecontent { background: url(../images/wide-mid.jpg) repeat-y center; }

.widecontent p { font-size: 1.1em; }

.smlcontent { width: 230px; background: url(../images/sml-mid.jpg) repeat-y center; float: left; }
.mid { padding: 0px 5px; }
.content { padding: 10px 22px; }

ul.list {
	list-style: outside;
	margin: 0px 0px 20px 80px;
	float: left;
	}
ul.list li {
	padding: 2px;
	font-size: 1.1em;
	}
.map { float: right; }
	
/* ----- Navigation ----- */

.header ul {
	background: url(../images/navBack.png) repeat-x;
	height: 35px;
	padding-left: 10px;
	}

.header ul li {
	float:left;
	padding: 0px;
	margin: 0px;
}

.header ul li a {
	background: url(../images/tab-left.png) no-repeat left bottom;
	margin-right: 11px;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	}
.header ul li a span {
	background: url(../images/tab-right.png) no-repeat right bottom;
	display: inline-block;
	height: 18px;
	padding: 17px 15px 0px;
	margin-right: -11px;
	}
	
.header ul li a:hover, #home .header ul li a.home, #about .header ul li a.about, #contact .header ul li a.contact, #services .header ul li a.services, #why .header ul li a.why {
	background-position: left top;
	color: #666;
	}
	
.header ul li a span:hover, #home .header ul li a.home span, #about .header ul li a.about span, #contact .header ul li a.contact span, #services .header ul li a.services span, #why .header ul li a.why span {
	background-position: right top;
	}
	
.footer ul {
	padding: 5px 0px 30px 0px;
	}
	
.footer ul li {
	display: inline;
	padding: 0px 15px 0px 0px;
	}
	
.footer ul li a {
	color: #CCC;
	}
	
.footer ul li a:hover {
	color: #ccc;
	text-decoration: underline;
	}
