/* CSS Document */
	
	body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	padding:0px;
	margin:0px;
	background-image: url(img/bg_cartuna.gif);
}
#site {
	width:800px;
	background: #FFF;
	padding: 0px;
	margin: 0 auto;
}
#header {
	padding: 0px;
	margin: 0px;
}
#sidebar {
	padding: 0px;
	margin: 0px;
	float:right;
	width:285px;
}
#content {
	float: left;
	width: 450px;
	margin-right: 15px;
	margin-top: 10px;
	padding-left: 50px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #44697D;
}
#content a {
	padding-left: 25px;
	color: #666666;
	text-decoration: underline;
	background: url(img/link.gif) left center no-repeat;
}
#content a:hover {
	color:#FF9933;
	text-decoration:underline;
	background: url(img/link_h.gif) left center no-repeat;
}
#content .tit {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#44697D;
}
#content .tit1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#FF9900;
	padding-bottom:10px;
}
#content .highlight {
	color: #6FD4E4;
}
#intro {
	font-weight: bold;
	margin-top:10px;
	margin-bottom:20px;
}
#intro a {
	padding-left: 0px;
	background-image: url(img/placer.gif);
}
#intro a:hover {
	padding-left: 0px;
	background-image: url(img/placer.gif);
}
#hack {
	margin-top:10px;
	margin-bottom:20px;
}
#hack a {
	padding-left: 0px;
	background-image: url(img/placer.gif);
}
#hack a:hover {
	padding-left: 0px;
	background-image: url(img/placer.gif);
}
#footer {
	clear: both;
	background: #44697D;
	padding: 5px 50px 15px 50px;
	font-family:"Rockwell", "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	letter-spacing: 1px;
}
#footer strong {
	font-size:14px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#FF9900;
	text-decoration:underline;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 114px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 114px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:114px; /* for IE5/Win only */
}
#nav a:hover, #nav a.selected {
	background-position: 0 -114px;
}
#chome a {
	margin: 0px;
	width: 225px;
	background:url(img/nav_logo.gif) top left no-repeat;
}
#ccollection a {
	margin: 0px;
	width: 175px;
	background:url(img/nav_collection.gif) top left no-repeat;
}
#cmadetomeasure a {
	margin: 0px;
	width: 175px;
	background:url(img/nav_order.gif) top left no-repeat;
}
#ccompany a {
	margin: 0px;
	width: 75px;
	background:url(img/nav_company.gif) top left no-repeat;
}
#cjobs a {
	margin: 0px;
	width: 75px;
	background:url(img/nav_jobs.gif) top left no-repeat;
}
#ccontact a {
	margin: 0px;
	width: 75px;
	background:url(img/nav_contact.gif) top left no-repeat;
}
.btn {
	cursor:pointer;
}
