@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/layout/bkgd.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.block-bkgd {
	background-image: url(../images/layout/blocks.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 55px;
	height: 29px;
}

.fleurs {
	background-image:url(../images/layout/middle-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 253px;
	position:absolute;
	top: 139px;
	width: 100%;
}

h1 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 35px;
}

h2 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
}

h3, legend {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

h3.request-quote {
	color: #0053A3;
}

h3.upload-files {
	color: #649237;
}


/*** CONTENT ***/

.content-bkgd {
	background-image: url(../images/layout/content-bkgd.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -200px;
	padding-bottom: 20px;
	width: 886px;
}

.header {
	padding-left: 5px;
	padding-top: 20px;
}

.content {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0px;
	width: 826px;
}

.content-bottom {
	background-image: url(../images/layout/content-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 886px;
}

.tophalf {
	background-color: #394456;
	border-bottom: 3px solid #2B333E;
	border-top: 3px solid #2B333E;
	color: #FFF;
	margin-left: -20px;
	margin-right: -30px;
	padding: 10px 25px 12px 25px;
	line-height: 20px;
}

.home {
	background-image: url(../images/home/home-img.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 460px;
}

.about {
	background-image:url(../images/cathedral.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 260px;
}

.services {
	background-image:url(../images/colors.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 250px;
}

.portfolio {
	background-image: url(../images/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 280px;
}

/*** NAVIGATION ***/

.nav {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 41px;
	margin-right: 0px;
	padding-left: 0px;
}

.nav li {
	color: #333;
	float: left;
	list-style: none;
	margin: 0px 1px;
	text-transform:uppercase;
	text-decoration: none;
}

.nav li.first {
	margin-left: 0px;
}

.nav li.current_link a {
	color: #FFF;
}

.nav a:link,
.nav a:visited,
.nav a:active {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 7px 15px 6px 15px;
}

.extend {
	padding: 7px 15px 6px 15px;
	display: block;
}

.current_link#tangerine a,
#tangerine a:hover,
p#tangerine {
	color: #FFF;
	background-image: url(../images/layout/tangerine-hover.jpg);
	background-repeat: repeat-x;
}

#tangerine {
	background-image: url(../images/layout/tangerine.jpg);
	background-repeat: repeat-x;
}

.current_link#sky a,
#sky a:hover,
p#sky {
	color: #FFF;
	background-image: url(../images/layout/sky-hover.jpg);
	background-repeat: repeat-x;
}

#sky {
	background-image: url(../images/layout/sky.jpg);
	background-repeat: repeat-x;
}

.current_link#crimson a,
#crimson a:hover,
p#crimson {
	color: #FFF;
	background-image: url(../images/layout/crimson-hover.jpg);
	background-repeat: repeat-x;
}

#crimson {
	background-image: url(../images/layout/crimson.jpg);
	background-repeat: repeat-x;
}

.current_link#grass a,
#grass a:hover,
p#grass {
	color: #FFF;
	background-image: url(../images/layout/grass-hover.jpg);
	background-repeat: repeat-x;
}

#grass {
	background-image: url(../images/layout/grass.jpg);
	background-repeat: repeat-x;
}

.current_link#sunshine a,
#sunshine a:hover,
p#sunshine {
	color: #FFF;
	background-image: url(../images/layout/sunshine-hover.jpg);
	background-repeat: repeat-x;
}

#sunshine {
	background-image: url(../images/layout/sunshine.jpg);
	background-repeat: repeat-x;
}

#avacado {
	background-image: url(../images/layout/avacado.jpg);
	background-repeat: repeat-x;
}


/*** BLOCKS ***/

.block {
	height: 29px;
	width: 29px;
	margin: 41px 2px 0px 2px;
}


/*** LINKS ***/

a:link,
a:active,
a:current {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	border: none;
}

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

.tophalf a:hover {
	text-decoration: underline;
}

.request-quote button {
	background-color: #005CA3;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.upload-files button {
	background-color: #649237;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/*** BUTTONS ***/

.buttons {
	margin-left: 435px;
	margin-bottom: -9px;
}

button {
	border: 0;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 5px 15px 5px 0px;
	text-align: center;
}

button.current_link span {
	color: #FFF;
}

button span {
	color: #E7E3D7;
	display: block;
	padding: 5px 0px 5px 20px;
	position: relative;
	white-space: nowrap;
}

button span img {
	vertical-align: text-top;
}

button.a {
	background: url(../images/buttons/btn-a-right.png) right no-repeat;
}

button.a span {
	background: url(../images/buttons/btn-a-left.png) left no-repeat;
}

button.a:hover {
	color: #FFF;
}

button.a:hover span {
	color: #FFF;
}

button:hover a {
	color: #FFF;
}

button.b {
	background: url(../images/buttons/btn-b-right.png) right no-repeat;
}

button.b span {
	background: url(../images/buttons/btn-b-left.png) left no-repeat;
}

button.b:hover {
	color: #FFF;
}

button.b:hover span {
	color: #FFF;
}

/*** LISTS ***/

ul {
	padding-left: 15px;
	margin-top: 10px;
}

li {
	padding-bottom: 5px;
}

ul.products {
	margin-right: 65px;
}

/*** IMAGES ***/

.imagespacelt {
	float: left;
}

.imagespacert {
	float: right;
}

.photo {
	background-color: #FFF;
	border: 1px solid #918B7D;
	padding: 5px;
	margin-left: 15px;
}

.clear {
	clear: both;
}

sup {
	line-height: 8px;
}

img.add-remove {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	cursor: pointer;
	margin-bottom: -5px;
}

img.add-remove:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	cursor: pointer;
}

/*** PORTFOLIO ***/

.portfolio-gallery td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio-gallery td p {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	margin-top: -4px;
	padding-top: 4px;
	text-decoration: none;
}

.portfolio-gallery td a:link,
.portfolio-gallery td a:active,
.portfolio-gallery td a:visited,
.portfolio-gallery td a:hover {
		text-decoration: none;
}

/*** THANK YOU ***/

.thankyou {
	min-height: 300px;
}



/*** REQUEST QUOTE ***/

table.forms {
	margin-bottom: 25px;
	margin-left: 2px;
	padding: 10px;
	width: 100%;
}

table.forms td {
	font-weight: normal;
	padding: 5px 0px;
	text-align: left;
}

table.forms th {
	font-weight: bold;
	text-align: left;
}

table.upload {
	border: 1px solid #649237;
}

table.request {
	border: 1px solid #005CA3;
}



/*** FOOTER ***/

.footer {
	background-image: url(../images/layout/fork-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 41px;
	margin: 25px auto;
	width: 434px;
}

address {
	background-image: url(../images/layout/fork-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 41px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	width: 360px;
	margin: 0px 0px;
}

address .fax {
	color: #005CA3;
	font-weight: bold;
}

address .phone {
	color: #751D1C;
	font-weight: bold;
}

address a:link,
address a:active,
address a:visited,
address a:hover {
	color: #57762A;
	text-decoration: underline;
	font-weight: bold;
}

/*** Wait Message ***/
#message-box {
	z-index: 100001;
	position: fixed;
	top: 40%;
	left: 40%;
	background-color: #FFFFFF;
	height: 70px;
	width: 250px;
	text-align: center;
	padding: 20px 15px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#non-lightbox-overlay {
	z-index: 100000;
	position: fixed;
	top: 0pt;
	left: 0pt;
	background-color: #000000;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	height: 100%;
	width: 100%;
}
