/*  
Theme Name: trade4u
Theme URI: http://trade4u.ie
Description: trade4u theme
Version: 1.0
Author: Michael McCrea
Author URI: http://purposemakers.net
*/

body {
  font: 0.8em/150% "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #333;
	text-decoration: none;
	margin:0;
	padding:0;
  background: #fff url(img/body_top_bg.gif) repeat-x;
}

a:link, a:visited {
  color: #587787;
}

a:hover, a:active, a:focus {
  color: #999;
}

a img, a.img:link, a.img:visited, a.img:hover {
  border-width:0;
}

h1, h2, h3, h4, h5 {
  font-family: "Arial", "Verdana", sans-serif;
  line-height: 1.0;
  letter-spacing: 0;
  padding-left: 15px  
}

h1 {
  font-size:200%;
  margin-bottom: 0.8em;
  padding-left: 30px;   
}

h2 {
  font-size:150%;
  padding-top: 15px;
  margin-bottom: 10px;
  color: #587787;
}

h3 {
  font-size:125%;
}

h4 {
  font-size:105%;
}

ul, dl {
  margin:0;
  margin-top: 15px;
  padding: 0 30px;
}

ul li {
  margin:0 0 10px;
  padding:0;
}

p {
  padding-left: 15px;
  margin-top: 0;
}

#container {
  width: 844px;
  margin: 0 auto;
}

#header {
  float:left;
  width:100%;
  height: 30px;
  background-color: transparent; 
}

#logo {
  float:left;
  width: 100%;
  padding: 30px 0;
}

#page_content {
  float:left;
  background: #fff url(img/page_bg.gif) repeat-y;   
}

#main_content {
  float:left;
  width: 500px;
}

#ebay_page {
  margin-top:40px;
}

#ebay_page li.even {
  background-color: #eee;
}

#intro {
  font-size:1.3em;
	clear: left;
	color: #fff;
	margin-bottom: 2em;
	background: #587787 url(img/intro_bg_top.gif) no-repeat top left;
}

#intro p {
	margin: 0;
	padding: 15px;
	background: url(img/intro_bg_btm.gif) no-repeat bottom left;
}

#sidebar {
  float:right;
  text-align:left;
  font-size:0.9em;
  color: #fff;
  width:325px;
  background: #fff url(img/sidebar_bg.gif) no-repeat top center;    
}

#ebay_page ul, #sidebar ul {
  list-style:none;
}

#ebay_page ul li, #sidebar ul li {
  padding:15px 0;
  margin:0;
}

#ebay_page ul {
  padding-left: 15px;
}

#sidebar  a:link, #sidebar a:visited {
  color: #fff;
}

#sidebar  a:hover, #sidebar a:active, #sidebar a:focus {
  color: #ccc;
}

#sidebar h1 {
  text-align: center;
  font-size: 1.4em;  
  padding: 5px 0;
}

#sidebar h2 {
  font-size: 1.4em;
  color: #fff;
  padding: 5px 30px;
}

#sidebar h3 {
  text-align:center;
  padding-top:30px;
  margin:0;  
}

#the_gap {
  height: 155px;
}

#ebay {
  background: #fff url(img/ebay_bg.gif) repeat-y top center;
  margin-top:40px;
  padding-right: 30px;
}

* html #ebay {
  margin-top:30px;
}

#the_base {
  margin-top:0px;
  height: 116px;
  background: #587787 url(img/bottom_bg.gif) no-repeat top;
}

#search {
  text-align: center;
}

.search {
  padding-left: 15px;
}

#page_bottom {
  float:left;
  clear:left;
  width:100%; 
	margin:0;
	padding:0;
  background: #fff url(img/body_top_bg.gif) repeat-x bottom;
}

#footer {
  width: 844px;
  margin: 0 auto;
}

#nav ul {
  font-size:1.4em;
  margin:0;
  list-style:none;
}

#nav li {
  float:left;
  margin-top: 3px;
  padding: 0 35px 0 0;
}

#nav a:link, #nav a:visited {
  color: #fff;
  text-decoration: none;
}

#nav  a:hover, #nav a:active, #nav a:focus {
  color: #ccc;
}

#btm_nav {
  height:30px;
  float:left;
}

#btm_nav ul {
  font-size:1.4em;
  margin:0;
  padding:0;
  list-style:none;
}

#btm_nav li {
  float:left;
  margin: 3px 0;
  padding: 0 20px;
  padding-bottom: 1px;  
}

* html #btm_nav li {
  padding-bottom: 4px;
}

.nav a:link, .nav a:visited {
  color: #fff;
  text-decoration: none;
}

.nav  a:hover, .nav a:active, .nav a:focus {
  color: #ccc;
}

.contactform {
	position: static;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #e00;
}

.credits {
  position:absolute;
  right:0;
  top:0;
  font-size:0.8em;
  color:#fff;
  padding:5px;
}

.credits a {
  color:#fff;
}

.credits a:hover {
  color: #c00;
}