/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 10px;
	color: white;
	line-height: 15px;
	letter-spacing: 1px;
	background: white url(http://www.shapeconstruction.co.uk/files/stripes.gif) repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #333;
}
a:active { text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: underline;
	color: gray}
	
a:hover {
	text-decoration: underline;
	color: #333;
	background-color: yellow;
}

a img { border: none; }


#menu {
	width: 180px;
	float: left;
	top: 15px;
	left: 30px;
	position: absolute;
	height: auto;
	padding: 15px;
	color: white;
	letter-spacing: 1px;
	background-color: white;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}


#menu ul a {
	text-decoration: none;
	color: #333;
}

#menu ul a:visited {
	text-decoration: none;
	color: gray;
}

#menu ul a:hover {
	text-decoration: underline;
}

#menu ul li.section-title {
	width: 180px;
	line-height: 160%;
	font-size: 10px;
	list-style: none;
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	color: black;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-decoration: none;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	background-color: yellow;
}

#content {
	height: auto;
	left: 270px;
	top: 15px;
	position:absolute;
	color: #000000;
	z-index: 1;
	background-color: white;
	padding: 20px;
}

.container {
    padding: 0px;
	width: 650px;
}

.container_menu {
    color: #ccc;
	padding: 0px;
}

#content p { margin-bottom: 0px;
	color: #333;
	margin-top: 9px;
	
}

p {
	margin-bottom: 9px;
}

strong {
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 15px;
	font-style: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

u {
	font-family: GMonaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 12px;
	line-height: 15px;
	text-decoration:none;
	color: #333333;
	font-style: italic;
}

em {
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	font-size: 25px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 30px;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;}
#img-container p	{ width: 590px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

tr { vertical-align:top; }