.clr {
	clear: both;
}

body {
	background-color: #FFF;
	margin: 0;
	padding: 20px 0 0 0;
	color: #625c50;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

h1 {
	background-image: url(../images/ambient-concept-logo.jpg);
	margin: 0 35px 0 0;
	padding: 0;
	height: 72px;
	width: 320px;
	float: right;
}
h1 span {
	display: none;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #726d62;
}

p {
	color: #726d62;
	font-size: 12px;
}

li {
	color: #726d62;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/0157_arrow.png);
	line-height: 200%;
}
li span {
	color: #695e4a;
}

ul.none {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.none li {
	list-style: none;
	list-style-image: none;
}

a:link, a:visited {
	color: #5a5346;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:hover, a:active {
	color: #625c50;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#container {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

#navigation {
	border-bottom: 1px solid #e1d9cb;
}
#navigation p {
	margin: 0 0 3px 0;
	padding: 0;
}
#navigation p span {	
	color: #e1d9cb;
	font-size: 8px;
}
#navigation a {
	padding: 3px 10px;
}
#navigation a.on {
	background-color: #5a5346;
	color: #FFF;
}
/*
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	padding: 10px;
}
*/

#mainContent {
	padding-top: 35px;
}
#footer {
	margin-top: 35px;
	border-top: 1px solid #e1d9cb;
	padding-top: 20px;
}

#copyright {
	margin-top: 12px;
	border-top: 1px solid #e1d9cb;
	padding-top: 5px;
}

#copyright p, #copyright a {
	color: #ada9a3;
	font-size: 10px;
	margin-top: 2px;
}

/* Tables */

#brandTable, #contactTable {
	width: 860px;
	margin: 0 auto;
}
#brandTable td {
	width: 210px;
}
#brandTable td.brand {
	height: 194px;
	text-align: center;
	vertical-align: middle;
}
#brandTable td.brandFull {
	height: 388px;
	text-align: center;
	vertical-align: top;
}
#brandTable td.brandFull img.full {
	margin-top: 11px;
	margin-bottom: 8px;
}
#brandTable td.text, #contactTable td.text  {
	width: 180px;
	padding: 0 10px;
}
#brandTable td.text img, #brandTable td.text h2 {
	margin-top: 8px;
}
#brandTable td.text p, #brandTable td.text h2 {
	text-align: left;
}

/* Contact form */
#contactForm {
	border: 1px solid #e1d9cb;
	width: 380px;
	margin: 25px;
}
#contactForm .row {
	clear: both;
	margin: 15px;
}
#contactForm label {
	width: 150px;
	float: left;
}
#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #726d62;
	padding: 3px;
	width: 150px;
}
#contactForm #submit {
	background-color: #5a5346;
	color: #FFF;
	margin-left: 150px;
	font-size: 12px;
	width: 125px;
}
#contactForm p {
	margin: 10px;
}
span.reqd {
	font-weight: bold;
	color: #ada9a3;
}
p.reqd {
	color: #ada9a3;
}
p.error {
	color: #FF3333;
}
