body {
	padding:0;
	margin:0;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	color:#795727;
	background-color:#684516;
}
form, div, span, h1, h2, h3, h4, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
.clear { clear:both; }

/* CONTAINER -------------------------------------------------*/
#container {
	margin:0 auto;
	background:#f7bd2b url(../images/bg-repeat.gif) repeat-x;
}
#container-home {
	width:938px;
	background:transparent url(../images/bg.gif) top center no-repeat;	
	margin:0 auto;
	padding:0 26px 0 26px;
}
#container-internal {
	width:938px;
	background:transparent url(../images/bg.gif) top center no-repeat;	
	margin:0 auto;
	padding:0 26px 0 26px;
}
#header {
	width:938px;
	height:130px;
}
#logo {
	float:left;
	width:192px;
	height:130px;
}
ul#menu {
	float:right;
	width:469px;
	height:43px;
	margin-top:50px;
	list-style:none;
	padding-top:5px;
	background:transparent url(../images/bg-nav.gif) no-repeat;
}
ul#menu li {
	float:left;
}
#container-home #flash {
	width:938px;
	height:346px;
}
#container-internal #flash {
	width:938px;
	height:280px;
	padding-bottom:32px;
}
#content {
	padding:0 10px 30px 10px;
}
#content div.welcome {
	float:left;
	width:400px;
}
#content div.feature {
	float:right;
	width:400px;
}
#content h3 {
	height:30px;
	width:400px;
	border-bottom:2px dotted #fff;
	margin-bottom:12px;
}
#content h3 span { display:none; }
#content h3.wel { background:transparent url(../images/ttl-wel.gif) no-repeat; }
#content h3.fea { background:transparent url(../images/ttl-fea.gif) no-repeat; }
#content h3.abo { background:transparent url(../images/ttl-abo.gif) no-repeat; }
#content p {
	padding-bottom:12px;
}
#content a {
	color:#e8562d;
	text-decoration:none;
}
#content a:hover {
	color:#96642b;
	text-decoration:none;
}
#internal-content {
	width:920px;
	float:left;
}
#internal-content-1col {
	width:600px;
	float:left;
}
#internal-content ul, #internal-content-1col ul {
	padding-left:14px;
	padding-bottom:12px;
}
#internal-content ul li.casestudy, #internal-content-1col ul li.casestudy {
	color:#96642b;
	font-style:italic;
}
#internal-content-2col {
	width:280px;
	background: url(../images/bg-relatedimages.gif) no-repeat;
	float:right;
	padding:50px 0 0 0;
}
#internal-content-2col img {
	border: 4px solid #96642b;
	margin-bottom:10px;
}
#internal-content-2col img:hover  {
	border: 4px solid #684516;
}
/* FOOTER -------------------------------------------------*/
#footer {
	margin:0 auto;
	clear:left;
	background:transparent url(../images/bg-footer.gif) repeat-x;
}
#footer-inner {
	width:918px;
	height:100px;
	margin:0 auto;
}
ul#footer-contacts {
	width:833px;
	height:36px;
	background:transparent url(../images/bg-footer-contacts.gif) no-repeat;
	list-style:none;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:16px;
	padding:15px 0 0 85px;
	margin-bottom:20px;
}
ul#footer-contacts a {
	color:#fff;
	text-decoration:none;
}
ul#footer-contacts a:hover {
	color: #fbd33e;
	text-decoration:none;
}
ul#footer-contacts li {
	float:left;
	padding:0 5px;
}
ul#footer-contacts li.name {
	font-size:18px;
}
ul#footer-contacts li span.type {
	color:#fbd33e;
}
.siteby {
	float:left;
	color:#f0942d;
	font-size:11px;
}
.footer-links {
	float:right;
	color:#f0942d;
	font-size:11px;
}
.siteby a, .footer-links a {
	color:#f0942d;
	font-size:11px;
	text-decoration:none;
}
.siteby a:hover, .footer-links a:hover {
	color:#fff;
	text-decoration:none;
}


