/*
Name:   Main
Info:   This is the main style.
*/

/* HTML elements */

body {
	background: #000 url(images/Back.gif) top repeat-x;
	color: #333;
}

h1 { font-size: 140% }
h2 { font-size: 130% }
h3 { font-size: 120% }

a { color: #634D36; }
a:hover {
	color: #FFF;
}

.tinylink { font:Verdana, Geneva, sans-serif; font-size:9px; color:#FFF;}
.tinylink:hover { font:Verdana, Geneva, sans-serif; font-size:9px; color:#FFF;}

.whiteNav { font:Arial, Geneva, sans-serif; font-size:19px; color:#FFF; background: url(images/MenuItemFade.png) repeat-y;
	padding: 2px 0;}

ul li {
	list-style-image: url(images/Bullet.png);
}

/* Container */

#Container {
	background: url(images/ContainerBack.png) repeat-y;
	border: #000 1px solid;
	margin: 0 auto;
	position: relative;
	width: 950px;
}

/* Column One */

#ColumnOne {
	border-right: #000 1px solid;
	float: left;
	width: 275px;
}

/* Column Two */

#ColumnTwo {
	margin-left: 275px;
	overflow: hidden;
}

/* Side Bar Header */

#SideBarHeader {
	background: url(images/SideBarTop-ChairPlant.png) no-repeat;
	width: 275px; height: 328px;
}

/* Side Bar Phone */

#SideBarPhone {
	background: #59493A;
	border-top: #FFF 4px solid;
	color: #FFF;
	font-size: medium;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

/* Side Bar Menu */

#SideBarMenu {
	background: url(images/MenuBack.png) no-repeat;
	padding: 5px 0 5px 50px;
	width: 225px; height: 365px;
}

#SideBarMenu ul {
	margin-bottom: -2px;
	margin-left: 10px;
}

#SideBarMenu li {
	list-style: none;
	list-style-image: none;
}

#SideBarMenu a {
	display: block;
	text-decoration: none;
}

#SideBarMenu a:hover {
	text-decoration: underline;
}

#SideBarMenu ul li > a {
	background: url(images/MenuItemFade.png) repeat-y;
	color: #FFF;
	font-size: 160%;
	margin: 4px 0;
	padding: 2px 0;
}

#SideBarMenu ul li ul li > a {
	background: none;
	color: #FFC;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Side Bar Footer */

#SideBarFooter {
	background: url(images/SideBarBottom-Window.png) no-repeat;
	color: #FFF;
	padding: 5px;
	text-align: right;
	width: 265px; height: 111px;
}

#SideBarFooter p {
	margin: 0;
	padding: 0;
}

/* Header */

#HeaderMenu {
	float: right;
	padding: 25px 5px 0 0;
}

#HeaderMenu a {
	font-size: 90%;
	font-weight: bold;
	color: #584838;
	text-decoration: none;
}

#HeaderMenu a:hover {
	text-decoration: underline;
}

#HeaderTitle {
	background: url(images/Title.png) no-repeat 10px 10px;
	text-indent: -100em;
	width: 280px; height: 50px;
}

#HeaderImage {
	background: url(images/Header-PillowPlant.png) no-repeat;
	width: 675px; height: 240px;
}
#HeaderImageAbout {
	background: url(images/Quality.png) no-repeat;
	width: 675px; height: 240px;
}
#HeaderImageWindows {
	background: url(images/Revive.png) no-repeat;
	width: 675px; height: 240px;
}

#HeaderImageBedding {
	background: url(images/Bedding.png) no-repeat;
	width: 675px; height: 240px;
}

#HeaderImageBeauty{
	background: url(images/Beauty.png) no-repeat;
	width: 675px; height: 240px;
}
/* Content */

#Content {
	padding: 20px 40px;
}

/* Footer */

#Footer {
	background: #59493A;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.alinks{
		color:#74593D;
}
.a-links{
		color:#1B1B1B;
}