/*....................................................
	site: 			Intown Design, Inc.
	developed by: 	Atomic Fusion (ml)
	updated:		July 2007
	....................................................*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #f3f3f3;
	font: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background: #27343C url(../img/bg.jpg) repeat-x 0 0px;
}

img {
	border-width: 0;
}

a {
	color: #f3f3f3;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

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

#header {
	padding-top:145px;
	background:url(../img/header.jpg) top left no-repeat;
	position: relative;
}

#header h1 a {
	display: block;
	width: 277px;
	/*background: url(../img/intown-logo.gif) no-repeat;*/
	text-indent: -9999px;
}

#header h2 {
	width: 378px;
	height: 20px;
	//background: url(../img/tags.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 0;
}

ul.sinks li span.view a {
	color: #777;
	display: block;
	background: url(../img/sink-view.gif) no-repeat;
	padding-left: 25px;
}

#header a#h-granite {
	position: absolute;
	top: 0;
	right: 306px;
	display: block;
	width: 68px;
	height: 20px;
}
#header a#h-marble {
	position: absolute;
	top: -1px;
	right: 231px;
	display: block;
	width: 60px;
	height: 20px;
}

#header a#h-corian {
	position: absolute;
	top: 0;
	right: 161px;
	display: block;
	width: 50px;
	height: 20px;
}

#header a#h-staron {
	position: absolute;
	top: 0;
	right: 83px;
	display: block;
	width: 61px;
	height: 20px;
}

#header a#h-quartz {
	position: absolute;
	top: 0;
	right: 5px;
	display: block;
	width: 58px;
	height: 20px;
}

#header a span {
	display: none;
}

#splash {
	margin-top: 18px;
	_margin-top: 0;
}

/* @group nav */

#nav {
	height: 36px;
	background: url(../img/nav-bg.jpg) repeat-x;
}

#nav li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	text-align: center;
	background: url(../img/nav-line.jpg) no-repeat right;
}

#nav li a {
	color: #ccc;
	font: .8em/3em Arial, Helvetica, Geneva, sans-serif;
	display: block;
	/* width: 100px; */
	/*padding-right: 22px;
	padding-left: 22px;*/
	text-decoration: none;
}

#nav li a:hover, #nav li.last a:hover, #nav li.on a {
	color: #fff;
	background: url(../img/nav-on-bg.jpg) repeat-x;
}

#nav li.last {
	background: none;
}

#nav li.last a {
	padding-right: 14px;
	padding-left: 14px;
}

#nav li#home {
	width: 60px;
}

#nav li#about {
	width: 100px;
}

#nav li#stone {
	width: 80px;
}

#nav li#solid {
	width: 110px;
}

#nav li#sinks {
	width: 60px;
}

#nav li#cabinets {
	width: 100px;
}

#nav li#affiliates {
	width: 70px;
}

#nav li#contact {
	width: 110px;
}

/* @end */

/* @group dropmenu */

.dropmenudiv {
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	width: 205px;
	background: url(../img/menu-bg.png) repeat;
	padding-top: 10px;
	text-transform: uppercase;
	top: 2px;
	font: normal .7em/1.4em Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	margin-top: -1px;
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 5px 0;
	text-decoration: none;
	color: #f3f3f3;
}

* html .dropmenudiv a {
	

/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	

/*THEME CHANGE HERE*/
	color: #fff;
	background-color: #27343c;
}

/* @end */

#content {
	background: url(../img/content-top.gif) no-repeat 0 top;
	color: #ddd;
	line-height: 1.4em;
	font-size: .8em;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.content-bottom {
	background: url(../img/content-bottom.gif) no-repeat 0 top;
	height: 19px;
	width: 701px;
}

.content-lower {
	width: 485px;
	float: right;
	margin-top: 10px;
	display: block;
	margin-bottom: 15px;
}

em {
	color: #ccc;
	font-weight: bold;
	font-style: normal;
}

.content-lower li {
	list-style-type: square;
	color: #bbb;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: .8em;
	line-height: 1.4em;
	padding-right: 10px;
}

.content-lower h6 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	margin-bottom: 5px;
}

.content-lower h6 span {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: .8em;
	display: block;
	line-height: 1.4em;
}

.now {
	color: #FF0000;
	font-weight: bold;
}

strike {
	color: #ffffff;
	font-weight: bold;
}

.makeScroll {
	height: 420px;
	overflow: hidden;
	display: block;
}

#content p {
	line-height: 1.6em;
	padding-bottom: 10px;
}

#content p a, .column-wide p a {
	color: #7ACA01;
	text-decoration: underline;
}

#content p a:hover, .column-wide p a:hover {
	color: #fff;
}

.column, .column-narrow {
	width: 215px;
	float: left;
	margin-top: 30px;
	display: block;
	margin-right: 20px;
}

.column-narrow {
	width: 190px;
	margin-right: 0;
}

.column-narrow p {
	text-align: left;
}

p.care {
	text-align: left;
	color: #C2C4C5;
}

.column-narrow ul {
	margin-bottom: 25px;
}

.column-narrow li {
	list-style-type: none;
	margin-bottom: 4px;
}

.column-narrow li a {
	color: #7ACA01;
	text-decoration: underline;
}

.column-narrow li.on a {
	color: #7ACA01;
	font-weight: bold;
	text-decoration: none;
}

.column-narrow li a:hover {
	color: #f3f3f3;
	border-bottom: 0;
}

.column strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
	font: normal normal 1.4em Arial, Helvetica, Geneva, sans-serif;
}

.column strong.top {
	margin-top: 0px;
}

.column strong.side {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

.column-right {
	width: 230px;
	float: right;
	margin-top: 30px;
	display: block;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font: normal normal 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #7ACA01;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h5#update {
	padding-left: 25px;
	background: url(../img/icn-cal.gif) no-repeat 0 50%;
}

h5#edges {
	padding-left: 25px;
	background: url(../img/icn-edges.gif) no-repeat 0 50%;
}

h5#tips {
	padding-left: 25px;
	background: url(../img/icn-tip.gif) no-repeat 0 50%;
}

h5#guide {
	padding-left: 25px;
	background: url(../img/icn-measure.gif) no-repeat 0 50%;
}

.column h6 a, .column-right h6 a {
	color: #fff;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 1.6em;
	display: block;
	text-decoration: none;
	font-size: 11px;
}

.column-right h6.special a {
	background: url(../img/sale-thumb.gif) no-repeat;
	padding-left: 45px;
	height: 20px;
	vertical-align: bottom;
	padding-top: 23px;
	margin-top: 0;
}

.column h6 a:hover, .column-right h6 a:hover {
	color: #ccc;
}

.column h3, .column-narrow h3 {
	height: 15px;
	/*text-indent: -9999px;*/
	margin-bottom: 10px;
	color: #7ACA01;
	font: normal normal 1.5em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	width: 190px;
	letter-spacing: -1px;
}

.column-wide, .column-wides {
	width: 485px;
	float: right;
	margin-top: 30px;
	display: block;
}

.column-wides ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.sinks li {
	list-style-type: none;
	float: left;
	padding-bottom: 20px;
	height: 180px;
}

ul.sinks li span {
	color: #777;
	line-height: 1.1em;
	text-align: left;
	display: block;
}

ul.edges li {
	list-style-type: none;
	float: left;
	padding-bottom: 25px;
}

ul.edges li.pad {
	padding-right: 75px;
}

ul.edges li img {
}

ul.solid li img {
	margin-right: 20px;
}

ul.edges li span {
	color: #777;
	text-align: left;
	display: block;
	padding-left: 5px;
}

.column-wides li {
	padding-left: 5px;
	list-style-type: square;
}

.bottom {
	float: right;
	display: block;
	margin-bottom: 20px;
}

.column-wide h3, .column-wides h3 {
	position: relative;
	height: 15px;
	/*text-indent: -9999px;*/
	margin-bottom: 10px;
	color: #ccc;
	font: normal 1.4em Arial, Helvetica, Geneva, sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: .1em;
	border-bottom: 1px solid #535e64;
	padding-bottom: 10px;
}

.column-wide h3 span, .column-wides h3 span {
	color: #999;
	font-size: .7em;
	letter-spacing: .1em;
	text-align: right;
	text-indent: 100px;
	position: absolute;
	right: 0;
	top: 5px;
}

.column-wide h3 span.down, .column-wides h3 span.down {
	background: url(../img/arrow-dn.gif) no-repeat right;
	padding-right: 20px;
}

.column-wide h5,.column-wides h5 {
	color: #f3f3f3;
	font: normal normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.sink {
	display: block;
	height: 30px;
}

.scroll-track {
	height: 10px;
	width: 16px;
	background-image: url('../img/scroll-bg.jpg');
}

.scroll-handle {
	height: 113px;
	width: 16px;
	background-image: url('../img/scroller.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

.fragment {
	display: none;
}

p.subtle {
	color: #ccc;
	font-size: .8em;
}

/* @group thumbs */

.thumbs {
	display: block;
}

.thumbs li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
	font-size: .9em;
	padding-bottom: 35px;
	line-height: 1.2em;
}

li.group {
	color: #27343c;
	width: 96%;
	padding-bottom: 5px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0;
}

/* @end */

/* @group footer */


#footer {
	background-color: #3b3b3b;
	color: #aaa;
	text-transform: uppercase;
	font: .6em Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	height: 130px;
	padding-top: 15px;
	margin-top:40px;
}

#footer img {
	padding-right: 16px;
	padding-left: 16px;
}

#footerin {
	width: 701px;
	margin: 0 auto;
}

#footer .copyright {
	float: left;
	width: 300px;
	margin-top: 30px;
}

#footer .contact {
	float: right;
	width: 365px;
	margin-top: 30px;
}

/* @end */

/*  9-23-2008 SITE EDITS, AUTHOR: JAMES CHILDERS  */

#header #featuring{color:#999; text-transform:uppercase; font-size:11px; text-align:center; position:absolute; width:701px; top:124px; font-weight:bold;}
#header #featuring a{color:#5a6c00; text-decoration:underline; padding:0 20px;}
#header #featuring span{display:inline;}

.ig_tbl_line span,.ig_tbl_line a{color:#7ACA01 !important;}
#specials img{z-index:599 !important;}
#specials a{z-index:999 !important;}

#addresses{font-size:10px;}
#addresses strong{font-size:11px; }
#addresses a{color:#63889F !important;}

#logo{position:absolute; width:700px !important; height:100px !important; top:0px  !important; background:url(../img/x.gif);}

.sidethumbs li{margin:0 0 10px 0;}