

.clr {
	clear: both;		
}

body {
	background-color: #669966;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0;
	margin: 0;
	background-color: #ECECEC;
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat;
	line-height: 150%;
}

h1.title {
	height: 136px;
	width: 950px;
	background-color: #DDD;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}
h1.title span {
	display: none;
}

h1 {
	font-size: 15px;
	color: #222;
	margin-top: 25px;
	margin-bottom: 25px;
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	border-bottom: 1px solid #CCC;
}
h2.bold {
	color: #b91d2b;
	font-size: 16px;
	border-bottom: none;
}
p, li {
	line-height: 150%;	
}
ul li {
	list-style: url(../images/arrow.png);	
}
ol li {
	margin-bottom: 15px;	
}

a:link, a:visited {
	color: #c71f30;	
	font-weight: bold;
}
a:hover, a:active {
	color: #910f17;
}

table {
	margin: 5px auto;	
}

#container {
	width: 950px;
	margin: 20px auto;
	background-color: #FFF;
	padding: 0 0 5px 0;
	border: 25px solid #ececec;
}

#navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #b91d2b;
	width: 950px;
	height: 50px;
	background-image: url(../images/link-bgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#navigation li {
	float: left;
	list-style: none;
}
#navigation li a {
	padding: 15px 20px;
	display: block;
	border-right: 1px solid #6a0c12;
	color: #FAFAFA;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFF;
	background-image: url(../images/link-bgr-on.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#mainContent {
	padding: 5px 20px 5px 20px;	
}

#colA {
	width: 580px;	
	float: left;
	padding-right: 20px;
}
#colB {
	width: 290px;	
	float: left;	
	padding: 10px;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid #ECECEC;
	color: #AAA;
	font-size: 12px;
}
#footer a{
	color: #AAA;	
}

/* Specific */
table.gallery img {
	background-color: #ececec;
	padding: 5px;
	border: 1px solid #DDD;
}

table.prices tr {
	margin-bottom: 20px;	
}

table.prices h2 {
	margin-bottom: 2px;	
}
table.prices p {
	margin-top: 2px;	
}

table.prices tr.spacer td {
	height: 20px;	
}

/* Form */
#contactForm {
	padding-top: 30px;
}
.reqd {
	color: #999;	
}
.row {
	padding-bottom: 5px;
	clear: both;
	text-align: left;
}
.row label {
	padding-right: 10px;
	float: left;
	width: 100px;
}
.error {
	color: #FF3333;	
}
.row input {
	width: 200px;
}	
.row textarea {
	width: 300px;
}	
.row textarea {
	height: 200px;	
}
