* {
	margin: 0;
	padding: 0;
}

body {
	background: #cbcbcb; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #495667;
}

a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

/* Logo */

#logo {
	width: 870px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu-link, a.menu-link:visited {
  background-image: url(i/menu-sep.gif);
  height: 30px;
  line-height: 30px;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 7px;
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: tahoma;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold
}
a.menu-link:hover {
  background-image: url(i/menu-bg_hover.gif);
  background-position: center;
  background-repeat: repeat-x;
  color: #ffffff
}
.content {
  padding-top:25px;
  padding-left:2px;
  padding-right:60px;
  padding-bottom:35px
}
.content-right {padding-top:60px}
a.made-in {color:#aaaaaa }
.made-in_text {
	font-size: 11px;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	color: #28323e;
	padding-left:3px;
	padding-bottom:15px
}
a.menu-right, a.menu-right:visited {
  font-size: 18px;
  line-height:30px;
  padding-left:20px;
  text-decoration:none;
  color:#414141;
  background-color:#cccccc;
  width:200px;
  display:block;
  border-bottom:#CCCCCC solid 1px
}
a.menu-right:hover {background-color:#f47820; color:#cccccc}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
}

/* Content */

#content {
	float: left;
	width: 603px;
	position:absolute;
}

.header {
  position:relative;
  left:200px;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 28px;
  text-decoration: none;
  color: #414141;
}

.textblock {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #414141;
  line-height: 150%;
  padding-top:25px;
  padding-left:2px;
  padding-right:60px;
  padding-bottom:35px
}

table.services {
  padding:			0;
  border-spacing:	0;
}
.t-header {
  border:			2px solid #FFFFFF;
  background-color:	#8e6f75;
  font-size:		12px; 
  font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:		center;
  color:			#FFFFFF;
  font-weight:		bold;
}
.t-content {
  border:			2px solid #FFFFFF;
  background-color:	#ebdae2;
  font-size:		12px; 
  font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:		center;
  vertical-align:	middle;
  color:			#000000;
  font-weight:		bold;
}
.t-desc {
  border:			2px solid #FFFFFF;
  background-color:	#ebdae2;
  font-size:		11px; 
  font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
  vertical-align:	middle;
  color:			#000000;
  font-weight:		normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}