/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 8px;
}
h2 {
	font-size: 0.9em;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 0.8em;
}
h4 {
	font-size: 0.8em;
	margin-top: 15px;
	margin-left: 20px;
}
p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: justify;
}

li {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 40px;
}
a {
	color: #BBAE79;
}


.wrapper {
	position: absolute;
	z-index: 1px;
}

.colcont {
	width: 100%;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.column {
	float: left;
	width: 235px;
}


#top_segment {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#bottom_segment {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.header {
	background-image: url(../images/slice.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 20px;
}
#left_column {
	width: 200px;
	text-align: right;
	vertical-align: top;
}
#left_column p {
	text-align: right;
}
#middle_column {
	width: 700px;
	vertical-align: top;
}
#right_column {
	vertical-align: top;
	width: 100%;
}
.colour1 {
	background-color: #EDECDA;
}
.colour2 {
	background-color: #E2DEC3;
}
.colour3 {
	background-color: #CFC7A0;
}
.colour4 {
	background-color: #BBAE79;
}
.footer {
	font-size: 0.7em;
	background-color: #BBAE79;
	padding: 6px;
	margin-bottom: 20px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.footer a {
	color: #333333;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
}
.utilities {
	float: right;
}
.flash_footer {
	text-align: center;
	margin-bottom: 50px;
	font-size: 0.7em;
}
.flash_footer img {
	margin-top: 10px;
}
.flash {
	z-index: 1px;
	position: absolute;
}
#menu {
	padding-top: 55px;
	margin-left: 70px;	
}
#menu a {
	color: #333333;
	text-decoration: none;
}
#menu a:hover {
	color: #CC0000;
}
#menu img {
	float: left;
	position: relative;
}
.contact h3 {
	margin-right: 10px;
	text-align: right;
}
.contact input {
	margin-top: 5px;
	margin-bottom: 5px;
}





/* menu CSS from here*/

.menutitle{
	cursor:pointer;
	margin-bottom: 2px;
	padding:2px;
	margin-right: 10px;
	font-size: 0.8em;
	color: #333333;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}

.submenu{
	margin-right: 10px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.3em;
}
#bevels {
	float: right;
	width: 180px;
	border: 1px solid #CCCCCC;
	margin: 20px;
	padding-bottom: 20px;
}
#bevels img {
	margin-left: 30px;
	margin-top: 10px;
}
#bevels p {
	font-size: 0.7em;
	text-align: center;
}
#bevels h3 {
	font-size: 0.9em;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}
