<!-- 

body {
	margin:					0;
	padding:				0;
	background:				#e4eaef url(./images/bg.jpg) repeat;
	font:					14px 'Arial';
	line-height:			1.2;
}

.page {
	width:					1034px;
	margin:					0 auto;
}

h2 {
	font-size:				20px;
	color:					#6f5f3b;
	font-weight:			normal;
	text-align:				center;
	padding-top:			45px;
}

h3 {
	font-size:				16px;
	color:					#0A364C;
	font-weight: 			lighter;
	text-align:				left;
	padding-top:			15px;
}

#wrapper {
	margin:					55px auto 15px;
}

i {
	font-style:				normal;
}

.top {
	background:				transparent url(./images/top-shadow.png) no-repeat;
}
.bottom {
	background:				transparent url(./images/bottom-shadow.png) no-repeat;
}
.shadow {
	width:					1034px;
	height:					5px;
}

#content-holder {
	background:				transparent url(./images/bg-content.png) repeat-y;
	padding:				5px;
}

#title {
	height:					190px;
	padding-top:			30px;
}
#title .logo {
	display:				block;
	background-image:		url(./images/logo.png);
	width:					644px;
	height:					154px;
	margin:					0 auto;
	cursor:					pointer;
}

#container {
	background:				transparent url(./images/bg-content.jpg) repeat-y;
	width:					1024px;
	min-height:				390px;
}

#menu {
	float:					left;
	width:					384px;
	height:					100%;
}
#menu ul {
	list-style:				none;
	margin-top:				45px;
}
#menu li {
	background:				transparent url(./images/screw.png) no-repeat left center;
	margin:					0;
	padding:				0;
}
#menu a {
	text-indent:			25px;
	height:					30px;
	line-height:			27px;
	color:					#fff;
	text-decoration:		none;
}
#menu a:hover,#menu a.sel {
	font-weight:			bold;
}
#menu li:hover {
	background:				transparent url(./images/screw-spin.gif) no-repeat left center;
}
#menu li.sel {
	background:				transparent url(./images/screw-on.png) no-repeat left center;
}

a {
	color:					#002d56;
	text-decoration:		underline;
}

a:hover {
	text-decoration:		none;
}

#content-area {
	width:					640px;
	margin-left:			384px;
}
#content {
	width:					580px;
	margin:					0 auto;
}
.dots {
	text-align:				center;
}

#cross-slide {
	width:					640px;
	height:					427px;
}

#more-link {
	padding:				25px 0;
	text-align:				right;
}
#more-link a {
	text-decoration:		none;
	font-style:				italic;
	color:					#1e1204;
}

#slogan {
	background:				#fff;
	height:					60px;
}

#footer {
	height:					65px;
	padding:				0 6px;
	font-size:				11px;
}
#footer .left {
	float:					left;
	margin-left:			8px;
}
#footer .right {
	float:					right;
	margin-right:			8px;
}
#footer p {
	margin:					0;
	color:					#002d56;
	width:					660px;
}
#footer a {
	color:					#002d56;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}

#design-intervention {
	background:				transparent url(./images/logo-di.png) no-repeat;
	width:					117px;
	height:					26px;
	cursor:					pointer;
}

