/*
		CSS - TOTAL BROW
*/

/*--------- LaYoUT STYLeS ---------*/
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	background-color: #603910;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container_home {
	padding: 0;
	width: 880px;
	margin: 0 auto;
	background: #603910 url(../images/core/bg.gif) top center no-repeat;
}

#container {
	padding: 0;
	width: 880px;
	margin: 0 auto;
	background: #603910 url(../images/core/inner-bg.gif) top center no-repeat;
}

#content-container {
	width: 646px;
	margin: 0 auto;
	text-align: left;
}

.column-left {
	width: 209px;
	margin-left: 2px;
}

.column-right-home, .column-right {
	width: 437px;
	margin-right: -2px;
}

#left_curl {
	float: left;
	width: 1px;
	height: 325px;
}

#left_curl_image {
	float: left;
	clear: left;
	width: 29px;
}

#text {
	width: 365px;
	height: 720px;
	margin: 17px 0 0 13px;
}


/*#text_bottom {
	width: 437px;
	height: 55px;
	background: url(../images/core/text_bottom_bg.gif) bottom right no-repeat;
}*/



/*--------- CoMMoN STYLeS ---------*/
.clear {
    clear: both; 
    display: block; 
}

.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}

.left {	
	float: left;
}

.right {
	float: right;
}

h1 {
	font-size: 18px;
	color: #834914;
	font-weight: normal;
	margin: 0 0 23px 5px;
}

p {
	margin: 10px 0 23px 5px;
}

h2 {
	margin: 0;
	line-height: 13px;
	font-size: 11px;
}

span.small { font-size: 9px; font-weight: normal; margin-left: 10px; color: #fff; }

img {
	border: none;
}

ul {
	margin-left: 35px;
	margin-bottom: 20px;
}

strong {
	color: #834914;
}

small {
	color: #834914;
	line-height: 13px;
}

table {
	width: 350px;
	margin-left: 14px;
	background-color: #ebdbca;
	margin-bottom: 5px;
}

a#link {
	background-color: #B69C84;
	width: 340px;
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #000;
	margin: 0 0 5px 14px;
}

a#link:hover {
	background-color: #df8d1c;
	text-decoration: none;
}

th, td {
	padding: 2px 5px;
}

#mudmap {
	width: 130px;
	text-align:center;
	float: right;
	margin-top: -40px;
}

#address {
}



/*--------- HeADeR STYLeS ---------*/
#header {
	position: relative;
	width: 880px;
	height: 279px;
	text-align: left;
}

#header #logo {
	position: absolute;
	top: 4px;
	left: 752px;
}

#header #logo_home {
	position: absolute;
	top: 134px;
	left: 332px;
}

#header #cta {
	position: absolute;
	top: 152px;
	left: 188px;
}

/* edited by oscar*/
#header .images {
	position: absolute;
	z-index: 10;
	top: 113px;
	left: 167px;
	display: block;
	width: 450px;
	height: 140px;
	display: block;
}
#header .images img { float: left; display: block; }
#header .images img.first { margin-right: 15px;}
#header .mask {
	position: absolute;
	z-index: 20;
	top: 113px;
	left: 167px;
	width: 210px;
	height: 140px;
	background: url(../images/core/header-mask.png) no-repeat 0 0;
}
/* end new*/

/*--------- NaVIGaTION STYLeS ---------*/
#nav {
	position: absolute;
	top: 72px;
	left: 325px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	display: block;
	height: 23px;
}

#nav ul li a:hover {
	background-position: 0 -23px!important;
}

#nav ul li#home a {
	background: url(../images/nav/home.gif);
	width: 69px;
}

#nav ul li#services a {
	background: url(../images/nav/services.gif);
	width: 101px;
}

#nav ul li#contact_us a {
	background: url(../images/nav/contact.gif);
	width: 92px;
}

body.home #nav ul li#home a, body.services #nav ul li#services a, body.contact_us #nav ul li#contact_us a {	background-position: 0 -23px!important; }



/*--------- FooTeR STYLeS ---------*/
#footer {
	width: 880px;
	margin: 70px auto 0 auto;
	color: #FFFFFF;
	text-align: right;
}

#footer-inner { margin: 150px 25px 0 0; width: 180px; color: #fff; }
#footer-inner p { text-align: right; margin: 15px 0; }
#footer-inner h1 { font-size: 18px; color: #f3bc28; margin: 15px 0; text-align: right; }

#footer p {
	margin: 10px 0;
}

#footer a, #footer-inner a {
	color: #B79D85;
}

#footer a:hover, #footer-inner a:hover {
	text-decoration: none;
}

#footer #copyright, #footer-inner #copyright {
	color: #1F0803;
	font-size: 10px;
}

#footer .phone, #footer-inner .phone {
	color: #B69C84;
}

#footer #webfirm-logo {
	margin: 55px 0 0 145px;
}