* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/BG_tile.jpg);
	background-repeat:repeat;
	padding-top: 20px;
}


#cart {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	z-index: 2000;
}


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:.9em;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:.9em;
	text-decoration: none;
	}
ul.frontPageList {
	margin-left: 20px;
	list-style-type: circle;
}


h1, h2, h3 {
	font-family: Monotype Corsiva, sans serif;
	color: #a71f23;
	}

h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ba2128;
}

.clear {
	clear:both;
	
	}

#page_wrap {
	width:960px;
	background-image: url(images/pagewrap_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ebd299;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	height: auto;

}


#header {
	width: 900px;
	height: 200px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#header .title {
	position: absolute;
	z-index: 1010;
}
#contacts_top {
	text-align: right;
	height: 30px;
	width: 960px;
	margin-right: 40px;
	vertical-align: sub;
}
#contacts_top ul {
	margin-right: 15px;
}
#TopNav ul .new {
	background-image: url(images/new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 35px;
	z-index: 3000;
	padding-bottom: 5px;
	overflow: visible;
	position: relative;
}


#contacts_top li {
	display: inline;
	width: 60px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
}
#contacts_top ul li a:link, #contacts_top ul li a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contacts_top ul li a:hover, #contacts_top ul li a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contacts_top ul li img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#TopNav {
	width: 930px;
	height: 31px;
	padding-left: 30px;
	background-image: url(images/TopNav_BG.gif);
	background-repeat: repeat-x;
	background-color: #D6272E;
	float: left;
}
#TopNav ul {
	background-color: #b42026;
	background-image: url(images/TopNav_BG.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	overflow: visible;
}



#TopNav ul li {
	display: inline;
}

#TopNav ul li a {
	display: inline;
	float: none;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
}

#SideBar {
	width: 278px;
	float: right;
	background-color: #eedec7;
	padding: 10px;
	border: 1px ridge #ba2128;
}
#header a .title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#SideBar a {
	color:#D6272E;
	text-decoration:none;
	}
	
#SideBar a:hover {
	color:#D6272E;
	text-decoration:underline;
	}
	
#SideBar a:visited {
	color: #666;
	text-decoration:none;
	}

.sidebar_img {
	display: block;
	margin: 1em auto 1em auto;
border: none;
}


#mainContent_wrap {
	width: 960px;
	background-image: url(images/mainContent_BG.gif);
	background-repeat: repeat-x;

}


#mainContent {
	float: left;
	width: 568px;
	background-color: #f7eedf;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px ridge #cab483;
}
#restrainer {
	width: 900px;
	margin: 0px auto;
	/* [disabled]background-image: url(images/mainContent_BG.jpg); */
	/* [disabled]background-position: top; */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]height: 100%; */
}
#footer {
	width: 960px;
	background-color: #b12025;
	background-image: url(images/Footer_BG.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;

}
#footer p {
	color: #FFF;
}


#footer a {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.menuCurrent {
	cursor: default;
	background-color: #a51e22;
}
.menuHolder {
	background-image: url(images/TopNav_BG.gif);
	background-repeat: repeat-x;
}
#TopNav ul li a:hover {
	text-decoration: none;
}



#contacts_top ul li sup {
	font-size: 1.4em;
}
#mainContent a:link, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a51e22;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a51e22;
	font-weight: bold;
	text-decoration: underline;
}

#mainContent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800080;
	font-weight: bold;
	text-decoration: none;
}

#mainContent fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #a71f23;
}
#mainContent fieldset {
	background-color: #ffffff;
	padding: 10px;
}
#contacts_top ul li sup a:link, #contacts_top ul li sup a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
}

#contacts_top ul li sup a:hover, #contacts_top ul li sup a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	text-decoration:underline;
}

#slider {
    position:relative;
    width:900px; /* Change this to your images width */
    height:200px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
	border: none;
}

.nivo-controlNav {
	position:absolute;
	left:750px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:right;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.normal {
	background-color: #eedec7;
}
#header a, #header a:hover, #header a:visited, #header a:active {
	text-decoration: none;
}
#test {
	background-image: url(images/mainContent_BG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 35px 0px;
	padding: 0px;
	width: 900px;
	height: auto;
}

