/*------------------------------------------
Created:	06 January, 2010
Author:		Adam Alexander
Contact:	4dam4lexander@gmail.com
Website:	www.websitedesignglasgow.com
-------------------------------------------*/

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
	margin:0px;
	padding:0px;
	background-color:#fff;
	}
	
/* ----- Generic styles ----- */

p	{
	font-size: 1.2em;
	margin:0px;
	padding:0px 0px 12px 0px;
	}
	
p.testimonial {
	padding: 0px 0px 12px 14px;
	background: url(../images/open-quote.gif) no-repeat top left;
	}
	
div	{
	padding:0px;
	margin:0px;
	}
	
abbr	{
	cursor:help;
	}
	
.clear	{
	clear:both;
	}
	
img {
	border: none;
	}
	
.bold	{
	font-weight:bold;
	}
	
.micro	{
	font-size:0.8em;
	}

a:active, a:focus {
    outline: 0;
	}
	
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
.quotee {
	display:block;
	font-style:italic;
	text-align: right!important;
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
/* ----- Anchors ----- */
	
a:link, a:visited, a:active	{
	color:#333;
	text-decoration:none;
	}
	
a:hover	{
	color:#666;
	text-decoration:none;
	}
	
.footer a:link, .footer a:visited, .footer a:active	{
	color:#999;
	font-weight: bold;
	font-size: 1.1em;
	}
	
.footer a:hover {
	color: #666666;
	}

/* ----- Headers ----- */

h1	{
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#6ECBF4;
	font-size:1.4em;
	background: url(../images/divider.gif) repeat-x bottom;
	}
	
h2	{
	padding:0px;
	margin:0px;
	color:#333;
	font-size:1.2em;
	}
	
h3	{
	padding:0px;
	margin:0px;
	color:#FF0000;
	font-size:1.2em;
	}
	
/* ----- Main Containers ----- */
	
.width960 {
	width: 960px;
	margin: auto;
	}	
	
.container {
	width: 940px;
	margin: auto;
	padding: 20px;
	background: url(../images/content-background.jpg) repeat-y;
	}

/* ----- Content divs ----- */

.header	{
	margin:0px;
	padding:0px;
	background: #CCC url(../images/header-background.jpg) repeat-x;
	width: 100%;
	height: 120px;
	border-bottom: #6ECBF4 5px solid;
	}
	
.header .width960 {
	position: relative;
	background: #CCC url(../images/header.jpg) no-repeat;
	height: 120px;
	}

.col670 {
	width: 670px;
	float: left;
	}
	
.col260 {
	width: 260px;
	float: right;
	}
	

	
.box650 {
	background: url(../images/670-box-top.jpg) no-repeat;
	padding-top: 25px;
	margin-bottom: 10px;
	}
.box650 .content {
	background: url(../images/670-box.jpg) repeat-y;
	width: 620px;
	}
	
.box240 {
	background: url(../images/260-box-top.jpg) no-repeat;
	padding-top: 25px;
	margin-bottom: 10px;
	}
.box240 .content {
	background: url(../images/260-box.jpg) repeat-y;
	width: 210px;
	}

.box310 {
	background: url(../images/330-box-top.jpg) no-repeat;
	padding-top: 25px;
	margin-bottom: 10px;
	}
.box310 .content {
	background: url(../images/330-box.jpg) repeat-y;
	width: 280px;
	}
	
.content {
	position: relative;
	padding: 0px 25px 20px;
	}
	
.content .contentlink {
	position: absolute;
	bottom: 0px;
	right: 30px;
	}

.footer	{
	border-top: #CCCCCC 1px solid;
	color: #999;
	font-size: 1.1em;
	}
	
.address {
	float: right;
	padding-right: 20px;
	margin: 20px 20px 0px 20px;
	border-right: #CCCCCC 1px solid;
	text-align: right;
	}
	
.contact {
	float: right;
	padding-right: 20px;
	margin: 20px 20px 0px 0px;
	}
	
.pagefoot {
	background: url(../images/pagefoot.jpg) no-repeat;
	width: 980px;
	height: 30px;
	margin: auto;
	text-align:center;
	color: #6ECBF4;
	}
/* ----- Page elements ----- */

.logo {
	padding: 10px 0px 0px 10px;
	}
	
.news {
	padding: 5px 0px;
	}
	
.news img {
	float: left;
	padding: 0px 10px 10px 0px;
	}
	
ul.services {
	font-size: 1.1em;
	font-weight: bold;
	list-style-type:disc;
	padding-left: 20px;
	}

ul.services li {
	padding: 5px;
	}
	
/* ----- Navigation ----- */

ul.nav {
	position: absolute;
	bottom: 0px;
	right: 40px;	
	}

ul.nav li {
	float:left;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	height: 25px;
}

ul.nav li a {
	background: url(../images/tab1.jpg) no-repeat bottom left;
	display: block;
	
	}
ul.nav li a span {
	background: url(../images/tab2.jpg) no-repeat bottom right;
	display: block;
	height: 14px;
	padding: 6px 15px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	}
	
ul.nav li a:hover, #home ul.nav li.home a {
	background-position: top left;
	}
	
ul.nav li a:hover span, #home ul.nav li.home a span {
	background-position: top right;
	}

.footercol1, .footercol2, .footercol3 {
	float: left;
	margin: 20px 20px 0px 20px;
	padding-right: 40px;
	}
	
.footercol1, .footercol2 {
	border-right: #CCCCCC 1px solid;
	}
	
.footercol1 li, .footercol2 li, .footercol3 li {
	padding-top: 5px;
	}
	
	
	
	/* List items */
.Serviceslist
{
    margin-left: 20px;
    list-style-image: url(../Images/Listitem.png);
}

.Serviceslist li
{
    font-weight: bold;
    font-size: 1.3em;
}

.Serviceslistitemtext
{
    margin-top: 5px;
}


.SiteMap
{
    margin: 20px 20px 0px 20px;
	padding-right: 40px;
	font-size: 1.3em;
}

