/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #245033;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #636130;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 405px;
}

h1
{
	padding-top: 30px;
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
	padding-bottom: 4px;
}

h6
{
	font-size: 12px;
	padding-bottom: 4px;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 12px;
	line-height: 1.3;
	width: 405px;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 717px;
	margin: 0 auto;
}

#main-logo
{
	width: 717px;
	height: 108px;
}
#main-logo img {
float:left;
}

#main-logo span {
float:inherit ;
font-size:25px;
font-family:Comic Sans MS;
color:#ffd700;
padding:50px 0 0 15px;
}

#banner
{
	width: 717px;
	height: 171px;
	margin: 0;
}

#navigation
{
	width: 717px;
	height: 28px;
	border-bottom: 3px solid #fff;
	background: #871313;
}

#main-content
{
	width: 689px;
	padding-left: 28px;
	padding-bottom: 0px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-content-bot
{
	width: 717px;
	height: 13px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	padding: 0px;
	margin-bottom: 0px;
}
#main-content2
{
	/*width: 689px;*/
	/*width: 500ps;*/
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-content2-bot
{
	/*width: 717px;*/
	width: 500px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	margin-bottom: 0px;
}

#footer
{
	width: 715px;
	margin: 0 auto;
	text-align:right;
}

#content-xtra-bg
{
	background: url(../images/content-bg-company.jpg) top right no-repeat;
}
#content-xbg-carpet
{
	background: url(../images/content-bg-carpet.jpg) top right no-repeat;
}
#content-xbg-store
{
	background: url(../images/storefronttall.jpg) top right no-repeat;
}
#content-xbg-tile
{
	background: url(../images/content-bg-tile.jpg) top right no-repeat;
}
#content-xbg-laminate
{
	background: url(../images/content-bg-laminate.jpg) top right no-repeat;
}
#content-xbg-vinyl
{
	background: url(../images/content-bg-vinyl.jpg) top right no-repeat;
}
#content-xtra-bg2
{
	background: url(../images/storefronttall.jpg) top right no-repeat;
	
}
#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	margin-bottom: 20px;
}

#main-xtra-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bot-company.jpg) no-repeat;
	margin-bottom: 5px;
}
#main-xtra-bot2
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/storefrontwide.jpg) no-repeat;
	margin-bottom: 5px;
}
#latest-news
{
	float: right;
	width: 189px;
	padding-right: 30px;
	border-left: 2px solid #fff;
	margin-top: 16px;
	padding-left: 26px;
}

/*************************************************** Latest News Styles ***************************************************/

#latest-news h3
{
	padding: 0 0 24px 0;
	width: 165px;
}

#latest-news h6
{
	font-weight: bold;
	color: #7f7c43;
	padding-bottom: 0;
}

#latest-news p
{
	font-size: 12px;
	width: 165px;
	padding-bottom: 8px;
}

#latest-news a
{
	font-size: 11px;
	font-weight: bold;
	background: url(../images/latest-news-arrow.gif) left no-repeat;
	padding-left: 14px;
	padding-right: 4px;
	float: right;
}

#latest-news .news-item
{
	border-bottom: 1px solid #c8c58d;
	width: 184px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}

#latest-news .news-item-last
{
	width: 184px;
	padding-bottom: 16px;
}

/*************************************************** Main Content Styles ***************************************************/

#main-content img.white-border
{
	border: 2px solid #fff;
	margin-right: 18px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content ul li
{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin-left: 20px;
	margin-top: 1px;
	display: inline;
}

#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

#navigation ul li.last-item, #navigation ul li.last-item a
{
	background: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #d0cfac;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{	
	color: #d0cfac;
}
