/* CSS Document for Reekie Group
Created by SH for Internet Creation Ltd Feb 2007 */

*{
	margin:0;
	padding:0;
}
h2{
	font-size:1.1em;
	margin-bottom:13px;
}
img{
	border:none;
}
a{
	color:#D20000;
	text-decoration:none;
	border-bottom:1px dotted #D20000;
}
a:hover{
	color:#D20000;
	font-weight:bold;
	border-bottom:1px solid #D20000;
}
p{
	margin-bottom:13px;
}
ul{
	margin-left:23px;
	margin-bottom:13px;
}
.deal_of_month_image{
	float:left;
	margin-right:13px;
	margin-bottom:13px;
}
.no_display{
	display:none;
}
table{
	width:99%;
	padding:0;
	margin:0;
}
td{
	padding:2px;
	margin:0;
	font-size:1em;
}
.table_header{
	color:#D20000;
	font-weight:bold;
}
td a:hover{
	font-weight:normal;
}
body{
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#header{
	width:750px;
	height:80px;
	margin:0 auto;
	position:relative;
	background-image:url(../jpg/header_bg_images.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#logo{
	position:absolute;
	top:0;
	left:0;
}
#logo h1{
	display:none;
}

#nav_area{
	position:relative;
	width:750px;
	height:295px;
	margin:0 auto;
	background-image:url(../jpg/nav_red_tractor_bg.jpg);
	background-repeat:no-repeat;
	background-color:#44699D;
}
#nav_area_trial{ /* added by MS as a trial bg 15/03/10 */
	position:relative;
	width:750px;
	height:295px;
	margin:0 auto;
	background-image:url(../jpg/old-tractor.jpg);
	background-repeat:no-repeat;
	background-color:#44699D;
}
#nav_area_others{
	position:relative;
	width:750px;
	height:295px;
	margin:0 auto;
	background-image:url(../jpg/nav_bg_others.jpg);
	background-repeat:no-repeat;
	background-color:#44699D;
}
#date{
	position:absolute;
	top:23px;
	right:17px;
	text-align:right;
	width:150px;
}
#crumb{
	position:absolute;
	left:265px;
	top:20px;
	width:350px;
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
}
.red_part{
	color:#CD0000;
}

#content{
	width:750px;
	margin:0 auto;
	position:relative;
	margin-top:13px;
	text-align:left;
}
#column1{
	float:left;
	width:244px;
	padding:0 0 0 0;
	margin-bottom:32px;
}
#column2{
	float:left;
	width:319px;
	padding:0 0 0 34px;
	margin-bottom:32px;
}
#column3{
	float:right;
	width:118px;
	padding:0 0 0 35px;
	margin-bottom:32px;
}
#column2 ul li{
	list-style-image:url(../gif/li_arrow.gif);
}
#column3 a{
	color:#666666;
	font-weight:bold;
	border:none;
}
#column3 a:hover{
	text-decoration:underline;
	border:none;
}

#column2_full{
	position:absolute;
	width:480px;
	left:265px;
	top:100px;
	text-align:left;
	margin-bottom:30px;
	background-color:#FFFFFF;
}
#column2_full_history{
	position:absolute;
	width:480px;
	left:265px;
	top:10px;
	text-align:left;
	margin-bottom:30px;
	background-color:#FFFFFF;
}

#footer{
	clear:both;
	width:750px;
	margin:0 auto;
	text-align:left;
}

.footer_text_container{
	margin-top:20px;
	margin-bottom:20px;
}
a img, a:hover img{
	border:none;
}

.noborder, .noborder:hover{
	border:none;
}

/* FORMS */
.form_row{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
input, select{	
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	font-size:11px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:400px;
	font-size:11px;
}

/* DROP DOWN MENU CSS */
.ddmx {
	position:absolute;
	left:0;
	top:0;
	text-align:left;
	width:204px;
	padding:20px;
	color:#FFFFFF;
	border:none;
	z-index: 500;
}
.ddmx .item1 {
    padding: 3px 10px 3px 10px;
    display: block;
    white-space: nowrap;
    position: relative;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:2px;
	border:none;
}
.ddmx .item1-active, .ddmx .item1:hover, .ddmx .item1-active:hover{
	padding: 3px 10px 3px 10px;
    display: block;
    white-space: nowrap;
    position: relative;
	text-transform:uppercase;
	color:#D20000;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:1px;
}
.ddmx .item1_nosub {
    padding: 3px 10px 3px 10px;
    display: block;
    white-space: nowrap;
    position: relative;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:2px;
	border:none;
}
.ddmx .item1_nosub:hover, .ddmx .item1_nosub:hover{
	padding: 3px 10px 3px 10px;
    display: block;
    white-space: nowrap;
    position: relative;
	text-transform:uppercase;
	color:#B49366;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	border:none;
	margin-bottom:2px;
}
.ddmx .item2{
    padding: 3px 8px 4px 8px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	border:none;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	border:none;
}
.ddmx .item2 {
    background: #D20001;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFFFFF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */