/* 

	CSS Document
	CSM Ltd - 2006

	By Simon M White
	whitewebs.co.uk

 */

body {
	background: #fff;
	color: #666;
}
#header {
	background: url(../i/lines.gif) repeat center;
	height: 100px;
	width: 100%;
	border: #CCCCCC dotted 1px;
}
#outer_wrapper {
	background: #fff;
	color: #000;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 25px;
	background: #fff;
	color: #000; 
}
#content {
	width: 50%;
	height: 100%;
	float: left;
	margin-left: 10px;
}
#left {
	width: auto;
	float: left;
	margin-right: auto;
}
#sidebar {
	width: 168px;
	height: 410px;
	float: right;
}
#footer {
	background: url(../i/f_gradient.gif) repeat-x left bottom;
	clear: both;
	padding: 3%;
	height: 15px;
	border-left: #ccc dotted 1px;
	border-right: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
}
#footer span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#whitewebs li {
	display: block;
	color: #999;
	background: inherit;
	text-transform: lowercase;
 }

/* columns */

.lwrapper, .stylewrapper {
	width: 170px;
	float: left;
	border: #CCC solid;
    border-width: 1px 2px 2px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rwrapper {
	width: 170px;
	float: right;
	border: #CCC solid;
    border-width: 1px 2px 2px 1px;
}
.imagewrapper {
	float: right;
	margin-right: 2px;
}
.stylewrapper {
	margin-top: 10px;
	width: 50px;
}

/* headings */

h1 {
	background: #fff url(../i/bullet.gif) left no-repeat;
	color: #DE432D;
	display: inline;
	padding-left: 25px;
	font-size: 18px;
	clear: both;
	border-bottom: #DE432D inset 1px;
}
h2 {
	color: #DE432D;
	background: inherit;
	font-size: 14px;
	border: none;
	clear: left;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #666;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3.sideheadings {
	margin: 0;
	padding: 4px 102px 5px 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	display: block;
	float: none;
	text-transform: uppercase;
	background: #fff url(../i/headerbg_a.gif) repeat center;
}
h3#nav {
	padding: 4px 102px 5px 10px;	
}
h3#news {
	padding: 4px 102px 5px 10px;
}
h3#nl {
	padding: 4px 70px 5px 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-align: justify;
	display: block;
	background: url(../i/bg_tile.gif) repeat center;
	padding: 10px;
}
p.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	display: block;
}

/* class and id to control images */

img {
	border: #CCCCCC solid 1px;
	padding: 5px;
	display: block;
}
img.large {
	margin: 0px auto;
}
img.small {
	float: left;
}
img#homepage {
	float: right;
	margin-left: 30px;
}
img#top {
	border: 0;
	padding: 5px;
	float: right;
}
.nowrap {
	float: right;
	clear: left;
}

/* class and id for accessibility features */

#skip {
	display: none;
}
acronym {
	cursor: help;
	color: #000;
	background: inherit;
	border-bottom: #666;
}

/* properties for ordered and unordered lists*/

ul li {
	list-style-image: url(../i/csm_square_bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #666;
	background: inherit;
	padding: 2px;
}
ol {
	color: #666;
	background: inherit;
	line-height: 20px;
}

/* flash movie property */

object {
	float: none;
	padding: 0;
	margin: 0;
}

/* styles for the definition list and glossary page */

dl {
	padding: 2px;
}
dt {
	color: #DE432D;
	background-color: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #000000 dotted 1px;
	padding: 10px;
}
dd {
	color: #000000;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form dl {
	width: 70px;
}
form dd {
	margin: 0;
	padding: 3px 0px;
}
form dt {
 	border: none;
}
.full {
	color: #000000;
	background-color: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: lower-roman;
	font-weight: bold;
}

li#home {
	list-style-image: url(../i/nav_item_home.gif);
}
li#current {
	list-style-image: url(../i/csm_current_bullet.gif);
}
a#currentnav {
	color: #fff;
	background: #DE432D;
}
.navigation {
	background: url(../i/headerbg_b.gif) repeat-x left;
	height: 20px;
	width: 100%;
	text-transform: uppercase;
}
.navigation li {
	text-transform: uppercase;
}
.navfooter {
	background: url(../i/headerbg_b.gif) repeat-x center;
	height: 20px;
	border-left: #CCCCCC dotted 1px;
	border-right: #CCCCCC dotted 1px;
}
.navfooter li {
	text-transform: uppercase;
}
.clearline {
	clear: both;
	padding: 10px 0px;
	background: #fff;
	color: #000;
}
#pipe ul {
	width: auto;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	background: inherit;
}
#pipe ul li {
	padding: 0px 4px 0px 16px;
	background: url(../i/navbar_break.gif) left repeat-y;
	list-style: none;
	display: inline;
}
#pipeft ul {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	background: inherit;
}
#pipeft ul li {
	padding: 0px 4px 0px 16px;
	background: url(../i/navbar_break.gif) left repeat-y;
	list-style: none;
	display: inline;
}

/* logo id and classes */

#logotitle {
	background: url(../i/csm_ltd_logo.jpg) no-repeat left top;
	width: 60px;
	height: 60px;
	margin: 20px 20px;
}
#civil {
	font-style: italic;
}
#chome {
	width: 520px;
}

/* contact page */

/*.contactus:hover{
	border-bottom: #DE432D dotted 1px;
	color: #DE432D;
}
*/.expand {
	padding: 1px;
}
li.emphasiscon {
	color: #000;
	background: inherit;
	text-transform: lowercase;
	padding: 10px 0px;
	list-style-image: url(../i/csm_current_bullet.gif);
	list-style-position: outside;
}
.emphasisl {
	color: #000;
	background: inherit;
	font-weight: lighter;
	text-transform: lowercase;
	list-style: none;
	padding: 10px 0px;
	list-style-image: url(../i/csm_current_bullet.gif);
	list-style-position: outside;
}
#emphasisadd {
	color: #000;	
	background: inherit;
	text-transform: capitalize;
	padding: 10px 0px;
	list-style-image: url(../i/csm_current_bullet.gif);
	list-style-position: outside;
}
#name {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #DE432D;
	background: inherit;
}
#qualification {
	font-style: italic;
	color: #333;
	background: inherit;
}
#md {
	color: #333;
	background: inherit;
}

/* Image Gallery */

.gallery {
	width: 350px;
	float: left;
}
#imagegallery {
	width: 350px;
	list-style: none;
	float: left;
	margin: 0;
}
#imagegallery li {
	display: block;
	float: left;
}
#imagegallery ul {
	float: left;
	color: #000;
	background-color: #DE432D;
	clear: left;
}
#imagegallery li:hover {
	background-color: #DE432D;
	color: #000;
}
#placeholder {
	width: auto;
	height: auto;
	float: left;
	margin: 10px 0px 0px 15px;
	padding: 5px;
}
#desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	background: inherit;
	display: block;
	clear: both;
	padding-left: 195px;
}
.thumbnails a:hover {
	background-color: inherit;
	color: #FFF;
}
.thumbnails img {
	margin: 1px;
	padding: 0;
}
.more {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	background: #fff;
	color: #000;
	margin-left: 195px;
	clear: none;
	}
.more a:hover {
	background-color: #DE432D;
	color: #fff;
	}
.moresviewed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #ccc;
	background-color: inherit;
	}

/* sitemap */  

.sitemap {
	float: left;
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	display: inline;
	padding: 5px;
}

/* divisions for photographs on the industrial page */

.indwrapleft {
	width: 175px;
	height: auto;
	float: left;
	display: inline;
}
.indwrapright {
	width: 175px;
	height: auto;
	float: right;
	display: inline;
}
.indtitle {
	width: 180px;
	margin: 20px 0px;
}
.indimage {
	width: 160px;
}

/* divisions for photographs on the offices page */

.offwrapleft {
	width: 175px;
	height: auto;
	float: left;
	display: inline;
}
.offwrapright {
	width: 175px;
	height: auto;
	float: right;
	display: inline;
}

/* Psudo Classes */

a:link, a:visited {
	color: #666;
	background: none;
	text-decoration: none;
	border-bottom: #666 dotted 1px;
}
a:hover {
	color: #333;
	background: none;
	text-decoration: none;
	border-bottom: #DE432D solid 1px;
}
a:active {
	color: #666;
	background: inherit;
	text-decoration: none;
	border-bottom: #666 dotted 1px;
}
#styleswitcher img {
	display: block;	
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
	border: #FFF dotted 1px;
}
#styleswitcher img:hover {
	color: #333;
	background-color: inherit;
	border: #DE432D dotted 1px;
}
#up {
	float: right;
	border: none;
	margin-top: 10px;
}
#pdficon {
	display: block;
	border: none;
	float: left;
	margin-left: 100px;
	}
#flashcontent {
	color: #666;
	background: #fff;
	font-weight: bold;
	}
#cad {
	width: 400px;
	line-height: 25px;
	}

/* breadcrumb trail class and id */

#youareon, .youareoff{
	height: 17px;
	background: #E4E5E6 url(../i/headerbg_b.gif) repeat-x center;
	color: #000;
	float: left;
	margin-top: 10px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px #ccc solid;
	padding: 2px;
	}
span#youareon {
	font-weight: bolder;
	margin-left: 0;
	border-left: none;
	border-right: 1px #ccc solid;
	}	
span#youareoff {
	padding: 0; 
	}
.youareoff a:link, .youareoff:visited {
	color: #333;
	background: inherit;
	border-bottom: #E4E5E6 solid 1px;
	}
.youareoff a:hover, .youareoff a:active {
	border-bottom: #DE432D solid 1px;
	}
