/* $Id: system.css,v 1.1 2007/08/23 19:38:31 Denise Exp $ */

/* This is the cascading style sheet page that links to any HTML page holding a LINK to it */
/*** This code is written by Denise Subramaniam and is copyright protected. ***/
/*** It is illegal to copy this code or to use it without permission. ***/
/*** It is illegal to remove this copyright declaration. ***/

/* NOTE Pull down menu needs to be changed */
/*The styles below are for the pull down menu */

#cssdropdown, #cssdropdown ul {
    padding: 0px;
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    list-style: none;
}

#cssdropdown li {
    float: left;
    position: relative;
}

.mainitems{
    border: 1px solid black;
    /*background-color: #3D355D;*/
	background-color: #000000;
}

.mainitems a{
    margin-left: 21px;
    margin-right: 21px;
    color: white;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

.subitems a{
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
}

.subuls{
    display: none;
    width: 5em;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #F6EFD1;
    border: 1px solid black;
}

.subuls li {
    width: 100%;
    text-align: left;
}

.subuls li a {
    text-decoration: none;
}
/*End pull down menu styles */

/*hide/show div styles */
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
/*hide/show div styles */


.visible {display:block;}
.hidden {display:none;}
#buttons {height:300px;}
#buttons div {text-align:center;}
#wine1, #beer1, #whisky1, #two, #three {display:none;}
#switch1, #switch2 {width:48%;}
#switch1 {float:left;}
#switch2 {float:right;}



/* Image Styles */


img.photo-left { 
    float: left; 
    margin-top: 3px;
	margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 3px;
    padding: 0px;
	border: none;
}

img.photo-right { 
    float: right; 
    margin-top: 3px;
	margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 5px;
    padding: 0px;
	border: none;
}

img.photo-center { 
    float: center; 
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 5px;
	margin-right: 5px;
    padding: 0px;
	border: none;
}

img.photo-center-no-padding { 
    float: center; 
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
	border: none;
}

/* Special Classes for Login Box */

.input-box {
	color: navy;
	background: #FFFFFF;
	border: #26a solid 1px
}

.submit-button {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #4289D7;
	border: 2px #9cf outset
}

fieldset {
	border: #26a solid 1px;

}

legend {
	background: #030B71;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: #26a solid 1px;
	padding: 1px 10px
}


form.login-box {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table.login-box {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a.legend {
	color: white;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11pt;
}

p.login-box {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9px;
}
