/* Module or special stylesheets are called in below... */
@import url("news.css");
@import url("contact.css");
@import url("directions.css");
@import url("offline.css");


html {
	height: 97%;
}


body {
	height: 97%;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-color: #EBEBEB;
	/*background-image: url('../../images/pageBg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;*/
	background-image: url('../../images/testBg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


table {
	border-spacing: 0px;
	_border-collapse: collapse;
	border-width: 0px;
}


input, textarea, select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 3px;
	vertical-align: middle;
}


a, a:link, a:active, a:visited {
	color: #C00;
	text-decoration: underline;
}


a:hover {
	color: #600;
	text-decoration: underline;
}

.banner {
	width: 1050px;
	height: 120px;
	background-image: url('../../images/banner.jpg');
	background-position: bottom middle;
	background-repeat: no-repeat;
}

.banner td {
	padding-bottom: 32px;
	vertical-align: bottom;
}

.linksLeft {
	width: 381px;
	text-align: center;
	color: #FFF;
}

.linksRight a, .linksRight a:link, .linksRight a:active, .linksRight a:visited, .linksLeft a, .linksLeft a:link, .linksLeft a:active, .linksLeft a:visited {
	color: #FFF;
	text-decoration: none;
}


.linksRight a:hover, .linksLeft a:hover {
	color: #FFF;
	text-decoration: underline;
}


.linksRight {
	width: 381px;
	text-align: center;
	color: #FFF;
}

.body {
	width: 1050px;
	border-style: solid;
	border-width: 3px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #900;
	background-image: url('../../images/bodyBg.jpg');
	background-position: top middle;
	background-repeat: no-repeat;	
	background-color: #FFF;
}

.bodyCell {
	height: 400px;
	padding: 15px;
	/*background-image: url('../../images/cellBg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;*/
}

.copyright {
	width: 1050px;
	color: #FFF;
	height: 35px;
	background-color: #900;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}


.copyright a, .copyright a:link, .copyright a:active, .copyright a:visited {
	color: #FFF;
	text-decoration: none;
}


.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

.pageTitle {
	font-size: 25px;
	font-weight: bold;
}

.service {
	padding: 5px;
	text-align: center;
	font-size: 20px;
	color: #600;
	vertical-align: middle;
	font-weight: bold;
}

.serviceDesc {
	padding: 5px;
	text-align: justify;
	vertical-align: middle;
	font-size: 15px;
}

.photos td {
	padding: 10px;
}

.quoteWrapper {
	width: 900px;
	background-image: url('../../images/quoteBottom.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.quote {
	background-image: url('../../images/quoteTop.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	padding: 30px;
}

.quoteBy {
	font-weight: bold;
	width: 900px;
	text-align: right;
}

.serviceTable td {
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}

.homePhone {
	border-style: solid;
	border-width: 1px;
	border-color: #9F823E;
	background-color: #D2BB8A;
	font-size: 18px;
	width: 225px;
}

.homePhone td {
	padding: 10px;
	text-align: center;
}

.homePhone a, .homePhone a:link, .homePhone a:active, .homePhone a:visited, .homePhone a:hover {
	text-decoration: none;
	color: #000;
}

.qualitySign {
	border-style: solid;
	border-width: 3px;
	border-color: #C9B074;
	background-color: #900;
	font-size: 22px;
	color: #FFF;
	width: 300px;	
}

.qualitySign td {
	padding: 10px;
	text-align: center;
}

.years {
	font-size: 40px;
	font-weight: bold;
}

.goldTable {
	border-style: solid;
	border-width: 1px;
	border-color: #9F823E;
	background-color: #D2BB8A;
	font-size: 25px;
}

.goldTable td {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}