/* Main division definitions */
*{margin:0;padding:0;font-style:normal;}
body {
	font-family: arial,sans-serif;
	text-align: center;
	font-size: 13px;
	background: #36393D;
	color: #36393D;
}
a, input , select {
	color: #686B6E;
}
a:hover {
	color: #E10000;
}
a img {
	border: none;
}

.websheet {
	margin-left: auto;
	margin-right: auto;
	width: 1120px;
	background: #FFFFFF;
}
.webpage {
	padding: 0px 80px;
	text-align: left;
}
.head .logo {
	margin: 49px 0px 72px;
}
.head {
	position: relative;
	z-index: 10;
}
.head .functions {
	width: 452px;
	height: 77px;
	left: 508px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
.head .functions .basket {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 142px;
	text-decoration: none;
}
.head .basket img{
	vertical-align: middle;
}
.head .basket span {
	text-decoration: none;
	border-bottom: 1px dotted #686B6E;
}
.head .basket:hover span {
	border-bottom: 1px dotted #E10000;
}
.head .functions form{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 295px;
	text-align: right;
}
.head .functions input{
	vertical-align: middle;
}
.head .search{
	width: 229px;
	padding: 7px 8px 8px;
	margin-top: 1px;
	background: #FDFDFD;
	border: 1px solid #DDDDDD;
}
/*
Light Grey:
	#686B6E
Dark Grey:
	#36393D
Darkest grey:
	#232527
*/

.navbar {
	position: absolute;
	top: 117px;
	left: 0px;
	width: 958px;
	border-color: #DDDDDD #CCCCCC;
	border-width: 1px;
	border-style: solid;
	z-index: 100;
}
.navbar .categories{
	cursor: default;
	list-style-type: none;
}
.navbar .catlist{
	float:left;
	list-style-type: none;
	display:table-cell;
	vertical-align:middle;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	position: relative;
	background: url(../images/headsep.jpg) left center;
}
.navbar .category {
	display:block;
	/*vertical-align:middle;*/
	text-align: center;
	height: 50px;
	line-height: 50px;
	list-style-type: none;
	font-size: 20px;
	color: #444444;
	text-decoration: none;
	color: #686B6E;
	background: url(../images/headgrad.jpg) center repeat-x #FFFFFF;
	z-index: 100;
}
.navbar .catlist:hover {
	padding-left: 1px;
	height: 50px;
	padding-bottom: -1px;
}
.navbar .first.catlist	{
	padding-left: 0px;
	background: none;
}
.navbar .catlist:hover .category,.navbar .catlist .category:hover {
	padding-left: 1px;
	color: #36393D;
	background: url(../images/selected.jpg) top repeat-x;
}
.navbar .first.catlist:hover .category,.navbar .first.catlist .category:hover	{
	padding-left: 0px;
}
.category.first	{
	padding: none;
	background: none;
}
.dropdown {
	display: none;
	color: #666666;
	position: absolute;
	z-index: 100;
	top: 50px;
	margin-left: -1px;
	width: 392px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 0px 0px 19px;
}
/*.dropdown:hover {
	color: #666666;
}*/
.dropdown ul {
	z-index: 100;
	text-align: left;
	float: left;
	list-style-type: none;
	margin: 19px 0px 0px 10px;
	width: 186px;
	font-weight: normal;
	line-height: 200%;
	border-right: 1px dotted #CCCCCC;
	/*background: url('');*/
}
.dropdown li {
	z-index: 100;
	padding: 0px 0px 0px 30px;
}
.dropdown a{
	color: #E10000;
	text-decoration: none;
	padding-right: 5px;
}
.dropdown a:hover{
	color: #232527;
	text-decoration: underline;
}
/*.navbar .catlist:hover .dropdown a {
	color: #666666;
}
.navbar .catlist:hover .dropdown a:hover {
	color: #660360;
}*/

#crumbs {
	margin-top: 10px;
	border: 1px #CCCCCC solid;
	/*border-top: 0px;*/
	font-size: 12px;
	height: 30px;
}
#crumbs img {
	float:left;
}
#crumbs .dark {
	float:left;
	background:url('../images/crumbgrad.jpg');
	line-height: 30px;
	height: 30px;
}
#crumbs a {
	color: #FFFFFF;
	padding: 0px 30px 0px 10px;
	display: block;
	text-decoration: none;
}
#crumbs .light {
	float:left;
	line-height: 30px;
	height: 30px;
}
#crumbs .light a {
	color: #4A4E55;
}
#crumbs a:hover {
	color: #E10000;
	text-decoration: underline;
}

#homebanners .left {
	float: left;
	width: 690px;
	overflow: hidden;
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	
}
#homebanners .right {
	padding: 0px;
	float: right;
	width: 270px;
	line-height: 100%;
} 
#homebanners img,#homebanners a {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.subhead, .banner { 
	border: solid #CCCCCC;
	border-width:0px 1px;
	position: relative;
}
.banner { 
	height: 270px;
}
.banner h1 {
	padding: 53px 0px 30px;
	margin: 0px 20px;
	font-size: 60px;
	color: #E10000;
	position: absolute;
	bottom: 50px;
	bottom: 50px;
	width: 550px;
	font-weight: normal;
}
.subhead h1 { 
	padding: 53px 0px 30px;
	margin: 0px 20px;
	width: 550px;
	font-size: 60px;
	color: #E10000;
	font-weight: normal;
}
#section {
	position: relative;
}
#section .listopts {
	font-size: 12px;
	position: absolute;
	top: 73px;
	right: 29px;
}
#section a, #section select {
	float:left;
}
#section a {
	color: #686B6E;
	text-decoration: none;
}
#section select {
	padding: 3px;
	width: 144px;
	background: #F2F2F0;
	border: 1px solid #CCCCCC;
}
#section a.all {
	height: 18px;
	line-height: 18px;
	border-bottom: 1px dotted #686B6E;
	display: block;
	margin: 3px 11px 3px 27px;
}
#section a.plink {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 2px 2px;
}
#section a.otherpage {
	background: #F2F2F0;
	border: 1px solid #CCCCCC;
}
#children {
	border: 1px solid #CCCCCC;
	border-top: none;
	overflow: hidden;
	position: relative;
	background: url('../images/childrenback.gif') 0px 1px;
}
#children .mask {
	width: 960px;
}
#children .child {
	line-height: 150%;
	width: 239px;
	height: 295px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px -1px -1px;
	float: left;
	text-align: center;
}
#children .child img{
	margin-top: 11px;
	width: 200px;
	height: 200px;
}
#children .child a {
	text-decoration: none;
}
#children .child a span {
	text-decoration: none;
	border-bottom: 1px dotted #686B6E;
}
#children .child a:hover span {
	text-decoration: none;
	border-bottom: 1px dotted #E10000;
}
#children .subname, #children .prodname {
	padding: 7px 20px 9px;
}
#children .pricesm {
	font-weight: bold;
	color: #36393D;
	display: block;
}

#featured .head {
	margin-top: 1px;
	background: #232527; 
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 8px;
}
#featured .products {
	background: url('../images/featuredarrow.jpg') 10px top no-repeat;
	background-color: #F3F3F3;
	border: solid #CCCCCC;
	border-width: 0px 1px;
	padding: 0px 10px;
	min-height: 335px;
}
#featured .product {
	float: left;
	margin: 19px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 222px;
	min-height: 295px;
	text-align: center;
}
#featured .product img {
	width: 200px;
	height: 200px;
}
#featured .product p {
	padding: 16px 25px 5px;
}
#featured .product a {
	line-height: 150%;
	text-decoration: none;
	border-bottom: 1px dotted #686B6E;
}
#featured .product b {
	padding: 4px;
	display: block;
}
#product {
	z-index: 1;
	/*position: relative;*/
	border: #CCCCCC solid;
	border-width: 0px 1px;
}
#product .back{
	position: relative;
	top: 20px;
	left: 20px;
	height: 19px;
	line-height: 19px;
	padding: 0px 0px 0px 30px;
	display: block;
	text-decoration: none;
	background: url('../images/backbtn.png') left no-repeat;
}
#product .back span {
	border-bottom: 1px dotted #686B6E;
}
#product .back:hover span {
	border-bottom: 1px dotted #E10000;
}
#product .imagepane {
	float: left;
	padding: 90px 0px;
	text-align: center;
	width: 450px
}
#product .imagepane .prodimage {
	margin-bottom: 20px;
}
#product .zoom {
	height: 19px;
	line-height: 19px;
	margin: 0px 174px;
	padding-left: 30px;
	display: block;
	text-decoration: none;
	background: url('../images/zoombtn.png') left no-repeat;
}
#product .zoom span {
	border-bottom: 1px dotted #686B6E;
}
#product .zoom:hover span {
	border-bottom: 1px dotted #E10000;
}
#product .detailpane {
	z-index: 1;
	float: right;
	width: 506px;
	padding: 47px 0px;
}
#product .detailpane .title {
	z-index: 1;
	color: #E10000;
	font-size: 50px;
	margin-bottom: 13px;
	font-weight: normal;
	line-height: 80%;
	position: relative;
}
#product .detailpane .price {
	font-size: 20px;
	margin: 0px 0px 23px;
	display: block;
}
#product .detailpane .description {
	line-height: 150%;
	margin: 28px 30px 44px 0px;
	border-top: 1px solid #CCCCCC;
	padding: 32px 0px 0px;
}
#product .detailpane input {
	float:right;
	margin-right: 10px;
}
#product .size {
	width: 221px;
}
#product .qty {
	width: 73px;
}
#product .detailpane select{
	float: right;
	padding: 11px 11px 10px;
	font-size: 12px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#info {
	padding: 40px 40px 40px 270px;
	border: solid #CCCCCC;
	border-width: 0px 1px;
}
#info .title {
	color: #E10000;
	font-size: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 80%;
}
#basket {
	padding: 40px;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px;
}
#basket h1 {
	font-size: 50px;
	color: #E10000;
}
#basket th {
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 5px;
}
#basket td {
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
}
#basket .money {
	text-align: right;
}
#basket .basket {
	margin-top: 40px;
}
#basket .basket input {
	width: 40px;
}
#basket .name {
	text-align: center;
}
#basket .buttons td {
	border-bottom: none;
}
#checkout {
	padding: 40px;
	border: solid #CCCCCC;
	border-width: 0px 1px;
}
#checkout .alert {
	background-color: #FFEEEE;
}
#checkout h1 {
	font-size: 50px;
	color: #E10000;
}
#checkout input,#checkout textarea {
	padding: 1px;
	width: 200px;
}
#checkout td {
	padding: 1px;
	width: 220px;
}
#checkout table {
	width: 880px;
}
#checkout .chhead {
	padding: 10px 1px 1px;
	border-bottom: 1px solid #CCCCCC;
}
#checkout .chlabel {
	text-align: right;
	padding-right: 10px;
}
#checkout select {
	padding: 1px;
	width: 200px;
}
#checkout #cart {
	margin-top: 30px;
}

#checkout input.narrow {
	width: 50px;
}
#checkout select.month {
	width: 50px;
}
#checkout select.year {
	width: 100px;
}
.year {
	width: 100px;
}

#footer .links {
	background: #36393D;
	height: 171px;
	color: #FFFFFF;
}
#footer .links b {
	color: #B6B9BE;
}
#footer .links ul {
	list-style: none;
	float: left;
	line-height: 175%;
	width: 140px;
	padding: 30px 0px 0px;
	margin: 0px 16px 0px 55px;
}
#footer .links ul a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .links ul a:hover {
	color: #E10000;
	text-decoration: underline;
}
#footer .links .join {
	padding: 30px 0px 0px;
	line-height: 150%;
	float: right;
	width: 305px;
}
#footer .join .email {
	height: 22px;
	width: 177px;
	margin: 0px 9px 0px 0px;
	padding: 4px;
	font-size: 17px;
	line-height: 30px;
	color: #666666;
}
#footer .join .subcribe {
	margin-top: 20px;
}
#footer .links .join input{
	float: left;
	vertical-align: middle;
}
#footer .info {
	position: relative;
	font-size: 12px;
	color: #36393D;
	height: 120px;
}

#footer .info .contact {
	position: absolute;
	left: 2px;
	top: 22px;
}

#footer .info .cards {
	position: absolute;
	right: 0px;
	top: 22px;
}
.textbutton {
	padding: 8px;
	border: 1px solid #CCCCCC;
	background: #FCFCFC;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
.textbutton:hover {
	background: #FFFFFF;
}

.au {
	z-index: 0;
}

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