/* CSS Document */

body {
	margin:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:80%;
	color:#000066;
}


#navigation {
	/* margin: 0; */
	text-align: center;
	padding: 0 10px 0 0;
	background-color:#000066;
	height: 150px;
	color:#CC9933;
	z-index:999;
}

#nav {
	margin-top:10px; 
	margin-left: -3em;
}

.dropdown_trigger, .dropdown li, #nav li {
	display: inline;
	margin: 5px;
	padding: 2px;
	color:#000066;
	border:3px outset gold;
	width:10em;
/*	margin-left: -0.25em; */
}

#nav li ul {
	z-index:2;
/*	display: none;
	margin-left: -3em; */
}

#nav li ul li {
	display:none;
	background-color:#000066;
	color:#000066;
	border:3px outset gold;
	width:10em;
}

#nav ul li a {
	border: 2px outset gold;
	text-decoration:none;
	color:#CC9933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight:bold;
	font-size: 80%;
}

/* #nav li a:hover {
	border:navy 2px inset;
	text-decoration:none;
} */

fieldset {
	border: groove medium #000066;
	color:#000066;
	padding:3px;
}

.shoes th {
	vertical-align:bottom;
	padding: 5px 5px 10px 5px;
}

.shoes td {
	font-size:smaller;
}

.shoes th a img {
	border: 0 solid white;
}

#footer, #footer a {
	clear:both; 
	background-color:#000066; 
	color:#CC9933; 
	text-align:center;
	font-weight:bold;
	margin:auto;
}

#footer a:hover {
	color:#FFFF33;
}

.error {
/*	background-image:url(images/x.jpg); */
	background-position:right;
	background-repeat:no-repeat;
	width:32px !important;
	height:32px !important;
}

.okay {
/*	background-image:url(images/check.jpg); */
	background-position:right;
	background-repeat:no-repeat;
	width:32px !important;
	height:32px !important;
}
	
/* Navbar */
.topnav {
	margin:0;
	margin-left:30px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:25px;
/*	text-transform:uppercase; */
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	z-index:499;
}
.topnav > li {
	position:relative;
	display:block;
	float:left;
	margin:2px;
	padding:0;
	border:3px outset gold;
	color:gold;
}
.topnav > li > a {
	display:block;
	float:left;
	color:gold;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:20px;
/*	background:transparent url("bgDIVIDER.gif") no-repeat top right; */
}
.topnav	> li > a:hover, .topnav > li:hover, .topnav .hover {
	border:1px inset gold;
	color:white;
/*	background:transparent url("bgHOVER.gif") no-repeat top right; */
}
.topnav > li > a.current, .topnav li a.current:hover {
	color:#fff;
	background-color:#009;
/*	background:transparent url("bgON.gif") no-repeat top right;} */
} 
/* submenu */
.topnav .submenu {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	background-color:#006;
	border:1px outset gold;
/*	border-top:4px solid #336666;
	border-bottom:2px solid #336666;z-index:10; */
}
.topnav .submenu ul{}
 
/* submenu_javascript styles */
.submenu_javascript{
    width:280px;
    font-size:10px;
}
.submenu_javascript ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
 
.submenu_javascript li{
    width:100px;
    height: 40px;
    padding:10px;
    background-color: silver;
    float: left;
    margin:10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
 
.submenu_javascript li:hover{
    background-color: lightblue;
    cursor: pointer;
}
 
.submenu_javascript li span{
    font-size:smaller;
    font-style: italic;
}
 
/* submenu_totorial styles */
.submenu_tutorial{
    width:150px;
	text-align:left;
}
.submenu_tutorial ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.submenu_tutorial li {
    padding:5px;
	background-color:navy;
	border:1px solid gold;
	color:gold;
}
.submenu_tutorial li a {
	color:gold;
	text-decoration:none;
}
.submenu_tutorial li:hover, .submenu_tutorial li a:hover {
	border:1px solid #009;
	color:white;
}


/* for Contact Page */

form {
	clear: both;
}
fieldset {
	margin: 1em 0;
	padding: 0 0 1em;
	position: relative;
	border:none;
}
fieldset h3, h3 {
	background-color: #006;
	color: #fff;
	padding: 3px 8px;
	margin: 2px 2px .5em 2px;
}
fieldset {
	padding-top: 1.5em
}
legend span {
	background-color: #15b;
	color: #fff;
	margin: 2px 2px .5em 2px;
	position: absolute;
	padding: 3px 1%;
	display: block;
	width: 97.9%;
	height: 1.1em;
}
label {
	float: left;
	margin: .5em;
	width: 10em;
	text-align: right;
	font-weight:bold;
}
input, textarea {
	margin-top: .25em;
}
textarea {
	width: 300px;
	height: 60px;
}
form ol {
	margin-left: .5em;
	margin-right: 1.5em;
	list-style-type: none;
}
#content form li {
	float: left;
	clear: left;
	width: 100%;
	margin-left: 0;
}
/* nested items - checkboxes, radio buttons, etc.*/
form ol ul, form ol ol {
	margin-top: .5em;
	margin-left: 2.5em;
	list-style-type: none;
}
#content ol ul label, #content ol ol label {
	text-align: left;
}
#content .discover label {
	width: auto;
}
label input {
	margin-bottom: 0;
}
div.legend {
	display: block;
	width: 100%;
}
.hidden {
	display: none;
}
.req-label {
	font-weight: bold;
}
#content .warning {
	color: #900;
	background: #ffc;
	padding: 5px;
}
.checkall {
	border-bottom: 1px dotted #ccc;
	color: #777;
	line-height: 2;
}
.error-message, #submit-message {
	color: red;
	font-style: italic;
	padding-left:10px;
}

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:999;
	color:#fff;
	font-size:10px;
	width:210px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;	
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
	background-color:transparent;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
li br {
	clear:left;
}
#big_shoe img {
	max-width: 100%;
}

