/* Global Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
/* ol, ul {list-style: none;} */
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight:bold}
.clear {clear:both}

/* Main Structure */
body {color:#333;font:normal  13px/140% Verdana, Arial, Helvetica, sans-serif;background:#FAFCFC;}
#wrap {width:500px;margin:10px auto;padding:0;text-align:left;border-top:8px solid }
#header {height:60px;background: url(/assets/images/structure/home_small/header.png) no-repeat 0 10px;}
#header a {text-indent:-9000px;diaply:block}
#logo {display:block;width:215px;height:35px;}

#nav {}
#main-content {width:500px;padding:0;}
#footer {width:500px;height:20px;margin:50px auto 0 auto;font-size:10px;border-top:2px solid #999;background: url(/assets/images/structure/home_small/footer.png) no-repeat 0 5px;padding:8px 0 0 0}
#footer a {color:#616161;margin-left:475px}

/* Heading Styles */
h1 {text-indent:-9000px;padding-bottom:5px;font-weight:bold}
#body-home h1 {display:none}

/* html */
p, ul, ol {margin-bottom:10px}
ul, ol {margin:0 0 10px 20px}
#main-content a, #footer a {color:#333;text-decoration:none;border-bottom:1px solid #333;padding-bottom:0px;}
#main-content a:hover, #footer a:hover {text-decoration:none;border:none;background:#e5e5e5;padding-bottom:1px}
em {font-style:italic}


/* Nav */
#nav {margin-bottom:40px;}

	/* Main top list */
	#nav ul {padding:0px 10px 0 5px;position:relative}
		#nav ul li {float:left}
		/* On State */
		#body-home #nav ul li#nav-home, #body-buyers #nav ul li#nav-buyers, #body-sellers #nav ul li#nav-sellers, #body-search #nav ul li#nav-search {background:#626262} 


/* forms */
.error-em {font-size:11px;display:block;font-family:Verdana, Arial, Sans Serif;line-height:1.2;background:#900;color:#fff;padding:4px;font-weight:bold}
.error-clear {clear:both}
