/* TOTARAPARKMINIATURES.COM STYLESHEET */

/* MENU::
1. Layout styles.
2. Menu styles.
3. Text styles.
4. Image styles
*/

/*=====================
1.	LAYOUT STYLES
=====================*/

p {margin:0 0 1em 0;padding:2px}

* {margin:0;padding:0}

/* commented backslash hack v2 \*/ 
html,body{height:100%;} 
/* end hack */ 

body {
	color: #000;
	background-color:#e4f6fe;
	position:relative;/* for ie7*/
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}



/*  HEADER styles 
---------------------------------*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(/images/headerbg.jpg);
	background-repeat: repeat-x;	
	overflow:hidden;
	color: #fff;
}

#homelink {
	width: 409px;
	display: block;
	margin: 0 auto;
}


/*  CONTENT styles 
---------------------------------*/
#outer{
	min-height:100%;
	width: 740px;
	padding: 1px 10px;
	margin:0 auto;
	background:#fff;
	border-right: 1px #0675a4 solid;
	border-left: 1px #0675a4 solid;
	border-bottom: 1px #0675a4 solid;
	color: #000;
	overflow:hidden;
}

* html #outer{height:100%;} /*IE treats height as min-height anyway*/

.outerwrap {
	float: left;	
	width: 100%;
	margin-left:-10px;
	padding-top:119px;/* to clear header*/
}

#centrecontent {
	float:right;
	width:100%;
	padding-bottom:90px;/* clear footer*/
 	margin-left:-1px;
}


/* FOOTER styles
---------------------------------*/
#footer {
	color: #fff;
	text-align:center;
	position:relative;
	clear:both;
	margin-top:-90px;/*drag footer from below the fold*/
	background-image:  url(/images/repeatfooter.png);
	background-repeat:repeat-x;
	height: 90px;
}

#footercontent {
	padding: 60px 0 10px 0;
	width: 100%;
	text-align: center;
	color:#ffffff;
}

#footercontent p {
	color:#ffffff;
}

#footercontent a {
	color:#ffffff;
}


/* CONTACT.htm styles
---------------------------------*/

#contactleft {
	float: left;
}

#contactright {
	float: right;
}
/*
#contactcontainer {
	height: 630px;
}
*/
/* RESULTS.htm styles
---------------------------------*/

#resultspanel {
	margin-left: 10px;
}

/*=====================
2.	MENU STYLES
=====================*/

#menucontainer {
	border: 1px #0675a4 solid;
	width: 760px;
	margin: 0 auto;
	margin-left:-1px;
	height: 1.4em;
	background-color: #ffffcc;
}

#navcontainer {
	width: 500px;
	margin: 0 auto;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100px;	
	text-decoration: none;
	padding: 2px 0 2px 5px;
	background-color: #ffffcc;
	color:#333333;
}

#nav a:hover {
	background-color:#eda;
}

#nav li {
	float: left;
	width: 100px;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}

#nav li ul li a {
	padding-left: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#nav li.navlast {
	text-align: left;
}

/*=====================
3.	TEXT STYLES
=====================*/

/* ------------- General styles*/


h2 {
	padding: 0 1em 0.4em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 1.3em;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	}

h3 {
	padding: 0 1em 0.3em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 1em;
	}
	
p {
	padding: 0 1em 0.3em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 0.8em;
}

.title {
	text-align: center;
}

.indent {
	text-indent:2em;
}

.showresults {
	font-size: 1.2em;
	font-weight: bold;
}

.sabrecreative {
	font-size: 18px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	text-decoration: none;
}

.light_blue {
	color: #51A4DA;
}

.dark_blue {
	color: #2863AE;
}

.sold {
	font-size: 30px;
	color: red;
	font-weight: bold;
	font: Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ------------- main column styles */

h1 {
	padding: 0.5em 0;
	margin: 0 0;
	color: #333333;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	}

#content h2 {
	color: #333333;
	font-size: 1em;
}

/* ------------- address styles */
.address {
	font-weight: bold;
	padding-bottom: 0.5em;
}

/*=====================
4.	IMAGE STYLES
=====================*/

a img {
	border: 0;
}

.imghorse {
	margin: 10px 10px;
	vertical-align: top;
}

.imgcontainer {
	width: 642px;
	margin: 0 auto;
}

