/*----------
	Imperial Settlements - CSS Document 
----------*/
@import url('reset.css');

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0 auto;
	line-height: 17px;
	text-align: left;
	color: #2e2e2e;
	background: #FFFFFF url(../images/core/bg.gif) repeat-x;
	font: 62.5%/1.8em Tahoma, Arial, Helvetica, sans-serif;
}

#container { margin: 0 auto; width: 752px; font-size: 1.1em; background: #F4F2EB url(../images/core/content_bg.gif) repeat-y; border-top: none; }
#text_container { margin-bottom: 20px; }
#text { float: left; text-align: left; width: 480px; min-height: 300px; margin-left: 28px; _margin-left: 15px; }

/* for IE */
/*\*/
* html div#text {
	height: 300px;
}
/**/

/*----------	HeaDeR STYLeS	----------*/
#header { width: 750px; height: 254px; margin: 0 auto; text-align: left; position: relative; background: #68002b; border-left: 1px solid #D6CFC7; border-right: 1px solid #d6cfc7; }
#header #banner { position: absolute; top: 90px; left: 20px; background: url(../images/core/banner.jpg) no-repeat; height: 151px; width: 705px; }
#header img#logo { position: absolute; top: 0px; left: 10px; }
#header img#companyname { position: absolute; top: 50px; left: 10px; }

/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { text-align: left; position: absolute; top: 120px; left: 10px; }
#nav ul { list-style-type: none; margin: 0; }
#nav ul li { display: inline; float: left; margin: 0; }
#nav ul li a {  padding: 5px 10px 5px 5px; color: #FFFFFF; font-weight: bold; text-decoration: none; display: block; }
#nav ul li a:hover { text-decoration: none; color: #71002E; }

/*----------	CoMMoN STYLeS	----------*/
.clear { display: block; clear: both; }
.aligncenter { text-align: center; }

a { color: #71002E; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none; }
h1, h2 { font-size: 1.7em; margin: 20px 0; }
h3 { font-size: 1.4em; margin: 20px 0; font-weight: bold; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #0068AA; margin: 10px; }
p { margin: 10px 20px 10px 0px; }
table { width: 93%; text-align: left; margin: 0 0 20px 20px; padding: 0; }
td { text-align: left; padding: 3px; vertical-align: middle; }

tr.studio td { font-weight: bold; font-size: 1.2em; }
ul { margin: 10px 0; list-style-type: square; }
ul li { margin: 0 50px; }
img.banner { margin: 12px 0 10px 10px; float: left; }
img#mudmap { margin: 10px; float: right; border: 1px solid #C41230; }
img.inner_photos { float: right; margin: 10px; }
img#voucher { border: 1px solid #C41230; }
.top { border-top: 1px solid #CA8D91; text-align: right; font-size: 0.9em; margin: 10px 10px 0 0; }

/*----------	CTa STYLeS	----------*/
div#cta { width: 220px; float: right; margin-top: 20px; margin-right: 15px; _margin-right: 6px; }
div#cta p { text-align: left; margin: 10px 0 19px 10px; }
div#alignreplacement { text-align: right; } 

/*----------	FooTeR STYLeS	----------*/
div#footer { color: #a46c81; width: 750px; margin: 0 auto; font-size: 0.9em; }
div#footer a { color: #a46c81; text-decoration: none; }	
div#footer a:hover { text-decoration: underline; }	
div#footer p { padding-left: 20px; margin: 10px 0 0px 0; }
div#footer img#webbasic { margin: 10px 50px 30px 20px; border: none; }


/*----------	SPeCIaL LiNK	----------*/
a.speciallink {
	display: block;
	width: 350px;
	height: 16px;
	background: url('../images/clickspecial.gif') no-repeat 0 0;
}
a.speciallink:hover {
	background: url('../images/clickspecial.gif') no-repeat 0 -16px;
}