/* ------------------------------------------------------------------------
Basic Style Sheet - Dodge Interiors

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =General
-------------------------------------------------------------------------*/

* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
body
	{
	background: #bcb894 url('../images/background.jpg') repeat-x top left; 
	color: #6f6d57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 20px 0;
	}
	
#container
	{ 
	margin: auto; 
	width: 760px;
	}
	
#button img
	{
	border: 0;
	margin-top:	1em;
	}
	
#image-index a img
	{
	border: 0;
	}

.cleared
	{
	clear: both;
	}

.smaller
	{
	font-size: 90%;
	font-style: italic;
	}

		
/* =Links
-------------------------------------------------------------------------*/

a
	{
	outline: none;
	}
	
/* a.external 
	{
	background: url('../images/new_window.gif') no-repeat center right;
	padding-right: 21px;
	} */
	
a.rss 
	{
	background: url('../images/rss_icon.gif') no-repeat center left;
	padding: 2px 0 3px 20px;
	}
	
a.add-address
	{
	background: url('../images/hcard_icon.gif') no-repeat center left;
	padding: 3px 0 5px 34px;
	}
	
	
/* =Header
-------------------------------------------------------------------------*/

#header
	{
	background: url('../images/header_bg.gif') no-repeat top left; 
	height: 105px;
	width: 100%;
	}
	
#header h1
	{
	background: url('../images/logo.gif') no-repeat top left; 
	float: left;
	height: 105px;
	text-indent: -25000px;
	width: 158px;
	}
	
#header a
	{
	display: block;
	height: 100px;
	width: 158px;
	}
	
	
/* =Sub Navigation
-------------------------------------------------------------------------*/

#sub-nav
	{
	float: right;
	}

#sub-nav ul
	{
	height: 50px;
	width: 414px;
	}
	
#sub-nav li
	{
	float: left;
	list-style: none;
	}
	
#sub-nav a
	{
	display: block;
	height: 50px;
	text-indent: -25000px;
	}
	
#sub-nav a:hover, #sub-nav .selected
	{
	background-position: 0 -50px;
	}
			
#sub-nav-home a
	{
	background: url('../images/home_link.gif') no-repeat top left; 
	width: 89px;
	}	
	
#sub-nav-about a
	{
	background: url('../images/about_link.gif') no-repeat top left; 
	width: 113px;
	}	
	
#sub-nav-gallery a
	{
	background: url('../images/gallery_link.gif') no-repeat top left; 
	width: 128px;
	}
	
#sub-nav-contact a
	{
	background: url('../images/contact_link.gif') no-repeat top left; 
	width: 104px;
	}	
	

/* =Navigation
-------------------------------------------------------------------------*/

#nav
	{
	height: 41px;
	width: 760px;
	}
	
#nav li
	{
	float: left;
	list-style: none;
	}
	
#nav a
	{
	display: block;
	height: 41px;
	text-indent: -25000px;
	}
	
#nav a:hover, #nav .selected
	{
	background-position: 0 -41px;
	}
			
#nav-sofas a
	{
	background: url('../images/sofas_link.gif') no-repeat top left; 
	width: 126px;
	}
	
#nav-carpets a
	{
	background: url('../images/carpets_link.gif') no-repeat top left; 
	width: 127px;
	}
	
#nav-fabric a
	{
	background: url('../images/fabric_link.gif') no-repeat top left; 
	width: 126px;
	}
	
#nav-beds a
	{
	background: url('../images/beds_link.gif') no-repeat top left; 
	display: none;
	width: 109px;
	}
	
#nav-interior a
	{
	background: url('../images/interior_link.gif') no-repeat top left; 
	width: 127px;
	}
	
#nav-images a
	{
	background: url('../images/images_link.gif') no-repeat top left; 
	width: 127px;
	}
	
#nav-promotions a
	{
	background: url('../images/promotions_link.gif') no-repeat top left; 
	width: 127px;
	}
	

/* =Content
-------------------------------------------------------------------------*/

#content
	{
	background: #fff url('../images/content_bg.gif') no-repeat top left; 
	clear: both;
	color: #6f6d57;
	overflow: auto;
	padding: 30px 20px 0 20px;
	width: 720px;
	}
	
#content p 
	{ 
	margin-bottom: 1em; 
	}
	
#content a
	{
	background-color: inherit;
	color: #6f6d57;
	text-decoration: underline;
	}
	
#content a:hover
	{
	text-decoration: none;
	}
	

/* =Rounded Footer
-------------------------------------------------------------------------*/

/*
#rounded-footer
	{
	background: url('../images/footer_bg.gif') no-repeat bottom left; 
	height: 24px;
	width: 760px;
	}
*/

#rounded-footer
	{
	background: #fff url('../images/winter-sale-banner.gif') no-repeat bottom left; 
	height: 40px;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 760px;
	}

	
/* =Footer
-------------------------------------------------------------------------*/

#footer
	{
	background-color: inherit;
	color: #6f6d57;
	font-size: 80%;
	height: 40px;
	text-align: right;
	}
	
#footer a
	{
	background-color: inherit;
	color: #6f6d57;
	text-decoration: none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}
	
#footer img
	{
	border: none;
	}
	

/* =Gallery
-------------------------------------------------------------------------*/

.gallery img 
	{ 
	border: none;
	}

.thumbnail 
	{ 
	margin: 0 6px 5px 0;
	}

.thumbnail-end
	{ 
	margin: 0 0 5px 0;
	}

#gallery-buttons 
	{ 
	float: right;
	margin-top: 15px;
	}
