/* 
CSS Document 
by : omaniac@gmail.com
*/

* {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background: transparent url(../images/body_bg.jpg) repeat-x left top;
}

a, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h1 a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

p {
	margin: 0 0 10px 0;
}

div,
td,
p{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#content strong, #content em {
	color: #333333;
}

/* -----------
html style 
-------------*/
#content ul {
	margin: 0 0 20px 0;
	list-style-type: none;
}

#maincol ul li{
	padding: 2px 0 2px 13px;
}

/*--------------
heading style
---------------*/

#maincol h1, #maincol h2, #maincol h3, #maincol h4, #maincol h5 {
	text-transform: capitalize;
	font-family: garamond, "times new roman", times, serif;
	font-weight: normal;
}

#maincol h2 {
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 2px 0;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}

#maincol h3 {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 15px;
	margin: 15px 0 0 0;
}

#maincol h4 {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 3px 0;
}


/* -------------
template layout 
---------------*/

#container {
	width: 744px;
	padding: 0 20px;
}

.containerleft {
	width: 784px;
	text-align: left;
	margin: 54px auto 20px auto;
	background: transparent url(../images/left_shadow_bg.jpg) no-repeat left top;
}

.containerright {
	width: 784px;
	background: transparent url(../images/right_shadow_bg.jpg) no-repeat right top;
}


/* header area */

#headerwrap img {
	float: left;
	border: 2px solid #FFFFFF;
}

/* content area */

#contentwrap {
	background: transparent url(../images/contentwrap_bg.jpg) no-repeat left top;
}

#contentwrap_btm {
	position: relative;
	min-height: 250px;
	background: transparent url(../images/contentwrap_btm_bg.jpg) no-repeat left bottom;
}

* html #contentwrap_btm {
	position: relative;
	height: 250px;
	background: transparent url(../images/contentwrap_btm_bg.jpg) no-repeat left bottom;
}

#maincol {
	position: relative;
	left: 12px;
	top: -62px;
	width: 450px;
	padding: 20px 15px 0 15px;
	border: 6px solid #FFFFFF;
	background: #FFFFFF url(../images/maincol_bg.jpg) repeat-x left top;
}


/* side column */

#sidecol {
	position: absolute;
	left: 527px;
	top: -200px;
	width: 161px;
	padding: 20px 15px 0 15px;
	border: 6px solid #FFFFFF;
	background: #FFFFFF url(../images/maincol_bg.jpg) repeat-x left top;
}


/* content title */

#maincol h1 {
	height: 28px;
	margin: 0 0 10px 0;
}

h1.homepage {
	text-indent: -9000px;
	background: transparent url(../images/title/homepage.gif) no-repeat left top;
}

h1.location {
	text-indent: -9000px;
	background: transparent url(../images/title/location.gif) no-repeat left top;
}

h1.masterplan {
	text-indent: -9000px;
	background: transparent url(../images/title/masterplan.gif) no-repeat left top;
}

h1.floorplan {
	text-indent: -9000px;
	background: transparent url(../images/title/floorplan.gif) no-repeat left top;
}

h1.furnishing {
	text-indent: -9000px;
	background: transparent url(../images/title/furnishing.gif) no-repeat left top;
}

h1.gallery {
	text-indent: -9000px;
	background: transparent url(../images/title/gallery.gif) no-repeat left top;
}

h1.link {
	text-indent: -9000px;
	background: transparent url(../images/title/link.gif) no-repeat left top;
}

h1.contact {
	text-indent: -9000px;
	background: transparent url(../images/title/contact.gif) no-repeat left top;
}


/* form */

.inputbox {
	border: 1px solid #cccccc;
}

.button {
	border: 1px solid #999999;
	background: #dadada;
	color: #666666;
	margin: 10px 0;
}


/* gallery */


.gal ul {
	margin: 0;
	padding: 0;
	height: 300px;
	list-style-type: none;
}

.gal ul li {
	float: left;
	margin-left: 5px;
}

.gal ul li a:link img{
	padding: 4px;
	background: #cccccc;
	border: 1px solid #999999;
}

.gal ul li a:hover img{
	padding: 1px;
	background: #cccccc;
	border: 4px solid #999999;
}

.imgnav {
	text-align: right;
}

.imgnav a {
	text-decoration: none;
}

ul.pagenav {
	margin-top: 40px;
	text-align: center;
	list-style-type: none !important;
}

ul.pagenav li{
	display: inline;
	width: 25px;
	height: 20px;
	padding: 4px 4px !important;
	margin: 0;
	background: none !important;
}

ul.pagenav li a{
	width: 25px;
	height: 20px;
	padding: 4px 10px !important;
	text-align: center;
	border: 1px solid #999999;
	background: #dadada;
	color: #666666;
	margin: 10px 0;
	text-decoration:none;
}

ul.pagenav li a:hover{
	color: #333333;
	text-decoration: none;
	background: #E0DDC7;
}









