﻿/*
Author: Dids
Author URI: http://www.rummaging.co.uk/
*/

/* Start with the reset! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* Reset End */ 

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(images/left-banner.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;}

/* Start Layout */
body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-position: top center;
	margin:0px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 15px;
	text-align:left;
	color:#666666;
}
#container {
	width:900px;
	margin:0px;
	padding:0px;
}
#top {
	width:900px;
	height:100px;
}
#carbody {
	float: left;
	width:454px;
	height:36px;
	margin:45px 0 0 20px;
}
#logo {
	float: right;
	width:389px;
	height:80px;
	margin: 10 20px 0 0;
}
#box {
	width:900px;
	margin:-5px 0 0 0;
}
#gap {
	width:900px;
	height:40px;
	margin:-5px 0 0 0;
}
#pic {
	width:886px;
	margin-top:3px;
	border:1px #FFFFFF solid;
}
#nav {
	background-image:url('images/navbg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	height:29px;
	width:888px;
	margin:10px 0 0 0;
	border:1px #FFFFFF solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul#navbar  {
	list-style:none;
	width:850px;
	margin-top:-10px;
	padding:0px;
	margin-left:15px;
	}
ul#navbar li {
	width:82px;
	height:23px;
	text-align:center;
	padding-top:15px;
	font-weight:bold;
	float:left;
	color:#ffffff;
}
ul#navbar li span {
	color:#000000;
}
ul#navbar li:hover {
	background-image:url('images/hover.gif'); background-repeat:no-repeat;
	color:#000000;
}
ul#navbar li a {
	color: #ffffff;
	text-decoration: none;
}
ul.services {
	list-style-image:url(images/square.jpg);
	margin-bottom:10px;
	padding-left:30px;
	text-align:left;
}
li {
	line-height: 18px;
}
.active {
	background-image:url('images/active.gif'); background-repeat:no-repeat;
	color:#000000; 
}
blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/quote.png) no-repeat scroll 0 0;
	font-size: 1.0em;
	line-height:1.2em;
	margin:10px 0;
	padding:10px 10px 10px 60px;
}

/* main page */
#page {
	width:860px;
	padding:10px;
	margin:10px 0 10px 0;
	min-height:730px;
	border:1px #dddddd solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:left;
	overflow:hidden;
}
#main {
	float:left;
	width:580px;
	padding:0 10px 0 10px;
}
#contact {
	float:right;
	width:230px;
	padding: 10px;
	background-color:#525252;
	border:1px #f8f8f8 solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFFFFF;
}
#contact h2 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#contact h3 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#contact h4 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#contact a {
	text-decoration:none;
	font-weight:bold;
	color:#ff7d00;
}
#quickform {
	border:1px solid #FFFFFF;
	background-color:#ff7d00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:13px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	width:200px;
}
input {
	background-color:#FFFFFF;
	border:1px solid #C6C6C6;
	color:#000000;
	font-size:1em;
}
.btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color:#;
	background-color:#525252;
	border:1px #f8f8f8 solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFFFFF;
	display:inline-block;
	height:25px;
	padding:5px 20px;
}
.gap {
	margin-left:10px;
}
.table {
	border-collapse: collapse;
	border-color: #c0c0c0;
	border-width: 0;
}
#contactform {
	border:1px solid #666666;
	background-color:#F0F0F0;
	padding:15px;
	color:#666666;
	margin:0px;
	width:540px;
}
#map {
	height:500px;
	width: 560px;
	border:1px dashed #999999;
	margin-left:0px;
}
#map_canvas {
	height:500px;
	width: 650px;
	border:1px dashed #999999;
	margin-left:0px;
}
.gsmsc-mapDiv {
    height : 500px;
    }
.gsmsc-idleMapDiv {
    height : 500px;
    }

/* footer */
#footermain {
	margin-top:10px;
	height:43px;
	background-repeat:repeat-x;
	padding:10px;
	width:1000px;
}
#footer {
	width:890px;
	height:28px;
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: x-small;
	font-weight:bold;
	font-family: Tahoma, Verdana;
}
#footfeature {
	height: 18px;
	background-image: url('images/navbg.gif');
	background-repeat: repeat-x;
	padding: 5px;
	color:white;
}
.footergap {
	margin-left:10px;
}
#footfeature a {
	text-decoration:none;
	color:#ffffff;
}

/* main styles */
a {
	text-decoration:underline;
	font-weight:bold;
	color:#ff7d00;
}
h1 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
h2 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#000000;
	font-size:12px;
}
h3 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#000000;
	font-size:12px;
}
h4 {
	padding:0px;
	margin:5px 0 5px 0;
	color:#000000;
	font-size:12px;
}


/* rotating portfolio */
.border {
	border: 1px; border-style: dashed; border-color:black;
}
