@charset "UTF-8";
/* CSS Document */

/* HERE STARTS ATRIBUTES FOR MAIN STRUCTURE */
body {
	margin: 0px;
	background: #ffd571 url(Sources/bg_body.jpg) repeat-x bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}

#mainContainer{
	margin: 0 auto;
	width: auto;
	height: auto;
}

#DetailsContainer{
	margin: 0 auto;
	width: 900px;
	height: auto;
}

#container1 {
	margin: 0 auto;
	width: 900px;
	height: auto;
}

#container2 {
	margin: 0 auto;
	width: 900px;
	height: auto;
	float: left;
}

#container3 {
	margin: 0 auto;
	width: 655px;
	height: auto;
	padding: 15px 20px 5px 15px;
	float: left;
	display: inline;
	overflow: hidden;
}

#header {
	width: 900px;
	height: 170px;
	margin-top: 10px;
	float: left;
	background: #333333 url(Sources/header.jpg) no-repeat;
}

#content {
	width: 900px;
	height: auto;
	float: left;
}

#footer {
	background: #FFFFFF;
	width: 700px;
	height: 70px;
	margin: 0px;
	padding: 10px 0px;
	float: right;
}

#footerDetail {
	background: #FFFFFF url(Sources/column3_bg.jpg) repeat-y;
	width: 800px;
	height: 70px;
	margin: 0px;
	padding: 10px 0px 3px 100px;
	float: left;
	display: inline;
}

/* HERE ENDS ATRIBUTES FOR MAIN STRUCTURE */

/* HERE STARTS COMMON LINK STYLE */
a {
	color: #77A131;
	text-decoration: none;
}

a:link { 
	color: #77A131;
	text-decoration: none; 
}

a:visited { 
	color: #77A131;
	text-decoration: none; 
}

a:hover { 
	color: #77A131;
	text-decoration: none; 
}

a:active { 
	color: #77A131;
	text-decoration: none; 
}

img {
	border: none;
}
/* HERE ENDS COMMON LINK STYLE */

/* HERE STARTS ATRIBUTES FOR CONTENT */
#column1 {
	width: 700px;
	height: auto;
	float: right;
	display: inline;
	overflow: hidden;
	background: #FFFFFF;
}

#column2 {
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 10px 0px 00px 0px;
	float: left;
	display: inline;
	background: #333333 url(Sources/column2_bg.jpg);
}

#column3 {
	width: 880px;
	min-height: 400px;
	margin: 0px;
	float: left;
	padding: 0px 10px 0px 10px;
	background: url(Sources/column3_bg.jpg) repeat-y;
}

#column4 {
	max-width: 250px;
	min-width: 100px;
	height: auto;
	margin-top: 205px;
	margin-left: 5px;
	padding: 5px;
	float: left;
	border: #666666 thin solid;
}

.NavBar {
	font-size: 12px;
	margin-top: 10px;
	padding: 3px;
}

#column1top {
	width: 700px;
	height: 50px;
	margin: 0px;
	display: inline;
	float: right;
	background: #FFFFFF url(Sources/column1_top.jpg) no-repeat;
}

#column3top {
	width: 880px;
	height: 47px;
	margin: 0px;
	display: inline;
	float: right;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF url(Sources/column3_top.jpg) no-repeat;
}

#column1Bottom {
	width: 200px;
	height: 19px;
	margin: 0px;
	float: left;
	display: inline;
	background: #FFFFFF url(Sources/column2_bottom.jpg) no-repeat;
}
/* HERE ENDS ATRIBUTES FOR CONTENT */

/* HERE STARTS ATRIBUTES FOOTER */
#topFooter {
	width: 490px;
	height: 1px;
	margin: 0px 0px 10px 100px;
	border-bottom: #CCCCCC solid 1px;
}

#bottomNav {
	width: 690px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

#credits {
	width: 690px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}
/* HERE ENDS ATRIBUTES FOOTER */

/* HERE STARTS ATRIBUTES FOR TEXT AREA */
.textArea {
	width: 660px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	text-align: justify;
}

.topTextArea {
	width: 660px;
	height: 16px;
	margin: 0px;
	float: left;
	display: inline;
	overflow: hidden;
	background: url(Sources/bg_textarea-top.gif) no-repeat;
}

.middleTextArea {
	width: 620px;
	height: auto; 
	margin: 0px;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	background: url(Sources/bg_textarea-middle.gif) repeat-y;
}

.bottomTextArea {
	width: 660px;
	height: 20px;
	margin: 0px;
	float: left;
	display: inline;
	overflow: hidden;
	background: url(Sources/bg_textarea-bottom.gif) no-repeat;
}

.textArea p {
	margin: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #77A131;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #77A131;
	margin: 0px 0px 10px 0px;
}
h3 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color: #77A131;
 margin: 0px 0px 10px 0px;
}
.bulletCactus {
	list-style-image: url(Sources/bullet_cactus.gif);
}
/* HERE ENDS ATRIBUTES FOR TEXT AREA */

/* HERE STARTS ATRIBUTES FOR LISTINGS */
.listings {
	background: #FFFFFF url(Sources/bg_listings.gif) repeat-x;
	width: 660px;
	height: auto;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	border: #99CFB4 1px solid;
}

.listings:hover {
	background: #EDEDED url(Sources/bg_listings-b.gif) repeat-x;
}

.listingsHeader {
	width: 660px;
	float:left;
	clear: both;
}

/* This is Style for Listings Title */

.title {
	padding: 10px;
	font-size: 12px;
	float: left;
}

.title h3 {
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 16px;
}

.title h3 a:link {
	color: #78A22F;
}

.title h3 a:visited {
	color: #78A22F;
}

.title h3 a:hover {
	color: #78A22F;
	text-decoration: underline;
}

/* Ends Style for Listings Title */

.price {
	width: 150px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 15px 5px 5px;
	float: right;
	background-color: #333333;
}

.listingsImg {
	width: 120px;
	height: 100px;
	padding: 10px;
	float:left;
}

.listingsDescription {
	width: 330px;
	min-height: 90px;
	padding: 5px;
	float:left;
}

.listingsSpecs {
	width: 167px;
	padding: 5px;
	font-size: 11px;
	float:left;
}

.SpecsTitle {
	width: 90px;
	float: left;
}

.SpecsInfo {
	width: 70px;
	float: right;
}

.listingsLinks1 {
	width: 660px;
	_height: 15px;
	text-align: center;
	float:left;
	display: inline;
}

.listingsDetails {
	width: 116px;
	_height: 15px;
	float:left;
	display: inline;
	padding: 2px 10px 10px 15px;
}

.listingsInquiry {
	width: 500px;
	_height: 15px;
	float: left;
	display: inline;
	padding: 2px 0px 10px 0px;
}

/* HERE ENDS ATRIBUTES FOR LISTINGS */

/* HERE STARTS ATRIBUTES FOR SIDE BAR */
.lateralMenu {
	width: 170px;
	margin: 10px;
	padding: 0px;
	float: left;
	clear: both;
	display: inline;
	color: #FFFFFF;
	background: #f68f41;
}

.lateralMenuLink {
	margin: 0;
	background: #f5791d url(Sources/bg_lm_link.gif) repeat-x;
	font-size: 12px;
	padding: 5px 5px 5px 30px;
	border-bottom: #f57a37 solid 1px;
}

.lateralMenuLink a span {
	color: #FFFFFF;
}

.lateralMenuLink a:hover, .lateralMenuLink a:link, .lateralMenuLink a:visited, .lateralMenuLink a:active {
	color: #FFFFFF;
}

.lateralMenuLink:hover {
	background: #D06F1A url(Sources/lm_bullet.gif) left no-repeat;
}

.lateralMenuTitle {
	color: #FFFFFF;
	margin: 0;
	font-size: 13px;
	padding: 5px 5px 5px 15px;
	background-color: #D06F1A;
}

#column2Top {
	width: 200px;
	height: 47px;
	margin: 0px;
	float: left;
	display: inline;
	background: #FFFFFF url(Sources/column2_top.jpg) no-repeat;
}

#column2Bottom {
	width: 200px;
	height: 19px;
	margin: 0px;
	float: left;
	display: inline;
	background: #FFFFFF url(Sources/column2_bottom.jpg) no-repeat;
}
/* HERE ENDS ATRIBUTES FOR SIDE BAR */

/* HERE STARTS ATRIBUTES FOR TOP MENU */
#TopMenu {
	width: 765px;
	height: auto;
	font-size: 12px;
	line-height:normal;
	float: left;
	top: 165px;
	position: absolute;
	padding-left: 185px;
}

#Menu {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

#Menu li {
	width: auto;
	display:inline;
    margin:0;
    padding:0;
}

#Menu a {
	float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
	display: inline;
}

#Menu a span {
	float:left;
    display:block;
    padding:5px 10px 4px 5px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac */
#Menu a span {
	float:none;
}

/* End IE5-Mac hack */
#Menu a:hover span {
	color: none;
}

#Menu a:hover {
 	background: #78A22F;
	
}

/* HERE ENDS ATRIBUTES FOR TOP MENU */

/* HERE STARTS ATRIBUTES FOR SEARCH RESULTS */

.SearchDetails {
	width: auto;
	float: left;
	background: #FFFFFF url(Sources/bg_listings.gif) repeat-x;
	border: #999999 1px solid;
}

.SearchHeader {
	width: 870px;
	height: auto;
	padding: 5px;
	float: left;
}

.SearchTitle {
	width: 760px;
	float: left;
}

.BackBtn {
	width: 100px;
	height: 32px;
	float: right;
}

.BackBtn img {
	border: none;
	float: left;
	display: inline;
}

.BackBtn a span {
	width: 68px;
	height: 32px;
	padding-top: 5px;
	font-size: 16px;
	float: left;
	display: inline;
}

.SlideShow {
	width: 350px;
	padding: 5px;
	float: left;
}

.SearchSpecs {
	width: 355px;
	padding: 5px;
	float: left;
	border-left: #333333 1px solid;
	border-right:  #333333 1px solid;
}

.SpecsTitle2 {
	width: 150px;
	float: left;
	line-height: 12px;
}

.SpecsInfo2 {
	width: 100px;
	float: right;
	line-height: 12px;
}

.SearchLinks1 {
	width: 137px;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 10px;
}

.SearchDescription {
	width: 850px;
	margin-top: 30px;
	padding: 5px 10px 20px 10px;
	float: left;
	border-bottom: #999999 solid 1px;
}

.SearchDescription p {
	padding-left: 15px;
	color: #333333;
	text-align: justify;
}

.SearchLinks2 {
	width: 870px;
	margin-top: 10px;
	/*padding: 10px 5px;*/
	float: left;
}

.title1 {
	margin: 0px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #77A131;
}

.title2 {
	margin: 0px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f57a37;
	line-height: 30px;
}
/* HERE ENDS ATRIBUTES FOR SEARCH RESULTS */
/* HERE STARTS ATRIBUTES FOR CONTENT AREA MENU */

#contentAreaMenu {
	width: 595px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	color: #666666;
	border: #bbb solid 1px;
	background: url(Sources/bg_listings.gif) repeat-x;
}

#contentAreaMenu ul, #contentAreaMenu li {
	list-style: none;
	display: inline;
}

#contentAreaMenu h3 {
	width: auto;
	margin: 0px;
	padding-bottom: 5px;
	color: #f57e2c;
	border-bottom: #999999 solid 1px;
}

#contentAreaMenu a:link, #contentAreaMenu a:visited {
	color: #666666;
	padding: 0px 10px 0px 10px;
}

#contentAreaMenu a:hover {
	color: #FFFFFF;
	background: #666666;
	padding: 0px 10px 0px 10px;
}

/* HERE ENDS ATRIBUTES FOR CONTENT AREA MENU */

/* HERE STARTS ATRIBUTES FOR MEXICO MAP */

#mexicoMap_container {
	margin: 10px 0;
	width: 660px;
	height: auto;
	border: #bbb solid 1px;
	float: left;
	overflow: hidden;
}

#mexicoMap {
	width: 500px;
	height: auto;
	float: left;
	overflow: hidden;
}

#mexicoLinks {
	width: 160px;
	height: auto;
	float: left;
	overflow: hidden;
}

#mexicoLinks ul {
	margin: 0px;
	height: 350px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-size: 13px;
	color: #f57e2c;
	border-left: #bbb solid 1px;
}

#mexicoLinks li {
	height: 33px;
	padding: 5px 0px 5px 0px;
	border-bottom: #bbb solid 1px;
	background: url(Sources/bg_listings.gif) repeat-x;
}

#mexicoLinks li:hover {
	height: 33px;
	padding: 5px 0px 5px 0px;
	border-bottom: #bbb solid 1px;
	background: url(Sources/bg_listings-b.gif) repeat-x;
}

#mexicoLinks li a:link, 
#mexicoLinks li a:hover, 
#mexicoLinks li a:visited {
	color: #f57e2c;
	text-decoration: none;
}

/* HERE ENDS ATRIBUTES FOR MEXICO MAP */

/* HERE STARTS ATRIBUTES FOR BANNER */
#bannerContainer {
	width: 340px;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}

#squareBanner {
	margin: 0px;
	float: left;
	display: inline;
	overflow: hidden;
}

#message {
	min-height: 600px;
	text-align: justify;
}

#message h2 {
	color: #f57e2c;
	font-size: 16px;
}

#verticalBanner {
	width: 300px;
	float: right;
	display: inline;
	overflow: hidden;
}

/* HERE ENDS ATRIBUTES FOR BANNER */

/*------RSS FEEDS --------- */
#RSS {
font-size:16px;
}

/*------Google Map Style --------- */
#mapstyle {
    width:100%;
 height:400;
 }
 
 /*------Price Chart Style --------- */
#pricechart				  {border:1px solid #CCC; font-size:12px; margin:10px 0px; width:329px;}
#pricechart td			  {padding:6px 0px 6px 20px;}
#pricechart .stripe 	  {background-color:#f0efef;}
#table_header 			  {background-image:url(/images/table_header.gif); background-repeat:repeat-x; color:#FFF; font-weight:bold;}

