@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	padding: 0px;
	margin: 0px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes the global font styles

 *******************************************************************************/


.body {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 20px;
	text-align: left;
	line-height: 17px;
}

.body2 {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	line-height: 24px;
}
.header {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #6f3f0e;
	text-align: left;
}

.subheader {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f3f0e;
	text-align: left;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2e7d1;
	padding: 20px;
	text-align: center;
}

a:link {
	color: #6f3f0e;
	text-decoration: none;
}

.divider {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
}


/*******************************************************************************

 NAVIGATION INFORMATION: describes the active state of primary items

 *******************************************************************************/

#globalnav 

#doc-home #link-home,
#doc-about #link-about,
#doc-brands #link-brands,
#doc-portfolio #link-portfolio,
#doc-contact #link-contact

{color: #9e7144},

.globalnav-ON {
/*	background-color: #f2e7d1;
	color: #6f3f0e;
	padding: 0.5em 0.75em;*/
	color: #9e7144;
}
a.bodylink:link {
	color:#6f3f0e;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: underline;
}
a.bodylink:visited {
	text-decoration: none; 
	color:#6f3f0e;
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: underline;
}
a.bodylink:active {text-decoration: none}
a.bodylink:hover {text-decoration: underline; color: #333333;}
