﻿@charset "utf-8";
/* Village Beads */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

html, 
body{
	margin: 0 auto;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	height: 100%;
	text-align: center; /* Hack for IE5/Win */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background: url(../images/bckround.png) no-repeat top left #ffffff;
	color: #181818;
}

#sitecontain{
	min-height:100%;
    position:relative;
    margin:0 auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
}

#body{  /* contains main body text */
	padding-bottom: 78px;   /* Height of the footer */
}

.centre{
	width: 940px;
	margin: 0 0 0 180px; 
	padding: 10px 25px;	
}

.widthcontrol{
	width: 875px;
	margin:0 auto;
	text-align: right;
}


a:link{color:#d54c09; font-weight:bold; text-decoration:none; cursor: pointer; }
a:hover{color:#d54c09; font-weight:bold; text-decoration:underline; cursor: pointer; }
a:visited{color:#d54c09; font-weight:bold; text-decoration:none; cursor: pointer; }
a:visited:hover{color:#d54c09; font-weight:bold; text-decoration:underline; cursor: pointer; }
a img{border:none; cursor: pointer; }
a:active{ border:none; text-decoration:none; background:none; cursor: pointer; }

.linknochange:link{ color:#545454; font-weight:normal; text-decoration:none; cursor: pointer; }
.linknochange:hover{ color:#545454; font-weight:normal; text-decoration:none; cursor: pointer; }
.linknochange:visited{ color:#545454; font-weight:normal; text-decoration:none; cursor: pointer; }
.linknochange:visited:hover{ color:#545454; font-weight:normal; text-decoration:none; cursor: pointer; }

p{padding: 0 0 5px 5px;}

p form{margin-top:0; margin-bottom:20px;}

br{line-height:1.2em}

hr{ clear: left; height: 1px; color: #ccdada; border: none; border-bottom: 1px solid #c1c1c1; margin:0 0 5px 0; }

div{margin:0;}

ol { margin-left: 10px; padding-left: 10px; padding-right: 5px; }
ul { margin-left: 10px; padding-left: 10px; padding-right: 5px; }
li { margin-left: 10px; padding-left: 10px; padding-right: 5px; }

/**************** Header & Navigation styles ****************/

#shoppingbar{
	width: 100%;
	height: 30px;
	margin: 0;
	background: none;
}

#logo{
	float: left;
	margin: -20px 10px 0 0;
	padding: 0;
	z-index: 200;
}

#navbar{
	width: 100%; /* Extends Navbar across screen */
	height: 87px; 
	background: url(../images/nav.png) repeat-x;
}

#mainnav{
	float: right;
	width: 540px;
	margin: 27px 0 0 0;
	font-size: 20px;
}

#mainnav ul{
	margin: 0;
	padding: 0;
	list-style:none;
	display: inline;
	width: 745px;
}

#mainnav ul li{
	list-style:none;
	display: inline;
	vertical-align: bottom;
	margin-right: -31px;
}

#mainnav ul li a:link{
	color: #FFF; 
	font-weight: bold; 
	text-decoration:none; 
	cursor: pointer; 
	text-align: center;
	padding: 28px 15px 27px 15px;
	border-right: 1px solid #181818;
	border-left: 1px solid #2c2c2c;
}
#mainnav ul li a:hover{
	background: url(../images/navhover.png) repeat-x;
	color: #FFF;
	padding: 28px 15px 27px 15px;
	text-decoration:none;
}

#mainnav ul li a:visited{
	color: #FFF; 
	font-weight: bold; 
	text-decoration:none; 
	cursor: pointer; 
	text-align: center;
	padding: 28px 15px 27px 15px;
	border-right: 1px solid #181818;
	border-left: 1px solid #2c2c2c;
}
#mainnav ul li a:visited:hover{
	background: url(../images/navhover.png) repeat-x;
	color: #FFF;
	padding: 28px 15px 27px 15px;
	text-decoration:none;
}

#accountnav{
	text-align: right;
	width: 100%;
	margin-top: 3px;
}
	
/**************** Content styles ****************/

#catsrisertop{
	clear: both;
	float: left;
	width: 200px;
	height: 14px;
	background: url(../images/catrisertop.png) no-repeat;
	margin: 0;
	overflow: hidden;
}

#cats{
	clear: both;
	float: left;
	width: 170px;
	padding: 0 15px;
	margin: 0;
	background: #fbfbfb;
}

#catsriserbottom{
	clear: both;
	float: left;
	width: 200px;
	height: 14px;
	background: url(../images/catriserbottom.png) no-repeat;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#cats ul li{
	list-style: none;
	margin-left: -15px;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 4px;
	border-bottom: 2px solid #f2f2f2;
}

#cats ul li a:link{color:inherit; font-weight:bold; text-decoration:none; cursor: pointer; }
.navlink:hover{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; }
.navlink:visited{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; }
.navlink:visited:hover{color:#fff; font-weight:bold; text-decoration:none; cursor: pointer; }

#mainrisertop{
	width: 710px;
	height: 14px;
	background: url(../images/mainrisertop.png) no-repeat;
	margin: 10px 0 0 230px;
	overflow: hidden;
}

#main{
	width: 680px;
	margin: 0 0 0 230px;
	padding: 0 15px;
	background: #fbfbfb;
}

#mainriserbottom{
	width: 710px;
	height: 14px;
	background: url(../images/mainriserbottom.png) no-repeat;
	margin: 0 0 10px 230px;
	overflow: hidden;
}

#largerisertop{
	width: 930px;
	height: 14px;
	background: url(../images/largerisertop.png) no-repeat;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#large{
	width: 900px;
	margin: 0;
	padding: 0 15px;
	background: #fbfbfb;
}

#picbar{
	float: right;
	width: 100px;
	padding: 0 5px;
	margin: 10px 5px 0 20px;
}

#picbar img{
	border: 4px solid white;
}

#largeriserbottom{
	width: 930px;
	height: 14px;
	background: url(../images/largeriserbottom.png) no-repeat;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

#midrisertop{
	width: 710px;
	height: 14px;
	background: url(../images/mainrisertop.png) no-repeat;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

#mid{
	width: 680px;
	margin: 0 auto;
	padding: 0 15px;
	background: #fbfbfb;
}

#midriserbottom{
	width: 710px;
	height: 14px;
	background: url(../images/mainriserbottom.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
}


.contentleftlogin{
	float: left;
	width: 350px;
	padding: 20px;
	margin: 0 30px;
}

.content_left{
	float: left;
	margin-left: 20px;
}
/**************** h styles ****************/

h1{
	clear: both;
	float: right;
	width: 380px;
	margin: 25px 0 15px 0;
	color: #ee7f00;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2em;
}

h2{
	margin: 0;
	color: #000;
	font-weight: bold;
	font-family:"arial rounded MT Bold", Arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	font-size: 28px;
	padding: 0;
	line-height: 1em;
}

.promo{
	clear: right;
	text-align: center;
	margin-bottom: 12px;
	padding: 5px;
	background: #fff;
	border: 2px solid #dfd5ce;
	font-size: 26px;
}

h3{
	margin: 0;
	color: #ee7f00;
	font-weight: bold;
	font-family:"arial rounded MT Bold", Arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	font-size: 20px;
	padding: 0;
	line-height: 1.8em;
}

h4{
	margin: 0;
	color: #000;
	font-weight: bold;
	font-family:"arial rounded MT Bold", Arial, helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	padding: 0;
	line-height: 1.2em;
}

/**************** Table styles ****************/

/**************** Button styles ****************/

.largebutton{
	width: 258px;
	height: 60px;
	color: #fff;
	background: url(../images/largebutton.png) no-repeat;
	padding: 6px 6px;
	margin: 0 auto;
	text-align: center;
}


/**************** Footer styles ****************/

#footer{
	position:absolute;
    bottom:0;
	width: 100%;
	height: 78px;
	border-top: 10px solid #dfd5ce;
	background-color: #f2f2f2;
	padding: 0;
	margin: 0;
}

#footerleft{
	float: left;
	text-align: center;
	margin: 0;
	width: 180px;
	padding: 15px 10px 0 10px;
}

#footerright{
	float: right;
	text-align: right;
	padding: 5px 10px 0 10px;
}

.footnavlink:link{color:#FFF; font-weight: bold; text-decoration:none; cursor: pointer; }
.footnavlink:hover{color:#FFF; font-weight: bold; text-decoration:underline; cursor: pointer; }
.footnavlink:visited{color:#FFF; font-weight: bold; text-decoration:none; cursor: pointer; }
.footnavlink:visited:hover{color:#FFF; font-weight: bold; text-decoration:underline; cursor: pointer; }

/**************** Font styles ****************/

.red{ color: #F00; }

.orange{ color: #ee7f00; }

.white{ color: #fff; }

.grey{ color: #CFCCCD; }

.bold{ font-weight: bold; }

.italic{ font-style: italic; }

.textright{ float: right; }

.textcentre{ text-align: center; }

.largetext{ font-size: 16px; }

.caps{ text-transform: uppercase; }


/**************** Misc styles ****************/

.hidden{ display: none; }

.clear{ clear: both; }

.end{ clear: both; background-color: #f2f2f2; }

.float_left{ float: left; }

.frontlist{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 18px;
	color: #9b9b9b;
}

.fronttick{
	float: right;
	margin: -3px 5px 0 0;
}

.bullet{ float: left; margin-top: 2px; margin-right: 5px; }

.bulletup{ float: left; margin-top: -2px; margin-right: 5px; }

.linkup{ float: left; margin-top: -5px; }

.templabel{ float: left; margin: -40px 0 0 50px; }

.imgleft{ float: left; padding: 0 10px 10px 0; }

.imgpadding{
	padding: 6px;
	margin: 5px 0;
	vertical-align:middle;
}

.nolist{ list-style: none; }

.textblockcontainererror{
	width: 100%;
	text-align: center;
	background: #ee7f00;
}

.textblock{
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

/**************** Form styles ****************/

.contact_form{
	float: left;
	border-right: 2px solid #ee7f00;
	padding: 10px;
}

label{
	padding: 5px 0;
	font-weight: normal;
	font-size: 14px;
}

input{
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.contact_smallleft{
	margin-left:75px;
	margin-right: 30px;
	font-size: 10px;
}

.contact_smallright{
	padding-left: 12em;
	font-size: 10px;
}

.contact_error{
	font-size: 10px;
	color: red;
	margin: 0 0 0 75px;
}

.contact_errorsmallleft{
	margin: 0 0 0 10px;
	font-size: 10px;
	color: red;
}
