/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #494949;
	text-align: center;
	margin: 10px auto;
	padding: 0px;


}
#holder {
	font-size: 85%;
	width: 98%;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}

.bar {
background-image: url(../images/bgs/bluebar.gif);
background-color: #346893;
background-repeat: repeat-x;
padding: 0px 10px;
color: #E8ECEF;
font-size: 80%;
}

#header {
	/*background-image:url(../images/header-img2.jpg);
	background-repeat: no-repeat;
	background-position: center right; */
	background-color: #000000;	
	border-bottom: 1px solid #9F868E;
	color:#ffffff;
}

.headercontent {
	padding: 0px 10px 0px 10px;
	text-align: left;
	
}

.headercontent a {
color: #F4C1D6;
}


.headercontent a:hover {
color: #FAE6ED;
}

#header h1 {
color: #ffffff;
font-size: 28px;
line-height: 38px;
margin-bottom: 1px;
margin-top: 10px;
}

#header h3 {
font-size: 14px;
font-style: italic;
margin-top: -1px;
color: #4D7FB1;
}





#graybar {
	background-color: #D7DADD;
	padding: 0px 10px;
	color: #346893;
	font-size: 80%;
	
}


#login {
	text-align: right;
}

#login input {
height: 15px;
}


#nav {
	background-color: #81616d;
	padding: 10px 0px;
	color: #efe3e7;
	font-size: 100%;
	border-top: 1px solid #5D3643;
}

#content {
	padding-bottom: 10px ;
	border-top: 1px solid #5D3643;
}

#innercontent {
padding: 20px 20px;
}
#content h1 {
font-size: 20px;
color: #5D3643;
margin-bottom: -1px;
}

#content h2 {
color: #000000;
font-size: 18px;
margin-bottom: -1px;
}

#content p {
margin-top: 5px;

}
#content a {
color: #5D3643;
text-decoration: none;

}

#content a:hover {
color: #81616D;
text-decoration: underline;
}

#rightcol{
	background-color: #BFACB3;
	padding: 10px 5px;
	color: #000000;
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #5D3643;
}


#footer {
	background:#000; 
	color:#fff; 
	text-align:center; 
	padding:5px; 
	font-size:10px; 
	border-top: 1px solid #9F868E;
}

#footer a {
color: #FAE6ED;
text-decoration: none;
font-weight: bold;
font-style: normal;
}

#footer a:hover {
color: #F4C1D6;
text-decoration: underline;
font-weight: bold;
font-style: normal;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}



/* Styling for main navigation */
.mainNav {
	/* border-bottom: 1px dotted #5D3643; */
	padding-bottom: 15px;
	

}


/*.mainNav a:link {
	color: #E8ECEF;
	background-color: #346893;
	border-left: 10px solid #E2B279;
	display: block;
	height: 20px;	
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-top: 5px;
}

.mainNav a:visited{
	color: #E8ECEF;
	background-color: #346893;
	border-left: 10px solid #E2B279;
	display: block;
	height: 20px;	
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-top: 5px;
}

.mainNav a:hover {
	color: #ffffff;
	background-color: #3C769E;
	border-left: 10px solid #DF8D2E;	
	display: block;
	height: 20px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-top: 5px;
}

.mainNav a:active {
	color: #000000;
	background-color: #E2B279;
	border-left: 10px solid #DF8D2E;
	display: block;
	height: 20px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-top: 5px;
}
*/
/* top nav link styles */

.bar a{
color: #ffffff;
text-decoration: none;
}
.bar a:hover {
color: #ffffff;
text-decoration: underline;
}
	
	
	
/* special divs */

#coltitle h1 {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #5d3643;
	color: #FAE6ED;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	width: 152px;
}

#spacer {
	margin-top: 5px;
}

#newssignup {
	background-image:url(../images/news-box2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 160px;
	height: 165px;
	color: #ffffff;
	
}

#news-inner {
	height: 120px;
	width: 145px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#news-inner h1 {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	font-size: 14px;
	
}

#news-inner form {
	width: 140px;
	margin-top: -1px;
	margin-bottom: 1px;
	padding-top: 10px;
	text-align: center;
}

input.text {
	border: 1px solid #C4C4C4;
	background-color: #ffffff;
	color: #000000;
}

	input.submit {
	border: 0;
	margin-top: -1px;
}



#news-inner p {
	margin-top: -1px;
	margin-bottom: 1px;
	font-size: 9px;
	text-align: center;
	padding: 6px 6px 5px 6px;
	font-weight: 600;

}


#memberlogin {
	display: block;
	background-image: url(../images/bgs/login-bg2.gif);
	background-color: #E8ECEF;
	background-repeat: repeat-x;
	width: 90%;
	height: 130px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	padding: 1px 3px 3px 3px;
	font-size: 9px
}

#memberlogin h1 {
	display: block;
	height: 42px;
	background-image: url(../images/icons/login-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-left: 39px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#memberlogin form {
	margin-top: 5px;
	margin-left: 3px;
	padding-bottom: 2px;
}

#memberlogin form input {
	height: 15px;
	margin-bottom: 3px;
	margin-left: 5px;

}



.submitbtn {
float: right;
margin-right: 15px;
}

#news {
	display: block;
	background-color: #FFF5FA;
	width: 90%;		
	color: #494949;
	margin-bottom: 10px;
	font-size: 10px;
	
}

#news h1 {
	background-color: #81616D;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


#news ul {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 0;
	padding: 0;
	list-style: disc;
	width: 85%;
}


#news li {
	margin-left: 8px;
	display: block;
	margin-bottom: 5px;	
	border-bottom: 1px dotted #494949;
}

#news a {
	color: #5D3643;
	text-decoration: none;
	font-weight: bold;
}

#news a:hover {
	text-decoration: underline;
	color: #49F868E;
}

#news h2 {
color: #765460;
font-weight: bold;
font-size: 12px;
margin-bottom: 1px;
}

#news p {
margin-top: -1px;
}

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

.sidebar {
	display: block;
	background-color: #FFF5FA;
	width: 200px;		
	color: #494949;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	
}

.sidebar h1 {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #5d3643;
	color: #FAE6ED;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	width: 100%;
}


.sidebar ul {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 0;
	padding: 0;
	list-style: disc;
	width: 85%;
}


.sidebar li {
	margin-left: 8px;
	display: block;
	margin-bottom: 5px;	
	border-bottom: 1px dotted #494949;
}

.sidebar a {
	color: #5D3643;
	text-decoration: none;
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #49F868E;
}

.sidebar h2 {
color: #765460;
font-weight: bold;
font-size: 12px;
margin-bottom: 1px;
}

.sidebar p {
margin-top: -1px;
}



#smallCart {
	display: block;
	width: 90%;		
	color: #000000;
	margin-bottom: 10px;
	font-size: 100%;
	background-color: #9F868E;
	text-align: center;
	padding-bottom: 5px;
}

#smallCart h1 {
	background-color: #81616D;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}



	
	
/* Classes */

.specialheader {
	font-size: 32px;
	display: block;
	background-color: #E8ECEF;
	height: 45px;
	width: 100%;
	
}

.topnav {
background:#81616d; 
color:#efe3e7; 
text-align:center; 
padding:0px 5px; 
font-size:10px; 
border-top: 1px solid #5D3643; 
border-bottom: 1px solid #9F868E;
}

.topnav a {color: #efe3e7; text-decoration: none;}
.topnav a:hover {color: #fff; text-decoration: underline;} 



.logo {
float: left;
padding-right: 3px;
padding-bottom: 5px;
margin-top: 10px;


}

.headercontent {
	padding: 0px 10px 0px 10px;

}
	
	
.headerpic {
float: right;

}


.prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .min150 {
    height:150px;
  }
  
.leftfloat {
float: left;
padding-right: 3px;
}

.logo {
	padding-left: 10px;	
	
}




/* General styles */

a {
color: #FF9933;
text-decoration: none;
}

a:hover {
color: #DF8D2E ;
text-decoration: underline;
}

.mincart {
color: #ffffff;
text-align: center;
}

.mincart a {
color: #FAE6ED;
text-decoration: none;
}

.mincart a:hover {
color: #ffffff;
text-decoration: underline;
}

.aboutpic {
float: right;
padding-left: 10px;
}

.aboutbx {
display: block;
width: 100%;
height: 200px;
background-color: #F2E9EC;
padding: 5px;
}

.testimonials  {
color: #5D3643;
}

.separator {
border-bottom: 1px dotted #9F868E;
margin: 5px 10px;
padding: 10px 0px;
}

p sup {
font-size: 8px;
}
