/*------------------------------------------------------
Main Style Sheet
------------------------------------------------------*/

body { /* base font */
	min-width: 780px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #E3EEF4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	}
	
/* Layout
--------------------------------*/	

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../i/bg.gif);
	padding-right: 10px;
	padding-left: 10px;
	}
#towns {
	font-size: 10px;
	color: #50A0C7;
	line-height: 1.5em;
	width: 880px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C8DDE8;
	padding: 10px;
	margin-bottom: 0px;
}
#towns p {
	margin: 0px;
	padding: 0px;
}


	
#logo {
	width: 900px;
	float: left;
	}
#logo a {
	background-image: none;
}

	
#nav {
	float: left;
	}
#pic {
	display: inline;
	height: 180px;
	width: 860px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../i/banner.jpg);
	background-repeat: no-repeat;
}


#mainContent {
	float: right;
	display: inline;
	width: 685px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	}

#sideBar {
	float: left;
	display: inline;
	width: 153px;
	padding-right: 0px;
	padding-left: 20px;
	background-image: url(../i/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98C8DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98C8DE;
	}

/* Anchor Styling
--------------------------------*/

a:link, a:visited {
	color: #036;
	line-height: normal;
	background-image: url(../i/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
.first {
	font-weight: bold;
}


a:hover, a:active {
	color: #663366;
	background-image: url(../i/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: underline;
	}

/* Anchor Icons
--------------------------------*/

a[href^="http:"] { /* External Link */
	background: url(http://www.rspaving.com/assets/i/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	}

a[href^="http://www.rspaving.com"] { /* Excludes www.rspaving.com */
	background-image: none;
	padding-right: 0px;
	}

a[href^="mailto:"] { /* Email Link */
	background: url(http://www.rspaving.com/assets/i/mailLink.gif) no-repeat left center;
	padding-left: 15px;
	}

a[href$=".doc"] { /* Word File */
	background: url(http://www.rspaving.com/assets/i/wordLink.gif) no-repeat left center;
	padding-left: 18px;
	}

a[href$=".pdf"] { /* PDF File */
	background: url(http://www.rspaving.com/assets/i/pdfLink.gif) no-repeat left center;
	padding-left: 18px;
	}

/* P.P.Indicator
--------------------------------*/

#home #nav .home a,
#about #nav .about a,
#services #nav .services a,
#contact #nav .contact a{
	color: #72B8E2;
	cursor: default;
	text-decoration: none;
	}

/* All Headings
--------------------------------*/

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	letter-spacing: normal;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	font-variant: small-caps;
	}

/* Header
--------------------------------*/

#logo img {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0px;
	}

/* Nav
--------------------------------*/

#nav ul {
	float: left;
	width: 860px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #98C8DE;
	}

#nav ul li {
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../i/nav-right.gif);
	margin-right: 1px;
	}

#nav li a {
	display: block;
	line-height: 4em;
	background-image: url(../i/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: none;
	padding-top: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;
	font-size: 11px;
	text-align: center;
	color: #1D446B;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	}

#nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

/* Main Content
--------------------------------*/

#mainContent p {
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
	}
#mainContent .leftColumn {
	float: left;
	width: 450px;
}
#mainContent .rightColumn {
	float: left;
	width: 200px;
	margin-left: 30px;
}


	
#mainContent h1 {
	margin: 0px;
	font-size: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBE1EF;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: normal;
	}

#mainContent h2 {
	display: block;
	font-size: 1.7em;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	}

#mainContent h3 {
	font-size: 1.3em;
	font-weight: bold;
	}
#mainContent ul li {
	margin-bottom: 5px;
	line-height: 1.5;

	}
#mainContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

/* SideBar
--------------------------------*/

#sideBar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px; /* fixes ie5.x problem */
	display: block;
	}
	
#sideBar ul a {
	display: block;
	text-decoration: none;
	height: auto;
	width: 133px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1em;
	background-image: none;
	margin: 0px;
	line-height: 2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#mainContent .standOut {
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: normal;
	background-color: #E3EEF4;
	padding: 5px;
	border: 1px solid #C2DAE7;
	color: #069;
	display: block;
	clear: both;
}


#sideBar ul a:hover {
	background-image: none;
	color: #1D446B;
	}

#sideBar h3 {
	padding-right: 10px;
	line-height: 2.5;
	margin: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #7EB9D6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	}

/* Footer
--------------------------------*/

#footer p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


/* Redefined html tags
--------------------------------*/

abbr {
	cursor: help;
	}

code {
	font-weight: normal;
	color: #999900;
	font-size: 1.3em;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F1EDE2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #D1C5A3;
	}

blockquote {
	font-size: 1em;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	margin: 15px;
	background-image: url(../i/quotemarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E9E9E9;
	font-style: italic;
	}
blockquote strong {
	display: block;
	margin-top: 10px;
}


/* Contact Form
-----------------------------------*/

#name, #email, #phone, #messagebody, #referrer {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
	display: block;
	border: 1px solid #3e5362;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}

#contact label {
	cursor:pointer;
	}

/* Enquiry Form
-----------------------------------*/

#quote label {
	width: 120px;
	display: block;
	float: left;
	line-height: normal;
	text-align: left;
	}

/* Evaluation Form
-----------------------------------*/

#EVname, #EVemail, #EVphone, #EVurl {
	border: 1px solid #3E5362;
	width: 200px;
	background-color: #FFFFFF;
	color: #000000;
	}
	
#revamps label {
	width: 100px;
	display: block;
	}

label {
	font-size: 1em;
	font-weight: bold;
	cursor:pointer;
	}

fieldset {
	border: 2px solid #C8E3EC;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

legend {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
	}

input:focus {
	background-color: #3E5362;
	color: #FFFFFF;
	}
	
textarea:focus {
	background-color: #3E5362;
	color: #FFFFFF;
	}

/* Table Styling
=================================*/

table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
td {
	font-size: inherit;
	padding: 3px;
	}

caption {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC9966;
	}

.trAlternate { /* alternative table row highlighting */
	background-color: #CCCCCC;
	}

/* Image Drop Shadows
=================================*/

.img-wrapper {
	background-image: url(../i/drop-shad-bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear: right;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	}

.img-wrapper img {
	padding: 5px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	background-color: #FFFFFF;
	border: 1px solid #3E5362;
	}

/* Image align
=================================*/
.img-right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	}
	
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	}

/* classes
=================================*/
.highlighted {
	color: #9900FF;
	}

.pink { /*work in progress */
	color: #FF00FF;
	}
	
.bold {
	font-weight: bold;
	}
#gallery {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
