/*
*************************************************

file : screen.css
client : T-Quip
use : Main screen stylesheet
author : Karl BRIGHTMAN
date created: 13th February 2007
the song : They Might Be Giants - Doctor Worm
on this day : 1880 - Thomas Edison observed the Edison Effect, which later formed the basis of John Ambrose Fleming's vacuum tube diodes.

*************************************************
*/

/*-------------------------------------------    
    IMPORTS
-------------------------------------------*/

@import "enquiryform.css";
@import "misc.css";

/*-------------------------------------------    
    BASIC SELECTORS
-------------------------------------------*/

* {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

body {
	background: #e8e8e8 url(../images/core/body_bg.jpg) repeat-x 0 0;
	color: #000;
	font: 62.5% normal "Verdana", "Helvetica", sans-serif;
}

p { margin-bottom: 1.35em; }

img.float_image_left {
	float: left;
	margin: 1em;
	margin-left: 0;
}

img.float_image_right {
	float: right;
	margin: 1em;
	margin-right: 0;
}

/*-------------------------------------------    
    CONTAINER STRUCTURE
-------------------------------------------*/

#container {
	height: auto;
	margin: 0 auto;
	width: 766px;
}

/*-------------------------------------------    
    HEADER
-------------------------------------------*/

#header {
	height: 128px;
	margin: 0 auto;
	position: relative;
}

#header a#logo {
	display: block;
	height: 101px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 314px;
}

#header #free_call {
	background: url(../images/core/free_call.gif) no-repeat 0 0;
	bottom: 27px;
	display: block;
	height: 62px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	text-indent: -9999px;
	width: 206px;
}

/*-------------------------------------------    
    HEADER BAR
-------------------------------------------*/

#header_bar {
	background: url(../images/core/header_bar_bg.jpg) no-repeat 0 0;
	display: block;
	height: 38px;
	position: relative;
}

#header_bar h1 {
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/*-------------------------------------------    
    NAVIGATION
-------------------------------------------*/

#header_bar #navigation {
	height: auto;
	position: absolute;
	right: -10px;
	top: 0;
	width: 179px;
	z-index: 10;
}

#header_bar #navigation ul {
	list-style: none;
}

#header_bar #navigation ul li a {
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 179px;
}

#header_bar #navigation ul li a:hover {
	background-position: -179px 0 !important;
}

#header_bar #navigation ul li a#nav_home {
	background: url(../images/nav/home.gif) no-repeat 0 0;
	height: 38px;
}

#header_bar #navigation ul li a#nav_profile {
	background: url(../images/nav/profile.gif) no-repeat 0 0;
	height: 22px;
}

#header_bar #navigation ul li a#nav_domestic_equipment {
	background: url(../images/nav/domestic_equipment.gif) no-repeat 0 0;
	height: 25px;
}

#header_bar #navigation ul li a#nav_commercial_equipment { background: url(../images/nav/commercial_equipment.gif) no-repeat 0 0; }

#header_bar #navigation ul li a#nav_parts_and_services { background: url(../images/nav/parts_and_services.gif) no-repeat 0 0; }

#header_bar #navigation ul li a#nav_used_equipment { background: url(../images/nav/used_equipment.gif) no-repeat 0 0; }

#header_bar #navigation ul li a#nav_links { background: url(../images/nav/links.gif) no-repeat 0 0; }

#header_bar #navigation ul li a#nav_contact {
	background: url(../images/nav/contact.gif) no-repeat 0 0;
	height: 45px;
}

/*-------------------------------------------    
    CONTENT CONTAINER STRUCTURE
-------------------------------------------*/

#content_container {
	background: url(../images/core/content_container_bg.gif) repeat-y 0 0;
	padding: 0 3px;
	width: 760px;
}

#content_container #left_middle_container,
#content_container #left_middle_container #left,
#content_container #left_middle_container #middle,
#content_container #right {
	float: left;
}

#content_container #left_middle_container {
	background: #fff;
	height: auto;
	width: 611px;
}

#content_container #left_middle_container #left {
	height: auto;
	width: 181px;
}

#content_container #left_middle_container #middle {
	height: auto;
	padding: 1em 12px;
	width: 406px;
}

#content_container #right {
	height: auto;
	padding-top: 183px;
	width: 149px;
}

/*-------------------------------------------    
    LEFT
-------------------------------------------*/

#left ul#more_info_image_links {
	list-style: none;
}

#left ul#more_info_image_links li {
	line-height: 0;
	margin: 1em 8px;
	overflow: hidden;
	text-indent: -9999px;
}

#left ul#more_info_image_links li a {
	display: block;
	height: 150px;
	width: 162px;
}

#left ul#more_info_image_links li a:hover {
	background-position: -162px 0 !important;
}

#left ul#more_info_image_links a#more_info-ride_on_lawn { background: url(../images/core/left/more_info-ride_on_lawn.jpg) no-repeat 0 0; }
#left ul#more_info_image_links a#more_info-commercial_mowers { background: url(../images/core/left/more_info-commercial.jpg) no-repeat 0 0; }
#left ul#more_info_image_links a#more_info-mini_digger { background: url(../images/core/left/more_info-mini_digger.jpg) no-repeat 0 0; }
#left ul#more_info_image_links a#more_info-parts_services { background: url(../images/core/left/more_info-parts_services.jpg) no-repeat 0 0; }

/*-------------------------------------------    
    MIDDLE
-------------------------------------------*/

#middle {
	font-size: 1.1em;
	text-align:justify;
}

#middle ul#page_anchors {
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
}

#middle h1 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

body#three_columns #middle h1 { margin-bottom: 0.5em; }

#middle h1 span.red {
	color: #e80000;
}

#middle h2 {
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 3px 10px;
	text-transform: uppercase;
}
body#three_columns #middle h2 { background: url(../images/core/left/h2_small_bg.jpg) no-repeat left center; }
body#three_columns #middle h2.big { background: url(../images/core/left/h2_big_bg.jpg) no-repeat left center; line-height: 1.3em; padding: 5px 14px; }
body#three_columns #middle h2.big { font-size: 0.9em; }

#middle h3 {
	color: #000;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#middle a {
	color: #e80000;
	text-decoratio: underline;
}

#middle a:hover {
	background: #fbe7e7;
	color: #c80000;
}

#middle p.back_to_top {
	display: block;
	font-size: 90%;
	text-align: right;
}

#middle hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0;
	margin: 1em 0 1.5em;
}

#middle ul,
#middle ol {
	margin: 0 0 1.4em 2em;
}

#middle ul li,
#middle ol li{
	text-align:left;
	font-size: 1em;
}


#middle #this_weeks_special_box {
	border: 1px solid #ccc;
	margin: 1em auto;
	padding: 10px;
	position: relative;
	width: 380px;
}

#this_weeks_special_box h3 {
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	height: 45px;
	padding: 15px 0  0 100px;
}

#this_weeks_special_box span#this_weeks_special_price {
	background: url(../images/core/this_weeks_special_price.gif) no-repeat 0 0;
	color: #fff;
	display: block;
	font-size: 85%;
	font-weight: bold;
	height: 20px;
	left: -15px;
	line-height: 20px;
	padding: 40px 20px;
	position: absolute;
	text-align: center;
	top: -15px;
	width: 60px;
}

#middle #mudmap_small {
	border: 1px solid #ccc;
	margin: 1em auto;
	position: relative;
	width: 400px;
}

div.center_image {
	display: block;
	margin-bottom: 1.4em;
	text-align: center;
}

span.red {
	color: #e80000;
}

.centre { text-align: center; font-weight: bold; text-transform: uppercase; }
#attiliates { width: 100%; display: inline-block; margin: 0 0 1em 0; }
#attiliates ul { list-style-type: none; }
#attiliates ul li { float: left; height: 42px; padding: 0 7px; margin: 0; }


/*-------------------------------*/
/* Scrolling Text
/*-------------------------------*/
.scrollcontainer {
	width: 380px; height: 20px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 0.8em;
	font-weight: bold;
	margin-left: 20px;
	color:#FF0000;
}

.scrollcontainer1 {
	width: 380px; height: 30px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #ee0000;
}

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional styles for appearance */
	width: 360px;
	height: 30px; /* height should be included to reserve visual space for the marquee */
	/*background-color: #f2f2ff;
	border: 1px solid #08084d;*/
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	padding: 3px 5px;
}

div.scrollcontainer p,ul li, div.scrollcontainer1 p{
	font-size:13px;
	text-align:center;
}

.blink { text-decoration: blink;}

.yes{
	font-size: 16px;
}

table { 
	border-top: 1px solid #b1b1b1; 
	border-left: 1px solid #b1b1b1; 
}

table thead td, table tr td { 
	border-right: 1px solid #b1b1b1; 
	border-bottom: 1px solid #b1b1b1; 
	padding: 5px; 
}

table#used thead td, table#used tr td { text-align: center; }
td.left-align li{text-align: left;}
table thead td { 
	background-color: #cbcbcb;
	color: #484848;
	font-weight: bold;
}

#links {}



/*-------------------------------------------    
    RIGHT
-------------------------------------------*/
#right a {
	color: #e80000;
	text-decoratio: underline;
}

#right a:hover {
	background: #fbe7e7;
	color: #c80000;
}

#right #got_a_question {
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#right #got_a_question a {
	background: url(../images/core/right/got_a_question_enquiries.jpg) no-repeat 0 0;
	display: block;
	height: 157px;
	overflow: hidden;
	text-indent: -9999px;
	width: 149px;
}

#right #right_content {
	background: url(../images/core/right/right_content_bg.jpg) no-repeat 0 0;
	padding: 15px;
}

/*-------------------------------------------    
    FOOTER
-------------------------------------------*/

#footer {
	background: url(../images/core/footer_bg.jpg) no-repeat 0 0;
	height: 60px;
	position: relative;
	width: 766px;
}

#footer a#footer_logo {
	background: url(../images/core/footer_tquip_logo.jpg) no-repeat 0 0;
	display: block;
	height: 26px;
	left: 32px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 21px;
	width: 77px;
}

#footer ul#footer_navigation {
	color: #fff;
	left: 120px;
	list-style: none;
	position: absolute;
	top: 26px;
}

#footer ul#footer_navigation li {
	border-left: 1px solid #fff;
	display: inline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer ul#footer_navigation li.first {
	border-left: 0;
}

#footer ul#footer_navigation li a {
	color: #fff;
	margin: 0 0 0 3px;
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer ul#footer_navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

.copy{
 text-align:center;
}


/*-------------------------------------------    
    DISTRIBUTORS
-------------------------------------------*/

#distributors {
	background: url(../images/core/footer_logos.jpg) no-repeat 0 0;
	display: block;
	height: 32px;
	margin-bottom: 1em;
	position: relative;
	width: 766px;
}

#distributors a#created_by_webfirm {
	display: block;
	height: 24px;
	overflow: hidden;
	position: absolute;
	right: 23px;
	text-indent: -9999px;
	top: 1px;
	width: 50px;
}

