/* ------------- "generic" styles */

*{
	margin: 0;
	padding:0;
	}
	
body {
	color: #333;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

#container {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 0 0;
}


/* ------------- masthead styles */

#masthead {
	padding-bottom: 58px; padding-top: 17px;
}

#navlinks {
	margin: 0;
	color: #666;
	padding: 0px;
}

#navlinks li {
	font-size: 13px;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	letter-spacing: 4px;
}

#navlinks li.first {
	padding-left: 0px;
}
#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #666;
}

#navlinks a:hover {
	color: #000;
}

#language {
	margin-top: -18px;
	color: #999;
	text-align: right;
}

#language a {
	color: #999;
}

#language a:hover {
	color: #000;
}


/* ------------- footer styles */

#footer {
	padding-bottom: 10px; padding-top: 20px;
	font-size: 11px;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

/* ------------- content styles */

#content {
	height: 238px;	
	padding-bottom: 40px;
}

#content img.illus {
	float: left;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}

#content img.divider {
	float: left;
	margin-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

a.numbers {
	font-size: 12px;
	background-color: #666;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	width: 20px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

a.numbers:hover {
	background-color: #000;
}

a.numbers_on {
	font-size: 12px;
	background-color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	width: 20px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#highlight {
	float: left;
	width: 190px;
	color: #333;
}


#highlight a {
	color: #666;
}

#about {
	float: left;
	width: 179px;
	color: #333;
}

#about a {
	color: #666;
}

#weare {
	font-size: 26px;
	color: #666;
	line-height: 30px;
}

#weare img.logo {
	margin-right: 10px;
	border-width: 0px;
	float: left;
}
/* ------------- thumbs styles */

#thumbs {
	padding-top: 0px;
}

#thumbs img.illus {
	margin-right: 85px;
	margin-bottom: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}

#thumbs img.last {
	margin-right: 0px;
	margin-bottom: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}

#sections {
	color: #333;
	padding-bottom: 8px;
}

#sections a {
	color: #333;
}

#sections a:hover {
	color: #000;
	font-weight: bold;
}

#description {
	width: 180px;	
}

#thumbs img.sect {
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}	

#thumbs img.contact {
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}		
	
#sub_workon {
	color: #000;
	font-weight: bold;
	width: 180px;
	background-color: #CCCCCC;
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
}

#sub_workon a {
	color: #000;
	
}

#sub_work {
	color: #333;
	padding-left: 4px;
	margin-bottom: 4px;
}

#sub_work a {
	color: #333;
	
}

#sub_work a:hover {
	color: #000;
	font-weight: bold;	
}

#bodytext {
	color: #333;
}

#bodytext a {
	color: #333;
	
}

#bodytext a:hover {
	color: #000;
	font-weight: bold;	
}

