@charset "utf-8";
/* CSS Document */

/* normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td	{ 
	margin: 0; padding: 0;
}

/* normalises font-size for headers */
h1, h2, h3, h4, h5, h6	{ 
	font-size: 100% 
}

/* removes list-style from lists */
ol, ul	{ 
	list-style: none 
}

/* normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var	{ 
	font-style: normal; font-weight: normal; 
}

/*removes borders and spacing from tables */
table	{ 
	border-collapse: collapse; border-spacing: 0; 
}

/*removes border from fieldset and image */
fieldset, img	{ 
	border: 0; 
}

/*left-aligns text in caption and th */
caption, th	{ 
	text-align: left; }

/* removes quotation marks from q */
q:before, q:after	{
	content:''; 
}

/* position page in center of screen */
html	{
	text-align: center;
} 

body	{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #330000;
	line-height: 14pt;
}

/* common to entire page */

a,a:link,a:visited,a:active	{
	text-decoration: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;	
}
	
a:hover {
	color: #cc9900;
	font-weight: bolder;	
}
	
#alreadyhere {
	color: #ffcc00;
}

h1	{
	text-decoration: none;
	color: #333333;
	font-size: 20pt;
	line-height: 40pt;
}

h2	{
	text-decoration: none;
	color: #333333;
	font-size: 12pt;
	line-height: 18pt;
}

.redemphasise	{
	text-decoration: none;
	font-weight: bolder;
	color: #ff0000;
}


li	{
	display:inline
	}
	
.inline		{
	display: inline;
	}

#center	{
	text-align: center;
	}

/* horozontal stripes across page */

#horizontalstripe {
	position: absolute;
	top: 325px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-image: url(../assets/images/bg_stripe.gif);
	background-repeat: repeat-x;
}

#horizontalstripe1 {
	position: absolute;
	top: 780px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-image: url(../assets/images/bg_stripe.gif);
	background-repeat: repeat-x;
}

/* container for main page */
#pagecontainer	{
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: auto;
}

/* company logo and big buttons */
#brandingcontainer {
	position: relative;
	height: 300px;
	width: 400px;
}

#logo	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 200px;
	background-image: url(../assets/images/logo_tda.gif);
}

#phonefax	{
	position: absolute;
	top: 190px;
	left: 0px;
	width: 400px;
	height: 100px;
	background-image: url(../assets/images/phonefax.gif);
}

#button_buy	{
	position: absolute;
	top: 40px;
	left: 470px;
	width: 300px;
	height: 90px;
}

#button_sell	{
	position: absolute;
	top: 150px;
	left: 470px;
	width: 300px;
	height: 90px;
}

#button_rental	{
	position: absolute;
	top: 260px;
	left: 470px;
	width: 300px;
	height: 90px;
}

#button_premium	{
	position: absolute;
	top: 301px;
	left: 51px;
	width: 300px;
	height: 50px;
}

/*lower section of page */
#text_leadingedge	{
	position: absolute;
	top: 380px;
	left: 0px;
	width: 770px;
	height: 50px;
}

#text_positioning	{
	position: absolute;
	top: 450px;
	left: 470px;
	width: 300px;
	height: 200px;
	text-align: justify;
}

#bg_house {
	position: absolute;
	top: 445px;
	left: 40px;
	width: 380px;
	height: 300px;
	background: url(../assets/images/bg_house2.jpg) no-repeat;
}

#button_contactus	{
	position: absolute;
	top: 600px;
	left: 470px;
	width: 300px;
	height: 90px;
}

#button_aboutus	{
	position: absolute;
	top: 710px;
	left: 470px;
	width: 300px;
	height: 90px;
}

/*footer*/

#footercontainer	{
	position: absolute;
	top: 800px;
	left: 0px;
	width: 770px;
	height: 30px;
}

#footertext	{
	text-align: center;
	font-size: 10pt;
	padding: 20px 0px 20px 0px;
	color: #cc9900;
	font-style: italic;
}

#footlink	{
	font-size: 8pt;
	color: #ffffff;
}

#footlink:hover	{
	font-weight: bold;
}


	
	
