/************************************
Slider
************************************/

/*--Main Container--*/
.main_view {
        margin:25px 0px;
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 180px; height:45px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: #c8e8d8;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px 10px;
	text-decoration: none;
	color: #008080 !important;
	background: #c8e8d8;
}
.paging a.active {
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #008080;
}
.paging a:hover {font-weight: bold;}


body {
margin: 0px !important;
padding: 0px !important;
}

#wrapper {
margin: 0px auto !important;
padding: 0px !important;
}

#top-navigation {
margin: 0px 0px 15px 0px;
padding: 0px;
width: 1000px;
}

#top-navigation-left {
margin: 0px;
padding: 0px;
float: left;
}

.headerlink,a.headerlink {
font-size: 8pt !important;
font-family: Verdana, Georgia !important;
color: #333333 !important;
font-weight: normal !important;
text-decoration: none !important;
}

a.headerlink:hover,a.headerlinkfb:hover,a.headerlinktw:hover,a.headerlinkrss:hover,a.headerlinkns:hover {
font-size: 8pt !important;
font-family: Verdana, Georgia !important;
color: #F7941D !important;
font-weight: normal !important;
text-decoration: none !important;
}

.headerbutton {
margin: 0px 15px 0px 0px;
padding: 10px 15px;
background: #eeeeee;
border: 1px solid #eeeeee;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
float: left;
}

.headerbutton2 {
margin: 0px 0px 0px 0px;
padding: 10px 15px;
background: #eeeeee;
border: 1px solid #eeeeee;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
float: left;
}

#top-navigation-right {
margin: 5px 0px 0px 0px;
padding: 0px;
float: right;
}

a.menuone {
    display: block;
    width: 224px;
    height: 33px;
    background: url("images/Design/Nav_CollectionsF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menuone {
    background-position: -224px 0;
}
a.menutwo {
    display: block;
    width: 174px;
    height: 33px;
    background: url("images/Design/Nav_BarF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menutwo {
    background-position: -174px 0;
}
a.menuthree {
    display: block;
    width: 154px;
    height: 33px;
    background: url("images/Design/Nav_StylesF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menuthree {
    background-position: -154px 0;
}
a.menufour {
    display: block;
    width: 184px;
    height: 33px;
    background: url("images/Design/Nav_ProductsF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menufour {
    background-position: -184px 0;
}
a.menufive {
    display: block;
    width: 155px;
    height: 33px;
    background: url("images/Design/Nav_PricesF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menufive {
    background-position: -155px 0;
}
a.menusix {
    display: block;
    width: 104px;
    height: 33px;
    background: url("images/Design/Nav_MoreF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menusix {
    background-position: -104px 0;
}

    td.page-column-left, td.page-column-right { padding:0 0px !important; }
	td.page-column-center {	padding: 0 0px !important; }			
	  div.breadcrumb { margin: 5px 0 12px 0 !important; }
	td.page-footer-content { padding: 10px 0px 0 0px !important; border-top: 1px solid #ccc; text-align: center; }
p{line-height:2.0;}
li{line-height:2.0;margin:0 0 5px 0;}
blockquote {background:#ccecd4;margin:30px auto;padding:15px;width:500px;}

div.product-list-options h5 a:hover {color:#F7941D;}

#ctl00_footer{border:none;}

.page-footer{border:none;}

#ctl00_footerContent{border:none;}

.page-footer-content{border:none;}
