body
{
	margin:  0;
	padding:  0 0 0 0;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: black;
}

img
{
	border: none;
}

div#page
{
	margin: 0 0 30px 0;
	padding: 0;
}

/* @group Navigation */

div#navigation_wrapper
{
	margin: 0 auto 0 auto;
	padding: 0;
	background: white url(../interface/primary_nav_bground.gif) no-repeat left top;
	height: 80px;
}

div#navigation 
{
	margin: 0 auto 0 auto;
	padding: 0;
	width:  937px;
	background: white;
}

div#logo
{
	margin: 0 3px 0 0;
	padding: 0;
	width: 250px;
	height: 80px;
	float:  left;
	
}

div#primary_navigation
{
	margin: 0;
	padding: 0;
	height: 80px;
}

ul.primary_nav
{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none inside none;
}

ul.primary_nav li
{
	margin: 0 3px 0 0;
	padding: 0;
	height: 80px;
	float: left;
	text-indent: -9000px;
	list-style: none inside none;
}

ul.primary_nav li a
{
	margin: 0;
	padding: 0;
	height: 80px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

ul.primary_nav li a#home
{
	width: 55px;
	background: url(../interface/navigation/home_tab.gif) no-repeat left top;
}

ul.primary_nav li a#home:hover,
div#page.home a#home
{
	background-position: 0 -80px;
}

ul.primary_nav li a#the_building
{
	width: 95px;
	background: url(../interface/navigation/the_building_tab.gif) no-repeat left top;
}

ul.primary_nav li a#the_building:hover,
div#page.the_building a#the_building,
div#page.history a#the_building
{
	background-position: 0 -80px;
}

ul.primary_nav li a#location
{
	width: 80px;
	background: url(../interface/navigation/location_tab.gif) no-repeat left top;
}

ul.primary_nav li a#location:hover,
div#page.location a#location,
div#page.location_map a#location,
div#page.glasgow a#location,
div#page.transport a#location,
div#page.links a#location
{
	background-position: 0 -80px;
}

ul.primary_nav li a#accommodation
{
	width: 115px;
	background: url(../interface/navigation/accommodation_tab.gif) no-repeat left top;
}

ul.primary_nav li a#accommodation:hover,
div#page.accommodation a#accommodation
{
	background-position: 0 -80px;
}

ul.primary_nav li a#specification
{
	width: 100px;
	background: url(../interface/navigation/specification_tab.gif) no-repeat left top;
}

ul.primary_nav li a#specification:hover,
div#page.specification a#specification,
div#page.sustainability a#specification
{
	background-position: 0 -80px;
}

ul.primary_nav li a#contact
{
	width: 70px;
	background: url(../interface/navigation/contact_tab.gif) no-repeat left top;
}

ul.primary_nav li a#contact:hover,
div#page.contact a#contact
{
	background-position: 0 -80px;
}

ul.primary_nav li a#developer
{
	width: 80px;
	background: url(../interface/navigation/developer_tab.gif) no-repeat left top;
}

ul.primary_nav li a#developer:hover,
div#page.developer a#developer
{
	background-position: 0 -80px;
}

ul.primary_nav li a#update
{
	width: 65px;
	background: url(../interface/navigation/update_tab.gif) no-repeat left top;
}

ul.primary_nav li a#update:hover,
div#page.update a#update
{
	background-position: 0 -80px;
}

ul.primary_nav li a#update_blank
{
	width: 65px;
	background: url(../interface/navigation/update_tab_blank.gif) no-repeat left top;
}


div#secondary_navigation_wrapper
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height:  25px;
	background: url(../interface/secondary_nav_bground.gif) no-repeat left top;
	border-bottom: 3px solid white;
	border-top: 3px solid white;

}

div#secondary_navigation 
{
	margin: 0 auto 0 auto;
	padding: 0;
	height:  25px;
	width:  937px;
}

ul.secondary_nav
{
	margin: 0 0 0 250px;
	padding: 0;
	list-style: none inside none;
}

ul.secondary_nav li
{
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	list-style: none inside none;
}

ul.secondary_nav li a
{
	margin: 0;
	padding: 7px 10px 6px 8px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-right: 2px solid #ccc;
}

ul.secondary_nav li a:hover,
ul.secondary_nav li a.selected
{
	background-color: black;
}

div#page.the_building ul.secondary_nav li a#building_images
{
	background-color: black;
	
	}
	
div#page.history ul.secondary_nav li a#history
{
	background-color: black;
	
	}
	
div#page.location ul.secondary_nav li a#aerial_view
{
	background-color: black;
}
	
div#page.location_map ul.secondary_nav li a#location_map
{
	background-color: black;
}

div#page.glasgow ul.secondary_nav li a#glasgow
{
	background-color: black;
}

div#page.transport ul.secondary_nav li a#transport
{
	background-color: black;
}

div#page.links ul.secondary_nav li a#links
{
	background-color: black;
}

div#page.specification ul.secondary_nav li a#specification
{
	background-color: black;
}

div#page.sustainability ul.secondary_nav li a#sustainability
{
	background-color: black;
}



/* @end */

/* @group Content */

div#content_wrapper
{
	width: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
}

div#content_home
{
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 937px;
	height: 550px;
	border: 1px solid black;
	background-color: black;
}

div#content_home img#cgi
{
	margin: 0 0 0 40px;
	padding: 0;
	float: right;
}

 

div#content
{
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 937px;
	border: 1px solid black;
	background: black ;
}



div#content img#cgi
{
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
}

div#content img#map
{
	margin: 0 20px 20px 20px;
	padding: 0;
}

div#content img#glasgow
{
	margin: 0 0 180px 20px;
	padding: 0;
	float: right;
}

div#content img#duddingston_logo
{
	margin: 100px 120px 300px 200px;
	padding: 0;
	float: right;
}


p.headline
{
	margin: 40px 10px 20px 20px;
	padding: 0;
	font-size: 76px;
	color: #df4233;	
	font-weight: bold;
	letter-spacing: -4px;
}

p.headline_2
{
	margin: 40px 10px 20px 20px;
	padding: 0;
	font-size: 40px;
	color: #df4233;	
	font-weight: bold;
	letter-spacing: -4px;
}

p.sub_header
{
	margin: 20px 10px 30px 20px;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: -1px;
	color: #999;
	text-transform: uppercase;	
}

p.sub_header_2
{
	margin: 20px 10px 20px 20px;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	color: white;	
}

p.sub_header_3
{
	margin: 20px 10px 20px 20px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: -1px;
	color: #999;
	text-transform: uppercase;	
}

p.title
{
	margin: 20px 10px 0 20px;
	padding: 0;
	font-size: 20px;
	color: #df4233;	
	font-weight: bold;
	letter-spacing: -1px;
}

p.completion_title
{
	margin: 20px 10px 0 20px;
	padding: 0;
	font-size: 22px;
	color: #df4233;	
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}


div#agents
{
	margin: 10px 10px 20px 20px;
	padding: 0;
	width: 410px;
}

table.agents
{
	margin: 0;
	padding: 0;
	width: 400px;	
}

table.agents td
{
	width: 200px;	
	margin: 0 10px 0 0;
	padding: 0 30px 0 0;
	text-align: left;
}

table.agents td img
{
	border: 1px solid white;
	margin: 0;
	padding: 0;		
}

table.links
{
	margin: 0 0 0 20px;
	padding: 0;
	width: 900px;
}



table.links td
{
	width: 225px;	
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	vertical-align: top;
}

table.links p.title
{
	margin: 0px 10px 0 0;
	padding: 0;
	font-size: 20px;
	color: #df4233;	
	font-weight: bold;
	letter-spacing: -1px;
}

p.body
{
	margin: 0px 15px 20px 20px;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	color: white;	
}

div#page.sustainability p.body
{
	width: 600px;

}

p.body a
{
	color: white;
	text-decoration: none;	
}

p.body a:hover
{
	color: #df4233;
	text-decoration: underline;	
}

p.caption
{
	color: white;
	float: right;
	clear: both;
	margin: 12px 20px 0 0;
	padding: 0 0 10px 0;
	font-size: 10px;
}

p.caption a
{
	color: white;
	text-decoration: none;
}

p.caption a:hover
{
	color: #df4233;
	text-decoration: underline;
}

p.body_misrep
{
	margin: 10px 450px 0px 20px;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	color: white;	
}

ul.specification
{
	list-style: none inside none;
	margin: 0 0 0 20px;
	padding: 0;
 }

ul.specification li
{
	list-style: none inside none;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	font-size: 13px;
	background: url(../interface/bullet.gif) no-repeat left top;
	width: 300px;
 }

ul.occupiers
{
	
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-type: decimal;
}

ul.occupiers li
{
	
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	font-size: 13px;
	background: url(../interface/bullet.gif) no-repeat left top;
	list-style-type: decimal;
	list-style-position: inside;
}

ul.external_links
{
	list-style: none inside none;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.external_links li
{
	list-style: none inside none;
	margin: 10px 0 0 0;
	padding: 0 0 0 18px;
	font-size: 13px;
	background: url(../interface/bullet.gif) no-repeat left top;
	width: 180px;
}

ul.external_links li a
{
	color: white;
	text-decoration: none;
}

ul.external_links li a:hover
{
	color: #df4233;
	text-decoration: underline;
}

p.agents
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: white;	
}

p.agents a
{
	color: white;	
	text-decoration: none;
}

p.agents a:hover
{
	color: #df4233;	
	text-decoration: underline;
}

p.agents_number
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: white;	
}

img#logo
{
	margin: 40px 0 0 20px;
	padding: 0;
	float: left;
}

div.photo
{
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	width: 550px;
	height:  600px;
	text-align: right;
		background:  url(../interface/primary_nav_bground.gif) no-repeat left top;
}


div.thumbnails
{
	margin: 0 20px 0 20px;
	padding: 0;
}

div.thumbnails img
{
	margin: 0 5px 5px 0;
	padding: 0;
}

div.thumbnails p
{
	font-weight: bold;
}

table.floor_plans
{
	margin: 100px 0 20px 20px;
	padding: 0;
	width: 520px;
	float: right;
}

table.floor_plans td
{
	margin: 0 0 0 20px;
	padding: 0;
	width:  260px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

table.floor_plans p
{
	margin:  5px 0 10px 20px;
}

table.floor_plans td a 
{
	margin: 0 0 0 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

table.floor_plans td a:hover
{

	color: #df4233;
	text-decoration: underline;
}


table.sizes
{
	width: 340px;
	text-align: left;
	font-size: 13px;
	padding: 0px;
	margin: 0 0 20px 20px;
	background: black;
}

table.sizes th
{
	margin: 10px 0 0 0;
	padding: 5px 8px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: url(../interface/secondary_nav_bground.gif) no-repeat left top;
}

table.sizes th.figure
{
	text-align: right;
}

table.sizes td
{
	margin: 0;
	padding: 3px 8px 3px 5px;
	color: white;
	font-size: 12px;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	font-weight: bold;
}

table.sizes td.figure
{
	text-align: right;
}

table.sizes td a
{
	color: white;
	text-decoration: none;	
}

table.sizes td a:hover
{
	color: #df4233;
	text-decoration: underline;	
}



div#base
{
	margin: 0;
	padding: 0;
	clear: both;
	height:  0px;	
}

/* @end */

/* @group Footer */

div#footer
{
	margin: 0 0 0 0;
	padding: 22px 0 0 0;
	height: 23px;
	text-align: center;
	background: black url(../interface/footer_bground.gif) no-repeat left 0;
	clear: both;
	width: 100%;
	border-top: 3px solid white;
 
}

p.footer
{
	margin: 0 auto 0 auto;
	padding: 0;
	color: white;
	font-size: 12px;
}

p.footer a
{
	margin: 0 auto 0 auto;
	padding: 0;
	color: white;
	text-decoration: none;
}

p.footer a:hover
{
	margin: 0 auto 0 auto;
	padding: 0;
	color: #df4233;
	text-decoration: underline;
}

a.call
{
	text-decoration: none;
	display: none;
}

a.call:hover
{
	color: #df4233;
	text-decoration: underline;
}

/* @end */



