/*------------------------------------------------------------------ 
# [Reset Stylesheet] 
#  
# Project:        Azure Property Group
# Version:        1.0
# Created:	      03/05/2009
# Description:	  Screen based display stylesheet
# Author:	      Caleb Wong
# -------------------------------------------------------------------*/  

body {
	background: 			#f1f1f1;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:				62.5%;
}
a {
	color:					#33ccff;
	text-decoration: 		none;
}
a:hover {
	text-decoration: 		underline;
}

/************************************************************
	section: container
************************************************************/
#container {
	background:				#ffffff;
	margin:					0 auto;
	width:					768px;
}
#header{
	border-bottom:			1px dotted #000;
}
#header h1 {
	background:				url("../images/header.jpg") no-repeat;
	height:					67px;
	text-indent: 			-9000px;
	width:					768px;
}

/************************************************************
	section: navigation
************************************************************/
#navigation {
	margin:					0 auto;
	width:					737px;
}
#navigation li {
	display: 				inline;
	float:					left;
	list-style: 			none;
	margin:					15px 15px 0 0;
}
#navigation h2 {
	margin:					0 0 15px;
}
#navigation h2 a.t_become-a-property-partner {
	background:				url('../images/t_become-a-property-partner.gif') no-repeat;
}
#navigation h2 a.t_invest-in-property {
	background:				url('../images/t_invest-in-property.gif') no-repeat;
}
#navigation h2 a.t_finding-the-right-finance {
	background:				url('../images/t_finding-the-right-finance.gif') no-repeat;
}
#navigation h2 a.t_are-you-a-developer {
	background:				url('../images/t_are-you-a-developer.gif') no-repeat;
}
#navigation h3 {
	height:					110px;
	margin:					0 0 15px;
	text-indent: 			-9000px;
	width:					173px;
}
#navigation h3.sub_a-tailored {
	background:				url('../images/sub_a-tailored.gif') no-repeat;
}
#navigation h3.sub_buying-property {
	background:				url('../images/sub_buying-property.gif') no-repeat;
}
#navigation h3.sub_the-key {
	background: 			url('../images/sub_the-key.gif') no-repeat;
}
#navigation h3.sub_why-developers {
	background: 			url('../images/sub_why-developers.gif') no-repeat;
}
#navigation a {
	display:				block;
	height:					97px;
	text-indent: 			-9000px;
	width:					173px;
}

/************************************************************
	section: base
************************************************************/
#base {
	border:					1px dotted #000;
	border-left:			none;
	border-right: 			none;
	clear:					left;
	font-size:				1.1em;
	padding:				15px;
}
#base ul li {
	border-right:			1px solid #33ccff;
	display:				inline;
	list-style: 			none;
	padding:				0 10px;
}

/************************************************************
	section: footer
************************************************************/
#footer {
	color:					#999999;
	font-size:				1.1em;
	overflow: 				hidden;
	padding:				15px 15px 0;
}
#footer p {
	line-height: 			1.3;
	margin:					0 0 15px;
}
#footer .col-left {
	float:					left;
	padding:				15px 0 0;
}
#footer .col-right {
	float:					right;
}