/* CSS Document */

.bigText {
	text-decoration:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
}

.boldText {
	text-decoration:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #000000;
}

.normalBlue {
	font-weight: bold;
	color: #336699;
}
.bigRed {
	color: #FF0000;
	font-size: 14px;
}

a {
	text-decoration:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p {
	text-decoration:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link, a:active, a:visited {
	text-decoration:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: #000000;
}
a:hover {
	color:#41647a;
}

#container {
	background-repeat: repeat-y;
	background-image: url(images/container_bg.jpg);
	background-position: top;
	width: 900px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#homeHeader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 153px;
}

#leftBar {
	float: left;
	background-image: url(images/left_bar.jpg);
	width: 40px;
	height: 407px;
}

#navcontainer {
	background-color: #CCCCCC;
	float: left;
	width: 184px;
	height: 407px;
}

#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: gray;
	width: 170px;
}

#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 10px solid #999999;
	background: #ffffff;
	text-decoration: none;
}

#navlist li a:link { color: #666666; }
#navlist li a:visited { color: #666666; }

#navlist li a:hover {
	border-color: #336699;
	color: #336699;
	background: #cccccc;
}

#current {
	display: block;
	margin-left: 0;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #cccccc;
	font: bold 10px Verdana, sans-serif;
	color: #336699;
	text-decoration: none;
	border-top-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #336699;
}

* html body #navlist a {
   height:100%;
}

#content {
	background-color:#FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#contentForm {
	background-color:#FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
	width: 626px;
	height: auto;
}

#contentIndex {
	background-color:#FFFFFF;
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#contentCustomer {
	background-color:#FFFFFF;
	background-image: url(images/customer.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#contentContact {
	background-color:#FFFFFF;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#contentOce {
	background-color:#FFFFFF;
	background-image: url(images/oce_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#contentCopiersNW {
	background-color:#FFFFFF;
	background-image: url(images/copiersnw_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	width: 606px;
	height: auto;
}

#rightBar {
	float: left;
	background-image: url(images/right_bar.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height: 407px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 900px;
	height: 40px;
}

/* menu and buttons for portfolio */

#listmenu {
	width:100%;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto;
	font: bold 12px Verdana, sans-serif;
	width: 600px;
}
#listmenu li {
	display: block;
	width: 130px;
	float: left;
	position: relative;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #336699;
}

#listmenu li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #ffffff;
	text-decoration: none;
}

#listmenu li a:link { color: #666666; }
#listmenu li a:visited { color: #666666; }

#listmenu li a:hover {
	border-color: #336699;
	color: #336699;
	background: #cccccc;
}

#currentListmenu {
	display: block;
	margin-left: 0;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #cccccc;
	font: bold 10px Verdana, sans-serif;
	color: #336699;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336699;
}
