
/* MAIN CSS ******************************************************************************* */

/* basic tags */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: scroll;
}

body, td, ul, ol, li {
	font-family: Myriad Web Pro, Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	margin-bottom: 4px;
}


td {
	vertical-align: top;
	text-align:left;
}

#error {
	height: 25px;
	border: 1px solid #cc0000;
	color: #cc0000;
}


/* ******************************************************************************* */
/* button */

#button {
	display: none;
	position: absolute;
	top: 45px;
	left: 680px;
	width: 65px;
	height: 50px;
	z-index:100;
}

/* ******************************************************************************* */
/* sidebar */

#sidebar {
	float: left;
	background-color: #cc9933;
	background-image: left top;
	background-image: url(../images/bgd_swirlBig.jpg);
	width: 132px;
	height: 100%;
	padding-top: 150px;
	margin: 0px;
}

#sidebar a, a:active, a:hover, a:visited {
	color: #fff;
	text-align: right;
	font-weight: bold;
/*	display: block;
	padding: 20px, 15px, 0px, 0px;
	margin: 0px;
*/	font-size: 11px;
	text-decoration: underline;
}

a.noclass, a.noclass:hover, a.noclass:visited, a.noclass:link {
/*	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: inline;
	height: 0px;
*/	background-color: #fff;
	text-align: left;
}

/* ******************************************************************************* */
/* top bar & logo */

#table {
	float: left;
	left: 0px;
	top: 0px;
}

#logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9933;
	padding-top: 20px;
	padding-left:10px;
	height: 130px;
}

/* ******************************************************************************* */
/* front page */

#main {
	margin-left: 20px;
	padding: 0px;
	border: #ffffcc 1px solid;
	height: 375px;
	width: 629px;
	background: #000000;
}

#main image {
	vertical-align:text-top;
	margin: 0px;
	padding: 0px;
}

/* ******************************************************************************* */
/* main content */

#content {
	margin-left: 20px;
	padding: 25px;
	border: #333333 1px solid;
	height: 375px;
	width: 629px;
	background: #ffffff;
	scrollbar-face-color:#444444;
	scrollbar-track-color:#111111;
	scrollbar-arrow-color:#CC9933;
	scrollbar-highlight-color:#444444;
	scrollbar-3dlight-color:#555555;
	scrollbar-base-color:#555555;
}

#content image {
	vertical-align:text-top;
	float: right;
}

#content image.accessories {
	vertical-align:text-top;
	float: right;
	margin-top: 40px;
}

#content a, a:link {
	color: #333;
	font-family: Myriad Web Pro, Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*	padding: 0px;
	display: inline;
	line-height: normal;
*/	text-decoration: underline;
	text-transform: none;
}

#content a:active, a:hover, a:visited {
	color: #999;
}

#content #title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cc9933;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

#content #subtitle {
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	text-transform: none;
}

#content #heading {
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
}

#content #text {
	padding: 0px 0px 5px 0px;
}

#content #left {
	float:left;
	width:45%;
	margin:0px;
}

#content #right {
	float: right;
	width:45%;
	margin:0px;
}

#content #leftCol {
	float:left;
	width:30%;
	margin:0px;
}

#content #ctrCol {
	float: left;
	width:30%;
	margin:0px;
}

#content #rightCol {
	float: left;
	width:30%;
	margin:0px;
}

#content #dealer {
	padding: 0px;
	font-size: 11px;
	height: 70px;
	width: 150px;
	float: top;
}

#content #block {
	display: block;
	margin: 10px;
}

/* ******************************************************************************* */
/* main styles */
#stylesMain {
	margin-left: 20px;
	padding: 25px;
	border: #333333 1px solid;
	height: 375px;
	width: 629px;
	background: #ffffff;
	overflow-y:scroll;
	scrollbar-face-color:#444444;
	scrollbar-track-color:#111111;
	scrollbar-arrow-color:#CC9933;
	scrollbar-highlight-color:#444444;
	scrollbar-3dlight-color:#555555;
	scrollbar-base-color:#555555;
}

#stylesMain table {
	padding: 0px;
	border: 0px;
	background: #ffffff;
}

#stylesMain #content {
	margin-right: 5px;
	border: 0px;
	width: 250px;
	background: #fff;
	height: auto;
}

#stylesMain #content td.image{
	height: 130px;
}

#stylesMain #content td.shoeTitle{
	height: 10px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#stylesMain #content td.desc{
	height: 120px;
}

#stylesMain #title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cc9933;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

#stylesMain table td a.title, a.title:hover, a.title:visited {
	font-weight: bold;
	font-size: 14px;
/*	padding: 0px 0px 0px 0px;
	line-height: normal;
*/	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}

/* ******************************************************************************* */
/* main styles */
#styles {
	margin-left: 20px;
	padding: 25px;
	border: #333333 1px solid;
	height: 375px;
	width: 629px;
	background: #ffffff;
	overflow-y:scroll;
	scrollbar-face-color:#444444;
	scrollbar-track-color:#111111;
	scrollbar-arrow-color:#CC9933;
	scrollbar-highlight-color:#444444;
	scrollbar-3dlight-color:#555555;
	scrollbar-base-color:#555555;
}

#styles #block {
	display: block;
	margin: 10px;
}

#styles image {
	vertical-align: top;
	float: right;
	display: inline;
}

#styles td {
	vertical-align: top;
	height: 200px;
}

#styles td.shoelist {
	vertical-align: top;
	height: 200px;
}

#styles td.shoelist #shoeimg {
	height: 140px;
}

#styles td.shoelist a, a:link, a:hover, a:visited {
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}

#styles a.list, a.list:hover, a.list:visited {
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}

#styles #title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cc9933;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

#styles #subtitle {
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	text-transform: none;
	}

#styles #heading {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
}

#styles #left {
	float:left;
	width:45%;
	margin:0px;
}

#styles #right {
	float: right;
	width:45%;
	margin:0px;
}

#styles a.title, a.title:hover, a.title:visited {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
}

#styles #dealer {
	padding: 0px 15px 0px 0px;
	font-size: 11px;
	height: 150px;
	float: top;
}

/* ******************************************************************************* */
/* Shoe detail */
#shoes {
	margin-top: 20px;
	margin-left: 20px;
	padding: 25px;
	border: #000000 1px solid;
	height: 375px;
	width: 629px;
	background: #ffffff;
	scrollbar-face-color:#444444;
	scrollbar-track-color:#111111;
	scrollbar-arrow-color:#CC9933;
	scrollbar-highlight-color:#444444;
	scrollbar-3dlight-color:#555555;
	scrollbar-base-color:#555555;
}

#shoes #block {
	display: block;
	margin: 10px;
}

#shoes image {
	vertical-align: top;
	float: right;
	display: inline;
}

#shoes #title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cc9933;
}

#shoes #title a, a:hover, a:visited {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	padding: 0px;
}

#shoes #subtitle {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
}

#shoes #bigshoe {
	float:left;
	width: 250px;
	margin-right: 10px;
}

#shoes #bigshoe image {
	float:left;
	border: 0px;
}

#shoes #bigshoe #description {
	float:left;
	margin-top: 10px;
	margin-bottom: 0px;
}

#shoes #other {
	float: right;
	width:200px;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}

#shoes #other a, a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #cc9933;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 0px;
/*	line-height: 250%;
	display: block;
*/}

#shoes #other a:visited {
	color: #cc9933;
}

#shoes4dealers {
	overflow: auto;
	scrollbar-face-color:#444444;
	scrollbar-track-color:#111111;
	scrollbar-arrow-color:#CC9933;
	scrollbar-highlight-color:#444444;
	scrollbar-3dlight-color:#555555;
	scrollbar-base-color:#555555;
}

/* ******************************************************************************* */
/* navigation */
#navigation {
	text-align: center;
	padding: 15px 0px 0px 0px;
	height: 45px;
}

#navigation a, a:visited{
	color: #ffffcc;
	font-family: Myriad Web Pro, Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
/*	display: inline;
	line-height: normal;
*/	text-decoration: none;
	text-transform: capitalize;
}

#navigation a:hover{
	color: #cc9933;
}

#navigation a.navOn{
	color: #cc9933;
}

#navigation div.hiddenSub {
	visibility: hidden;
	width: 200px;
	margin-right: 17px;
	display: block;
	float: right;
}

#navigation a.sub {
/*	display: block;
*/	text-align: right;
}

/* ******************************************************************************* */
/* footer */
#footer {
	text-align: center;
	font-weight: bold;
	color: #FFFFCC;
	height: 90px;
}

#footer a, a:link {
	color: #cc9933;
	text-decoration: underline;
/*	padding: 0px;
	line-height:200%;
	display: inline;
*/	font-weight: bold;
	text-transform: none;
}

/* ******************************************************************************* */
/* form elements */

#form {
	width: 100%;
	line-height:100%;
}

#form #left {
	float:left;
	width:40%;
	margin:0;
}

#form #left2 {
	float:left;
	margin:0;
}

#form #right {
	float:right;
	width:60%;
	margin:0;
}

#form label{
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 15px 0px 0px 0px;
}

#form input{ 
	font-weight: bold;
	font-size: 12px; 
	background-color: #fff; 
	color: #cc9933; 
	border: 2px inset #ccc; 
	margin-top: 3px;
	margin-left: 3px;
}

#form textarea { 
	font-weight: bold;
	font-size: 12px; 
	background-color: #fff; 
	color: #cc9933; 
	border: 2px inset #ccc; 
	margin-top: 3px;
	height: 65px;
}

#form select { 
	font-weight: bold;
	font-size: 12px; 
	background-color: #fff; 
	color: #cc9933; 
	border: 2px inset #ccc; 
	margin-top: 3px;
}

#form .button {
	font-size: 13px;
	color: #fff;
	background: #cc9933;
	border: 2px outset #ccc;
	width: 100px;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}


/* ******************************************************************************* */
/* breadcrumbs */

.breadcrumbs {
	height: 28px;
	padding: 6px 13px;
	font-size: 10px;
	color: #333333 !important;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
	color: #333333;
}
