/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
.container {
	/* Centers page */
	text-align:left;
	width:760px;
	height:420px;
	margin-top:-210px;
	margin-left:-380px;
	position:absolute;
	top:50%;
	left:50%;
}

			/* START PAGE CONTENT */

#header {
	height:112px;
}
#content_start {
	font-size:.75em;
	height:231px;
	background-image:url(Templates/images/start_bg.jpg)}
#content_about {
	font-size:.75em;
	height:231px;
	background-image:url(images/about_bg.jpg)}
#address_start {
	position:relative;
	left:80px;
	top:22px;
	font-style:italic;
}
#footer_start {
	font-size:.8em;
	background-color:#1B5EA1;
	height:75px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:2px 0 0 0;
	vertical-align:middle;
	padding:0 15px 0 15px;
}

			/* PRODUCT PAGE CONTENT */
			
#content_product {
	height:306px;
	background-color:#1B5EA1;
}
.product_scroller {
	/* Makes table cell scroll if too many products are in there. */
	height:306px;
	max-height:306px;
	min-height:306px;
	width:100%;
	max-width:100%;
	min-width:100%;
	overflow:auto;
	padding:15px 15px 15px 25px;
}
.product_scroller h2{
	/* Formats Product Subheadings */
	font-size:1em;
	margin:0 0 5px 0;
	clear:left;
}
#heading {
	/* Formats product heading */
	margin:0 0 12px 0;
	vertical-align:top;
}
.product {
	float:left;
	width:148px;
	margin:0 8px 14px 0;
}
.product img{
	/* Resizes thumbnail images and adds border */
	width:146px;
	height:109px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 0px 1px;
	margin:0 0 0 0;
	vertical-align:bottom;
}
.product p{
	/* Formats thumbnail description */
	background-color:#164D84;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 1px 1px;
	font-size:.7em;
	text-align:center;
	text-transform:capitalize;
	vertical-align:top;
	margin:0 0 0 0;
	padding:4px 2px 4px 2px;
}
.product a:link{
	/* Removes underline from link and makes links white */
	color:#FFFFFF;
	text-decoration:none;
}
.product a:visited{
	/* Removes underline from link and changes colour for visited links */
	color:#CCCCCC;
	text-decoration:none;
}
.product a:active{
	/* Removes underline from link and changes colour for active links */
	color:#CCCCCC;
	text-decoration:underline;
}
.product a:hover{
	/* Adds underline to links when mouse hovers over them */
	color:#FFFFFF;
	text-decoration:underline;
}

			/* INDIVIDUAL PRODUCT SPEC PAGE */

.product_wrapper {
	/* Container for product information and image */
	width:100%;
	padding:10px 15px 0px 25px;
}
.image {
	width:293px;
	float:left;
	margin:0 15px 0 0;
}
.image img {
	/* Formats image */
	width:291px;
	height:217px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
.product_specs_wrapper {
	float:left;
	padding-bottom:8px;
	width:410px;
}
.table_heading {
	/* Formats table heading */
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#FFFFFF;
	font-size:.85em;
	font-weight:bold;
	background-color:#FF0000;
	padding:4px 4px 4px 8px;
}
.column1{
	float:left;
	border-collapse:collapse;
	width:410px;
}
.column1 td{
	font-size:.7em;
	border-style:solid;
	border-width:1px;
	padding:1px 4px 1px 4px;
}
.table_footer {
	/* Formats table footer(Product price) */
	float:right;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
	font-size:.72em;
	font-weight:bold;
	font-style:italic;
	background-color:#FF0000;
	padding:4px 4px 4px 8px;
}
			/* CONTACT PAGE CONTENT */
.contact {
	height:306px;
	width:100%;
	padding:15px 15px 15px 25px;
}
.contact_table {
	font-size:.75em;
	line-height:1.3em;
	margin-left:45px;
	margin-top:-15px;
}
.contact_table a{
	color:#FFFFFF;
}

			/* MAP PAGE CONTENT */
.map_table {
	font-size:.75em;
	margin-left:45px;
	margin-top:-25px;
	line-height:1.5em;
}
.map_links {
	font-size:.75em;
	margin-top:35px;
	margin-left:-25px;
	line-height:1.5em;
}
.map_links a{
	color:#FFFFFF;
}

			/* TRAILER HIRE STYLING */
a:link{
	color:#FFFFFF;
}
a:visited{
	color:#CCCCCC;
}
a:active{
	color:#CCCCCC;
}
a:hover{
	color:#CCCCCC;
}
.trailer {
	margin-top:-16px;
	float:right;
	width:325px;
}
#itrlogo {
	margin-bottom:0;
	margin-right:15px;
	float:left;
}