/* Begin Structure Styles =============================================== */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #272727;
	background-image: url(../images/top-background.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 848px;
	text-align: left;
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 125px;
	width: 234px;
}
/* Begin Top Menu Styles =============================================== */
#topnav {
	float: right;
	width: 590px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 62px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
#topnav li a.first {
	padding-left: 0px;
}
#topnav li a.last {
	border-right-width: 0px;
	border-right-style: none;
	padding-right: 0px;
}
#topnav li a {
	text-decoration:none;
	display: block;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topnav li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#maincontainer {
	clear: both;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-y;
	background-position: 30px 0px;
	padding: 0px;
	margin: 0px;
}
/* End Top Menu Styles =============================================== */
/* Begin Left Menu Styles =============================================== */
#leftnav {
	float: left;
	width: 122px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu h3{
	font-size: 14px;
	font-weight: bold;
	color: #F8FF8D;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu h3 a:link {
	color:#F8FF8D;
	text-decoration:none;
}
#menu h3 a:active {
	color:#F8FF8D;
	text-decoration:none;
}
#menu h3 a:visited {
	color:#F8FF8D;
	text-decoration:none;
}
#menu h3 a:hover {
	color:#F8FF8D;
	text-decoration:none;
}
#menu p {
	font-size: 12px;
	color: #FFFFFF;
}
#menu .borderbottom {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A1D2DC;
}
#menu ul {
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A1D2DC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li a {
	display: block;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
}
#menu li a:hover {
	display: block;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
}
#menu li a.subnav {
	display: block;
	margin: 0px;
	color: #a8b8d9;
	font-size: 11px;
	text-decoration: none;
}
#main {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 694px;
	background-color: #FFFFFF;
}
/* End Layout Styles =============================================== */
/* Begin Breadcrumb Styles =============================================== */
#breadcrumb {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	text-transform: uppercase;
	background-color: #DBDFE4;
	padding-top: 2px;
	/*padding-top: 4px;*/
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 653px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb li {
	display: inline;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#breadcrumb li.firstone {
	background-image: none;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#breadcrumb li a {
	color:#6B6B6B;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li a:hover {
	color:#6B6B6B;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/* End Breadcrumb Styles =============================================== */
/* Begin Footer Styles =============================================== */
#footer {
	clear: both;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7B7B7B;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #7B7B7B;
	width: 653px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	float: right;
	font-size: 11px;
	width: 400px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7B7B7B;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer li.first {
	border-left-width: 0;
	border-left-style: none;
}
#footer li a {
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer li a:hover {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color:#003CFF;
	text-decoration:none;
}
a:hover {
	color:#003CFF;
	text-decoration:underline;
}
a.grey:link, a.grey:visited, a.grey:active {
	color: #8F8888;
}
a.grey:hover {
	color: #8F8888;
}
a.red:link, a.red:visited, a.red:active {
	color: #990000 !important;
}
a.red:hover {
	color: #990000 !important;
}
a.blue:link, a.blue:visited, a.blue:active {
	color: #016FDF;
}
a.blue:hover {
	color: #016FDF;
}
a.black:link, a.black:visited, a.black:active {
	color: #000000 !important;
}
a.black:hover {
	color: #000000 !important;
}
/* End Class Styles =============================================== */
/* Begin Form Styles =============================================== */
form {
	margin: 0;
	padding: 0;
}
legend {
	padding: 0 6px;
	color: #4E5860;
	font-weight: bold;
}
fieldset {
	border: 1px solid #4E5860;
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
label {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 0 6px;
	margin-bottom: 0;
	width: 160px;
	font-size: 11px;
	font-weight: bold;
}
.input {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848484;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #848484;
}
.inputmail {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0;
	width: 94px;
	padding: 2px;
}
.select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px #4C4C4C solid;
	background-color: #FFFFFF !important;
	color: #4C4C4C;
	width: 145px;
}
.textarea {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848484;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #848484;
}
/* End Form Styles =============================================== */
.bullet {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bullet ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bullet ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.bullet li ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.bullet h2 {
	font-size: 12px;
	font-weight: bold;
	color: #EC1848;

}
.head {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 44px;
	width: 653px;
}
.head.aboutus {
	background-image: url(../images/head-about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.contactus {
	background-image: url(../images/head-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.help {
	background-image: url(../images/head-help.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.terms {
	background-image: url(../images/head-terms.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.links {
	background-image: url(../images/head-links.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.stores {
	background-image: url(../images/head-storelocator.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.basket {
	background-image: url(../images/head-basket.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.adultsizes {
	background-image: url(../images/head-sizes-adults.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head.childrensizes {
	background-image: url(../images/head-sizes-childrens.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head .dashedhead {
	float: right;
	height: 29px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7B7B7B;
}
.checkout {
	background-image: url(../images/head-checkout.gif);
	background-repeat: no-repeat;
}
.checkoutbar {
	background-image: url(../images/checkout-bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	height: 19px;
	width: 441px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
