/* 

Designed by rbotic development (http://www.rbotic.com)
for Your Paris Address Ltd. (http://www.yourparisaddress.com.au)

Do not copy this. It is not yours. >:-(

Grr. 


--- Body ---------------------------------------*/
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 76%;
	}

.container {
	width:800px;
	margin:0px auto;
	text-align:left;
	}
	
/* 
--- Type ---------------------------------------*/
.mainbody {
	margin:200px 0px 200px;
	padding:0px;
	}
.introbody {
	margin: 100px;
	}
.pointer {
	cursor: pointer;
}
.title {
	font-size: 2em;
	font-weight: normal;
	color: #999999;
	margin-right: 20px;
	}
.maintitle {
	font-size: 9em;
	color: black;
	font-weight: lighter;
	}
.center {
	text-align: center;
}
.leftalign {
	text-align: left;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.bigspacing {
	line-height: 3em;
}
.smaller{
	font-size: 0.9em;
	font-weight: lighter;
	}	
.small{
	font-size: 0.8em;
	font-weight: lighter;
	}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: larger;
}
.gray {
	color: #999999;
	}
.black {
	color: black;
	}
.silver {
	color: silver;
	font-weight: lighter;
	}
.padded {
	padding-bottom: 20px;
}
	
p {
	font-size: 0.98em;
	color: #333333;
	line-height: 20px;
	}
h1
{
    font-size: 14px;
	color: #333333;
	line-height: 20px;
}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #474a51;
	cursor: pointer;
	border: 0;
	}
a:link {
border: 0;
	}
a:visited {
border: 0;
	}
a:active {
border: 0;
	}
a:hover {
border: 0;
	color: black;
	}
.inline {
	display: inline;
	}
input {
	border: 1px solid gray;
	background: white;
}
select {
	border: 1px solid gray;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
input:hover {
	color: black;
	background: #D3D3D3;
}
.menu {

}
/* 
--- Apt ---------------------------------------*/

.aptImage {
	width: 180px;
	height: 135px;
	padding: 0px 26.6px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	border:none;
}
.aptImage_end {
	width: 180px;
	height: 135px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	border:none;
}


/* 
--- Table ---------------------------------------*/


.t_contact {
	font-weight: normal;
	font-size: 1em;
	border: none;
	height:10px;
	padding: 20px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.t_contact:hover {
	background: none;
}
.tableImage {
	width: 120px;
	height: 99px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

table {
	border-collapse: collapse;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.t_image {
	width: 120px;
	border-left: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.t_name {
	width:100px;
	}
.t_blurb {
	width: 560px;
	padding: 0px 5px 0px 5px;
	}

td {
	padding: 10px 5px 10px 5px;
	border: gray solid 1px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: none;
	height: 100px;
}
tr {
	background: #fff;
	height: 100px;
	
}
tr:hover {
	background: #D3D3D3;
}


/* 
--- Shame ---------------------------------------*/
.d_rbotic {
	font-size: 0.8em;
	padding: 20px 0px 0px 0px;
}
.d_rbotic a:hover {
	text-decoration: underline;
}
