/*-------------------------------------
	MAJOR TAGS
-------------------------------------*/

a:link {
	color: #713800;
	text-decoration: none;
}
a:visited {
	color: #62380F;
	text-decoration: none;
}
a:hover, a:active {
	color: #8A4500;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 131%;
	letter-spacing: 0.2em;
	color: #502900;
}
p {
	color: #241200;
	font-size: 108%;
	line-height: 1.6em;
}
table, th, td {
	border: none;
}

/*-------------------------------------
	TEXT STYLES
-------------------------------------*/

body.home p {
	font-size: 116%;
	line-height: 1.8em;
	color: #241200;
	padding: 10px 0 10px 20px;
}
body.buyerlogin p {
	font-size: 108%;
	line-height: 1.2em;
}
p.boxed {
	padding: 30px;
	font-size: 131%;
	background-color: #F6F3E4;
	border: 2px solid #DDD199;
}
p.intro_text {
	color: #241200;
	font-size: 108%;
	line-height: 1.6em;
	margin: 0 15px;
}
.retail {
	font-size: 80%;
}


/*-------------------------------------
	PAGE BLOCKS
-------------------------------------*/

h1.sitetitle {
	width: 778px;
	height: 108px;
	margin: 20px auto 35px auto;
	background:url('images/RenardandCoHeader.jpg') no-repeat;
	overflow: hidden; /* This is absolutely necessary for IE to not wrap the content under the huge line height with narrower window sizes */
	font-size: .1em; line-height: 1000px;
}

#pagecolumn {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}
#pagecolumn_narrow {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
#homepage_left {
	width: 460px;
	float: left;
}
#homepage_right {
	width: 330px;
	margin: 0 0 0 460px;
}

#bottomlinks {
	border-top: 4px solid #F6F3E4;
	margin: 25px 0;
	padding: 10px 0 0 0;
	text-align:center;
	list-style:none;
}
#bottomlinks li {
	display:inline;
	padding: 0 15px;
}
#bottomlinks a {
	font-weight: bold;
	color: #502900;
	font-size: 116%;
}
#footer {
	color: #C8A764;
	font-size: 85%;
	text-align: center;
	margin: 10px 0;
}

/*-------------------------------------
	MAIN NAVBAR
-------------------------------------*/

#navbar { /* This is a UL */
	background: #F6F3E4 url('images/navbar_BG.jpg') repeat-x;
/*	height: 25px; */
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#navbar_inner {
	width: 658px;
	margin: 0 auto;
	overflow: hidden;
}

#navbar a {
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	font-size: .1em; line-height: 1000px; /* Hide text */
}
#navbar a.home {
	width: 115px;
	background: url('images/renard_nav_links.gif') 0px 0px repeat-x;
}
#navbar a.collections {
	width: 211px;
	background: url('images/renard_nav_links.gif') -110px 0px repeat-x;
}
#navbar a.stores {
	width: 135px;
	background: url('images/renard_nav_links.gif') -322px 0px repeat-x;
}
#navbar a.contactus {
	width: 197px;
	background: url('images/renard_nav_links.gif') -458px 0px repeat-x;
}
#navbar a.home:hover, body.home #navbar a.home  {
	background-position: 0px -25px;
}
#navbar a.collections:hover, body.collections #navbar a.collections {
	background-position: -110px -25px;
}
#navbar a.stores:hover, body.stores #navbar a.stores {
	background-position: -322px -25px;
}
#navbar a.contactus:hover, body.contactus #navbar a.contactus {
	background-position: -458px -25px;
}

/*-------------------------------------
	SPECIAL HEADERS
-------------------------------------*/

h2.header_news {
	height: 75px;
	background: url('images/HomepageHeadingNews.gif') top left no-repeat;
	overflow: hidden;
	font-size: .1em; line-height: 1000px; /* Hide text */
}
h2.header_aboutbags {
	height: 75px;
	background: url('images/HomepageHeadingAboutBags.gif') top left no-repeat;
	overflow: hidden;
	font-size: .1em; line-height: 1000px; /* Hide text */
}

/*-------------------------------------
	SPECIALTY
-------------------------------------*/

div.divider {
	height: 5px;
	margin: 35px 30px;
	border-top: 1px dashed #CBB963;
}
#leathercolors {
	position: absolute;
	top: 235px;
	right: 25px;
	width: 150px;
	padding: 20px;
	border: 1px dotted #CBB963;
	text-align: center;
}
div.caption  {
	color: #726425;
	font-size: 85%;
	margin: 3px 0 10px 0;
}
.thumbnails {
	height: 114px;
	overflow: hidden;
}
.thumbnails a {
	display: block;
	float: left;
	border: 2px solid #C4AE4A;
	margin-right: 5px;
}
.thumbnails a:hover {
	border: 2px solid #E1D864;
}
h1 {
	font-size: 182%;
	color: #C27E52;
}
h3 {
	color: #C27E52;
}
