@import 'header.css';
@import 'navigation.css';
@import 'footer.css';

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	text-align: center;
	font-family: verdana, tahoma, arial;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

#container {
	width: 960px;
	margin: auto;
}

#paperclip {
	background-image: url('../images/elements/paperclip.gif');
	background-repeat: no-repeat;
	background-position: 627px 7px;
}

#sharpener {
	background-image: url('../images/elements/sharpener.gif');
	width: 177px;
	height: 137px;
	margin-top: 20px;
	margin-left: 50px;
}

#page {
	position: relative;
	float: left;
	width: 940px;
	height: 100%;
	background-image: url('../images/background/notebook_tile.gif');
	background-repeat: repeat-y;
	background-position: 1px 16px;
}

#pagecontent {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-left: 78px;
	padding-right: 25px;
	text-align: justify;
	font-size: 14px;
}

#homecopy {
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

.divisiontable {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin-top: -20px;
}

#casestudycopy {
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	/* background-image: url('../images/detail/coffeestain.gif'); */
	background-repeat: no-repeat;
	background-position: 200px 50px;
	margin-top: 14px;
}

#pagecopy {
	float: left;
	width: 820px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin-top: 14px;
}

#firstline {
	font-size: 14px;
	font-weight: bold;
}

#homepic {
	float: left;
	width: 294px;
	margin-left: 38px;
	margin-top: 10px;
}

#shadow {
	float: left;
	width: 20px;
	height: 100%;
	background-image: url('../images/background/notebook_tile_shadow.gif');
	background-repeat: repeat-y;
}

a {
	color: #193f6f;
}

a:hover {
	text-decoration: none;
}

.aHeading {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.casestudysidepic {
	margin-bottom: 20px;
}

.picstrip {
	margin-top: 20px;
}

.picstrip img {
	margin-right: 2px;
}

.picstrip .last {
	margin-right: 0px;
}

.casestudy {
	font-style: italic;
}

.clientlogocontainer {
	text-align: center;
}

.clientlogocontainer img {
	margin-right: 14px;
}

.clientlogocontainer img.last {
	margin-right: 0px;
}

.clientdiv {
	clear: both;
	height: 14px;
}

.tick {
	width: 35px;
	height: 32px;
}

#greennote {
	width: 278px;
	height: 284px;
	background-image: url('../images/elements/greennote.gif');
	float: left;
}

#greennotetext {
	width: 240px;
	margin-left: 14px;
	margin-top: 78px;
	font-size: 9px;
	line-height: 11px;
}

#polaroid {
	width: 256px;
	height: 308px;
	float: left;
	background-image: url('../images/elements/polaroid.gif');
	margin-left: 13px;
	margin-right: 13px;
}

#bluenote {
	width: 259px;
	height: 258px;
	background-image: url('../images/elements/bluenote.gif');
	float: left;
	margin-top: 30px;
}

#bluenotetext {
	font-size: 9px;
	line-height: 16px;
	margin-top: 68px;
	margin-left: 10px;
}

.rect_tl {
	width: 18px;
	height: 20px;
	background-image: url('../images/elements/rect_tl.gif');
}

.rect_hl_top {
	height: 20px;
	background-image: url('../images/elements/rect_hl.gif');
	background-repeat: repeat-x;
}

.rect_tr {
	width: 18px;
	height: 20px;
	background-image: url('../images/elements/rect_tr.gif');
}

.rect_vl_left {
	width: 18px;
	background-image: url('../images/elements/rect_vl.gif');
	background-repeat: repeat-y;
}

.rect_vl_right {
	width: 18px;
	background-image: url('../images/elements/rect_vl.gif');
	background-repeat: repeat-y;
	background-position: 14px;
}

.rect_hl_bottom {
	height: 20px;
	background-image: url('../images/elements/rect_hl.gif');
	background-repeat: repeat-x;
	background-position: 0 16px;
}

.rect_bl {
	width: 18px;
	height: 20px;
	background-image: url('../images/elements/rect_bl.gif');
}

.rect_br {
	width: 18px;
	height: 20px;
	background-image: url('../images/elements/rect_br.gif');
}