body { 

background:#333;
}

h1 { 
font-size:24px;
}

#wrapper{
border:1px solid #333;
width: 775px;
margin: 10px auto 30px auto;
padding: 0px; text-align: left;
background:url(/images/headerbg.jpg) no-repeat top left;
background-color: #fff;
}

#header {
height: 250px;
}

#header a {
color:#FFFFFF;
}

#header li a {
margin-left:15px;
line-height:28px;
}

#header li {
margin:5px 10px;
}

#header #linkcontact,
#header #linkhome {
margin-left:-40px;
}

#header #linksignup,
#header #linkblog {
margin-left:-15px;
}

#header h1 {
float:left;
width:270px;
height:210px;
margin:0;
}

#header ul,
#header p {
margin-top:4px;
}

#topmenu {
float:left;
margin:0;
width:145px;
}

#header #topmap {
float:right;
margin-bottom:37px;
}
#header li {
list-style:none;
color:#fff;
width:115px;
display:block;
height:31px;
display:block;
background:url(/images/buttonbg.jpg) no-repeat top center;
}

#header h1 a{
text-decoration:none;

}

#header li a{
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
}
#header h1 #link {
visibility:hidden;
}

#left-mid {
float:left;
width:500px;
min-height:420px;
padding:0 5px;
}

#leftCol {
float:right;
width:260px;
margin-right:2px;
}

#home .title {
display:none;
}

.title {
margin:0;
border-bottom:1px solid #333;
}

#home_intro img {
padding:8px;
}

#home_intro {
padding:50px 16px 0;
font-size:14px;
height:148px;
background: url(/images/home_intro.jpg) no-repeat center top;
}

#searchform {
background:url(/images/search_bg.jpg) no-repeat top center;

width:220px;
min-height:240px;
padding:80px 15px 5px;
*padding:80px 10px 5px;
margin-right:12px;
margin-bottom:15px;
*margin-right:10px;
}

#searchform div{
font-size:12px;
}

#searchform .field{
float:left;
margin:7px 8px 7px 0;
width:100px;
height:40px;
}

#searchform #pricelabel{
width:200px;
}


#searchform label,
.full label {
display:block;
}

#searchform input {
display:inline;
width:70px;
}

.clear {
clear:both;
}

#footer {
clear:both;
}

/* ============ Error & success ============= */
.error {
	border: 1px solid #f42025;
	margin: 4px auto;
width:85%;
	padding:10px 10px 10px 25px;
	background:#fff1eb url(/images/exclamation.gif) no-repeat 5px 8px;
	color:#000;
	font-weight:bold;
}
.success {
	border:1px solid #59d548;
	padding:10px 10px 10px 25px;
	margin: 4px auto;
width:85%;
	font-weight:bold;
	background: #c2f7bb url(/images/accept.gif) no-repeat 5px 8px;
	color:#000;
}