/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body
{
	background-color: #FFFFFF;
	font-family: Arial;	
	font-size: 1.0em;
}

a {
  color: #8F040D;
}

p {
color: #242624;
}

input {
  border:0 none;
  height:23px;
  overflow:hidden;
  padding: 6px 3px 3px 3px;
  width:188px;
  background:url(../images/input_bg.gif) 0 0 no-repeat;
}

textarea {
  width: 187px;
  height: 89px;
  background: url('../images/textarea_bg.gif') 0 0 no-repeat;
	padding: 0px 10px 0px 5px;
	border: none;
	font-family: Arial;  
  font-size: 0.9em;
}

h2 {
	font-size: 1.3em;
	color: #FFFFFF;
}



/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_top_20 {
	margin-top: 20px;
}

img.extra_left
{
  left: 15px;
}

img.shadow
{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 12px;
}

div.submit {
	width: 94px;
	color: #FFFFFF;
        background-color: #8F040D;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 8px;
        text-align: center;
        padding: 10px;
}

.submit:hover {
background-color: #242427;
}

div.submit p {
	 padding: 11px 0 0 20px;
}


h2.colorBorder {
  padding: 12px 0 0 10px;
}


/*######################
 CENTER CONTENT
 #######################*/

div.fullWidth
{
	width: 100%;
}

div.pageArea
{
	margin: 0 auto;
	width: 985px;
	background-image: url(images/page_background.png);
}

/*######################
 HEADER
 #######################*/


div.headerArea
{
	width: 983px;
	height: 200px;
	margin: auto;
	text-align: left;
	position: relative;
}

div.header_content {
	padding: 0 0 0 3px;
	width: 947px;
	padding-right: 30px;
	height: 200px;
	background: url(../images/logo) 3px 0 no-repeat #ffffff;
}

img.header_image
{
  float: left;
}

div.phone_number
{
	float: right;
	font-size: 1.7em;
	font-weight: bold;
	color: #8F040D;
	padding-top: 20px;
}

div.strapline
{
  float: right;
	clear: right;
  font-size: 1em;
  font-weight: bold;
  color: #8F040D;
}

/*######################
 MENU
 #######################*/

div#menu {
    height: 43px;
    margin-left: 4px;
    width: 975px;
}

div#menu, div#menu .sb-inner { background:#8F040D; }

div#menu ul
{
  list-style: none;
  margin: 0 0 0 8px;
  padding: 0px;
}

div#menu ul li {
  float: left;
}

div#menu ul:last-child li {
}

div#menu ul li ul li,
div#menu ul li ul:last-child li
{
  border: none;
}

div#menu ul.top_menu li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 36px 11px;
    text-decoration: none;
}

div#menu li a:hover, div.menu li.selected a
{
  background-color: #E3E3E3;
  color:#ffff00;
}

div#menu ul.sub_menu {
  position: absolute;
	top: 43px;
	left: -31px;
	background-color: #8F040D;
}

div#menu ul.sub_menu li {
	float: left;
	clear: both;
	width: 180px;
}

/*######################
 CONTENT
 #######################*/

div.pageContent
{
	position: relative;
	display: block;
	text-align: left;
	z-index: 0 !important;
}

div#content_section
{
  width: 726px;
 margin-top: -280px;
  float: left;
}

div#content_section, div#content_section .sb-inner { background:#F0F0F0; }
div#content_section .sb-border { background: #ffffff; }

div#content_section div.content {
	padding: 10px 30px;
        background: #F0F0F0;
}

div#content_section div.content h2
{
  display: block;
  color: #D41A1C;
  padding-bottom: 15px;
  font-size: 1.8em;
  margin: 0px;
  margin-bottom: 10px;
}

div#content_section div.content span.strapline2 
{
  font-size: 1.1em;
	color: #8F040D;
}

/*######################
 CONTACT FORM
 #######################*/

div#contact_form {
	width: 246px;
  float: right;
	clear: both;
	margin-top:10px;
}

div#contact_form_top{
	height: 10px;
}
div#contact_form_top, div#contact_form_top .sb-inner { background:#A81E29; }
div#contact_form_top .sb-border { background:#A81E29; }

div#contact_form_bottom, div#contact_form_bottom .sb-inner { background:#A81E29; }

div#contact_form ul {
	list-style: none;
	padding: 0 16px 0 16px;
}

div#contact_form ul li {
	padding: 5px 0 5px 10px;
}

div#contact_form ul li.label {
	padding: 5px 0 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
}

div#contact_form_submit, div#contact_form_submit .sb-inner { background:#8F040D; height: 45px; }
div#contact_form_submit .sb-border { background:#8F040D; }


/*######################
 FOOTER
 #######################*/

div.footer_container {
	width: 100%;
	margin-top: 30px;
        background: #F0F0F0;
}

div.footer {
	width:985px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: 30px;
	color: #242624;
	padding: 20px;
}

div.footer a
{
	color: #242624;
}

div#quick_links, div#quick_links .sb-inner { background:none; padding: 20px; }

div.footer div#quick_links h2 {
	display: block;
	color: #242624;
	font-size: 1.2em;
	padding-bottom: 20px;
}

div.footer ul {
    border-right: 1px dotted #242624;
    float: left;
    list-style: none outside none;
    margin-right: 15px;
    text-align: left;
    width: 135px;
}

div.footer ul li.top {
	font-weight: bold;
	font-size: 0.9em;
}

div.footer ul li a {
	text-decoration: none;
	font-size: 0.8em;
}

div.footer ul li a:hover {
  text-decoration: underline;
  color: #A81E29;
}

div.footer div.copyright {
	color: #242624;
	float: left;
	margin-top: 40px;
	font-size: 0.8em;
}

div.footer a.footer_logo {
	float: right;
	width: 67px;
        height: 60px;
	margin-top: 20px;
	background: url(../images/logo_search_you_footer.png) 0 0 no-repeat;	
}

div.footer a.footer_logo:hover {
  background-position: 0 -60px ;
}

#reload
{
  background: url(../securimage/images/refresh.gif);
  display: inline-block;
  width: 20px;
  height: 22px;
  cursor: pointer;
  position: relative;
  top: -3px;
}

div#contact_form ul
{
    padding-top: 4px;
    padding-bottom: 16px;
}

#banner
{
     height: auto;
     width: 720px;
     margin: 0px 3px 0px 3px;
     padding-top: 0px;
     overflow: hidden
}

.seo_links
{
list-style: none;
}

.seo_links  a
{
text-decoration: none;
font-weight: bold;
color: #242624;
}

.specialoffer {
background-image: url("http://pre.searchyou.co.uk/www.3ttyres.com/uploads/assets/3t/specail_offer.gif");
position: relative;
height: 100px;
margin-top: 10px;
}

.callback {
    float: right;
    padding-right: -1px;
    padding-top: 5px;
}
