/*layout of page*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #b0aa93;
	background-image: url(images/bg5_tile.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0;
	width: 750px;
	position: relative;
	padding: 0px 0px 0px 20px;
} 
#logoHome {
	background-image: url(images/logo-home.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#logoFashion {
	background-image: url(images/logo-fashion.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#logoWholesale {
	background-image: url(images/logo-wholesale.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#logoCustom {
	background-image: url(images/logo-custom.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#logoAbout {
	background-image: url(images/logo-about.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 145px;
	margin: 0;

}
#logoRetail {
	background-image: url(images/logo-retail.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#logoClasses {
	background-image: url(images/logo-classes.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-500em;
	text-decoration:none;
	width: 750px;
	height: 151px;
	margin: 0;

}
#col1 {
	width: 200px;
	float: left;
	margin-right: 0px;
	background-color: #ffffff;
	padding: 5px;
	margin-left: 0px;
}
#main {
	width: 507px;
	height: auto;
	padding: 10px;
	float: right;
	background-color: #ffffff;
}
#main2 {
	background-color: #ffffff;
	padding: 5px;
	height: auto;
	width: 740px;
}
#main3 {
	background-color: #ffffff;
	padding: 20px;
	height: auto;
	width: 710px;
}
#felt1 {
	background-color: #ffffff;
	padding: 20px 20px 20px 125px;
	height: auto;
	width: 605px;
	background-attachment: scroll;
	background-image: url(images/felt_edge72.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#felt2 {
	background-color: #ffffff;
	padding: 20px 20px 20px 125px;
	height: auto;
	width: 605px;
	background-attachment: scroll;
	background-image: url(images/felt2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#felt3 {
	background-color: #ffffff;
	padding: 20px 20px 20px 125px;
	height: auto;
	width: 605px;
	background-attachment: scroll;
	background-image: url(images/felt-edge3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#felt4 {
	background-color: #ffffff;
	padding: 20px 20px 20px 125px;
	height: auto;
	width: 605px;
	background-attachment: scroll;
	background-image: url(images/red-edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	background-color: #b0aa95;
	padding: 10px;
	float: right;
	width: 170px;
	margin-top: 5px;
	margin-left: 10px;
	background-attachment: scroll;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	margin: 0px 0px 20px;
	text-align: center;
	clear: both;
	padding: 20px 0px 25;
	background-color: #b0aa95;
}
#nav {
	position: absolute;
	height: auto;
	width: auto;
	left: 290px;
	top: 50px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.57em;
}
#nav a {
	float: left;
	display: block;
	margin: 0 0 0 1px;
	padding: 4px 5px;
	border: 1px solid #b0aa95;
	border-bottom: none;
	background: #ffffff url(images/nav-tab.jpg) repeat-x left top;
}
/*text styles*/
	
.nav {
	color: #3d363f;
}
.nav a:link {
	color: #3d363f;
	text-decoration: none;
}
.nav a:visited {
	color: #3d363f;
	text-decoration: none;
}
.nav a:hover {
	color: #d0ae67;
	text-decoration: underline;
}
.nav a:active {
	color: #3d363f;
	text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color: #333333;
	line-height: 1.5em;
}
.text a:link, .text a:visited, .text a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.text a:hover {
	color: #333333;
	text-decoration: underline;
}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #ffffff;
}
.credit a:link, .credit a:visited, .credit a:active {
	color: #ffffff;
	text-decoration: underline;
}
.credit a:hover {
	color: #333333;
	text-decoration: underline;
}
.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	padding-top: 60px;
}
h1 {
	font-size: 1.35em;
	font-weight: bold;
	color: #aa6e36;
}

h2 {
	font-size: 1.20em;
	color: #aa6e36;
}
h3 {
	font-size: .95em;
	color: #aa6e36;;
}
.sidebarText {
	font-size: 0.90em;
	color: #444444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebarText a:link, .sidebarText a:visited, .sidebarText a:active {
	color: #444444;
	text-decoration: underline;
}
.sidebarText a:hover {
	color: #333333;
	text-decoration: underline;
}

/*Floats and Borders*/

.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.floatRight {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.floatLeftB {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #666666;

}
.floatRightB {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
.border {
	border: 1px solid #666666;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aa6e36;
}
.dividerBorder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #aa6e36;
	border-left-color: #aa6e36;
}
