﻿html, body {
	margin: 0;
	padding: 0;
}

body {
	background:#D5CE97;
	font-family:Arial, Helvetica, sans-serif;
}
#shadow {
	width:1000px;
	margin:auto;
	background-image:url('../images/background/pageshadow1.gif');
	background-repeat:repeat-y;
}
#shadow-bottom {
	margin:0 auto;
	width:1000px;
	height:26px;
	background: url('../images/background/quoMerge.png');
	background-position: -10px -166px;
	background-repeat:no-repeat;
}

#page-container {
	background-color: #ffffff;
	width: 960px;
	margin: auto;
	border-left: 1px solid #ACA37D;
	border-right: 1px solid #ACA37D;

}
#maincontent {
	height:100%;
	background:url('../images/background/framebackground.gif')repeat-y;
}

/*************header**************/
	
#headercontainer {
	width: 960px;
	background: #ffffff url('../images/background/header1.jpg');
	background-repeat:no-repeat;
	height: 90px;
}
#header1 {
	float: left;
	width: 450px;
	height: 90px;
}

#header1 h1{
	margin: 20px 0px 0px 55px;
	padding: 0px;
}

#header1 h3 {
	margin-left: 125px;
	margin-top:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color: #400000;
}

#header2 {
	width: 510px;
	height: 90px;
	margin-left: 450px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #400000;
}

#header2 a {
	text-decoration: none;
	color: #990033;
}

#header2 a:hover {
	color:#CC0099;
}

/*************mainnav**************/

#mainnav {
	height:32px;
	background-image:url('../images/background/mainnavbackground1.gif');
	background-repeat:repeat-x;
}
#mainnav dl {
	margin:0px;
}
#mainnav dt {
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}

#mainnav a {
	display: block;
	height: 28px;
	color: #ffffff;
	text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	text-decoration: none;
	margin-right: 1px;
	margin-left:0px;
	padding-top:2px;
	padding-right: 23px;
	padding-left:23px;
	font-size: 12px;
	line-height:26px;
	font-weight:bold;
	border-right:1px #C2C2C2 solid;
}
#mainnav .signin {
	font-size:11px;
	text-transform:none;
	color:#fff;
	border:none;
	font-weight:normal;
	text-shadow:none;
	padding-left:7px;
	padding-right:7px;
}
#mainnav a:hover {
	height:28px;
	background-image:url('../images/background/headerHover.gif');
	background-repeat:repeat-x;
}
/*************sidebar**************/
#sidebar {
    float: left;
	width:230px;
}
#SideMenu {
	margin-top:20px;
	margin-left:15px;
	width:210px;
	font-family:Arial, Helvetica, sans-serif;	
}

#SideMenu .top {
	background-image: url('../images/background/quoMerge.png');
	background-position: -10px -10px;
	height:31px;
	line-height:31px;
	padding-left:10px;
	color:green;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#SideMenu .body ul {
	margin:0px;
	border-right:1px #CED0C5 solid;
	border-left:1px #CED0C5 solid;
	padding:1px 3px;
	background-color:#FFFFFF;
}

#SideMenu .body ul li {
	line-height:25px;
	font-size:12px;
	list-style:none;
	color:#2B2B1C;
	border-bottom:#CED0C5 1px solid;
}
#SideMenu .body ul li a {
	display:block;
	padding-left:8px;
	list-style:none;
	text-decoration:none;
	color:#2B2B1C;
}
#SideMenu .body ul li a:hover {
	background-color:#F5F0B8;
}
#SideMenu .body ul li:hover {
	background-color:#F5F0B8;
	position:relative;
}
#SideMenu .body ul ul {
	display:none;
	position:absolute;
	left:150px;
	top:5px;
	border:#CED0C5 1px solid;
	background-color:#E5EDD4;
}
#SideMenu .body ul li:hover ul {
	display:block;
}
#SideMenu .body ul ul li {
	border:none;
	width:200px;
	float:left;
	display:inline;
}
#SideMenu .body ul ul li:hover {
	text-decoration:underline;
	border:none;
}
#SideMenu .body li:hover ul li ul {
	display:none;
}
#SideMenu .body ul ul li ul {
	left:125px;
	background-color:#D6DCD3;
}
#SideMenu .body ul ul li:hover ul {
	display:block;
}
#SideMenu .btm {
	height:7px;
	background-image: url('../images/background/quoMerge.png');
	background-position: -10px -62px;
}
#SideMenu .multiline {
	line-height:14px;
	padding-top:5px;
	padding-bottom:5px;
}
#SideMenu .noLink {
    font-size: 12px;
    color:#3D3D1F;
    padding:5px 0px 5px 8px;
    line-height:15px;
    margin:0px;
    }
   

#picholder {
	width:150px;
	margin:20px 0px 20px 30px;
}
#picholder p {
	font-size:11px;
	text-align:center;
	margin-top:5px;
	margin-bottom:30px;
}
.linkpicholder {
	width:150px;
	margin:auto;
}
.linkpicholder p {
	font-size:11px;
	text-align:center;
	margin-top:5px;
	margin-bottom:30px;
}

.testimoframe {
	border:1px maroon solid;
	padding:15px;
	margin:20px 10px 20px 25px;
	font-size:12px;
	word-spacing:2px;
}

/*************main**************/
#main {
	margin-left:230px;
	width:730px;
	height:100%;
}
#insidemain {
	padding:20px 20px 20px 20px;
}

#pageheading {
	border-bottom: 3px #ACAD37 solid;
	height: 27px;
	margin-bottom: 10px;
}
#pageheading h1 {	
	font-size:19px;
	font-weight:bold;
	margin:0px;
}

#basiccontainer {
	border: 1px #ACAD37 solid;
}


/*********footer*********/
#footer {
	border-top:1px #ACAD37 solid;
	padding:20px;
	clear:both;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li {
	float:left;
	list-style:none;
}
#footer li a {
	color:gray;
	text-decoration:none;
	display:block;
	padding-left:10px;
	padding-right:10px;
	border-right:1px gray solid;
	font-size:12px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer li a:hover {
	color:#FF6600;
}
 
/********Shopping Cart Pages*********/

#viewCartBar {
	height:25px;
	border-bottom: #EBEBEB 1px solid;
}
#viewCartBar p {
	float:right;
	margin:0 70px 0 0;
	line-height:25px;
	font-size:13px;
}
#viewCartBar a {
	color:#0078e8;
	text-decoration:none;	
}
#viewCartBar a:hover {
	color:#0078e8;
	text-decoration:underline;
}
#viewCartBar a:visited {
	color:#0078e8;
}
#ShoppingCart {
	padding:15px 20px 20px 15px
}
#ShoppingCart a {
	color:#0078e8;
	text-decoration:none;	
}
#ShoppingCart a:hover {
	color:#0078e8;
	text-decoration:underline;
}
#ShoppingCart a:visited {
	color:#0078e8;
}
#ShoppingCart h1 {
	margin:0;
	padding: 3px 0 5px 0;
	font: bold 21px Arial;
	color:#472400;
	border: 0 none;
}	
.productList {
	border-bottom: 1px #EBEBEB solid;
	padding:10px 6px 5px 6px;
}
.productList p {
	font-size:13px;
	text-align:center;
	margin:7px 0 7px 0;
}	
#productHolder {
	width:690px;
	height:240px;
}
#productPic {
	width:300px;
	height:240px;
	float:left;
}
#productOptn {
	width:370px;
	height:240px;
	margin-left:320px;
}
#productOptn h1 {
	font-size:18px;
	padding-top:8px;
	padding-bottom:0px;
	color:#472400;
}
#productOptn .code {
	border-bottom: #bfbfbf 1px dashed;
	font-size:12px;
	color:#6a6a6a;
	margin-top:6px;
	}
#productOptn .price {
	color:#990000;
	font-size:15px;
	font-weight:bold;
	padding-left:8px;
}			
#productOptn .sizeQty {
	width:100px;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
}
#productOptn .oneOnly {
	font-size:13px;
	color:green
}
#descriptionTab {
	margin-top:20px;
	height:26px;
}
#description {
	min-height:50px;
	border:1px #ebebeb solid;
}
#description p {
	font-size:13px;
	color:#6a6a6a;
	padding:14px 20px;
	margin:0px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
