* {
	font-size: 11px;
}

html {
	height: 100%;
	margin: 0 0 .01px 0;
	font-size: large;
}

body {
	background-color: #fff;
	color: #545454;
	font: 1em/1.5 "Helvetica Neue", Corbel, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	height: 100%;
	margin: 0 0 .01px 0;
}

h1 {
	height: 100px;
	margin: 30px 0 10px 0;
	overflow: hidden;
	position: relative;
	width: 150px;
}

h1 span {
	background: #fff url(../images/graphics/prismo_logo.jpg) no-repeat;
	cursor: pointer;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
}

#ennis {
	left: 165px;
	position: absolute;
	top: -35px;
}

#blog h1 span {
	background: #fff url(../images/graphics/blog_logo.jpg) no-repeat;
}

h2, h3 {
	background-color: #c52128;
	color: #fff;
	font-size: 1.25em;
	font-weight: 400;
	padding: 5px 0 5px 10px;
}

address {
	margin: 1em 0 1em 0;
}

a {
	/*color: #a7abac;*/
	color: #c52128;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #a7abac;
	color: #c52128;
	text-decoration: none;
}

img {
	border: 0;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 18px;
}

textarea {
	font: 1em/1.5 "Helvetica Neue", Corbel, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

hr.body_divider {
	background: transparent url(../images/graphics/double_red.jpg) no-repeat;
	border: 0;
	height: 9px;
}

hr.sidebar_divider {
	background: transparent url(../images/graphics/white_line.jpg) no-repeat;
	border: 0;
	height: 9px;
}

.home_image {
	float: left;
	margin: 1.5em 1em 0.5em 0;
}

.blog_image {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.career_image {
	float: right;
	margin: auto 0 10px 10px;
}

.case_studies {
	float: left;
	margin-right: 10px;
	width: 140px;
}

.case_studies.new_line {
	clear: left;
}

.case_study_detail {
	clear: both;
}

.case_study_detail_title {
	color: #c52128;
	float: left;
	width: 100px;
}

.case_study_detail_content {
	float: right;
	width: 500px;
}

.case_study_detail_content p {
	margin-top: 0;
}

.clearing {
	clear: both;
}

.product_images {
	float: right;
	margin-left: 10px;
	width: 300px;
}

h3.search_result {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	margin: 10px auto 0;
	padding: 0 10px;
	position: relative;
	width: 940px;
	color: #FFF;
}

/*
#home #container {
	background: transparent url(../images/graphics/map.jpg) 100% 90% no-repeat;
}
*/

#access_links {
	list-style: none;
	position: absolute;
	right: 20px;
	top: -20px;
}

#access_links a {
	font-size: 11px;
}

#access_links li {
	border-right: 1px solid #ccc;
	float: left;
	margin: 0 0 5px;
	padding: 10px 5px 0 5px;
}

#access_links li.last {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

#languages {
	background: transparent url(../images/graphics/globe.jpg) 100% 0 no-repeat;
	list-style: none;
	padding: 20px 60px 20px 0;
	position: absolute;
	right: 20px;
	top: 10px;
}

#languages li {
	float: left;
	height: 16px;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: 32px;
}

#languages li span {
	cursor: pointer;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

#languages #en span { background: #fff url(../images/graphics/flag_uk.jpg) no-repeat; }
#languages #fr span { background: #fff url(../images/graphics/flag_fr.jpg) no-repeat; }
#languages #de span { background: #fff url(../images/graphics/flag_de.jpg) no-repeat; }
#languages #es span { background: #fff url(../images/graphics/flag_es.jpg) no-repeat; }

#menu {
	left: 175px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
}

#menu li {
	border-left: 3px solid #c52128;
	float: left;
	margin: 0;
	padding: 5px 5px 0;
}

#menu li.last {
	border-right: 3px solid #c52128;
}

#menu li a {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#menu li a:hover {
	border-bottom: 1px solid #a7abac;
	color: #c52128;
}

#menu li.active a,
#access_links li.active a {
	border-bottom: 1px solid #a7abac;
	color: #c52128;
}

#search {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 70px;
	left: 700px;
}

#content {
	position: relative;
}

#slideshow {
	height: 290px;
	width: 780px;
}

#blog #content {
	background: transparent url(../images/graphics/keith_header.jpg) -10px 0 no-repeat;
	padding-top: 120px;
}

#main {
    width: 780px;
}

#main p {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 1em;
	color: #666;
}

#blog #main,
#contact_page #main {
	float: left;
	font-size: 12px;
	font-style: normal;
}

#main a:hover {
	border-bottom: 1px solid #a7abac;
}

#main .case_studies a:hover {
	border: 0;
}

#left_column_wrapper {
    float: left;
    width: 780px;
}

#submenu {
    float: left;
    width: 160px;
}

#products_template #main,
#case_studies #main {
	float: left;
	min-height: 600px;
	width: 620px;
}

#careers #main {
	float: left;
	margin: 0;
	min-height: 600px;
	width: 780px;
}

#main #product_description,
#main #product_images,
#main #product_categories {
	float: left;
	width: 310px;
}

#main #blog_entry {
    margin: 0 20px 0 0;
}

#main #product_description {
	margin: 0 20px 0 0;
	width: 290px;
}

#service_callouts .service_callout {
	border-right: 3px solid #c52128;
	float: left;
	width: 367px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #666;
}

#service_callouts .service_callout.first {
	padding-left: 0;
}

#service_callouts .service_callout.last {
	border: 0;
	padding-right: 0;
}

#service_callouts h2 {
	background-color: #fff;
	color: #c52128;
	font-weight: 900;
	margin: 0 auto;
	padding: 0;
}

#products {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#products li {
	float: left;
	height: 85px;
	margin: 0 15px 20px 0;
	overflow: hidden;
	position: relative;
	width: 121px;
}

#products li.last {
	margin: 0;
}

#products span {
	cursor: pointer;
	height: 85px;
	left: 0;
	position: absolute;
	top: 0;
	width: 121px;
}

#products #rm span { background: #fff url(../images/graphics/road_markings_sm.jpg) no-repeat; }
#products #as span { background: #fff url(../images/graphics/antiskid_sm.jpg) no-repeat; }
#products #bj span { background: #fff url(../images/graphics/bridge_joints_sm.jpg) no-repeat; }
#products #ds span { background: #fff url(../images/graphics/surfacing_sm.jpg) no-repeat; }
#products #rs span { background: #fff url(../images/graphics/road_studs_sm.jpg) no-repeat; }
#products #ss span { background: #fff url(../images/graphics/safety_sm.jpg) no-repeat; }
#products #ts span { background: #fff url(../images/graphics/technical_sm.jpg) no-repeat; }

#products_template #products,
#case_studies #products {
	float: left;
	width: 160px;
}

#products_template #casestudy,
#case_studies #casestudy,
#blog #blog_categories,
#contact_page #contact_info,
#careers #career_downloads {
	margin-top: 10px;
}

#products_template #products li,
#case_studies #products li {
	float: none;
	height: 78px;
	margin: 0 15px 10px 0;
	overflow: hidden;
	position: relative;
	width: 140px;
}

#products_template #products span,
#case_studies #products span {
	cursor: pointer;
	height: 78px;
	left: 0;
	position: absolute;
	top: 0;
	width: 140px;
}

#products_template #products #rm span { background: #fff url(../images/graphics/road_markings_med.jpg) no-repeat; }
#products_template #products #as span { background: #fff url(../images/graphics/antiskid_med.jpg) no-repeat; }
#products_template #products #bj span { background: #fff url(../images/graphics/bridgejoints_med.jpg) no-repeat; }
#products_template #products #ds span { background: #fff url(../images/graphics/surfacing_med.jpg) no-repeat; }
#products_template #products #rs span { background: #fff url(../images/graphics/roadstuds_med.jpg) no-repeat; }
#products_template #products #ss span { background: #fff url(../images/graphics/safety_med.jpg) no-repeat; }
#products_template #products #ts span { background: #fff url(../images/graphics/technical_med.jpg) no-repeat; }

#case_study_detail {
	float: left;
	width: 600px;
}

#case_study_images {
	float: right;
	width: 300px;
}

#locations_heading {
	background-color: #fff;
	color: #aaa;
	padding: 0;
}

#locations {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
}

#locations li {
	background-color: #c52128;
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 5px;
}

#locations ul {
	margin: 3px 0 -3px -5px;
	padding: 0;
}

#locations li li {
	background-color: #fff;
	color: #a7abac;
	margin: 0;
	padding: 0 0 0 5px;
}
/*
#location_map {
	bottom: 130px;
	left: 280px;
	position: absolute;
}
*/
#newsfeed {
	background-color: #c52128;
	color: #fff;
	padding: 10px;
	right: 24px;
	position: absolute;
	top: 18px;
	width: 120px;
	height: 470px;
}

#home #mailing {
	background-color: #c52128;
	background-image: url(../images/graphics/red_box_bottom_newsletter.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px 10px 190px 10px;
	right: 0;
	position: absolute;
	top: 308px;
	width: 120px;
	height: 79px;
}

#sidebar {
	float: right;
	padding: 0;
	width: 120px;
}

#casestudy,
#callus,
#contact,
#blog_categories,
#subscribe,
#blog_archive,
#career_downloads,
#mailing {
	background-color: #c52128;
	color: #fff;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 120px;
}

#blog_categories a,
#mailing a,
#casestudy a {
	color: #fff;
}

#blog_categories a:hover,
#mailing a:hover,
#casestudy a:hover {
	text-decoration: none;
}

#blog_archive {
	width: 120px;
}

#blog_archive a {
	color: #fff;
}

#blog_archive a:hover {
	text-decoration: none;
}

#contact a {
	color: #fff;
}

#contact a:hover {
	text-decoration: none;
}

#newsfeed h3,
#mailing h3,
#subscribe h3,
#blog_categories h3,
#career_downloads h3,
#blog_archive h3,
#contact_info h3 {
	margin: 0;
	padding: 0;
}

#career_downloads a,
#newsfeed a {
	color: #fff;
	text-decoration: none;
}

#contact_page #contact_info h3 {
	padding: 5px 0 5px 10px;
}

#contact_page #main {
	float: left;
	width: 660px;
}

#contact_page #sidebar {
	float: right;
	width: 240px;
}
#contact_page #main label {
	font-weight: 900;
	display: block;
}
/* Localized */
exhibition text {
	text-align: left;
}
#blog #content #main table tr td p {
	font-size: 1em;
}
#blog #content #main table tr td p {
	font-size: 1em;
}
#blog #content #main table tr td p {
	font-size: 1px;
}
#blog #content #main table tr td p {
	font-size: 1em;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

