/*MASTER RESET*/

/***** Global Settings *****/

*{
border:0;
margin:0;
padding:0;
}

html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font-size:62.5%;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F4F4F4;
}

h1
{
	font-size:1.8em;
	line-height:1.5em;
	margin:0 0 1.6em 0;
	padding:0 0 0.5em 0;
	font-weight:bold;
	color:#003e78;
	border-bottom:1px dotted #003e78;
}

h2
{
	font-size: 2em;
	margin: 0 0 0.5em 0;
}
p
{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
strong
{
	color:#003e78;
}

#wrapper
{
	width: 868px;
	margin: 0 auto;
	background: #e3e3e3;
}
#navigation
{
	width: 868px;
	height: 50px;
	float: left;
	font-size: 1.2em;
	font-size:1em;
	font-weight: bold;
	background: url(../images/navRepeater.gif) repeat-x;
	list-style: none;
	color: #FFF;
	text-transform: uppercase;
}
#navigation li
{
	float: left;
	display: inline;
	min-height: 20px;
	font-size:10px;
	width:150px;
	font-weight:normal;
	padding: 7px 12px 5px 5px;
	border-right: #003d78 1px solid;
	letter-spacing:-1px;
}
#navigation .parentLink{
	float: left;
	width:auto;
	display: inline;
	height: 29px;
	font-size:12px;
	font-weight:bold;
	padding: 15px 16px 5px 16px;
	border-right: #003d78 1px solid;
	letter-spacing:-1px;
}
#navigation .parentLinkDropDown{
	float: left;
	width:auto;
	display: inline;
	height: 29px;
	font-size:12px;
	font-weight:bold;
	padding: 15px 12px 5px 12px;
	border-right: #003d78 1px solid;
	letter-spacing:-1px;
}

#navigation .parentLinkLast{
	float: left;
	width:auto;
	display: inline;
	height: 29px;
	font-size:12px;
	font-weight:bold;
	padding: 15px 12px 5px 12px;
	border-right: #003d78 1px solid;
	letter-spacing:-1px;
	border:none;
}

#navigation li a
{
	text-decoration: none;
	color: #FFF;
}
/*#navigation li a:hover
{
	border-top: 5px solid #f68e1e;
	padding-top: 10px;
	color: #CCC;
}*/
#navigation li a:hover
{
	color: #f68e1f;
}
#navigation .lastItem
{
	border: none;
}

/*The following styles are only used on the homepage. The homepage has a unique design to the rest of the site*/

#homeRangeButtons
{
	width: 351px !important;
	width: 200px;
	background: url(../images/mainLogo.gif) no-repeat top left #e3e3e3;
	float: left;
	margin: 0;
	padding: 0;
}
#homeRangeButtons h3
{
	height: 35px;
	width: 255px;
	float: left;
	margin: 180px 0 0 0;
	padding: 10px 0 0 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

#homeRangeButtons #tradeAssociationLogos
{
	width: 351px;
	height: 74px;
	float: left;
	margin: 15px 0 0 0;
	background: url(../images/associationLogos.gif) no-repeat top left;
}

#homeRangeButtons #tradeAssociationLogos span
{
	width: 70px;
	float: right;
	text-align: center;
	margin-right: 26px;
	margin-top: 44px;
	color: #FFF;
}

#bannerPhotoHome
{
	background: url(../images/homeBannerPhoto.jpg) no-repeat;
	width: 516px;
	margin:0;
	padding:0;
	height: 311px;
	border-left: 1px solid #f78f1e;
	float: left;
}
#homeIntroTextBox
{
	width: 457px;
	padding: 25px 30px 15px 30px;
	float: left;
	background: #003e79;
	color: #FFF;
}

#homeIntroTextBox a
{
	color: #FFF;
}

#homeIntroTextBox a:hover
{
	color: #CCC;
}

#homeIntroTextBox a:visited
{
	color: #FFF;
}

#bannerPhotoHome .contactNumber
{
	margin: 272px 0 0 26px;
	width: 470px;
	color: #333;
	float: left;
	font-size: 2.6em;
	font-weight: bold;
}

.contactNumber p
{
	color: #333;
	background: #FF9900;
}

.contactLineButtonNav
{
	width: 300px;
	margin: 0 0 0 25px !important;
	margin:0 0 0 12px;
	text-align: center;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
#testimonialHome
{
	width: 517px;
	height:215px;
	background:url(../images/home_testimonial1.gif) no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}

#homeRangeButtons .homeSelectionTitle
{
	width:325px !important;
	width:320px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	margin:185px 0 0 13px;
	background:url(../images/cleanedCheckedServicedSMALL.gif) no-repeat right;
	font-weight:bold;
	line-height:45px;
	font-size:1.2em;
}

.smallCCS_logo
{
	width: 86px;
	height: 50px;
	float: right;
	margin: 183px 6px 0 0;
}

/*This navigation is part of the home-page only styles. This is a series of image buttons used on the homepage to take users to main product categories*/
#homeButtonNav
{
	width: 275px;
	height: 406px;
	float: left;
	margin-top: 10px;
	margin-left: 44px !important;
	margin:10px 0 0 25px;
	list-style: none;
}

#homeButtonNav li
{
	float: left;
	margin: 5px 5px 0 0;
}
#homeButtonNav a span
{
	visibility: hidden;
}
#homeButtonNav1 a
{
	background: url(../images/homeExcavatorButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav1 a:hover
{
	background: url(../images/homeExcavatorButtonON.jpg) no-repeat;
}
#homeButtonNav2 a
{
	background: url(../images/homeCranesButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav2 a:hover
{
	background: url(../images/homeCranesButtonON.jpg) no-repeat;
}
#homeButtonNav3 a
{
	background: url(../images/homeTwiscoButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav3 a:hover
{
	background: url(../images/homeTwiscoButtonON.jpg) no-repeat;
}
#homeButtonNav4 a
{
	background: url(../images/homeBoomButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav4 a:hover
{
	background: url(../images/homeBoomButtonON.jpg) no-repeat;
}
#homeButtonNav5 a
{
	background: url(../images/homeJCBButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav5 a:hover
{
	background: url(../images/homeJCBButtonON.jpg) no-repeat;
}
#homeButtonNav6 a
{
	background: url(../images/homeDumpersButtonOFF.jpg) no-repeat;
	display: block;
	width: 124px;
	height: 124px;
	text-decoration: none;
}
#homeButtonNav6 a:hover
{
	background: url(../images/homeDumpersButtonON.jpg) no-repeat;
}

/*End of homepage button navigation*/
/*End of homepage-only styles*/

#footer
{
	width: 868px;
	height: 45px;
	float: left;
	background: #002f60;
	color: #FFF;
}

#footer p
{
	text-align: center;
	margin: 12px 0 0 0;
}

#footer a
{
	color: #FFF;
}

#footer a:hover
{
	color: #CCC;
}

#footer a:visited
{
	color: #FFF;
}

/*Main Banner Styles (all pages apart from homepage)*/

#banner
{
	width:868px;
	height:167px;
	float:left;
	background: url(../images/mainbanner.jpg) no-repeat top left;
}

/*End banner styles*/

.trainingPageText
{
	width:428px;
	padding:40px 400px 40px 40px !important;
	padding:40px 388px 40px 40px;
	float:left;
	background: url(../images/trainingBanner.jpg) #e3e3e3 no-repeat top right;
}

.trainingPageText h1
{
	width:440px;
}


.trainingPageText img
{
	margin:20px 30px 5px 30px;
	padding:2px;
	border:1px solid #003e78;
}

.trainingPageText span
{
	width:428px;
	float:left;
	font-size:0.9em;
	text-align:center;
	margin:0 0 20px 0;
	color:#767676;
}

.trainingPageText ul
{
	margin:20px 0 20px 40px;
	font-size:1.1em;
	line-height:2.1em;
	list-style:none;
	padding:0;
}

.trainingPageText li
{
	background: url(../images/formtick.gif) no-repeat left;
	padding:0 0 0 25px;
}

.tradePageText
{
	width:428px;
	padding:40px 400px 40px 40px !important;
	padding:40px 388px 40px 40px;
	float:left;
	background: url(../images/tradeSideBanner.jpg) #e3e3e3 no-repeat top right;
}

.tradePageText h1
{
	width:440px;
}


.tradePageText img
{
	float:left;
	margin:20px 0 0 0;
	padding:0;
	border:none;
}

.tradePageText span
{
	width:428px;
	float:left;
	font-size:0.9em;
	text-align:center;
	margin:0 0 20px 0;
	color:#767676;
}

.tradePageText ul
{
	margin:20px 0 20px 40px;
	font-size:1.1em;
	line-height:2.1em;
	list-style:none;
	padding:0;
}

.tradePageText li
{
	background: url(../images/formtick.gif) no-repeat left;
	padding:0 0 0 25px;
}






.newsPageText
{
	width:428px;
	padding:40px 400px 40px 40px !important;
	padding:40px 388px 40px 40px;
	float:left;
	background: url(../images/news_skyscraper.jpg) #e3e3e3 no-repeat top right;
}

.newsPageText h1
{
	width:440px;
}


.newsPageText img
{
	float:left;
	margin:20px 0 0 0;
	padding:0;
	border:none;
}

.newsPageText span
{
	width:428px;
	float:left;
	font-size:0.9em;
	text-align:center;
	margin:0 0 20px 0;
	color:#767676;
}

.newsPageText ul
{
	margin:20px 0 20px 40px;
	font-size:1.1em;
	line-height:2.1em;
	list-style:none;
	padding:0;
}

.newsPageText li
{
	background: url(../images/formtick.gif) no-repeat left;
	padding:0 0 0 25px;
}










.aboutPageText
{
	width:428px;
	padding:40px 400px 40px 40px !important;
	padding:40px 388px 40px 40px;
	float:left;
	background: url(../images/aboutSideBanner.jpg) #e3e3e3 no-repeat top right;
}

.aboutPageText h1
{
	width:440px;
}


.aboutPageText img
{
	margin:20px 30px 5px 30px;
	padding:2px;
	border:1px solid #003e78;
}

.aboutPageText span
{
	width:428px;
	float:left;
	font-size:0.9em;
	text-align:center;
	margin:0 0 20px 0;
	color:#767676;
}

.aboutPageSilluettes
{
	width:150px;
	margin:0 0 0 60px;
	float:left;
}

.aboutPageSilluettes li img
{
	border:1px solid #000;
	padding:2px;
	margin:20px 0px 0px 0px;
}

/*Contact Us/Product Form Styles*/

#clientForm
{
	float: left;
	width: 265px;
}

#clientForm input
{
	font-size: 1.6em;
	width: 250px;
	padding: 2px;
	margin: 5px 0 10px 0;
	border:1px solid #CCC;
}

#clientFeedback
{
	padding: 0 0 0 50px;
}

#clientForm .submitButton
{
	width: 125px;
	height: 22px;
	float: right;
	padding:0;
	margin:5px 0 0 0;
}
#clientForm .textBox
{
	width:253px;
	font-size:1.4em;
	height:100px;
	overflow:hidden;
	margin:5px 0 10px 0;
	border:1px solid #CCC;
}
#contactForm .validator li
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	background: url(images/error.gif) no-repeat left;
	padding:2px;
}

#productForm
{
	float: left;
	width: 305px;
	margin:10px 0 0 0;
}

#productForm input
{
	font-size: 1.6em;
	width: 300px;
	padding: 2px;
	margin: 5px 0 10px 0;
	border:1px solid #CCC;
}

#productForm .submitButton
{
	width: 125px;
	height: 22px;
	float: right;
	padding:0;
	margin:5px 0 0 0;
}
#productForm .textBox
{
	width:253px;
	font-size:1.4em;
	height:100px;
	overflow:hidden;
	margin:5px 0 10px 0;
	border:1px solid #CCC;
}
#productForm .validator li
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	background: url(images/error.gif) no-repeat left;
	padding:2px;
}




input
{
	background:#FFF !important;
}

/*END OF FORM STYLES*/

#contactPage
{
	width:428px;
	padding:40px 400px 40px 40px;
	float:left;
	background: url(../images/contactDetailsMap.jpg) #e3e3e3 no-repeat top right;
}

#contactPage strong
{
	font-size:1.2em;
}

#contactPage ul
{
	margin:0 0 30px 0;
}

#contactPage li
{
	list-style:none;
	font-size:1.1em;
	margin:0 0 4px 0;
}
#contactPage h1
{
	width:340px;
}

#featuredProduct
{
	width:788px;
	padding:40px;
	float:left;
	background:#e3e3e3;
}

#featuredProduct img
{
	float:left;
	border:1px solid #64739a;
	padding:2px;
	margin:0 30px 0 0;
}

#featuredProduct h1
{
	width:784px;
}
#featuredProduct p
{
}

#featuredProduct h2
{
	font-size:1.8em;
	margin:0 0 16px 0;
}

.productInformation
{
}

.formOptInBox
{
	float:left;
	margin:0 0 0 0px;
	border:none;
	padding:0 50px 5px -115px;
}

/*PRODUCT PAGES*/

#productWrapper
{
	width:815px;
	float:left;
	padding:25px;
	font-size:1.2em;
	line-height:1.6em;
	background:#e3e3e3;
}

#productWrapper .productName
{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

#productWrapper .productImages
{
	width:155px;
	float:right;
	border:1px solid #073e74;
	padding:10px 10px 70px 10px;
	margin:4px 0 0 0;
	background: url(../images/imagesBoxLogo.gif) #FFF no-repeat bottom center;
}

#productWrapper #product-details
{
	width:600px;
	float:left;
	border-top:1px solid #CCC;
	margin:5px 0 0 0;
	padding:13px 0 0 0;
	background:#e3e3e3;
}

#productWrapper img
{
	border:1px solid #CCC;
	padding:1px;
	margin:0 0 8px 0;
}

#productWrapper ul li
{
	background: url(../images/formtick.gif) no-repeat left #e3e3e3;
	padding:0 0 0 20px;
	margin:0 0 0 30px;
	list-style:none;
	line-height:1.8em;
}

#productWrapper .productImages p
{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	padding:0 0 8px 0;
	border-bottom:2px solid #073e74;
}

#productWrapper .productImages span
{
	font-size:0.7em;
	font-weight:normal;
}

#productWrapper .productDetailsHeader
{
	font-size:1.4em;
	font-weight:bold;
	border:none;
	background:#e3e3e3;
}

.catalogueDropdown
{
	width:545px;
	margin:25px 0 0 0;
	font-size:1.4em;
	font-weight:bold;
}

/*CONSOLE STYLING*/

.consoleBody
{
	background:#e3e3e3;
}

#consoleWrapper
{
	width:800px;
	margin:0 auto;
	margin-top:20px;
	padding:135px 20px 20px 20px;
	background:#FFF url(../images/consoleBanner.gif) no-repeat top center;
	border:1px solid #CCC;
}

#consoleWrapper ul
{
	list-style:none;
	display:inline;
}

#consoleWrapper li
{
	display:inline;
	padding:17px;
}

#consoleWrapper h1
{
	margin:20px 0 25px 0;
}

#consoleWrapper fieldset
{
	font-size:1.4em;
	border:1px solid #003d79;
	padding:0px 20px 20px 20px;
	margin:40px 0 20px 0;
	background:#e3e3e3;
}

#consoleWrapper legend
{
	font-weight:bold;
	background:#FFF;
	font-size:1.2em;
	border:1px solid #003d79;
	margin:-15px 0 10px 0;
	padding:4px 9px 4px 9px;
}

#consoleWrapper textarea
{
	border:1px solid #003d79;
}

#consoleWrapper inputd
{
	border:1px solid #003d79;
	width:445px;
	font-size:1.2em;
	padding:3px 0 3px 3px;
}

#consoleWrapper .textInput
{
	border:1px solid #003d79;
	width:450px;
	font-size:1.2em;
	padding:3px;
}

#consoleWrapper fieldset dt
{
	font-size:1.2em;
	margin:10px 0 6px 0;
	padding:0 0 0 19px;
	background:url(../images/orangeArrow.gif) no-repeat left;
}

#consoleWrapper fieldset img
{
}

#consoleWrapper fieldset .cmsbuttons
{
	background:none;
	border:5px solid #FFF;
}
#consoleWrapper .checkbox
{
	width:20px;
	height:20px;
}

#consoleWrapper .checkDeleteBox
{
	width:20px;
	height:20px;
}

#consoleWrapper .saveButton
{
	padding:15px 0 15px 25px;
	background: url(../images/saveButton.gif) no-repeat left;
	font-size:1.7em;
	font-weight:bold;
}

#consoleWrapper .uploadButton
{
	padding:15px 0 15px 25px;
	background: url(../images/uploadImageButton.gif) no-repeat left;
	font-size:1.2em;
	font-weight:bold;
}