@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
}

body, html {
	background-color:#0b0d14;
	font-family: helvetica, arial,"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
}


/* HEADER NAVIGATION */
#headwrapper {
	margin:0 auto; 
	height:70px; 
	background-color:#2b384a;
	border-top:#1f2329 5px solid;
}
#head {
	margin:0 auto; 
	height:50px; 
	padding-top:10px; 
	width:1000px;
}
#head h2 {
	color:#fff;
	font-size:18px;
	margin:0px 0 -15px;
	letter-spacing:-0.1px;
	font-weight:normal;
}
#head h2 a {
	color:#fff;
	text-decoration:none;
}
#head span {
	color:#959ca5;
	font-size:12px;
}
#head span a {
	color:#959ca5;
	text-decoration:none;
}
.h2float {
	float:left;
	margin-right:25px;
	height:70px;
}

.h2float:hover  {
	background-image:url(../images/nav-arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	height:70px;
}



/* WELCOME HEADING */
#welcome h1 {
	color:#fff;
	font-size:35px;
	background-color:#699207;
	margin-bottom:0px;
	margin-top:0px; 
	width:500px; 
	padding:5px 5px 0px 5px;
}
#welcome h1 a {
	color:#fff;
}
#welcome h3 {
	color:#e5ffc3;
	font-size:18px;
	background-color:#699207;
	margin-top:0px;
	font-weight:normal;
	margin-top:0px; 
	width:450px; 
	padding:5px;
}
#welcome h3 a {
	color:#e5ffc3;
}

#addlisting {
	float:right; width:260px; 
	border:1px solid #8a919b; 
	background-color:#e9ebed; 
	padding:0 10px 0 10px;
}
#addlisting h2 {
	margin-bottom:-7px;
}
#addlisting a {
	color:#203a5d;
}


/* BODY LAYOUT */
#bodycontent {
	margin:0 auto; 
	background-color:#fff; 
	width:960px; 
	padding:20px;
}


/* LISTING LAYOUT */
#col {
	width:470px; 
	float:left;
	margin:0px;
}

#listingcontainer {
	border-bottom:1px dotted #CCC; 
	width:470px;
	margin:15px 0 15px;	
}
.thumb {
	float:left;
	width:120px
}
.listingcontent {
	margin-left:130px;
	width:340px;
}
.listingcontent p {
	font-weight:normal;
}

.listingcontent a {
	color:#2b384a;
	font-size:11px;
}

.listingprice {
	font-size:16px;color:#690000; font-weight:bold;
}
.listingparticulars {
	font-size:10px; 
	color:#666; 
	margin-left:5px;
}


/* LISTING LAYOUT */
#footer {
	background-color:#1f2329; 
	width:1000px;	
	margin:0 auto; 
}
#footer ul li {
	list-style-type: none;
	margin-left:-25px;
	margin-bottom:3px;
	color:#a9a9a9;
}
#footer ul li a {
	color:#a9a9a9;
}
#footerfloats {
	 float:left; 
	 width:300px; 
	 margin-left:20px;
	 color:#CCC;
}
#footerfloats h2, #footerfloats h2 a {
	font-weight:normal;
	color:#e5e5e5;
	margin-bottom:-10px;
	text-decoration:none;
}
#footerfloats p, #footerfloats a {
	color:#a9a9a9;
	text-decoration:none;
}

img  {
	border:0px;
}

#footer-more {
	background-color:#1b1c1d; 
	margin:0 auto 20px; 
	width:1000px;	
}
#footer-more ul li {
	list-style-type: none;
	margin-left:-25px;
	margin-bottom:3px;
	color:#a9a9a9;
}
#footer-more ul li a {
	color:#a9a9a9;
}



#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
.boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

.boxes .dialog {
  width:420px; 
  height:260px;
  padding:10px;
  background-color:#ffffff;
}




