/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		MarketPlace
   TEMPLATE CODE: 	S-0017
   VERSION:          1.0	
	DATE:          	August-31-2007          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 1px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
	width:600px;
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
.col1{
	width:150px;
}
.col2{
	width:70px;
}
.col3{
	width:30px;
}
/* end - table */

/* form elements */
form {
/*	background:#0760B0 none repeat scroll 0%;  */
	margin-left:4px;
	padding:0pt 1px;	
	color:#fff;
}
#main form {
	background:#fff none repeat scroll 0%;
	margin-left:10px;
	padding:0pt 0px;	
	color:#000;
	
}
#rightcolumn form {
/*	background:#0760B0 none repeat scroll 0%; */
	margin-left:4px;
	padding:0pt 10px;	
	color:#fff;
}
label {
	display:block;
	font-weight:bold;
	margin:0px 0px;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
select{
	width:180px;
	margin-left:10px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;

	color:#000;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 

	border-top: 0px solid #fff;
/*	background: #fff url(content-wrap.jpg) repeat-x; */

	background: #fff url(../images/content2.jpg) repeat-y center top;
}
#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-y center top;
	height: 0px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 3px; right: 90px;	
	color: #fff;
	font-size: 10px;	
	font-weight: bold;
	font: bolder 14px 'Trebuchet MS', sans-serif;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #ccc;	
	text-decoration: none;
	border-bottom:none;	
}




/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 200px;
	width: 850px;
	background: #fff url(../images/headernew.jpg) no-repeat center center;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 20px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 20px 0px 0 0px;
}
.two-col #main {
	margin: 10px 5px 0 0px;
}
#main{
	float:right;
	width:620px;
	border-left:2px solid #efefef;
	margin:0px;
}
#main h1 {
	margin: 0px 10px 0 10px;
	font: normal 1.8em 'Trebuchet MS',Tahoma,Sans-serif;;
	color: #444;
	padding: 0px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
#main .w80{
	width:380px;
}
/* Sidebar */	
#sidebar {
	height:100%;
	float:left;
	margin-left:6px;
	margin-top:12px;
	margin-bottom:12px;	
	width:211px;

}	
#searchbar {
	background:#FAFAFA url(../images/1b.jpg) repeat scroll 0% 50%;
	border:0px solid #DCDCDC;
	padding:0px;
	height:245px;
}
/* right column */
#rightcolumn {
	float: right;
	width: 210px;
	margin-top: 40px;	
	margin-right:10px;
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
 
	padding-left:10px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			

	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding:0px 0pt 4px 10px;
	margin: 0 2px;	
	font-size:14px;	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;
}
ul.sidemenu li a:hover {	
	color: #fff;
	border: none;
border-bottom:1px solid #fff;
}

/* footer-wrap */
#footer-wrap {
/*	clear: both; */
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 0px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background:#EFEFEF none repeat scroll 0% 50%;
	border-top:2px solid #fff;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

#mainmenu{
	background-color:transparent;
	position:relative;
	top:0px;
	left:560px;
font-size:14px;
	color:#fff;
	font-weight:bold;
	width:300px;
	
}
#mainmenu a, #mainmenu a:visited {	
	color: #fff; 
	background: inherit;
	text-decoration: none;		
}
#mainmenu a:hover {
	color: #ddd;
	background: inherit;
	padding-bottom: 0;
/*	border-bottom: 2px solid #dbd5c5; */
	border-bottom:none;
}
#main h1{
color:#C31419;
}
#main p{
	padding-top:0px;
	padding-bottom:0px;
}
.bigger{
	font-size:12px;
	font-weight:bold;
	line-height:12pt;
	color:#0760b0;
}
#photos{
	position:relative;
	top:10px;
	left:-5px;
	width:270px;
	float:right;
}
#propertyInfo{
	left:0px;
	position:relative;
	top:10px;
	width:550px;
	float:left;
}
.imgThumb{
	width:75px;
	height:45px;
	
}
#mainmenu ul
{
list-style-type: none;
text-align: left;
}

#mainmenu ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #fff;
margin:0px 0px;
}

#mainmenu ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: #ccc;
}

#mainmenu ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #ccc;
}

.pager{
	clear:both;
	color:#666666;
	font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:45px;
	line-height:1.5em;
	margin:0pt;
	padding:12px 0pt 0pt;
	text-align:center;
}

#menuBar{
	position:relative;
	top:0px;
	left:0px;
	float:right;
	width:310px;
	height:100px;
}
#propertyWeek{
		background-color: #F9F9F9;
	border: 1px solid #ccc;
}
#srchBox{


	margin-left:0px;
	border-top:1px solid #fff;
}
#menuBox{
	background-color:transparent;
	background: url(../images/bluebox.jpg) no-repeat;
	margin-left:5px;
}

#propertyWeek h2{
	color:#C31419;
	font-size:16px;
	padding-bottom:1px;
}
#propertyWeek h3{
	color:#326EA1;
}
#propertyWeek p{
	color:#326EA1;
}
#propertyWeek .bigger{
	color:#326EA1;
}
#propertyWeek img{
	margin-left:4px;
	width:190px;
}
/* links */
#propertyWeek a, #propertyWeek a:visited {	
	color: #eee; 
	background: inherit;
	text-decoration: none;		
}
#propertyWeek a:hover {
	color: #eee;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}
#map_canvas img{
	background-color:transparent;	
}
#map_canvas{
	display:block;
}
.noborder {
	background: #fff;
   border: 0px solid #DCDCDC;
	padding: 0px;
}
#mainpropertyWeek h2{
	color:#fff;
	font-size:16px;
	padding-bottom:1px;
	padding-left:25px;
}
#mainpropertyWeek h3{
	color:#fff;
	padding-left:25px;
}
#mainpropertyWeek p{
	color:#fff;
	padding-left:25px;
}
#mainpropertyWeek .bigger{
	color:#ccc;
}
#mainpropertyWeek .pic{
	position:relative;
	top:-60px;
	left:0px;
	float:right;
	}

#mainpropertyWeek img{
	margin-left:4px;
	width:190px;
	margin-right:15px;
}
#mainpropertyWeek{
	width:400px;
	height:239px;
	background:url(../images/propofweek.jpg) no-repeat;
}

#mainpropertyWeek a, #mainpropertyWeek a:visited {	
	color: #eee; 
	background: inherit;
	text-decoration: none;		
}
#mainpropertyWeek a:hover {
	color: #eee;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}


/* new preview links  */
.preview {
	float: left;
	width: 180px;
	height: 180px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
 
.preview span { 
	display: block;
	font-size: 11px; 
	margin-bottom: 0px;
}
.preview img{
		margin-left:4px;
	width:120px;
	margin-right:15px;
	height:80px;
}
.preview h3{
		color:#0760b0;
		padding:5px;
}
.popular {
	color: #2e8531;
	font-weight: bold;
}
 
.SUPERpopular {
	font-weight: bold;
	color: #d62222;
}
 
.normal {
	font-weight: bold;
}
.padded{
	margin-left:5px;
}

#pageHeader{
	color:#000;
}
#pageHeader h1{
	font-size:24px;
	color:#000;
	padding-top:0px;
	padding-bottom:10px;
	border-bottom:0px solid #fff;
}
	
	
/* header links */
#header-photo #header-links {
	position: absolute;
	top: 5px; left: 10px;	
	color: #fff;
	font-size: 10px;	
	font-weight: normal;
}
#header-photo #header-links p {	
	padding: 0;	margin: 0;	
}
#header-photo #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header-photo #header-links a:hover {
	color: #efefef;		
}

#header-links ul.sidemenu {
	font-family:'Trebuchet MS',Tahoma,Sans-serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0.3em 0pt 1em 5px;
}
#header-links ul{
		font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
}
#but1{
	background-color:#00a1da;
}
#but2{
	background-color:#f36800;
}
#but3{
	background-color:#8eb810;
}
#but4{
	background-color:#e70009;
}
.mainButtons{
	float:right;
	width:211px;
	height:30px;
	text-align:center;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
#buttonDiv{
	position:absolute;
	top:170px;
}
.mainButtons a {	
	color: #fff;
	text-decoration: none;	
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.lnk{
	position:relative;
top:5px;
}
.mainButtons a:hover {
	color: #efefef;	
	text-decoration:none;	
}

.mainButtons a, .mainButtons a:visited {	
	background: inherit;
	text-decoration: none;		
}
.mainButtons a:hover {
	background: inherit;
	padding-bottom: 0;
	
}

#form1 label {
	margin:0px 10px;
	display:inline;
	font-weight:normal;
}
#form1 input {
	margin:0px 10px;
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
#form1 select{
	width:180px;
	margin-left:10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px 0 15px 0;
	padding: 0;		
		color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
#sidebar ul.sidemenu li {
	padding: 0px 5px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #fff;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
		color:#666;
	font-size:14px;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}
#srchBox h1{
font-family:'Trebuchet MS',Tahoma,Sans-serif;
font-size:1.4em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 5px 0pt;
padding:5px;
color:#666;
}
#form1{
	color:#666;
}

