/* --------------------------------------------------	
GLOBAL
-------------------------------------------------- */
* {
	outline: none;
	margin: 0;
	padding: 0;
	}
body {
	background: #fff url(/ui/images/public/layout/body-bg.gif) repeat-x 0 0;
	}
p {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	}
a img {
	border: none;
	}

/* --------------------------------------------------	
GENERAL
-------------------------------------------------- */
.clear {
	clear: both;
	}
.fleft {
	float:left;
	}
.fright {
	float: right;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}

a.link-right {
	background: url(../../images/public/layout/content-arrow-right.jpg) no-repeat 100% 50%;
	padding: 0 15px 0 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #275b81;
	text-decoration: none;
	}
	a:hover.link-right {
		text-decoration: underline;
		}
/* --------------------------------------------------	
HEADER
-------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto; 
	}
	h1#logo {
		position: absolute;
		top: 18px;
		left: 342px;
		background: url(/ui/images/public/layout/logo-evans-furniture-galleries.gif) no-repeat 0 0;
		width: 277px;
		height: 77px;
		}
		h1#logo a {
			display: block;
			line-height: 77px;
			overflow: hidden;
			text-indent: -999px;
			}
			
/* --------------------------------------------------	
MAIN NAVIGATION
-------------------------------------------------- */
ul#nav {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	list-style: none;
	}
	ul#nav li {
		float: left;
		}
		ul#nav li a {
			float: left;
			display: block;
			background: url(/ui/images/public/layout/nav-divider.gif) no-repeat 100% 0;
			font: bold 12px/35px Arial, Helvetica, sans-serif;
			color: #fff;
			height: 35px;
			text-decoration: none;
			padding: 0 12px 0 10px;
			}
			ul#nav li a:hover, ul#nav li a.active {
				background-color: #15415f;
				}

/* --------------------------------------------------	
FLASH
-------------------------------------------------- */
#headerFlash {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	}

/* --------------------------------------------------	
HOME
-------------------------------------------------- */
#home {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
	/* --------------------------------------------------	
	TESTIMONIALS
	-------------------------------------------------- */
	#testimonials {
		padding: 15px 0 15px 0;
		}
		#testimonials h1 {
			font-size: 14px !important;
			line-height: 18px !important;
			padding: 0 0 5px 0 !important;
			}
		#testimonials ul {
			width: 730px;
			list-style: none;
			overflow: auto;
			}
			#testimonials ul li {
				position: relative;
				float: left;
				width: 345px;
				padding: 10px 
				}
				#testimonials ul li p {
					float: left;
					width: 210px;
					font: normal 11px/13px Arial, Helvetica, sans-serif;
					color: #275b81;
					margin: 0 0 10px 10px;
					}
					#testimonials ul li p span.topQuote {
						display: block;
						background: url(/ui/images/public/layout/testimonials-top-quote.gif) no-repeat 0 0;
						}
					#testimonials ul li p span.bottomQuote {
						display: block;
						background: url(/ui/images/public/layout/testimonials-top-quote.gif) no-repeat 100% 100%;
						padding: 10px 10px 5px 10px;
						}
				#testimonials ul li strong {
					font-weight: normal;
					}
				#testimonials ul li a.more {
					position: absolute;
					right: 10px;
					bottom: 10px;
					background: url(/ui/images/public/layout/testimonials-arrow-right.gif) no-repeat 0 9px;
					padding: 0 0 0 10px;
					font: bold 10px/20px Arial, Helvetica, sans-serif;
					color: #96001a;
					text-decoration: none;
					}
					#testimonials ul li a:hover.more {
						text-decoration: underline;
						}
				#testimonials ul li img {
					float: left;
					width: 119px;
					height: 119px;
					padding: 3px;
					background: #d5d5d5;
					width: 119px;
					height: 119px;
					}
	/* --------------------------------------------------	
	TESTIMONIALS
	-------------------------------------------------- */
	ul#name-brands {
		list-style: none;
		overflow: auto;
		}
		ul#name-brands li {
			float: left;
			}
			ul#name-brands li a {
				float: left;
				padding: 5px 0 5px 0;
				}
				ul#name-brands li a:hover {
					border: solid 1px #fff;
					border-width: 1px 3px 1px 3px;
					}
					ul#name-brands li a:hover img {
						width: 112px;
						height: 38px;
						}
/* --------------------------------------------------	
CONTENT
-------------------------------------------------- */
#content {
	background: #fff url(../../images/public/layout/content-bg.gif) repeat-x 0 0;
	width: 950px;
	margin: 0 auto;
	padding: 10px 5px 0 5px;
	}
	/* --------------------------------------------------	
	LEFT COL
	-------------------------------------------------- */
	#left-col {
		width: 200px;
		float: left;
		}
		#left-col .box {
			background: url(/ui/images/public/layout/left-col-box-bg.gif) repeat-y -200px 0;
			width: 200px;
			margin: 0 0 15px 0;
			}
		#left-col .box-top {
			background: url(/ui/images/public/layout/left-col-box-bg.gif) no-repeat -400px 0;
			}
		#left-col .box-bottom {
			background: url(/ui/images/public/layout/left-col-box-bg.gif) no-repeat 0 100%;
			padding: 5px;
			}
			#left-col .box-bottom h3 {
				background: url(/ui/images/public/layout/left-col-box-heading-bg.gif) no-repeat 0 0;
				width: 170px;
				height: 35px;
				font: bold 14px/35px Arial, Helvetica, sans-serif;
				color: #275b81;
				padding: 0 10px 0 10px;
				}
			#left-col .box-bottom ul {
				list-style: none;
				padding: 10px 0 10px 0;
				}
				#left-col .box-bottom ul li {
					font: normal 12px/18px Arial, Helvetica, sans-serif;
					color: #fff;
					padding: 0 10px 0 10px;
					}
					#left-col .box-bottom ul li span {
						font: normal 10px/14px Arial, Helvetica, sans-serif;
						}
					#left-col .box-bottom ul li a {
						display: block;
						font: normal 12px/18px Arial, Helvetica, sans-serif;
						color: #fff;
						height: 18px;
						text-decoration: none;
						}
						#left-col .box-bottom ul li a:hover {
							color: #ccc;
							}
			#left-col h3 {
				line-height: 14px;
				padding: 0 0 15px 5px;
				}
				#left-col h3 a {
					display: block;
					font: bold 12px/14px Arial, Helvetica, sans-serif;
					color: #000;
					text-decoration: none;
					}
					#left-col h3 a span {
					font: bold 14px/14px Arial, Helvetica, sans-serif;
					color: #bb2025;
					}
			#left-col a.newsletter {
				display: block;
				background: url(/ui/images/public/layout/left-col-pdf-arrow.gif) no-repeat 5px 45%;
				padding: 0 0 0 25px;
				font: bold 12px/14px Arial, Helvetica, sans-serif;
				color: #275b81;
				text-decoration: none;
				margin: 0 0 15px 0;
				height: 28px;
				}
				#left-col a.newsletter span {
					color: #bb2025;
					}
				#left-col a:hover.newsletter {
					font-size: 13px;
					line-height: 13px;
					}
	/* --------------------------------------------------	
	RIGHT COL
	-------------------------------------------------- */
	#right-col {
		width: 715px;
		float: left;
		padding: 10px 0 0 20px;
		}
		/* --------------------------------------------------	
		RIGHT COL - GENERAL
		-------------------------------------------------- */
		#right-col h1,
		#right-col h2,
		#right-col h3,
		#right-col h4,
		#right-col h5 {
			font: italic 24px/24px Arial, Helvetica, sans-serif;
			color: #275b81;
			padding: 0 0 10px 0;
			}
		#right-col h2,
		#right-col h3,
		#right-col h4,
		#right-col h5 {
			font-size: 20px;
			padding: 10px 0 5px 0;
			}
		#right-col p {
			line-height: 18px;
			padding: 10px 0;
			color: #5c5c5c;
			}
		#right-col a {
			color: #275b81;
			text-decoration: underline;
			}
			#right-col a:hover {
				text-decoration: none;
				}
		/* --------------------------------------------------	
		RIGHT COL - HOME
		-------------------------------------------------- */
		#right-col a.welcome-link {
			display: block;
			width: 200px;
			background: url(/ui/images/public/icons/man-talk-bubble.gif) no-repeat 0 45%;
			padding: 5px 0 5px 20px;
			font: bold 12px/16px Arial, Helvetica, sans-serif;
			color: #204a7b;
			text-decoration: none;
			}
			#right-col a:hover.welcome-link {
				text-decoration: underline;
				}

		/* --------------------------------------------------	
		RIGHT COL - BOX STYLE 1
		-------------------------------------------------- */
		#right-col .box-top {
			position: relative;
			width: 730px;
			background: url(/ui/images/public/layout/right-col-box-bg.gif) no-repeat 0 0;
			padding: 10px 0 0 0;
			}
			#right-col .box-bottom {
				width: 730px;
				background: url(/ui/images/public/layout/right-col-box-bg.gif) no-repeat -1460px 100%;
				padding: 0 0 10px 0;
				}
				#right-col .box {
					width: 710px;
					background: url(/ui/images/public/layout/right-col-box-bg.gif) repeat-y -730px 0;
					padding: 0 10px 0 10px;
					}
					#right-col .box .box-heading-left {
						position: absolute;
						top: -20px;
						left: 20px;
						background: url(../../images/public/layout/right-col-box-heading-bg.gif) no-repeat 0 0;
						height: 26px;
						padding: 0 0 0 5px;
						}
						#right-col .box .box-heading-right {
							height: 26px;
							background: url(../../images/public/layout/right-col-box-heading-bg.gif) no-repeat 100% -26px;
							padding: 0 5px 0 0;
							}
							#right-col .box .box-heading {
								background: url(../../images/public/layout/right-col-box-heading-bg.gif) repeat-x 0 -52px;
								}
								#right-col .box .box-heading h1 {
									font: bold 14px/26px Arial, Helvetica, sans-serif;
									padding: 0 30px 0 30px;
									text-align: center;
									}
									
		/* --------------------------------------------------	
		RIGHT COL - BANNER
		-------------------------------------------------- */
		#right-col .header-image {
			background: #d5d5d5;
			width: 709px;
			height: 194px;
			margin: 0 0 10px 0;
			padding: 3px;
			}
			
		/* --------------------------------------------------	
		RIGHT COL - GOOGLE MAP
		-------------------------------------------------- */
		.map {
			background: #aaa;
			padding: 1px;
			float: right;
			margin: 0 0 0 15px;
			border: solid 9px #eee;
			}
			#map {			
				width: 330px;
				height: 190px;
				}
			
		/* --------------------------------------------------	
		RIGHT COL - MANUFACTURERS
		-------------------------------------------------- */
		ul.manufacturers {
			padding: 0 5px;
			}
			ul.manufacturers li {
				list-style: none;
				line-height: 40px;
				padding: 8px 10px 8px 0;
				color: #275b81;
				border-bottom: solid 1px #eee;
				font-family: Arial, Helvetica, sans-serif;
				}
				ul.manufacturers li span {
					float: left;
					width: 118px;
					height: 40px;
					padding: 0 20px 0 0;
					}
				ul.manufacturers li a {
					display: block;
					text-decoration: none !important;
					font-family: Arial, Helvetica, sans-serif;
					line-height: 40px;
					color: #275b81;
					}
					ul.manufacturers li a:hover {
						background: #eee;
						}
		
		/* --------------------------------------------------	
		RIGHT COL - FORM ITEMS
		-------------------------------------------------- */
		.form-status {
			position: relative;
			top: 20px;
			font: bold 12px/30px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			padding: 0 0 0 12%;
			}
			.form-status.fail {
				color: #ff0000;
				}
			.form-status.pass {
				color: #009900;
				}				
		.required {
			color: #ff0000;
			font-weight: bold;
			font-size: 14px;
			}
		.main {
			border: none;
			margin: 20px 0 0 0;
			}
			.main legend {
				font: bold 10px/10px Arial, Helvetica, sans-serif;
				color: #275b81;
				text-transform: uppercase;
				padding: 0 0 0 12%;
				}
			.main div {
				padding: 10px 0 10px 0;
				}
				.main div label {
					float: left;
					width: 12%;
					padding: 0;
					font: italic 14px/16px Arial, Helvetica, sans-serif;
					color: #275b81;
					padding: 2px 0 0 0;
					}
				.main div .input {
					border: solid 1px #bbb;
					font: normal 12px/12px Arial, Helvetica, sans-serif;
					padding: 4px;
					}
				.main div .textarea {
					border: solid 1px #bbb;
					font: normal 12px/12px Arial, Helvetica, sans-serif;
					padding: 4px;
					}
				.main div .button {
					position: relative;
					left: 502px;
					border: solid 1px #bbb;
					padding: 4px 7px 4px 7px;
					}
					
		/* --------------------------------------------------	
		RIGHT COL - TABLES
		-------------------------------------------------- */
		#right-col .delivery-schedule {
			padding: 15px 0 0 0;
			}
			#right-col .delivery-schedule table {
				background: #eee;
				border: solid 1px #aaa;
				border-width: 1px 0 0 1px;
				margin: 0 0 10px 0;
				}
				#right-col .delivery-schedule table.week-days {
					margin-left: 91px;
					}
				#right-col .delivery-schedule table td {
					font: normal 12px/18px Arial, Helvetica, sans-serif;
					border: solid 1px #aaa;
					border-width: 0 1px 1px 0;
					width: 90px;
					}
		#right-col .delivery-rates {
			padding: 15px 0 0 0;
			}
			#right-col .delivery-rates table {
				background: #eee;
				border: solid 1px #aaa;
				border-width: 1px 0 0 1px;
				margin: 0 0 10px 0;
				}
				#right-col .delivery-rates table tr td {
					font: normal 12px/18px Arial, Helvetica, sans-serif;
					border: solid 1px #aaa;
					border-width: 0 1px 1px 0;
					width: 200px;
					}
		/* --------------------------------------------------	
		RIGHT COL - SALES TEAM
		-------------------------------------------------- */
		ul#sales-team {
			background: #eee;
			list-style: none;
			width: 685px;
			padding: 25px 0 0 25px;
			height: 100%;
			overflow: auto;
			}
			ul#sales-team li {
				float: left;
				display: inline-block;
				width: 125px;
				padding: 0 30px 25px 10px;
				}
				ul#sales-team li img {
					width: 125px;
					height: 167px;
					}
				ul#sales-team li span {
					position: relative;
					top: -5px;
					display: block;
					background: #fff;
					text-align: center;
					width: 125px;
					font: normal 13px/16px Arial, Helvetica, sans-serif;
					color: #275b81;
					}
		
		
		
/* --------------------------------------------------	
FOOTER
-------------------------------------------------- */
#footer-wrapper {
	clear: both;
	background: url(/ui/images/public/layout/footer-bg.gif) repeat-x 50% 30px;
	width: 100%;
	height: 320px;
	padding: 20px 0 0 0;
	}
	#footer {
		width: 960px;
		margin: 0 auto;
		padding: 24px 0 0 0;
		}
		#footer .box {
			width: 100%;
			height: 122px;
			padding: 22px 0 0 0;
			border-bottom: solid 1px #18394f;
			color: #95b2c6;
			}
			#footer .box h4 {
				font: bold 16px/16px Arial, Helvetica, sans-serif;
				padding: 0 0 20px 0;
				}
			#footer .box a.footer-box-link {
				position: absolute;
				right: 15px;
				bottom: 0px;
				display: block;
				width: 75px;
				height: 18px;
				float: none !important;
				background: url(/ui/images/public/layout/footer-box-column-a.gif) no-repeat 100% 50%;
				font: normal 12px/16px Arial, Helvetica, sans-serif;
				color: #95b2c6;
				text-decoration: none;
				}
				#footer .box a:hover.footer-box-link {
					text-decoration: underline;
					}
			/* --------------------------------------------------	
			FOOTER - BOX - LEFT COLUMN
			-------------------------------------------------- */
			#footer .box .left-col {
				position: relative;
				float: left;
				width: 289px;
				height: 100px;
				padding: 0 15px 0 15px;
				border-right: solid 1px #18394f;
				}
			/* --------------------------------------------------	
			FOOTER - BOX - MIDDLE COLUMN
			-------------------------------------------------- */
			#footer .box .middle-col {
				position: relative;
				float: left;
				width: 289px;
				height: 100px;
				padding: 0 15px 0 15px;
				border-right: solid 1px #18394f;
				}
			/* --------------------------------------------------	
			FOOTER - BOX - RIGHT COLUMN
			-------------------------------------------------- */
			#footer .box .right-col {
				position: relative;
				float: left;
				width: 290px;
				height: 100px;
				padding: 0 15px 0 15px;
				}
			
			
			
		/* --------------------------------------------------	
		FOOTER NAVIGATION
		-------------------------------------------------- */
		ul#footer-nav {
			clear: both;
			float: left;
			list-style: none;
			height: 40px;
			}
			ul#footer-nav li {
				float: left;
				}
				ul#footer-nav li a {
					float: left;
					display: block;
					background: url(/ui/images/public/layout/footer-nav-bg.gif) no-repeat 100% 15px;
					padding: 0 6px 0 4px;
					font: normal 11px/40px Arial, Helvetica, sans-serif;
					color: #fff;
					text-decoration: none;
					}
					ul#footer-nav li a:hover {
						color: #ccc;
						}
					ul#footer-nav li a.last {
						background: none;
						}
		/* --------------------------------------------------	
		SITE BY
		-------------------------------------------------- */
		#footer h3 {
			float: right;
			font: normal 11px/40px Arial, Helvetica, sans-serif;
			color: #fff;
			}
			#footer h3 a {
				font: normal 11px/40px Arial, Helvetica, sans-serif;
				color: #fff;
				text-decoration: none;
				}
				#footer h3 a:hover {
					color: #ccc;
					}
		#footer h2 {
			clear: both;
			width: 500px;
			margin: 0 auto;
			padding: 15px 0 0 0;
			font: normal 10px/12px Arial, Helvetica, sans-serif;
			color: #aaa;
			text-align: center;
			text-transform: uppercase;
			}
			
			
/* --------------------------------------------------	
PHOTO GALLERY
-------------------------------------------------- */

#gallery-box {
	font: 12px Arial, Helvetica, sans-serif;
	}
ul.gallery {
	margin: 0;
	padding: 20px 0 0 55px;
	}
	ul.gallery li {
		margin: 5px;
		padding: 0;
		list-style: none;
		width: 190px;
		height: 140px;
		float: left;
		text-align: center;
		}
		ul.gallery li.break {
			clear: both;
			}
		ul.gallery li a img {
			border: 4px solid #eee;
			padding: 1px;
			margin: 0 auto;
			background: #999;
			}
			ul.gallery li a:hover img {
				border: 4px solid #aaa;
				}
.gal-prev {
	float: left;
	margin: 15px;
	}
.gal-next {
	float: right;
	margin: 15px;
	}
.gal-viewing {
	text-align: center;
	}
				