/* CSS Document */
/* PIMO main style sheet */
/* Created May 2008 kysi2.com */



/* Main body definition */
html, body {
	margin: 0px; 
	padding: 0px; 
	background: #ffffff url(../images/top_bar.jpg) repeat-x center top;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	height: 100%;
}

/* Image defaults */
img{ display: block; }
a img{ border: none; }


/* Default links */
a {color: #FF6600; text-decoration: none; }
a:hover{ text-decoration: none; 
	color: #000; 
	border:1px solid #FF6600;
	border-right:none;
	border-left:none;
}


/* Default headings */
h3, h4 {font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif; }
h1, h2 {
	font: 16px/16px "Arial", "Helvetica", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #333;
	margin: 30px 0 20px 5px;
	line-height: .9em;
	}

/* Defautl Paragraph */
p {
	font: 14px/14px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#333;
	text-align:justify;
	/* padding: 0px 0px 20px 0px; */
	margin:10px 0px 10px 0px;
	line-height: 20px;
}

ul { }
li {
	list-style:disc; 
	font: 14px/14px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#333;
	line-height: 20px;
}

#container {
				position: relative;
				min-height: 100%;
				height: 100%;
				height: auto;
			}

html>body #container {
		height: auto;
}

/* This pimo globe */
#header {
	float: left;
	width: 800px;
	height: 293px;
	margin: 0px 0px 0px 0px;
	border:none;
	background: url(../images/header.jpg);
}

/* DIV used for clearing float alignments */
.clear_floats{clear:both;}

/* Define cursor shape for abbr and acronyms */
abbr, acronym {cursor:help;}

#topbar_left {
	float:left;
	height: 40px;
	width: 600px;
	margin: 6px 0 0px 20px;
	font: 14px/18px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#eee;
}


#topbar_right {
	float:right;
	height: 40px;
	width: 200px;
	margin: 6px 10px 0px 0px;
	text-align: right;
	font: 14px/18px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#eee;
	
}

#davidashley {
	background: #FFF url(../images/david-ashley-small.JPG) no-repeat center ;
	width: 200px;
	height: 200px;
	margin-left: 10px;
	float: right;
	padding: 3px;
	border: #eee solid 5px;
}

#googlemap {
	height: 230px;
	margin-left: 10px;
	margin-top: -30px;
	margin-bottom: 15px;
	float: right;
	padding: 3px;
	border: #eee solid 5px;
}

.Address { float: left; width: 200px; min-height: 200px; }

#wrapper {
	height: auto;
	width:800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

.container {
	margin: -0px auto 0px auto;
	width: 800px;
}

.container p {
	font: 14px/14px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#333;
	text-align:justify;
	/* padding: 0px 0px 20px 0px; */
	margin:10px 5px 10px 5px;
	line-height: 20px;
}


#content {
	visibility:visible;
}

.dashline {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #ddd;
}

#contact {
	float:left;
	height: 90px;
	width: 630px;
	margin: 10px 0 0 90px;
	font: 12px/14px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color:#333333;
	padding: 20px 0 0 0;
	background: url(../images/contactus.png) left top no-repeat; 
}

#foot {
	float:left;
	height: 90px;
	width: 800px;
	margin: 0 0 0 0px;
	padding-top: 20px;
	font: 10px/12px "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
	color: #666666;
	text-align:right;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #ddd;
}

#footer-container {
background:transparent url(../images/footer-bg.jpg) repeat-x scroll 0 0;
clear:both;
width:100%;
color:#848484;
margin-top: 20px;
}

#footer {
color:#666666;
margin:0 auto;
padding: 5px 0px 40px 0px;
text-align:center;
width:100%;
}

#footer p  { font: 10px Arial, Helvetica, sans-serif; margin-left: 10px; text-align:left; }

ul#legal {
float:right;

}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font: 8px Arial, Helvetica, sans-serif;
}

ul#legal li.first {
border:medium none;
float:left;
padding:0 8px 0 0;
}

ul#legal li {
border-left:1px solid #DCDCDC;
float:left;
padding:0 8px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font: 10px Arial, Helvetica, sans-serif;
}