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

body{
	padding:0;
	border:none;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	line-height:1.5em;
	margin:0;
	text-align:center;
	background:#666 url(img/skybg.jpg) top center repeat-x;
	}

	
#city{
	background:url(img/citybg.gif) top left repeat-x;
}

#maincontainer{
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:left;	
	}

#header{
	width:700px;
	margin:0;
	padding:0;
	}

#content{
	text-align:left;
	margin:0;
	padding:0 35px 20px 35px;
	background-image: url(img/contentbgtile.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	float:left;
	

}

#mainfooter{
	font-size:x-small;
	line-height:1.2em;
	text-align:center;
	padding:0px 0 20px 0;
	height:25px;
	margin:0 0 60px 0;
	background:url(img/footerbg.png) left top no-repeat;
	}
	
#mainfooter a{
	color:#333;
	font-weight:bold;
	text-decoration:none;	
	}

#pagetitle{
	margin:0;
	padding:0 30px;
	height:180px;
	background:url(img/logo.png) center 25px no-repeat;
	text-align:right;
	}
#pagetitle a{
	font-size:0.8em;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
	

#pagetop{
	margin:0;
	padding:20px 60px 0 60px;
	height:30px;
	background:url(img/navbarbg.png) left bottom no-repeat;
	width:580px;
	}

p{
	margin:0;
	padding:0px;
	}
	

h1{
	padding:10px;
	margin:0;
	text-align:right;
	}
	
h2	{clear:both;padding-top:20px;}


ul {list-style:none;margin:0;padding:0; height:30px;}
#nav li {float:right;width:100px;height:20px; margin:0;padding:0;text-align:center;}
#nav li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;}
#nav li a {background:url(img/navbg.gif) repeat 0 0;}
#nav li a:hover, #nav li a:focus, #nav li a:active {background-position:-150px 0;}
	
#nav a {background:url(img/navbg.gif) repeat 0 0;}

#selectfield{
	width:210px;
	}
	
.left{
width:230px; float:left; position:relative;
}

.right{
 width:400px; float:left; position:relative;
 }
 
#appad{
width:200px; height:160px; background:url(img/appad.png) left top no-repeat; float:left; margin:0;
	} 

#decofloor{
width:100%; height:60px; background:url(img/edge.png) top left no-repeat; position:fixed; bottom:0; left:0; z-index:5;
}

#decodog{
width:300px; height:230px; background:url(img/littledog.png) -20px bottom no-repeat; position:fixed; bottom:0; left:0; z-index:7;	
	}
	
#promo{
position:fixed; bottom:5px; right:5px; z-index:9;	
	}
	
.addspace{
width:200px; height:200px; margin:0px; padding:10px 30px 10px 0;"	
	}