.clr {
	clear: both;
}

body {
	background-color: #3b4241;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

h1 {
	background-image: url(../images/sovet-italia-logo.jpg);
	margin: 0;
	padding: 0;
	height: 68px;
	width: 200px;
	float: left;
}
h1 span {
	display: none;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	color: #3b4241;
	margin: 25px 0 15px 0;
}
h3 {
	font-size: 12px;
}
p {
	line-height: 150%;
}
p.breadcrumb {
	margin-bottom: 25px;
	font-size: 10px;
}
p.caption {
	font-size: 10px;
	margin: 2px 0;
}
li {
	line-height: 200%;
}
a:link, a:visited {
	color: #2c3131;
	font-weight: bold;
	text-decoration: none;
}
p a:link, p a:visited {
	border-bottom: 1px dotted #c5af99;
}

a:hover, a:active {
	color: #c5af99;
	text-decoration: none;
}
p a:hover, p a:active {
	border-bottom: 1px dotted #2c3131;
}

a.viewMore {
	background-image: url(../images/0157_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-left: 0;
}
a.img {
	border-bottom: none;
	margin: 0;
}
.colA a:link, .colA a:visited, #footer a:link, #footer a:visited {
	color: #FFF;
}

img.border {
	padding: 3px;
	border: 1px solid #f0e9e3;
	background-color: #F3F3F3;
}
img.thumbs {
	margin: 3px 3px 0 0;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#navigation {
	float: left;
	margin: 0 0 0 50px;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 16px 0 0 0;
	padding: 25px 40px 0 10px;
	border-left: 1px solid #666;
	list-style: none;
	height: 27px;
}
#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #c5af99;
}
#navigation a:hover, #navigation a:active {
	border-bottom: 1px dotted #2c3131;
}
#mainContent {
/*	background-color: #fff;*/
}
.colA {
	width: 348px;
	float: left;
	background-color: #2c3131;
}
.colA .content {
	padding: 10px;
}
.colA h2 {
	color: #FFF;
	font-size: 12px;
	margin: 10px 0 5px 0;
}
.colA p {
	color: #CCC;
}
.colA .hr {
	border-bottom: 1px solid #444;
	margin: 0 0 16px 0;
	padding: 0;
	height: 5px;
}

.colB {
	float: left;
	padding: 5px 15px;
	background-color: #FFF;
	width: 570px;
}

#leaders {
	background-image: url(../images/leaders-in-curved-glass-contemporary-furniture.jpg);
	height: 262px;
	width: 348px;
	float: left;
	margin: 0;
	padding: 0;
}
#leaders span {
	display: none;
}

#topBlock {
	background-color: #bcac9f;
}
#topBlock #flashBlock {
	float: left;
	width: 600px;
	height: 262px;
	overflow: hidden;
	background-color: #bcac9f;
}

#footer p {
	color: #c5af99;
	text-align: right;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #c5af99;
}

/* Tables */

#thumbTable {
	width: 570px;
}
#thumbTable td {
	width: 175px;
	padding: 3px;
}
#thumbTable img {
	padding: 3px;
	border: 1px solid #f0e9e3;
	background-color: #F3F3F3;
}
#thumbTable h3 {
	margin: 3px 0 10px 5px;
}
#thumbTable a:link, #thumbTable a:visited {
	font-size: 12px;
	margin: 0;
}

/* Text swaps */
#text-browse {
	background-image: url(../images/text-browse-our-products.jpg);
	height: 26px;
	width: 213px;
	margin: 12px 0 2px 0;
	padding: 0;
}
#text-dealers {
	background-image: url(../images/text-browse-our-dealers2.jpg);
	height: 22px;
	width: 350px;
	margin: 12px 0 7px 0;
	padding: 0;
}
#text-finishes {
	background-image: url(../images/text-product-finishes.jpg);
	height: 22px;
	width: 168px;
	margin: 12px 0 7px 0;
	padding: 0;
}
#text-contact {
	background-image: url(../images/text-contact.jpg);
	height: 26px;
	width: 113px;
	margin: 12px 0 7px 0;
	padding: 0;
}
#text-browse span, #text-dealers span, #text-finishes span, #text-contact span {
	display: none;
}

/* Dealers */
#dealers {
	font-size: 10px;
}
#dealers h3 {
	margin-bottom: 2px;
}
#dealers p {
	margin: 3px 0;
}
#dealers .dealer {
	width: 275px;
	float: left;
	padding: 5px;
}

/* Finishes */
.finishTable {
	margin-bottom: 25px;
}
.finishTable td {
	text-align: center;
}

/* Contact form */
#contactForm {
	width: 380px;
	margin: 25px 0;
	text-align: left;
}
#contactForm .row {
	clear: both;
	margin: 15px;
}
#contactForm label {
	width: 150px;
	float: left;
}
#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #DDD;
	padding: 3px;
	width: 150px;
}
#contactForm #submit {
	background-color: #3b4241;
	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;
}
