/*
	Common styles for all Caltongate templates
*/

body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%;
	}

html {
	height: 100%;
	font-size: 93%; /* IE hack */ 
	line-height: 1.3em;
	}

table  {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	font-size: 100%; /* IE hack */
	}

h1 {
	color: #333;
	font: bold 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

h2 {
	color: #333;
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

td, p {
	color: #333;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	}

.linkskipnav {
	display: none;
	}

#container {
	color: #333;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: left; /* IE hack */
	width: 738px;
	}

#content {
	width: 738px;
	\width: 738px;
	w\idth: 734px;
	background: #FFF;
	border-left: 2px solid #2773A8;
	border-right: 2px solid #2773A8;
	float: left;
	}

#footer {
	clear: both;
	color: #999;
	font: normal 0.8em/2.6em Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	text-align: right;
	}

#footer a:link, #footer a:visited{
	border-bottom: 1px dotted #999;
	color: #999;
	text-decoration: none;
	}

#footer a:hover, #footer a:active{
	border-bottom: none;
	color: #666;
	}

#hero {
	background: #FFF;
	border-left: 2px solid #2773A8;
	border-right: 2px solid #2773A8;
	float: left;
	}

a#homelink{
	background-repeat: no-repeat;
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/home_link.gif');
	display: block;
	float:right;
	height: 33px;
	margin-top: 24px;
	width: 88px;
	}

a:hover#homelink,a:active#homelink{
	background-position: 0 -33px;
	}

#leftcolumn{
	float: left;
	width: 534px;
	}

#logo {
	background: #FFF;
	float:left;
	height: 48px !important;
	height /**/: 72px; /* IE hack */
	padding-top: 24px;
	}

#menu{
	clear: both;
	margin: 0;
	padding: 0;
	}

#menu li{
	float: left;
	font: normal 0.9em/1em Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	}

#menu li a{
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	height: 24px !important;
	height /**/: 29px; /* IE hack */
	padding: 5px 0 0 12px;
	text-decoration: none;
	}

#menu li a.selected{
	background-position: 0 -29px;
	font-weight: bold;
	}

#menu li a:hover, #menu li a:active{
	background-position: 0 -29px;
	}

#menubusiness a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/business.gif');
	width: 98px !important;
	width /**/: 110px; /* IE hack */
	}

#menucontact a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/contact.gif');
	width: 68px !important;
	width /**/: 80px; /* IE hack */
	}

#menuconsultation a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/edinburgh.gif');
	width: 110px !important;
	width /**/: 122px; /* IE hack */
	}

#menuhotel a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/hotel.gif');
	width: 91px !important;
	width /**/: 103px; /* IE hack */
	}

#menuliving a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/living.gif');
	width: 98px !important;
	width /**/: 110px; /* IE hack */
	}

#menuretail a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/retail.gif');
	width: 90px !important;
	width /**/: 102px; /* IE hack */
	}

#menuvision a{
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/vision.gif');
	width: 99px !important;
	width /**/: 111px; /* IE hack */
	}

#rightcolumn{
	float: right;
	width: 200px;
	}

.input {
    border-right: 1px solid;
    border-top: 1px solid;
    font-size: 11px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #aeaeae;
		background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 200px;
	}

.inputChk {
    position: absolute;
    clip: rect(5px, 16px, 16px, 5px);
    padding: 0px;
	}

.inputDroplist{
	width: 200px;
	}

form {
	margin: 0;
	padding: 0;
	}

a {
	color: #333;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0663C2;
	text-decoration: none;
}
	
a:link, a:visited {
	color: #0663C2;
}

a:hover, a:active {
	color: #666;
}

#contactTL {
	float: left;
	width: 50%;
	}
	
#contactTR {
	float: left;
	width: 50%;
	}
	
#contactBL {
	float: left;
	width: 50%;
	}
	
#contactBR {
	float: left;
	width: 50%;
	}
	
#bottom {
	width: 460px;
	float: left;
	}
	
.ListPageNumber {
	border:1px solid #A9C7DC;
	margin:0;
	padding:2px 4px;
	}

.ListPageNumberSelected {
	border:1px solid #A9C7DC;
	font-weight: bold;
	margin:0;
	padding:2px 4px;
	}