/* LISTINGMANAGER.ca STYLING TEMPLATE */
/* FOR TEMPLATE */

/* START LAYOUT CSS */

*
{
margin: 0px;
padding: 0px;
}

body
{
background-color: #fff;
color: #9f9f9f;
font-size: 11px;
text-align:center;
font-family: "trebuchet ms", helvetica, sans-serif;
}

#container {
width:720px;
margin:0 auto;
text-align:left;
position:relative;
}

#header {
height:58px;
background-color:#cdcdcd;
padding-top:12px;
}

#slogan {
float:right;
padding-top:12px;
}

#topnav {
height:38px;
background-color:orange;
padding-top:10px;
text-align:center;
}

#mainbox {
margin:18px 0px;
}

#cola {
width:170px;
padding:0px 10px;
}

#colb {
width:490px;
padding:0px 10px;
}

#footer {
position:relative;
height:28px;
padding:10px 0px 0px 40px;
background-color:#DDD;
clear:both;
}

/* END LAYOUT CSS */

/* HYPERLINK PROPERTIES */

a.topnav:link, a.topnav:visited, a.topnav:active {
	background:orange;
	padding: 3px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color:#fff;
	line-height:28px;
}

a.topnav:hover { background-color:#888888;color:#fff; }

.topnavsel { 
	background:#888888;
	padding: 3px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color:#fff;
	line-height:28px;
	cursor:default;
}

/* END HYPERLINKS */
